home.social

#becausewhynot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #becausewhynot, aggregated by home.social.

  1. 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..

    #worklife
    #becausewhynot

  2. 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..

    #worklife
    #becausewhynot

  3. 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..

    #worklife
    #becausewhynot

  4. 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..

    #worklife
    #becausewhynot

  5. 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..

    #worklife
    #becausewhynot

  6. 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 🙄) de.fender.com/products/limited

    #Squier #Telecaster #Jazzmaster #Telemaster #Jazzcaster #becauseWhyNot

  7. 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 🙄) de.fender.com/products/limited

    #Squier #Telecaster #Jazzmaster #Telemaster #Jazzcaster #becauseWhyNot

  8. 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:

    tumblr.com/kittydoremi/7725363

    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

  9. #BecauseWhyNot

    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

  10. #BecauseWhyNot

    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

  11. 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

  12. 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

  13. 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

  14. 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

  15. 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

  16. 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?

  17. 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

  18. 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

  19. 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

  20. 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

  21. 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.

    #HowlsMovingCastle #ghibli #TinyHouse #BecauseWhyNot

  22. 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.

    #HowlsMovingCastle #ghibli #TinyHouse #BecauseWhyNot

  23. 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.

    #HowlsMovingCastle #ghibli #TinyHouse #BecauseWhyNot

  24. 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.

    #HowlsMovingCastle #ghibli #TinyHouse #BecauseWhyNot