motsu

joined 1 year ago
[–] [email protected] 1 points 1 day ago

yeah, i went the past 2 years. sadly driving a project down wasn't in the cards. Both times i brought a body mounted project though. First year it was a 3d printed cat treat dispenser that would track the distance my cat runs on a cat wheel, then gives him a single treat after he runs a certain amount. I had a mini version mounted on my chest. This past year, i brought some arm mounted EDF's that I plan on using to propel myself on skiis in the snow. I plan on making videos about both eventually, but im trying to space out larger projects like those (and the cooler kart) with smaller ones :)

[–] [email protected] 1 points 1 day ago (2 children)

yeah, the emergency kill switch had the full power going through it. I did something similar with relays on the back with the initial esp32 control, where if the relays were powered but no signal was sent to the relays, it would close the brake pins on the cheaper ESC's as another safety feature.

it was kinda cool, a little kid (like, elementary school aged) came up and was asking about the project, with his dad right behind him. the kids questions were all pretty much around how he could potentially make something similar. I answered them in an age understandable way, but also walked through all the different potential failures and how it related to saftey, and how I added things like the relays, battery fuse, and cut off switch to mitigate the risks. basically saying "yeah, making something like this is dangerous, but you shouldn't let that get in the way of making your ideas a reality - its just important to walk through those risks and mitigate them as best as you can, and think if you can reach an acceptable risk before you spend money and time". The dad didn't say anything, but i could tell he was beaming since the kid was realizing all the safety stuff, and realizing that thinking through that stuff is very important. about 1/2 way through, the kid was just asking more safety related questions haha

[–] [email protected] 1 points 1 day ago (1 children)

well, I wanted to to be a goofy and unique project, so having the wheels be in the "normal" location would be a less interesting to me. Also, the trike had a "male" axle for a wheel to mount to, and the hoverboard wheels also had a "male" stub coming out of the motor hub, so mounting them together would have required something to offset and join the parts together. Since I wanted to do 2 wheels on each side, a triangle just kind of made sense. In retrospect, they should have been a bit shorter so the top of the cooler was level. I chose to not use cad, since i have been relying on it a lot for other projects, and sometimes its fun to just make something and kind of make it up as you go along, but if i had designed it in the computer first, then i would have realized that the rear wheel height was too high. :)

 

more of a goofy and fun project, I wouldn’t say it was practical, and definitely won’t change the world... but I enjoyed it, and it got a lot of laughs and acted as a good conversation starter. Hopefully yall find the humor in it :)

[–] [email protected] 4 points 1 day ago

yeah, the VESC firmware has traction control settings, so each speed controller is talking to the others and has a maximum allowed speed range between the wheels, which might help for sand? trying to accelerate on wet grass, there was a bit of slip, but you could hear the motors all micro adjusting their speed, and eventually you would get moving enough that they all went back to full power. sand might be a bit harder because the wheels + weight would want to dig into the sand.

but yeah, it was pretty nice - when i went to the general store to get ice, the people working there were unloading ice from a truck up on the street, and walking it down in plastic bins (probably a 2 or 3 minute walk from their van). They looked at the cooler kart with envy haha - so i could see some applications for it, but they are all fairly niche, and less transportation focused i suppose

[–] [email protected] 1 points 1 day ago (4 children)

oh, thats a good point on the heat issue with solder... i mean the BMS and fuse should save it, but i hadn't thought of that. Do you have recomendations for how to attach the main bus wires coming off the battery in a non soldered way? cause with flat top 18650 based batteries, you have to spot weld nickel strips, and soldering the main wire to the strip before spot welding is the only thing i can think of. If you go with something like headway lifepo4, they are screw top, so you could fab a contact plate that the wire crimps into, then screws to the battery, but yeah - no idea how to do something like that with flat top batteries.

 

so yeah, first time making an electric vehicle. the intent is to reuse the battery and ESC on an ebike.

