Pretty much my situation. Work stuff, Windows machine, but Linux/Docker workflow and I refuse to let go of my POSIX shell.
Pretty much my situation. Work stuff, Windows machine, but Linux/Docker workflow and I refuse to let go of my POSIX shell.
Vance’s liking of Yarvin Curtis’ NRx philosophy, which openly dreams of neomonarchist technocracy[0], Peter Thiel’s funding and support of both Curtis/Nrx and this administration[1][2], this administration’s ties to Project 2025[3], including the lovely Russell Vought[4], hat’s planned in it for the first 6 months of Trump’s term in terms of getting rid of democratic safeguards, dismantling government institutions and concentrating power into the executive[5], is already well under way to execute[6]… Combine all this with the things he’s been doing publically, like aligning with Putin, and threatening Canada’s and Mexico’s annexation over a couple of pounds of fentanyl and the trade agreements he signed himself 9 years ago, the constant barrage of executive orders, many found inconstitutional, but in such a volume that it’s completely overwhelming appeal courts, and Trump directly threatening judges not to cross him… I don’t know how you manage to call any of this “fear mongering”, when it’s all just things they themselves said and did. The only variable I can see here is how you interpret all of this, and I don’t understand how one can both support democracy and think what they’re doing is not completely messing with its very safeguards.
[0] https://www.youtube.com/watch?v=ZluMysK2B1E&t=1027s [1] https://www.nytimes.com/2016/10/16/technology/peter-thiel-donald-j-trump.html [2] https://www.ft.com/content/a46cb128-1f74-4621-ab0b-242a76583105 [3] https://www.forbes.com/sites/alisondurkee/2025/02/06/project-2025-author-russell-vought-confirmed-by-senate-here-are-all-the-trump-officials-with-ties-to-policy-agenda/ [4] https://www.youtube.com/watch?v=zhrhyBwgFFE [5] https://static.project2025.org/2025_MandateForLeadership_FULL.pdf [6] https://www.project2025.observer/
Wait till they officially start calling for a constitutional amendments and they suddenly start losing some of their own rights. But by then who knows what it’s gonna look like.
I’d love to believe this, but cynical me is thinking about those conservatives that look at Milei in Argentina and legitimately think it’s going great.
You managed to describe a feeling I’ve had for a while but never managed to articulate correctly. Thanks.
I thought Ctrl+Win+S was a shortcut that launched the Snipping Tool
That’s quite a strong table, holding 11 people
Maybe my taste buds are just broken, but for me, candy has always been either very sour for a very short time, or slightly sour all the way through. I’ve never had anything be very sour all the way through.
A “server” is just a remote computer “serving” you stuff, after all. Although, if you have stuff you would have trouble setting up again from scratch, I’d recommend you look into making at least these parts of your setup repeatable, be it something fancy ala Ansible, or even just a couple of bash scripts to install the correct packages and backing up your configs.
Once you’re in this mindset and take this approach by default, changing machines becomes a lot less daunting in general. A new personal machine takes me about an hour to setup, preparing the USB included.
If it’s stuff you don’t care about losing, ignore everything I just said. But if you do care about it, I’d slowly start by giving from the most to least critical parts. There’s no better time to do it than when things are working well haha!
Tramp is more featured, but if all one cares about is being able to edit remote files using a local editor, vim can edit remote files with scp too: scp://user@server[:port]//remote/file.txt
I tried tramp-mode at some point, but I seem to remember some gotchas with LSP and pretty bleh latency, which didn’t make it all that useful to me… But I admittedly didn’t spend much time in emacs land.
Eh, I’m about the same age as OP, I don’t have to get to 50 to know that I’d take my parents’ economic context over the two crashes. The rest… For many reasons, if medicine does some miraculous leap forward by then, maybe I’ll still wish I got a lot more left to go by then.
Really bigger updates obviously require a major version bump to signify to users that there is potential stability or breakage issues expected.
If your software is following semver, not necessarily. It only requires a major version bump if a change is breaking backwards compatibility. You can have very big minor releases and tiny major releases.
there was more time for people to run pre-release versions if they are adventurous and thus there is better testing
Again, by experience, this is assuming a lot.
From experience shipping releases, “bigger updates” and “more tested” are more or less antithetical. The testing surface area tends to grow exponentially with the amount of features you ship with a given release, to the point I tend to see small, regular releases, as a better sign of stability.
Your first hint that this is a naive take is that you’re brushing off a societal issue to a single, external factor.
That’s not “self hosting” related tho lol
Oh, that’s for sure. The thing is, you need to be open to the idea that there could be contradictions to realize they are there. If you approach your readings already believing that you are a mere sinner who, in the end, can’t really understand God’s Plan™, it gets easier to brush off the inconsistencies.
That’s why I said “as a general rule”. I’m not sure I would consider fundamentalists to be representative of your average Christian - their whole thing is Biblical literalism, after all… I was raised Catholic, in an era where we still had religious courses in school, and I can pretty safely say that pretty much nobody read it outside the bare minimum they had to for First Communion/Confirmation/wedding prep.
You have to be particularly dumb to read the old and new testaments
Do you legitimately think that the same people who get into organized religion, that buy into thought systems that tell them how things are supposed to be and how they should feel about stuff, as a general rule have read their own source material that meticulously?
Is it solid wood or engineered? Some very soft variety of wood? 17 years is extremely short…
Eh I’m not hard set on full spec compliance. I use ZSH, it’s not technically POSIX compliant but close enough that I virtually never have to think about it. Technically correct would probably have been “sh derivative” or something.