I use Hoppscotch
I use Hoppscotch


I dunno how viable it is, but linux phones with waydroid is a thing
Also, I’d imagine that a small pocket of custom ROM amd root folks will still exist
Come hell or high water, i will retain control of my phone


There’s the FairPhone 6, running e/OS, Which is a deGoogled port of android, running microG
https://murena.com/america/shop/smartphones/brand-new/murena-fairphone-6/


How do we know Lord Ruler isn’t forging the documents as blackmail against Musk?
(Not that i believe they are, but it seems plausible)
(I should probably point out that I’m not really paying attention to the details here)


Imo, it’s nice to see tools written in a memory safe systems language
Especially if you use a lot of them. More utility, less attack surface


That’s my thinking
If you know what you’re doing, it’s significantly easier to do it yourself
You at least have some reassurance it’s correct (or at least thought through)


How do you know those formulas are correct?


I switched to Linux when i built my first tower in 2022
And have never looked back
Is it noticeably slow?
I bought the FP4 a year or so ago, and I couldn’t tolerate how slow everything was on it
Also, does it work with US cell networks?
It can be useful if you want a different desktop layout for different use cases
I set up a Personal activity, and a Work activity, with different backgrounds and different apps pinned to the taskbar. That helps maintain a “virtual” separation of work and personal life, and helps me not screw off on discord as much
Well, it would if i actually used it
Activities let you change the desktop layout, panels, wallpapers, etc.
Virtual desktops keep the desktop settings


I still stand by my assumption that anyone complaining about systemd has never tried to configure SysVInit scripts before
Apply directly to the forehead
To explain
There are 2 Error struct / enum declarations, probably in separate files
To the ?, they are different types and cannot be converted from one to the other (because they are two disparate structs that happen to have the same name, but can have different bodies)
To fix this
You can either use .some_func_result().map_err(|err| /* conversion here/*)?; +
Or you can impl From<Error1> for Error2
And you should also name it ThingError, so you can visually differentiate the two
+ There are like 10 different mapping functions, depending on if you’re using an option or a result
I never remember which one specifically i need, (unwrap_or, map_or, map_or_else, ok, ok_or)
I usually just hunt through the auto complete list until i find the function signature that gives me what i need
Buggies? Or just “furries”
There are a surprising number of moth and bee 'sonas, but the terms aren’t well defined
Can confirm, “scalies”
For birds it’s “avian”
I run Arch, so docker was the easiest method of installation.
Rather than try and figure out how to install a .deb manually (and lose package manager perks)
Vscode and dotnet core (5+) work well on linux
You can also run SQL Server via docker
Fair phone 6 running /e/OS is honestly amazing
Completely degoogled ROM, using MicroG to emulate google play services