Readit News logoReadit News
spit2wind commented on The United States withdraws from UNESCO   state.gov/releases/office... · Posted by u/layer8
rexpop · a month ago
> This is the kind of nonsense that makes me want to leave this country.

So go, if you're not going to fight it.

spit2wind · a month ago
Every bit of resistance counts. If you feel the lat-lon-alt suit your tastes, stick around, speak your mind, and don't let the nationalists tell you to get out. :)
spit2wind commented on The United States withdraws from UNESCO   state.gov/releases/office... · Posted by u/layer8
LoganDark · a month ago
I really hope the next president will be able to undo this fucking mess... otherwise the US is probably never going to catch back up to what it used to be. Voters made a terrible mistake.
spit2wind · a month ago
If I may suggest the following edit:

> I really hope a future Congress will undo this fucking mess... otherwise the US is probably never going to catch back up to what it used to be. Voters made a terrible mistake.

Putting too much power into the president is part of the problem.

spit2wind commented on Websites hosting major US climate reports taken down   apnews.com/article/climat... · Posted by u/geox
southernplaces7 · 2 months ago
>The progressively worsening attacks on the ability of trans people to exist in daily life.

Really? Care to name an example of their being persecuted legally by the administration in the way you claim? For example, there were multiple huge gay pride parades in the U.S just recently, which are visibly and vocally attended by trans people too, and I didn't see federal agents or police of any kind going at them at any point.

spit2wind · 2 months ago
Regarding "persecuted legally", this administration is actively trying to dismantle the rule of law and flouts it.

I appreciate you looking for examples. This podcast episode will give you some, as well as a lens through which you may spot others.

https://www.dancarlin.com/product/common-sense-324-whats-goo...

spit2wind commented on The Perils of 'Design Thinking'   theatlantic.com/books/arc... · Posted by u/Petiver
spit2wind · 2 months ago
> Design won’t save the world. Go volunteer at a soup kitchen, you pretentious fuck

So things like the cotton gin or Ford's use of interchangeable parts don't count as design or somehow didn't change the world?

How is volunteering at soup kitchens more effective at changing the world than interchangeable parts?

And still yet...are you wanting to change the world for the better?

spit2wind commented on Define policy forbidding use of AI code generators   github.com/qemu/qemu/comm... · Posted by u/todsacerdoti
alluro2 · 2 months ago
A friend experienced a similar thing at work - he gave a well-informed assessment of why something is difficult to implement and it would take a couple of weeks, based on the knowledge of the system and experience with it - only for the manager to reply within 5 min with a screenshot of an (even surprisingly) idiotic ChatGPT reply, and a message along the lines of "here's how you can do it, I guess by the end of the day".

I know several people like this, and it seems they feel like they have god powers now - and that they alone can communicate with "the AI" in this way that is simply unreachable by the rest of the peasants.

spit2wind · 2 months ago
Sounds like a teachable moment.

If it's that simple, sounds like you've got your solution! Go ahead and take care of it. If it fits V&V and other normal procedures, like passing tests and documentation, then we'll merge it in. Shouldn't be a problem for you since it will only take a moment.

spit2wind commented on The probability of a hash collision (2022)   kevingal.com/blog/collisi... · Posted by u/subset
spit2wind · 2 months ago
The author uses writing techniques like those given by Joel Spolsky:

- Rule 1: Be Funny

- Rule 2: Writing a spec is like writing code for a brain to execute

- Rule 3: Write as simply as possible

- Rule 4: Review and reread several times

The author isn't quite as adept at integrating the humor as seemlessly as Joel, yet it's interesting to see how effective the style is, even for someone still learning it. I commend them for making the topic more accessible. It was probably fun to write and was definitely fun to read!

https://www.joelonsoftware.com/2000/10/15/painless-functiona...