A lovely person at the event i brought the motorized cooler kart to traded vehicles with me for 10 minutes, and i got to ride his electric mountain bike with a mid mount motor, and it was awesome, so i have the itch for that now.

Anyway, more of a goofy and fun project, I wouldn't say it was practical, and definitely won't change the world, but hopefully is brings some entertainment to your lives! :)

[–] [email protected] 12 points 10 months ago (4 children)

Yep, to add on as well as summarized this... Linux has historically had a design methodology of "everything is a file". If your not familear with the implications of this, it means your command line tools just kind of work with most things, and everything is easy to find.

For instance, there's no "registry / regedit" on Linux... There's just a folder with a config file that the application stores settings in. There's no control panel application to modify your network settings... Just a text file on your OS. Your system logs and startup tasks were also (you guessed it) sinole filea on the system. Sure there might be GUI apps to make these things easier for users, but under the hood it reads and writes a file.

This idea goes further than you might assume. Your hard drive is a file on the file system (a special file called a block device). You can do something like "mount /dev/sda1 /home/myuser/some_folder" to "attach" the drive to a folder on the system, but that special block device (dev/sda1 in this case) can be read and written to byte by byte if you want with low level tools like dd.

Even an audio card output can show as a file in dev (this is less the case now with pipewire and pulse), but you used to be able to just echo a raw audio file (like a wav file) and redirect the output to your audio device "file" and it would play out your speaker.

Systemd flipped this all around, and now instead of just changing files, you have to use applications to specify changes to your system. Want to stop something from starting? Well, it used to be that you just move it out of the init directory, but now you have to know to "systemctl disable something.service", or to view logs " journalctl -idk something.service" I dont even remember the flags for specifying a service, so I have to look it up, where it used to just be looking at a file (and maybe use grep to search for something specific)

[–] [email protected] 1 points 10 months ago (1 children)

I came here to say this! And the creator made winamp too!

[–] [email protected] 2 points 11 months ago

I run freeipa internally, which handles all internal https certs (as well as nice things like handling non sudo auth so I can just ssh to machines from an already authed machine without a PW prompt, and doing ldaps for internal things that support it)

For external web, I have a single box running nginx as a reverse proxy thats web exposed. That nginx box has letsencrypt certs for the public web stuff. The nginx rp has the internal CA on it and will validate the internal https certs (no mullet SSL here!)

I also do different domains for internal vs external, but thats not a requirement for a setup like this

[–] [email protected] 1 points 11 months ago

No, not at all... Its an enclosure for an existing hard drive that makes it into a portable media device (like a flash drive), but because its an actual ssd you get much better sustained speeds.

There's also some cool features like drive encryption, as well as if you put an iso file on the drive, you can navigate to it on the on the iodd device using the screen and buttons, and then select it. The enclosure will emulate a DVD reader, and you can just boot the iso without having to do any etcher / Rufus / yumi / dd stuff

[–] [email protected] 4 points 11 months ago (2 children)

Check out iodd enclosures if you have a spare 2.5" ssd!

[–] [email protected] 13 points 11 months ago (1 children)

I bought counterstrike source way back in like 2008/2009 when I got a computer fast enough to play it. Steam was pushing garrysmod as a 5 dollar bundle purchase with counterstrike, and I bought that too on a whim.

I liked garrysmod more than cs:s, and played it a bunch. Eventually I figured out how to add wiremod to the game, which also involved using svn (a source control precursor to git)

I learned basic digital circuits and boolean logic by making bases with elevators and fancy alarm systems that would shoot intruders with turrents and stuff.

Eventually wiremod added a programming language called expression2, which was a mashup of c and lua. I basically taught myself coding because of a video game.

This lead me to get into computer programming, and eventually computer security, which ended up being a lucrative career path.... So thanks Garry for your mod, and thanks Gabe for pushing said mod to kids that just wanted to shoot virtual terrorists. That 5 dollar game is responsible for a good chunk of my life :)

view more: next ›