• 0 Posts
  • 24 Comments
Joined 10 months ago
cake
Cake day: November 19th, 2023

help-circle
  • I ran out of crtcs, but I wanted another monitor. I widened a virtual display, and drew the left portion of it on one monitor, like regular. Then I had a crown job that would copy chunks of it into the frame buffer of a USB to DVI-d adapter. It could do 5 fps redrawing the whole screen, but I chose things to put there where it wouldn’t matter too much. The only painful thing was arranging the windows on that monitor, with the mouse updating very infrequently, and routinely being drawn 2 or more places in the frame buffer.





  • Modern operating systems have made it take very little knowledge to connect to WiFi and browse the internet. If you want to use your computer for more than that, it can still take a longer learning process. I download 3D models for printing, and wanted an image for each model so I could find things more easily. In Linux, I can make such images with only about a hundred characters in the terminal. In Windows, I would either need to learn powershell, or make an image from each file by hand.

    The way I understand “learning Linux” these days is reimagining what a computer can do for you to include the rich powers of open source software, so that when you have a problem that computers are very good at, you recognize that there’s an obvious solution on Linux that Windows doesn’t have.













  • Cost is obviously a big factor. Almost every printer can change to any nozzle size and layer height for just the cost of the nozzle. Print volume is a major limitation, depending on your use case. The filaments it can print will probably be the same across any relatively low cost printers, with the only significant change being direct drive vs. Bowden.

    Bed leveling is huge, and makes probably the most difference in print quality on low cost printers these days. If there’s an easy way to tension the belts, that’s a plus. If there isn’t a power switch on the front (or even if there is), a emergency stop switch can be a help, like if the nozzle is running into the bed.

    Maintenance varies from printer to printer, generally you’re aiming for tight but not too tight on any belts or rollers. If the pulleys on the motors aren’t preinstalled, use something like loctite blue to fix them in place better.

    Also make sure if you plan to buy a printer that it’s got a decent amount of community around it. Running into the same problems with a bunch of other people is a big plus as a beginner, so popular printers are better.

    Teaching Tech made a calibration guide website that I’ve had a lot of good experiences with.




  • I’ve known a lot of math people, and /on average/ I think they’re more capable of programming useful code than the other college graduate groups I’ve spent a lot of time working with (psychology, economics, physics) /on average/.

    That said, the best mathematicians I’ve known were mostly rubbish at real programming, and the best programmers I’ve known have come out of computer engineering or computer science.

    If you need a correct, but otherwise useless implementation, a mathematician is a pretty good bet. If you need performance, readability, documentation, I’d look elsewhere most of the time.