Page on my personal site, with good print styles so I can print to pdf if needed.
Page on my personal site, with good print styles so I can print to pdf if needed.
I mean…. Let’s say you set up a Postgres user for all of your application users, with appropriate roles and row level security policies, you could actually do it without Bobby tables issues. I think.
Ahhhhh ok so a western politician insulted dear leader so of course y’all are spun up about it while the rest of us don’t even remember that it happened
„Dronie”? Is that supposed to be some kind of retort to „tankie”? Bless your lil’ heart
Ah, right. So as a shorthand for „way too batshit fucking crazy to have that much power”
The issue is the authoritarianism, not the economic system
Takes forever to encode though
Make your own dockerfile, and the first line will be FROM <upstream>. Then make your changes.
Web devs too
Eh, RPI pushes you to use a microSD card which sucks in a few ways. They also aren’t all that cheap.
Used thin client is the way to go
I used supermaven (copilot competitor) for awhile and it was sorta ok sometimes, but I turned it off when I realized I’d forgotten how to write a switch case. Autocomplete doesn’t know your intent, so it introduces a lot of noise that I prefer to do without.
I’ve been trying out Claude code for a couple months and I think I like it ok for some tasks. If you use it to do your typing rather than your thinking, then it’s pretty decent. Give it small tasks with detailed instructions and you generally get good results. The problem is that it’s most tempting to use when you don’t have the problem figured out and you’re hoping it will, but thats when it gives you overconvoluted garbage. About half the time this garbage is more useful than starting from scratch.
It’s good at sorting out boilerplate and following explicit patterns that you’ve already created. It’s not good at inventing and implementing those patterns in the first place.
You’re just repeating the definition that I’ve already made clear I disagree with. This definition isn’t science, it’s taxonomy. Taxonomy is just a tool; we group similar entities together so we can characterize them. A body’s orbit and neighbors aren’t as important for that purpose as other attributes like size and composition.
Should they be considered planets? No, of course not.
Why not?
how round is round enough?
I’m sure the IAU can come up with a suitable boundary. The lines are always fuzzy.
I’m saying that (many) moons are planets too. Anything big enough to be round, but not big enough to burn hydrogen, should be a planet regardless of where it orbits.
Why does the definition involve location? Intrinsic properties make more sense. Who cares what it orbits or what else is is in a similar orbit?
They should have done that
And the IAU got it wrong when they reclassified Pluto. Jupiter and mercury belong in the same category but the moon and mercury don’t? Get the fuck outta here
Rust people seem to be focused mostly on identity politics and dividing people into groups that are then supposed to fight each other.
Yeah, this guy can eat my entire ass. This is the same language that fascists use to delegitimize anyone who isn’t straight and white.
Yeah, syncthing can do all of that except public share links. Run an instance on your NAS so there is always a sync target online.
Eh, I try to keep this username separate from my real name. It’s not too hard though, you just need ‘@media print {‘. Set display none on stuff like the navbar and footer, and you also need to think about page breaks and such, there are guides.
Browser dev tools can simulate print styles, and you can preview with the regular print preview. To get consistency across browsers you probably want to set a definite width, so the sizing stays the same.