#becausewhynot — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #becausewhynot, aggregated by home.social.
-
So this leaving awesomeness notes for the morning crew is still going strong. Over a month every working night.
It's more like a quest now to see how long I can keep it up.
I also find it interesting nobody talks about it, it's kind of like an open secret.
I giggled on this one..so..here..
-
So this leaving awesomeness notes for the morning crew is still going strong. Over a month every working night.
It's more like a quest now to see how long I can keep it up.
I also find it interesting nobody talks about it, it's kind of like an open secret.
I giggled on this one..so..here..
-
So this leaving awesomeness notes for the morning crew is still going strong. Over a month every working night.
It's more like a quest now to see how long I can keep it up.
I also find it interesting nobody talks about it, it's kind of like an open secret.
I giggled on this one..so..here..
-
So this leaving awesomeness notes for the morning crew is still going strong. Over a month every working night.
It's more like a quest now to see how long I can keep it up.
I also find it interesting nobody talks about it, it's kind of like an open secret.
I giggled on this one..so..here..
-
So this leaving awesomeness notes for the morning crew is still going strong. Over a month every working night.
It's more like a quest now to see how long I can keep it up.
I also find it interesting nobody talks about it, it's kind of like an open secret.
I giggled on this one..so..here..
-
Ok. Die Midlife Crisis hat mich fest im Griff: Ich habe mir eine dieser neumodischen elektrischen Gitarren gekauft 😎 Meine erste Gitarre seit ~30 Jahren, ich bin sehr aufgeregt.
(Edit: Die URL hat sich geändert 🙄) https://de.fender.com/products/limited-edition-paranormal-offset-telecaster-sj?variant=50421904769311
#Squier #Telecaster #Jazzmaster #Telemaster #Jazzcaster #becauseWhyNot
-
Ok. Die Midlife Crisis hat mich fest im Griff: Ich habe mir eine dieser neumodischen elektrischen Gitarren gekauft 😎 Meine erste Gitarre seit ~30 Jahren, ich bin sehr aufgeregt.
(Edit: Die URL hat sich geändert 🙄) https://de.fender.com/products/limited-edition-paranormal-offset-telecaster-sj?variant=50421904769311
#Squier #Telecaster #Jazzmaster #Telemaster #Jazzcaster #becauseWhyNot
-
CW: Fictional pregnancy mention, link to image with no alt text (Sonic x Elise)
Last night I was scrolling through my Tumblr RSS feed and I saw a meme redraw of "Nine months in my womb and making me suffer and he looks like his stupid dad." but with Sonic and Shadow. And I thought to myself, hey, wouldn't it be funny if someone redrew that comic, but with Sonic and Elise. Wait a minute...it would be OOC if Elise said that...oh well. :blobcateyes:
https://www.tumblr.com/kittydoremi/772536321493401600
And guess what greets me at the VERY top of my RSS feed this morning?! And she's perfectly in character to boot! Drawn by the exact same user who reblogged the SonAdow artwork to my feed?! I don't even need coffee now I swear I'm so excited :ablobcatcoffee: :blobcatscream:
#SonElise #Sonic #MobianXhuman #PregnancyMention #PostingThisUnderTheMainFandomTag #BecauseWhyNot
-
Now playing on MY #homecloud #jellyfin
Q: The Winged Serpent (1982)"That'd be the coolest place to have a nest."
-
Now playing on MY #homecloud #jellyfin
Q: The Winged Serpent (1982)"That'd be the coolest place to have a nest."
-
Now playing on MY #homecloud #jellyfin
Q: The Winged Serpent (1982)"That'd be the coolest place to have a nest."
-
Now playing on MY #homecloud #jellyfin
Q: The Winged Serpent (1982)"That'd be the coolest place to have a nest."
-
Now playing on MY #homecloud #jellyfin
Q: The Winged Serpent (1982)"That'd be the coolest place to have a nest."
-
here is one of Tove Jansen’s illustrations for Alice in Wonderland that I only recently came across. This scene in particular has always struck me as one of the funniest in the story
-
here is one of Tove Jansen’s illustrations for Alice in Wonderland that I only recently came across. This scene in particular has always struck me as one of the funniest in the story
-
So I decided to install 12v lighting in my geodesic dome, which is "off grid", by which I mean 100ft from my house. And solar with a battery storage system.
Since I'm inclined to use materials at hand, and concepts/abstractions I'm familiar with, I basically designed a 12v power "LAN" using CAT6 wire, and a specific meaning for each twisted pair, almost like "subnets"
#BecauseWhyNot -
So I decided to install 12v lighting in my geodesic dome, which is "off grid", by which I mean 100ft from my house. And solar with a battery storage system.
Since I'm inclined to use materials at hand, and concepts/abstractions I'm familiar with, I basically designed a 12v power "LAN" using CAT6 wire, and a specific meaning for each twisted pair, almost like "subnets"
#BecauseWhyNot -
So I decided to install 12v lighting in my geodesic dome, which is "off grid", by which I mean 100ft from my house. And solar with a battery storage system.
Since I'm inclined to use materials at hand, and concepts/abstractions I'm familiar with, I basically designed a 12v power "LAN" using CAT6 wire, and a specific meaning for each twisted pair, almost like "subnets"
#BecauseWhyNot -
So I decided to install 12v lighting in my geodesic dome, which is "off grid", by which I mean 100ft from my house. And solar with a battery storage system.
Since I'm inclined to use materials at hand, and concepts/abstractions I'm familiar with, I basically designed a 12v power "LAN" using CAT6 wire, and a specific meaning for each twisted pair, almost like "subnets"
#BecauseWhyNot -
So I decided to install 12v lighting in my geodesic dome, which is "off grid", by which I mean 100ft from my house. And solar with a battery storage system.
Since I'm inclined to use materials at hand, and concepts/abstractions I'm familiar with, I basically designed a 12v power "LAN" using CAT6 wire, and a specific meaning for each twisted pair, almost like "subnets"
#BecauseWhyNot -
I'm still designing my language.
Why not just introduce RegExps into pointers?
int *a; /* nonnull pointer to single int */
int *?a; /* can-be-null pointer to single int */
int +a; /* nonnull pointer to array begining */
int +?a;Isn't using the nonnull __attribute__ a bit long?
Now yes, I don't see the point of + and +?, but there is the 'array of unspecified length' syntax:
int *argv[];
so why not?#programming #languageprogramming #c #pointers #regex #regexHumor #humor #becauseWhyNot
-
I'm still designing my language.
Why not just introduce RegExps into pointers?
int *a; /* nonnull pointer to single int */
int *?a; /* can-be-null pointer to single int */
int +a; /* nonnull pointer to array begining */
int +?a;Isn't using the nonnull __attribute__ a bit long?
Now yes, I don't see the point of + and +?, but there is the 'array of unspecified length' syntax:
int *argv[];
so why not?#programming #languageprogramming #c #pointers #regex #regexHumor #humor #becauseWhyNot
-
I'm still designing my language.
Why not just introduce RegExps into pointers?
int *a; /* nonnull pointer to single int */
int *?a; /* can-be-null pointer to single int */
int +a; /* nonnull pointer to array begining */
int +?a;Isn't using the nonnull __attribute__ a bit long?
Now yes, I don't see the point of + and +?, but there is the 'array of unspecified length' syntax:
int *argv[];
so why not?#programming #languageprogramming #c #pointers #regex #regexHumor #humor #becauseWhyNot
-
I'm still designing my language.
Why not just introduce RegExps into pointers?
int *a; /* nonnull pointer to single int */
int *?a; /* can-be-null pointer to single int */
int +a; /* nonnull pointer to array begining */
int +?a;Isn't using the nonnull __attribute__ a bit long?
Now yes, I don't see the point of + and +?, but there is the 'array of unspecified length' syntax:
int *argv[];
so why not?#programming #languageprogramming #c #pointers #regex #regexHumor #humor #becauseWhyNot
-
I'm still designing my language.
Why not just introduce RegExps into pointers?
int *a; /* nonnull pointer to single int */
int *?a; /* can-be-null pointer to single int */
int +a; /* nonnull pointer to array begining */
int +?a;Isn't using the nonnull __attribute__ a bit long?
Now yes, I don't see the point of + and +?, but there is the 'array of unspecified length' syntax:
int *argv[];
so why not?#programming #languageprogramming #c #pointers #regex #regexHumor #humor #becauseWhyNot
-
@Shanmonster Working towards my 1st pistol squat & pull up. #maintainingmobility #becausewhynot
-
@Shanmonster Working towards my 1st pistol squat & pull up. #maintainingmobility #becausewhynot
-
@Shanmonster Working towards my 1st pistol squat & pull up. #maintainingmobility #becausewhynot
-
@Shanmonster Working towards my 1st pistol squat & pull up. #maintainingmobility #becausewhynot
-
@Shanmonster Working towards my 1st pistol squat & pull up. #maintainingmobility #becausewhynot
-
There. I’m making this a thing. 😈
-
Rewatching "Howl's Moving Castle" for the umpteenth time, because I want to build a house of that kind - and I'm not even joking.
-
Rewatching "Howl's Moving Castle" for the umpteenth time, because I want to build a house of that kind - and I'm not even joking.
-
Rewatching "Howl's Moving Castle" for the umpteenth time, because I want to build a house of that kind - and I'm not even joking.
-
Rewatching "Howl's Moving Castle" for the umpteenth time, because I want to build a house of that kind - and I'm not even joking.