• 0 Posts
  • 151 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • Given this press release by Google, I presume they’ll also be stopping the use of Open Source code within their company? The should immediately remove all of those Linux installs and put in a commercial product because it would be “better for the economy”. Get working, Google. Once you finish that up, come back and we’ll still ignore you, but at least you’ll be on better moral ground when you show up.



  • I kept seeing discussions about the way things generally work in Europe, the rights people have, and the cultural appreciation for people’s health and I finally said “fuck it! Let’s move to Europe”. I’d been visiting for decades off and on, so we made it permanent.

    It only took three years of applying for jobs, saving, and finally getting all of our family needs in order, but we did it. If you can, give it a look.



  • azimir@lemmy.mltoLemmy Shitpost@lemmy.worldSick days
    link
    fedilink
    arrow-up
    65
    arrow-down
    2
    ·
    5 days ago

    I had my first real sickness for time off since I moved to Germany. I had a call with a doctor, they pushed a sick note into the digital health system, and my company noted it as paid time off.

    Modern civilization in a developed nation rocks.

    Now if we could just get the paperwork to die down a bit… Oh, and find a way to get the trains on time!





  • I don’t know every detail of your use cases, but my offline go to is xournal++ (xournalpp).

    I use it for many of those actions. We moved to Germany and having a GUI pdf editor for signing, highlighting, redacting, pulling pages, etc has been invaluable.

    My wife also uses it for her class lectures. She does math, so she uses a tablet to write on her slides (pdfs) live in class to talk through the material. Then, she saves the lecture PDF to give to students with the notes.



  • Highlight->Middle paste has been my friend for decades now. Using it from SunOS in the 90-s to now has been a great feature. It’s the quickest way to copy and paste while I’m working fast with text or data entry.

    I love having both clipboards be functional. The latest rounds of tools that have stopped being as compatible with it has been no end of problems in my workflow. I’ll copy with the keyboard, highlight some text and then paste both clipboards somewhere else.

    No, using the keyboard here isn’t as fast, don’t bother making that argument, especially since ctrl-c means different things in different places on Unix style systems. Left hand stays home row while the right is forced to leave for the mouse since it’s a GUI.

    I’ve had to deal with many tools that don’t respect keyboard cut/paste as well. Add in that some tools like putty or git bash on windows have ctrl-ins for paste?

    Panning in CAD/design is usually click and hold middle or even a two button system (freecad), so trying to take a middle click for that isn’t buying uniformity.

    The copy/paste world is already fractured enough. Keep the highlight/middle click working so we can go fast. I might be a dinosaur, but I’m a fast dinosaur.



  • The biggest limitation on the older models is RAM. There’s other issues with network contention (the Ethernet is actually a USB device on the board), raw CPU (especially gen 1 boards), but really it’s all about the RAM.

    I use these kinds of boards for more hardware/embedded kinds of situations. No GUI Linux machines will easily run in 200-400MB of RAM before you start spinning up additional services or tools.

    If you’re really RAM blocked you can use a more stripped down Linux install or even hop to BSD and run real lean on resources for the OS. All of these options can still run most network services or simple build/dev kinds of support systems. They could be message queue servers, run GPIO-driven hardware systems, be sensor platforms, run DNS/DHCP/PiHole kinds of systems, be a speaker driver endpoint for a larger system, bong a clock sound every hour, or whatever. That’s just what I could come up with while typing on the fly. If you start adding hardware to the IO ports it just goes nuts what even the older boards are capable of.





  • I only do technical CAD design, so FreeCAD works fine. It’s no AutoDesk, but it has gotten good for my project scale.

    Slicing is done with Cura.

    Printing I’m mostly living off copying to SD card like a barbarian, but I’ve used Octoprint on a Raspberry Pi board in the past. I even had the time lapse camera videos working. It was a nice setup.

    Some of my kids do more advanced sculpture work with Blender and other tools.