Readit News logoReadit News
DerekL commented on Netanyahu's cybersecurity official arrested in Vegas in child sex sting   theguardian.com/us-news/2... · Posted by u/nujabe
yieldcrv · 17 days ago
And it was Nevada police using Nevada law, which would exempt minors age 16, 17 and 18

So this guy was involved in the investigation with someone aged 15 or younger

DerekL · 16 days ago
In the US, people of age 18 are adults, not minors.
DerekL commented on Kodak says it might have to cease operations [updated]   cnn.com/2025/08/12/busine... · Posted by u/mastry
dtagames · 21 days ago
Kodak itself was the first to demonstrate a digital camera in 1975.[0] There is no one else to blame for any decisions.

[0] https://www.seattlepi.com/business/article/kodak-engineer-ha...

DerekL · 21 days ago
But switching to making digital cameras wouldn’t have helped much, because selling cameras was never really their business. Their main business was selling film, photo paper, developer, etc.
DerekL commented on Whitehouse Moves to Destroy Satellite That Monitors Greenhouse Gases   gizmodo.com/trump-adminis... · Posted by u/WarOnPrivacy
DerekL · a month ago
Title is misspelled, should be “White House” (two words).
DerekL commented on Generative AI. "Slop Generators, are unsuitable for use [ ]"   asahilinux.org/docs/proje... · Posted by u/aleksjess
lucumo · a month ago
The historical luddites were not heroes of the working class. They were a special interest that used violence to keep less skilled people out of their industry, so they could keep making more money than the hoi pollo.

Dumb or evil, either way they are not people to be celebrated.

DerekL · a month ago
*hoi polloi
DerekL commented on Rescuing two PDP-11s from a former British Telecom underground shelter (2023)   forum.vcfed.org/index.php... · Posted by u/mhh__
DerekL · a month ago
I saw two working PDP-11s this past weekend. They were Super Sprint arcade games, which use the microprocessor implementation of that instruction set.

https://en.wikipedia.org/wiki/Atari_System#Atari_System_2

DerekL commented on The Great Illusion: When We Believed BeOS Would Save the World   desktoponfire.com/haiku_i... · Posted by u/naves
johnea · 2 months ago
Nice article!

So much great tech has been lost to aggressive business practices of entrenched companies it would have disrupted.

The theme has been repeated... repeatedly: VHS vs Beta being maybe the typically cited archetype of business model vs technical specs.

To me the dominant example in the world today though, is that s/w engineers continue to use windows 8-(

C:? Does anyone ever stop to think about the abstraction of a file system directory hierarchy? The whole point is to remove the specifics of the h/w implementing it, and provide a logical abstraction of nested "directories". Explicitly specifying drive "letters", is the opposite of that. The only reason it ever existed was because the primordial DOS didn't have the horsepower to manage something like a unix mount. But why do we still have it in 2025?

Business triumphs over technology.

One aspect of the article that didn't track my experience was the description of linux in 2015. By that point I had long ago settled onto the fluxbox window manager, because I didn't like the constant churn of "desktop environments". It all just seemed too much like windows.

In 2025 I'm still using it, and it's still exactly the same, which to me is one of it's greatest features. Personally, I don't want the latest brainchild of some UI engineer at Canonical disrupting my workflow.

This veto power of equity over technical possibility is the story of modern tech development. Cory Doctorow cites this 2014 article in his post today:

https://www.cambridge.org/core/journals/perspectives-on-poli...

tl;dr US political policy making is 100% controlled by large financial equity stake holders. The support, for or against, a policy by the overwhelming majority of the population has a 0% effect.

This is also true of corporate decisions. "Innovation" is pursued if and only if it benefits equity, regardless of potential advantages to users, or the progress of the tech itself.

DerekL · 2 months ago
Beta wasn't better than VHS. It was better at a given tape speed, but the cassettes were smaller, so you'd have to use a lower speed to get the same recording time.
DerekL commented on A new pyramid-like shape always lands the same side up   quantamagazine.org/a-new-... · Posted by u/robinhouston
xeonmc · 2 months ago
Reminded me of Gömböc[0]
DerekL · 2 months ago
Mentioned in the article.
DerekL commented on They Were Every Student's Worst Nightmare. Now Blue Books Are Back   wsj.com/business/chatgpt-... · Posted by u/rwc9
HenryBemis · 3 months ago
I was listening to a (100x wiser than me person) saying on an interview that (I'm paraphrasing) "the disconnect between thinking and writing (brain+hand+fingers+pen+paper) is the thing that will lower intelligence and stupidify people". The guy was far gentler than how I wrote the previous sentence, but he went on to analyze how humanity's ability to 'grow' has exploded in comparison with the invention of writing (Harari's "Nexus" also speaks of this), and how "writing 10 words and getting 1000 back, and not even reading that" will make the (perhaps 'academic') part of people's brains 'poorer'/weaker.

Now we think the 'prompt' and the writing magically happens. No finger motion, not thinking each word and writing it down, no re-reading 3-4 times (as we check if our handwriting is readable), and so on.

When I heard that the image (Wall-e) of the fat people on board the spaceship, sitting, and consuming 24/7 (food, drinks, 'content' on their VR headsets). Full tech everywhere, everything they ever desired - they got, but fat, clumsy, unable to walk, in the mercy of even the tiniest of adverse circumstance.

DerekL · 3 months ago
> When I heard that the image (Wall-e) of the fat people on board the spaceship, sitting, and consuming 24/7 (food, drinks, 'content' on their VR headsets).

The people in Wall-E don't use VR headsets, at least not most of the time. Instead, images are projected onto thin air in front of their faces.

DerekL commented on Gail Wellington, former Commodore executive, has died   legacy.com/us/obituaries/... · Posted by u/erickhill
flopsamjetsam · 3 months ago
> The major updates, like AGA, were too little, too late.

And AGA was a mixed bag. The extra bitplanes were really welcome, but not having chunky (1 byte per pixel) mode when all the 3d coming out really required it, and having to do an expensive operation to go from chunky to planar, did really hurt efficiency.

It was a great addition that extended the existing idea of bitplanes, which was a really good one in lots of ways though.

DerekL · 3 months ago
I disagree that it needed a chunky pixel mode most of all. What you're asking for is a machine that can draw a scene byte by byte with the CPU, then just display that. But if your hypothetical Amiga is doing most of its graphical manipulation with the CPU, then it has failed as a platform. The main idea of the Amiga is to handle media data using specialized chips that are much faster than the CPU for certain tasks.

What an upgraded Amiga really needed was two things. The first is a fast blitter that could also horizontally stretch or shrink a bitmap by some fractional amount. The second was some sort of “flipper” device (or new blitter feature) that could reflect a bitmap across a diagonal line (or rotate by 90 degrees).

Here's how you'd use these for a third-person shooter. Store the wall bitmaps flipped along the diagonal; each line of those bitmaps correspond to a vertical slice of the wall. For each vertical line in the scene, find the correct wall tile and row, and blit that line of pixels into a scratch space, squishing it and shifting it by the correct amount. Then use the flipper to copy that to the screen.

u/DerekL

KarmaCake day991January 19, 2010View Original