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

Moose-mousse - Electronic Moose

moose-mousse - Electronic Moose
  • cowboythethird
    cowboythethird liked this · 9 months ago
  • meryzepam
    meryzepam reblogged this · 10 months ago
  • pollyanna-sys
    pollyanna-sys liked this · 10 months ago
  • wingedstudentkingdom
    wingedstudentkingdom liked this · 10 months ago
  • anthonyowowo
    anthonyowowo liked this · 10 months ago
  • jepser21
    jepser21 liked this · 11 months ago
  • unlovablebones
    unlovablebones liked this · 1 year ago
  • mr-mcnuffin
    mr-mcnuffin reblogged this · 1 year ago
  • confretti
    confretti liked this · 1 year ago
  • silly-lil-gworl
    silly-lil-gworl liked this · 1 year ago
  • meryzepam
    meryzepam reblogged this · 1 year ago
  • ephemeresque
    ephemeresque liked this · 1 year ago
  • bakedpotatopie303
    bakedpotatopie303 liked this · 1 year ago
  • littlebookworm69
    littlebookworm69 liked this · 1 year ago
  • phantasmagoricagaric
    phantasmagoricagaric liked this · 1 year ago
  • xkidiot
    xkidiot liked this · 1 year ago
  • underratedalpaca
    underratedalpaca liked this · 1 year ago
  • basils-home
    basils-home liked this · 1 year ago
  • parasite-overgrowth
    parasite-overgrowth liked this · 1 year ago
  • wheatthindinner
    wheatthindinner liked this · 1 year ago
  • https-tan-com
    https-tan-com liked this · 1 year ago
  • arsenic-alex
    arsenic-alex liked this · 1 year ago
  • edwardhydez
    edwardhydez liked this · 1 year ago
  • yesimweird
    yesimweird liked this · 1 year ago
  • cosmic-station
    cosmic-station liked this · 1 year ago
  • wolfye
    wolfye liked this · 1 year ago
  • moose-mousse
    moose-mousse reblogged this · 1 year ago
  • rapidegret
    rapidegret liked this · 1 year ago
  • satansexcounsellor
    satansexcounsellor liked this · 1 year ago
  • inthesupersargassosea
    inthesupersargassosea reblogged this · 1 year ago
  • nonstatisticalsanity
    nonstatisticalsanity reblogged this · 1 year ago
  • transgenderdragons
    transgenderdragons liked this · 1 year ago
  • thethingything
    thethingything reblogged this · 1 year ago
  • sweetenedswitchblade
    sweetenedswitchblade liked this · 1 year ago
  • labeansh3010
    labeansh3010 liked this · 1 year ago
  • ursa-major888
    ursa-major888 liked this · 1 year ago
  • societysonlooker
    societysonlooker reblogged this · 1 year ago
  • fairytail-ship-obsessed
    fairytail-ship-obsessed liked this · 1 year ago
  • mammamianation
    mammamianation liked this · 1 year ago
  • ontheroadtohelltherewasarailroad
    ontheroadtohelltherewasarailroad liked this · 1 year ago
  • colorfulbasementbasement
    colorfulbasementbasement liked this · 1 year ago
  • gottfrieds
    gottfrieds reblogged this · 1 year ago
  • thelesbianthespianposts
    thelesbianthespianposts reblogged this · 1 year ago
  • prommytheus
    prommytheus liked this · 1 year ago
  • urisk-factor
    urisk-factor reblogged this · 1 year ago
  • urisk-factor
    urisk-factor liked this · 1 year ago
  • iffnotwinter
    iffnotwinter reblogged this · 1 year ago
  • iffnotwinter
    iffnotwinter liked this · 1 year ago
  • ehud1564
    ehud1564 liked this · 1 year ago

More Posts from Moose-mousse

1 year ago

Teaching programming

One of the things I want to do is teach. My plan is, now that I (F'''ucking FINALLY!) finished my engineering degree, is to work a few years in the robotics industry, and then spend half my worktime there, and half teaching kids programming and code. Because,

A:

I feel that in the same way that you need to know physics, reading, internet literacy, history and a bunch of other skills to navigate the modern world, you also need programming. Not that everyone should become a software engineer. But everyone should be able to set up a few scripts to automate things on their PC, and know enough about how code works to know how the software that runs the world works. In the same way that you know enough about physics to know how satellites giving you internet works. Could you build that? No, of course not. Nor should you. But you know things can go in orbit. That things can communicate wirelessly over long distances and so on. You know enough about mechanics to use a screwdriver to take simple things apart and clean them, and know that you do NOT know enough to fix the electronics in your dishwasher.

You know it is not magic. Yet... programming is often thought of as that. And it really should not be. I swear to you. It is easy. Not to develop code to run a car, but to have it automatically edit text in a file according to rules you made? You betcha. B:

While learning to program as a job takes years, learning enough to understand the basics, and being able and unafraid to set up a script or throw together a python program to automatically sort files on your work computer really does not take a lot of time or effort. And I will guarantee, most students will benefit a lot from it. C:

Programming is much more a craft, like mechanic or carpenter. But more appealing for kids who are not confident in working with their hands. There is also good reasons for why it used to be thought of as a thing people who did not get along with others did. It is, in essence, defining and solving puzzles. To solve problems, that you also have to define yourself. Many a child have found that programming was a thing they could do, and be good at. A thing that helped them be confident. Maker spaces and learning programs with robotics or game development is filled with youngsters eager to learn. Who have finally find a thing they can be good at! But these programs a rare. And often schools and teachers mismanage how to run them. Not out of malice (There are few professions that is filled with more kindhearted people that deserves our endless appreciation than teachers), but because there are endless well paid and prestigious career opportunities for software developers. And so most schools will not have anyone who can even advice them when they set up these things. There is so much good to do. And I want to do some of it!


Tags :
1 year 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 :
1 year 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 :