what’s a rentry page
One thing I kind of miss is autohotkeys on windows. It was relatively easy to do things like set keyboard keys to act as mouse keys. I did that once when I was getting over tendonitis.
These days I have a keyboard with mouse keys on it and a trackball also with mouse keys. I can use the middle button on the trackball and scroll with it, but I can’t use the middle button on the keyboard and scroll with the trackball, which would be more ergonomic for me. Haven’t figured that one out yet.
That said, I mostly don’t miss GUI stuff. I use a tiling window manager and command line utilities to do most things on my system. Its kind of primitive I guess, but the benefit is it works exactly the same on remote systems, headless servers, etc.
can’t say about forms, but I use xournal all the time for signing pdfs.
Elect lawmakers that would pass single payer, like they have in europe. However, this is an unrealistic expectation in our modern political landscape. So we need to change the political landscape to make that possible.
create coops and/or nonprofits to provide better options than predatory insurance companies. maybe easier because its grassroots and small compared to changing our national leadership. There’s a danger of genuinely helpful institutions being outlawed due to mainstream medical lobbying.
we’ve already seen how successful propaganda of the deed can be. but will it actually produce change, or just lead to repression? it has at least communicated the extent to which Americans are disgruntled - not just the deed itself, but the overwhelmingly positive reaction to it.
general strikes, boycotts, other demonstrations might be a possibility. you need an effective campaign to get people on the same page.
With docker, the built product is containerized. With a flake, the end product goes into the nix store directory, and may be used in another package, or available to run, or be used in a service, or all the above.
Hmmm yeah I have learned a ton of fiddle tunes. Does it count as hoarding when its in your head?
Playing music. Sure some people can collect guitars or whatever, but really that’s a separate hobby from actually playing.
That the Big Bang is just one of many bangs
Its mainly because of some music groups where I find out about local jams and gigs. But yeah its practically unusable. Have been thinking about starting a friendica instance for the music people.
Recently updated a nixos machine that was on the shelf for five years or so. A few options and packages had been renamed, fixed those, upgrade completed with zero problems.
Typically rust programs are statically linked, meaning the executable contains all the dependencies needed to run it, with the exception of libc, unless you’re using musl. So no dependency worries basically.
Probably wise to install something like cargo-cleaner (on crates.io). Those target/ folders in rust projects can get pretty big.
As far as stability goes, its hard to beat my nixos setup. I use the venerable xmonad with xfce in no-desktop mode, and the command line for things like wifi and etc. Because I do most stuff with the command line I can get around fine on servers with no GUI. There’s no bling and hardly anything ever changes.
I used to fancy up my desktop and so forth, but those things break eventually and don’t really help me get work done. I don’t want to waste time on that anymore.
That said, getting it set up has been a gradual evolution and there have been awkward times. Like zoom screen sharing goes kind of insane with a tiling window manager (stop helping, zoom). And of course nixos itself is fantastic if what you need is already packaged and ready to go, and doesn’t do anything weird like download binaries. Stuff outside the norm, well now you have two problems - understanding how the software expects to be installed on debian or the like, and understanding how to subvert that process to make it work on nix.
I wrote a web server to store markdown documents with links between them, a sort of ‘zettelkasten’. Now I’ve made it into a tauri app that runs on my phone, web server and all, and can sync with the main server in the cloud. Documents everywhere! Front end is in elm and not rust tho.
I’ve made a few other projects in rust, did a audio dsp thing that is a delay with web controls, made a blinky sketch for the rp2040.
Rust is cool because you can write pretty high level code in it, with lots of libraries to help out, or you can write bare metal code with no OS for embedded.
godspeed! the rust community is knowledgeable and helpful. check out the discourse server if you haven’t already.
Don’t feel bad if jobs don’t drop out of the sky just because you learned a little rust. Rust jobs do not abound, even for experienced devs. That said, its an interesting and challenging language and doing some work in it can show you’re motivated and willing to work through some shit to get things done. Google-fu is a primary skill for everyone in the field.
I wasn’t planning on it, my GF bought the tickets without asking me about it, and didn’t know about my pal being into the band. But my friend figured I was the one who left her out. Plus, not everyone gets invited to everything, hey I’m dating someone here. Called me up and berated me about being a bad friend without saying what it was she was mad about. I prefer not to have friends that use that kind of rhetoric.
Mad she didn’t get invited to a concert my GF bought tickets to. Welp
I occasionally use curl myself but never really thought about what language(s) it used in its implementation. Curious if there are power curl users to whom its internal implementation details would really matter. For me its mainly just testing my own websites and vulns there are unlikely. If I was using curl to scrape a lot of sketchy sites I might care about its memory security more.