spit2wind commented on Early US Intel assessment suggests strikes on Iran did not destroy nuclear sites   cnn.com/2025/06/24/politi... · Posted by u/jbegley
tartoran · 2 months ago
Wait, they killed the Iranian negociator?
spit2wind · 2 months ago
> Just two days before U.S.-Iran nuclear negotiations were set to begin, Israel assassinated the high-ranking Iranian official leading the talks

https://www.msn.com/en-us/news/world/iranian-official-leadin...

spit2wind commented on A federal judge sides with Anthropic in lawsuit over training AI on books   techcrunch.com/2025/06/24... · Posted by u/moose44
bonoboTP · 2 months ago
This technology is a really bad way of storing, reproducing and transmitting the books themselves. It's probabilistic and lossy. It may be possible to reproduce some paragraphs, but no reasonable person would expect to read The Da Vinci Code by prompting the LLM. Surely the marketed use cases and the observed real use by users has to make it clear that the intended and vastly overwhelming use of an LLM is transformative, "digestive" synthesis of many sources to construct a merged, abstracted, generalized system that can function in novel uses, answering never before seen prompts in a useful manner, overwhelmingly without reproducing existing written works. It surely matters what the purpose of the thing is both in intention and observed practice. It's not a viable competing alternative to reading the actual book.
spit2wind · 2 months ago
Not The DaVinci Code, but I recently tried reading "OCaml Programming: Correct + Efficient + Beautiful" through Gemini. The book is open, so I rightly assumed it was "in there". I read by saying "Give me the first paragraph of Chapter 6" and then something like "Next 3 paragraphs". If I had a question, I was able to ask it and get some more info and have something like a dialog.

As far as I could tell, the book didn't match what's posted online today. The text was somewhat consistent on a topic, yet poorly written and made references to sections that I don't think existed. No amount of prompting could locate them. I'm not convinced the material presented to me was actually the book, although it seemed consistent with the topic of the chapter.

I tried to ascertain when the book had been scraped, yet couldn't find a match in Archive.org or in the book's git repo.

Eventually I gave up and just continued reading the PDF.

spit2wind commented on Klong: A Simple Array Language   t3x.org/klong/... · Posted by u/tosh
why218 · 2 months ago
I think that the vast majority of people who complain that these languages are unreadable and who insinuate that people who use and like them are basically just showing off are fundamentally uninterested in the possibility that there are possible positive trade offs to this style but for those who are genuinely interested in why some people like to program this way: Imagine having to do math with no symbols. that means 1+1 is now one plus one. Now imagine having to do that in the context of graduate levels mathematics. I am quite sure nobody calls a2+b2=c2 unreadable as compared to a squared plus b squared equals c squared and I dont know any one who wants to do algebra that way. Well the same principle is why array programmers like this style. I dont expect you to take my word for it im just letting you know what these other weird crazy people see in array languages that you dont. This allows one to think faster and further than they could encumbered but a heavier syntax. Is this way of programming the best no. Should everyone learn it no. Are there trade offs yes. Is it worth your time, quite possibly not. But thats true about literally everything in programming.
spit2wind · 2 months ago
> Imagine having to do math with no symbols. that means 1+1 is now one plus one

I think that's exactly on point. Here are two examples from Euclid which demonstrate why mathematics, and likely science, were stunted for millenia:

"if a first magnitude and a third are equal multiples of a second and a fourth, and a fifth and a sixth are equal multiples of the second and fourth, then the first magnitude and fifth, being added together, and the third and sixth, being added together, will also be equal multiples of the second and the fourth, respectively."

a(x + y) = ax + by

"If a quantity increased by three becomes five, then that quantity has to be two".

X + 3 = 5

X = 2

spit2wind commented on Brad Lander detained by masked federal agents inside immigration court   thecity.nyc/2025/06/17/br... · Posted by u/sjsdaiuasgdia
HideousKojima · 2 months ago
>The current administration explicitly condones violence against political rivals.

Citation needed

spit2wind · 2 months ago
Does pardoning convicted January 6th insurrectionists count?

u/spit2wind

KarmaCake day398September 6, 2022
About
~twst~
View Original