Instance: programming.dev
Joined: 9 months ago
Posts: 106
Comments: 85
Posts and Comments by ∃∀λ, eah@programming.dev
Comments by ∃∀λ, eah@programming.dev
Web forum software bumps up a thread to the top of the board when a user posts a reply to the thread. This enables lengthy long-lived debates to take place. It gives a lot more opportunity for good ideas to be presented on a topic compared to reddit or lemmy which cycles posts off the front page hours or days after being posted. But trolls can easily derail the entire purpose of the forum by insisting on always having the last word in an off-topic, manufactured debate that eventually draws the entire userbase in.
https://openlibrary.org/books/OL7294306M/Introduction_to_Algorithms_Second_Edition
I don’t have any experience reading similar books to say if this is a good one, but it was the book we were assigned for class. Algorithms are written in pseudocode. I sometimes use it as a reference.
I came across the paper planes entry from the “See also” section in the atmospheric entry article.
Fun facts I learned: roughly the probability at least one person currently alive have been or will be struck by falling space debris from reentering satellites is 1% and 3% of the matter which enters the atmosphere is from satellites compared to meteors.
public domain code can’t really be released under the GPL
Disney created films based on old fairy tales. Disney has a copyright on those films even though they include elements from the public domain because the films also include the artists’ original expression. The linux kernel (probably) contains public domain AI-generated code alongside original work from its many contributors. If you wanted to get the entire project into the public domain, you’d have to get permission from nearly all its contributors or wait for their copyright term to expire. The small snippets of code which were AI-generated are public domain. The bulk of the project isn’t, and the project as a whole isn’t.
As much as I dislike AI, I can’t say I understand forbidding AI-generated contributions on the grounds that the submitted code is public domain. I suppose somebody can come along and “steal” the public domain snippets, but I suspect it’s difficult to definitively tell apart the human-written code from AI-generated and strip out the human-written bits. If they do, what’s the issue? It wasn’t yours to begin with and you can still keep it in your project. Moreover, now that the magical plagiarism machines exist, who’s going to be lifting code in this way, anyway?
We used to use parenthesis for interjections. I miss the days when text on the internet was mostly limited to the 95 printable characters on a typical American keyboard plus a few control characters.
And different from them all, the compressed double dash. That’s what’s in OP’s screenshot, and they’re what you get on Lemmy and Reddit when you type two dashes together with no spaces between, and it passes for the em dash in human writing.
The dashes in the reddit post being discussed are em dashes, not en dashes. In any case, I’m skeptical of the claim that double dashes written in the reddit text input box transform into something else. Though, I no longer have a reddit account which I could use to check. It looks like there is a way to write em dashes on reddit, but it isn’t with 2 sequential hyphens.
Shame youtube removed the like/dislike ratio which we previously used for mass protest against video authors for their wrongdoings. Channels can now shovel shit onto us with no public humiliation inflicted on them in return.
I guess your sense of correct grammar is different from mine. “Fuckin’ Strait” isn’t a proper noun. He’s also using excessive punctuation.
picard.jpeg
Neither 867:5309:: nor 867::5309 appears to be allocated. Do IPv6 blocks work like car license plates where you can pay more to get a vanity plate of your choice or do you just get what you get?
One possible way to deal with this and very nearly return to the former freedom-to-tinker status quo is to send the bank your custom OS along with a computer-checkable formal proof that the bank’s app, while running on your OS, behaves as it would be expected to under the stock OS. With homomorphic encryption, it might be possible to do this without revealing your custom OS, only its one-way hash. The bank can then verify that the proof is correct and then accept transactions with attestation from your custom OS. This would enable installing a custom ROM that can be used for online banking without having to go through some cabal/consortium. The only caveat is something of this magnitude has never been done before. It’s a research project for sure. It would take many man- and compute-hours. But it would be very cool.
Please share.
I’m sure they tested the new recipe on a sample audience long before they put it into mass production which informed them that the recipe change would positively impact their bottom line. Big companies don’t make enormous blunders which put them out of business. The social media tech companies we all hate are still around and have billions of users after all the crap they did. Why? Because all of the negative changes they made to their platforms were first tested on a sample of users and the sample kept using it. After all of the recipe downgrades and shrinkflation, you still see the products on the shelves. The only time you ever see an established brand suddenly vanish is when they’re bought out by private equity or they’re made obsolete by new technology.
I’ve spent more time than I care to admit reading Wikipedia entries on significant people from past centuries. Way too often their life story is full of disease and death. A dozen siblings. All of them suffer the same disease in childhood. Half of them don’t make it to adulthood. Mother dies during childbirth. Father struggles making money from their creative work, dies in a duel. Subject cared for by wealthy uncle. Is affected for the remainder of their life by the lingering effects of the childhood disease. Repeat for the next generation.
It wouldn’t be necessary for IA to go under. If push came to shove, they could just downsize and be forced to decide what to delete. They’re probably sort of already doing that but for stuff they have not yet archived. What do you acquire verses what do you delete.
Anyone have a more in-depth technical description of how that works? I’m interested.
Looks like it’s only available in the U.S., Canada, and some island countries.^[https://polsy.org.uk/stuff/ytrestrict.cgi?agreed=on&ytid=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dbcy582OB9qk] That sucks. Here it is on PreserveTube.

Web forum software bumps up a thread to the top of the board when a user posts a reply to the thread. This enables lengthy long-lived debates to take place. It gives a lot more opportunity for good ideas to be presented on a topic compared to reddit or lemmy which cycles posts off the front page hours or days after being posted. But trolls can easily derail the entire purpose of the forum by insisting on always having the last word in an off-topic, manufactured debate that eventually draws the entire userbase in.
https://openlibrary.org/books/OL7294306M/Introduction_to_Algorithms_Second_Edition
I don’t have any experience reading similar books to say if this is a good one, but it was the book we were assigned for class. Algorithms are written in pseudocode. I sometimes use it as a reference.
I came across the paper planes entry from the “See also” section in the atmospheric entry article.
Fun facts I learned: roughly the probability at least one person currently alive have been or will be struck by falling space debris from reentering satellites is 1% and 3% of the matter which enters the atmosphere is from satellites compared to meteors.
Paper planes launched from space (en.wikipedia.org)
Disney created films based on old fairy tales. Disney has a copyright on those films even though they include elements from the public domain because the films also include the artists’ original expression. The linux kernel (probably) contains public domain AI-generated code alongside original work from its many contributors. If you wanted to get the entire project into the public domain, you’d have to get permission from nearly all its contributors or wait for their copyright term to expire. The small snippets of code which were AI-generated are public domain. The bulk of the project isn’t, and the project as a whole isn’t.
As much as I dislike AI, I can’t say I understand forbidding AI-generated contributions on the grounds that the submitted code is public domain. I suppose somebody can come along and “steal” the public domain snippets, but I suspect it’s difficult to definitively tell apart the human-written code from AI-generated and strip out the human-written bits. If they do, what’s the issue? It wasn’t yours to begin with and you can still keep it in your project. Moreover, now that the magical plagiarism machines exist, who’s going to be lifting code in this way, anyway?
We used to use parenthesis for interjections. I miss the days when text on the internet was mostly limited to the 95 printable characters on a typical American keyboard plus a few control characters.
The dashes in the reddit post being discussed are em dashes, not en dashes. In any case, I’m skeptical of the claim that double dashes written in the reddit text input box transform into something else. Though, I no longer have a reddit account which I could use to check. It looks like there is a way to write em dashes on reddit, but it isn’t with 2 sequential hyphens.
The Movement (right-wing populist group) (en.wikipedia.org)
Luna 3 - first spacecraft to image the far side of the Moon (en.wikipedia.org)
Shame youtube removed the like/dislike ratio which we previously used for mass protest against video authors for their wrongdoings. Channels can now shovel shit onto us with no public humiliation inflicted on them in return.
List of people who flew to the Moon (en.wikipedia.org)
I guess your sense of correct grammar is different from mine. “Fuckin’ Strait” isn’t a proper noun. He’s also using excessive punctuation.
The Dark Side of the Rainbow (en.wikipedia.org)
Scott Manley's thoughts on Artemis II so far
Crater chain (en.wikipedia.org)
POV: You are a slop generator being trained on 3000 years of the world's works of fine art
picard.jpeg
Frontier Thesis (en.wikipedia.org)
Riverbend (blogger) (en.wikipedia.org)
David Graeber vs Peter Thiel: Where Did the Future Go