You’re right, that’s way too simple. Definitely need to rotate the booleans daily. For… security. Yeah, security.
You’re right, that’s way too simple. Definitely need to rotate the booleans daily. For… security. Yeah, security.
create table boolean (
id integer primary key,
name text not null unique
)
insert into boolean (name) values ('true');
insert into boolean (name) values ('false');
create table document (
id integer primary key,
name text not null unique,
body text not null,
is_archived not null integer,
foreign key (is_archived) references boolean (id)
on delete cascade
on update no action
);
Solved.
Bonus: DBAs hate this one weird trick that can free up incredible amounts of disk space by deleting just two rows.


Can you… make a community for this and confine it to that community? So I can block it?
Me with an inclined plane: “Challenge accepted.”


Luanti’s great. I’ve undertaken to build Luanti mods (well, games, really, but of course games are mostly made of mods, and I’m talking about making games of almost exclusively mods I made myself plus a few from the official game) a couple of times, but haven’t followed through on it. I ought to work on that stuff again at some point.
“‘Naruto’? The fuck does anime have to do with spaghetti?”
Way ahead of you.
I was recently reminded of Shining in the Darkness for the Mega Drive and got super nostalgic. I might have to play that again.
The same thing recently happened to me with Descent 3. I’d never played Descent 1 or 2, so I figured if I was going to replay Descent 3, I ought to play the other two first, so I’m currently working my way through Descent 1.
But more to the heart of your question:
Exactly.


Copyright is bullshit, but the only thing worse is assholes like Zuck getting away with what’s illegal for everyone else.
And even if the lawsuit wins, you know the fines are a) going to be paltry b) mostly not going to go to those affected… which is everybody, basically.
In her usual U.S. Pacific North-West accent: “I… don’t know where that came from.”


I picture that teacher sporting a hat with a buckle.
Most popular baby names of 2026.


Luddites
Proudly.
Go back to Reddit.
Hypothetically, would the successor have the power to institute a personal theme song to the tune of RATM’s “Renegades of Funk”?


I can’t see your private or personal messages.
I hate when apps say “3 years ago” or whatever and don’t make it easy to see more specifically when. Just put it in an on-hover popup please. (Lemmy-UI does this just fine, but there are plenty of sites out there that don’t.)