moose-mousse - Electronic Moose
Electronic Moose

Helloooo! I am Moose! They/Them/He/Him I am a embedded software engineer with autism, depression and anxiaty ( Wooo! ). I post about... whatever I want... software things, mental health things... whatever I feel like Feel very wellcome to send me asks about... anything that strikes your fancy :3

266 posts

Polyamory Is About Timing Your Breakdowns So That They Dont Coincide With Any Of Your Partners Breakdowns.

Polyamory is about timing your breakdowns so that they don’t coincide with any of your partner’s breakdowns.

  • moose-mousse
    moose-mousse reblogged this · 2 years ago
  • loversvamp
    loversvamp liked this · 4 years ago
  • treeskulls
    treeskulls liked this · 4 years ago
  • the-element221
    the-element221 liked this · 5 years ago
  • random-child0
    random-child0 liked this · 5 years ago
  • chrysalyos
    chrysalyos liked this · 5 years ago
  • mickahsenpai
    mickahsenpai reblogged this · 5 years ago
  • mickahsenpai
    mickahsenpai liked this · 5 years ago
  • maastrichtiana
    maastrichtiana liked this · 5 years ago
  • what-amievendoingg
    what-amievendoingg liked this · 5 years ago
  • ollieollieollie-oioioi
    ollieollieollie-oioioi liked this · 5 years ago
  • tinyconduit
    tinyconduit liked this · 5 years ago
  • remade35567643234543
    remade35567643234543 reblogged this · 5 years ago
  • thatweirdoneintheback
    thatweirdoneintheback reblogged this · 5 years ago
  • thatweirdoneintheback
    thatweirdoneintheback liked this · 5 years ago
  • the-madd-squad
    the-madd-squad liked this · 5 years ago
  • luvjunqi
    luvjunqi liked this · 5 years ago
  • kriskofuh
    kriskofuh liked this · 5 years ago
  • 9h05t-f4c3
    9h05t-f4c3 liked this · 5 years ago
  • jewelsfern
    jewelsfern liked this · 5 years ago
  • sfhaley
    sfhaley reblogged this · 5 years ago
  • woodsnstuff
    woodsnstuff liked this · 5 years ago
  • the-queen-sees-all
    the-queen-sees-all liked this · 5 years ago
  • critrawkets
    critrawkets reblogged this · 5 years ago
  • steampunkdninja
    steampunkdninja liked this · 5 years ago
  • pileof-goodthings
    pileof-goodthings reblogged this · 5 years ago
  • grumbllleseeker
    grumbllleseeker liked this · 5 years ago
  • starlightstarfight
    starlightstarfight reblogged this · 5 years ago
  • starlightstarfight
    starlightstarfight liked this · 5 years ago
  • adhdcloudstrife
    adhdcloudstrife liked this · 5 years ago
  • yourgoodfriendraichel
    yourgoodfriendraichel liked this · 5 years ago
  • scottomaton
    scottomaton liked this · 5 years ago
  • lavendermoon333
    lavendermoon333 liked this · 5 years ago
  • lunaraven0
    lunaraven0 liked this · 5 years ago
  • sunriseat9am
    sunriseat9am liked this · 5 years ago
  • bit-papper
    bit-papper liked this · 5 years ago
  • thewhitehaireddemon
    thewhitehaireddemon liked this · 5 years ago
  • safetywizard
    safetywizard liked this · 5 years ago
  • newbi-ginning
    newbi-ginning reblogged this · 5 years ago
  • generickink
    generickink liked this · 5 years ago
  • loverofstaples
    loverofstaples liked this · 5 years ago
  • fireangel101
    fireangel101 liked this · 5 years ago
  • oc-chan14
    oc-chan14 liked this · 5 years ago
  • wet-paiint
    wet-paiint liked this · 5 years ago
  • not-just-a-mortal
    not-just-a-mortal reblogged this · 5 years ago

More Posts from Moose-mousse

2 years ago

You were dumb, and that is GREAT

The reason you remember yourself as being dumb, and making bad decisions... is because you, now, are smarter than that person was. You have developed your skills, your empathy, your critical thinking. You have grown. You have become a better person. And that is GREAT. That is NOT a sad fact. So keep growing. And hopefully, when future you looks back on you, now, they have gotten better yet again.


Tags :
2 years ago
Are... Are We Sure Driller Knows He Is Hired To Mine? I Am Starting To Suspect That He Just Thinks He

Are... are we sure driller knows he is hired to mine? I am starting to suspect that he just thinks he is in some sort of wonderful heaven where he is provided with copious amounts of flamethrower fuel, C4 and living targets to use them on (Some with beards, some without)

Source: https://sneekkio.artstation.com/projects/L2Dvv5


Tags :
2 years ago
THIS IS THE BEST THING!Source: Https://en.wikipedia.org/wiki/Mr._Ouch (At 2023-May-19)

THIS IS THE BEST THING! Source: https://en.wikipedia.org/wiki/Mr._Ouch (At 2023-May-19)


Tags :
2 years ago

The Universal Serial Bus is often not universal...

So there is this problem you often run into when doing development. You come up with a solution. You research the solution, and find only tiny amounts of people talking about it, and/or they seem to say many different things and disagree. Most of the time, that is for 2 reasons 1: it is a very novel solution, so no one have tried it much, and everyone who have, has made very custom versions of it. 2: There are variables that makes it impossible to do it in one single way. I needed a rechargeable battery system to power my robot. These can get... VERY complicated, and pre-made solutions can quickly be expensive and you might end up with batteries catching fire, or destroying the batteries so they can never be used again. You need protections on them, but which kind depends on a bunch of things. I know electronics, but I am mainly a software guy, and I know when I do not know enough about electronics to do it myself. This being such a case. So, I came up with the idea to use powerbanks. One for each steppermotor, and one for the microcontroller(so the noise fromt he motors could not cause issues).If I use ones that can output enough amperage, they should just work and they are cheap. They are meant to be used by normal costumers, so have all the protection needed, and are quite idiot-proof(Which is a very handy thing when you are an idiot, like me) so should be easy to use. But I could not find much info about doing this... and I did not realize I was looking at reason 2. Basically, BECAUSE powerbanks are idiotproof, they do not want to discharge themselves unless there is a real device at the end of the USB cable. So if they cannot detect one, they turn off after about a second. How do they determine if there is a real device? Depends on the power bank.... No really, there is NO standard way to do it, as far as I can tell. And it does not depend on the power bank MODEL. I have 2 identical power banks, bought at the same time, and they do NOT behave the same. Which means that when I connected the powerbanks to supply my system, they (SOMETIMES) did not supply anything. Some check how much current is being drawn, which can be faked with a resistor wasting some power. 500mA was being quoted a lot, but that is more of a "That is probably enough to get it going". Others check for impedance(Basically, also resistance, but from frequency dependent sources). Those can be "faked" by having a coil or a device that acts like one to the faking resistor. I wanted a tiny 5 volt fan to cool the stepper motor drivers anyway, so I had one power bank also power that. That ensured that it actually stayed on (But if I used the other, (identical!) power bank it just turned off anyway). The other one could be connected up directly. If I used the powerbanks lower amperage socket. If I used the high amperage one, it just turned off. So now it works... I have 2 powerbanks for the motors, each with painters tape marking which powerbank and socket to use for what. Took me a week longer than I had hoped to figure all this out and do all the experiments. Sometimes, things that should be simple are just headaches.


Tags :