I don’t think it’s clear, given the known massive voter suppression, and the likelihood of machine tampering, that we actually did elect him, but you’re still right. The people have to hold him to account, because nobody else will.
Doc Avid Mornington
Not actually a doctor.
- 0 Posts
- 302 Comments
Doc Avid Morningtonto politics @lemmy.world•Angry Democrats Turn Off the Flow of MoneyEnglish251·2 months agoSo the people who made the Democrats suck are mad that the Democrats suck. Cool.
Doc Avid Morningtonto politics @lemmy.world•GOP candidate posts menacing message about LGBTQ+-friendly churches while holding a gunEnglish41·9 months agoThe scriptures, if one believes these things, were fulfilled, right? If the reason given not to fight was so that the scriptures would be fulfilled, doesn’t that logically leave Christians free to commit any violence, now?
Doc Avid Morningtonto Programmer Humor@programming.dev•Seriously how many times does this have to happenEnglish14·10 months agoGithub != Git
Doc Avid Morningtonto politics @lemmy.world•Jon Stewart’s ‘told you so’ about Biden was the scolding we neededEnglish61·10 months agoBringing up his actions in a different job doesn’t really seem to have bearing on comparing administrations. Biden has a pretty bad history prior to his presidency as well.
But also, and more importantly, judging progressiveness just by final results, without referent to the era, is not useful. By this logic, the Biden administration could literally be rolling back progress, and as long as they don’t go too far, we’d still have to call them “more progressive than FDR”. The only useful way to judge progressiveness is as progress made - or at least progress worked for - from the starting baseline.
I think it’s reasonable to say Biden has had the most progressive administration since LBJ. I was really surprised by how good he’s been, relative to my expectations.
That’s how you talk?
Doc Avid Morningtonto politics @lemmy.world•“May have just legalized murder by one individual”: Experts alarmed at “stunning” SCOTUS rulingEnglish6·10 months agoI get what you’re saying, here. That’s why I specifically disclaimed making any judgement about whether it would be moral, or wise. But consider the other side of that same coin: the court did this specifically to overthrow democracy and allow Trump, or any other president who will carry out Project-2025 to use this power to maintain an effective dictatorship. There’s no other explanation for this ruling. Would using this absurd power once, now, to restore a court that is loyal to the Constitution and People of America, be worse than letting Trump get in, assassinate any and all opposition, and end democracy? Could we trust it to end there? Would Biden install justices that would immediately reverse the ruling and bring things back to normal, or just install his own loyalists? I dunno, it’s complicated.
Ultimately, it’s also all just theoretical, anyhow. I find it almost inconceivable that Biden would do this.
Doc Avid Morningtonto Programmer Humor@programming.dev•Trying to understand JSON…English12·10 months agoIf your SQL model has nulls, and you don’t have some clear way to conserve them throughout the data chain, including to the json schema in your API contract, you have a bug. That way to preserve them doesn’t have to be keeping nulls distinct from missing values in the json schema, but it’s certainly the most straightforward way.
The world has more than three languages, and the way Java and Python do things is not universally correct. I’m not up to date on either of them, but I’m also guessing that they both have multiple libraries for (de) serialization and for API contract validation, so I am not really convinced your claims are universal even within those languages.
I am not the other person you were talking to, I’ve only made one comment on this, so not really “hellbent”, friend.
Yes, I am pretty sure I read the comments, although you’re making me wonder if I’m missing one. What specific comment, what “case specified above” are you referring to? As far as I can see, you are the one trying to say that if a distinction between null and a non-existent attribute is not specified, it should universally be assumed to be meaningless and fine to drop null values. I don’t see any context that changes that. If you can point it out, specifically, I’ll be glad to reassess.
Doc Avid Morningtonto politics @lemmy.world•“May have just legalized murder by one individual”: Experts alarmed at “stunning” SCOTUS rulingEnglish18·10 months agoIs that an act of an insane person? It’s apparently legal, now. Do you broadly think that using violence against tyranny is insane? Our founders committed their lives and fortunes to the violent overthrow of tyranny. It would be much easier, sitting in the oval office, with legal authority granted to him by the very people he would be targeting, to authorize the extrajudicial execution of a few traitors. Do you think that extrajudicial execution is insane? Then you’ll have to admit that most presidents in the last few decades were insane, especially Obama. Is it only insane when the target is white people in power, rather than brown-skinned people overseas?
I’m not commenting, at this time, on whether it would be moral, or wise, but insane? I can’t see how.
Doc Avid Morningtonto politics @lemmy.world•“May have just legalized murder by one individual”: Experts alarmed at “stunning” SCOTUS rulingEnglish26·10 months agoOh, they can read, they know exactly what they are doing. The Republic has had enemies within from the start, and now they control the most powerful branch of government.
Doc Avid Morningtonto politics @lemmy.world•Democrats say Trump is an existential threat. They’re not acting like it.English32·10 months agoBut who, who is “you” in this scenario? Who do you think can just tell the court “no”? Let’s be specific.
Doc Avid Morningtonto Programmer Humor@programming.dev•Surely "1337" is the same as 1337, right?English3·10 months agoThanks for sharing this, it’s quite interesting. I found a Wikipedia article on it: https://en.m.wikipedia.org/wiki/Unary_numeral_system
Apparently, as you did suggest, “base 1” is a name that is used, but is somewhat a misnomer.
The article mentions that Church encoding is a kind of unary notation, which I would not have thought of, but I guess it is.
Enjoyable little rabbit-hole to zap my productivity for the day.
Doc Avid Morningtonto Programmer Humor@programming.dev•Surely "1337" is the same as 1337, right?English2·10 months agoYou seem to have missed the important phrase “in source code”, as well as the entire second part of my comment discussing that runtime functions that parse user input are different.
Doc Avid Morningtonto Programmer Humor@programming.dev•Trying to understand JSON…English43·10 months agoAt the (SQL) database level, if you are using null in any sane way, it means “this value exists but is unknown”. Conflating that with “this value does not exist” is very dangerous. JavaScript, the closest thing there is to a reference implementation for json serialization, drops attributes set to undefined, but preserves null. You seem to be insisting that null only means “explicit omission”, but that isn’t the case. Null means a variety of subtly different things in different contexts. It’s perfectly fine to explicitly define null and missing as equivalent in any given protocol, but assuming it is not.
Doc Avid Morningtonto Programmer Humor@programming.dev•Surely "1337" is the same as 1337, right?English1·10 months agoCloser to tally marks without clustering
Doc Avid Morningtonto Programmer Humor@programming.dev•Surely "1337" is the same as 1337, right?English11·10 months agoWho calls it that? Who even uses that enough to have given it a name? Seems completely pointless…
Doc Avid Morningtonto Programmer Humor@programming.dev•Surely "1337" is the same as 1337, right?English2·10 months agoIt’s been a long time, but I’m pretty sure C treats a leading zero as octal in source code. PHP and Node definitely do. Yes, it’s a bad convention. It’s much worse if that’s being done by a runtime function that parses user input, though. I’m pretty sure I’ve seen that somewhere in the past, but no idea where. Doesn’t seem likely to be common.
What? Your colleague sounds like they may be struggling with some serious cognitive issues, they may want to see a doctor about that. As for me, I’ve been living with my brain my entire life, and have kept several different sleep schedules in that time, for one reason or another, including rigid adherence to a schedule you would certainly approve of, and at no time has the basic fact that my brain works better later in the day ever changed. Some people never learn that their own circumstances and experience are not universal. Maybe try not to be one of those people.
I am definitely not at my most productive at the start of the day.
No. I do not have a birth certificate, I lost it several years ago and haven’t obtained a replacement. More importantly, this is a solution to a problem that doesn’t exist. Voter fraud is almost entirely non-existent. As I recall, the only instances of voter fraud that were uncovered in the massive amount of litigation after the 2020 election, were a tiny number of Trump voters, encouraged by his lies about how easy it was, and found out by his insincere attempts to prove Democrats were doing it. The risk of imprisonment is sky high, the payoff of one vote is rock bottom. But you know what does actually influence elections? Voter suppression. Trump wasn’t legitimately elected. It’s very clear from the statistics that if everybody who had a legal right to vote, had been able to vote, and have their vote counted, he would have lost, by a lot. And this measure is just designed to suppress more votes.