Insomniac code gorilla. I help maintain lemmy-ui and, to a lesser extent, Lemmy’s backend.
A team mate of mine at the computer touching factory is a Proudhonist.
Blueprints I think.
“I think we’re in an age when nuclear deterrent is actually less effective because the West is very unlikely to use anything like a nuclear bomb, whereas our adversaries might,” he added. “Where you have technological parity but moral disparity, the actual disparity is much greater than people think.”
There’s a moral disparity alright, but it’s not the US who has the moral high ground.
I happened to make a mod for this ages ago: https://github.com/SleeplessOne1917/WOTRDamageBreakdown
Unfortunately, I don’t think it works with the current version of the game. I really need to update it at some point.
Yeesh, I thought you were being hyperbolic, but it really is that bad! He even has this massive self report towards the end:
And how do you avoid being punished? There are two ways. One that works; and one that doesn’t. The one that doesn’t work is to design everything up front before coding. The one that does avoid the punishment is to override all the safeties.
And so you will declare all your classes and all your functions open. You will never use exceptions. And you will get used to using lots and lots of ! characters to override the null checks and allow NPEs to rampage through your systems.
Uncle Bob must be the kind of guy who makes all of his types any
when writing Typescript.
Now I know who to pray to when I’m debugging legacy code.
The defederated from Hexbear as a preemptive last resort.
There’s noncredible defense.
The only time it’s appropriate to cite Mein Kampf is when pointing out the parallels between the Nazis’ settler colonial extermination campaign and Amerikkka’s settler colonial extermination campaign. Also:
Isn’t it hypocritical for their admins to accuse us of “negativity” when they literally allow racism on their instance?
That’s a waaaaa👶 tabboutism!!1!1
🤢
What I suspect is happening here is that it’s using a flexbox instead of a grid. I’m guessing it has a flex direction of row (horizontal left to right), uses flex wrap, and has each video thumbnail have a flex basis to keep them around the same size. It probably makes it easier to look good enough at most screen sizes without needing to have a bunch of media queries change the number of columns at different screen sizes, at the cost of things not always being perfectly aligned. Probably a good tradeoff compared to the alternative tbh.
I imagine the original reason for removing it is somewhat mitigated now that mods can view votes directly in the UI instead of needing to muck around in the database.
At least it’s not XML.
Sheila Adele Greibach (born 6 October 1939 in New York City) is an American researcher in formal languages in computing, automata, compiler theory and computer science. She is an Emeritus Professor of Computer Science at the University of California, Los Angeles, and notable work include working with Seymour Ginsburg and Michael A. Harrison in context-sensitive parsing using the stack automaton model.
You learn something neg every day. I take it this is one among many instances of a man taking all the credit for something a woman played a much bigger part in creating/discovering?
IDK about natural languages, but his work has been useful in computing. We have him to thank for regex, for instance.
This is some Aktion T4 shit.
Shooting someone with a gun is certainly one way of blowing your load.
This brings back memories of an abomination of a design I had to implement that had 3 scrollable regions whose edges were really close to eachother. None of the regions had scroll bars either. Fortunately, the project got cancelled before it could see the light of day.