Readit News logoReadit News
ux266478 commented on Show HN: Using Common Lisp from Inside the Browser   turtleware.eu/posts/Using... · Posted by u/jackdaniel
behnamoh · 4 days ago
You say that as if FP is objectively superior to the imperative style, but as someone who's done both, I still find FP style like "swimming against the river"—if my brain thinks in steps and iterations, why do the mental gymnastics to convert that into recursion?
ux266478 · 3 days ago
FP is principally about function composition, folds and zippers. I still find myself thinking in terms of iteration, it's just not expressed as a for-loop. Instead, the iteration conditions are expressed by the composed function which builds a list, and the body of the for-loop is expressed by the composed function applied to the members of the list.

  for(int i = 0; i < N; ++i) { ... }
becomes

  foldl (fn (i, acc) => ...) 0 (range N)
It's technically recursion, but I don't really see any of it, and I don't really think about it that way.

ux266478 commented on 4chan will refuse to pay daily online safety fines, lawyer tells BBC   bbc.co.uk/news/articles/c... · Posted by u/donpott
bentlegen · 3 days ago
It stopped being relevant because its content became acceptable on major social networks, beginning in late 2022.
ux266478 · 3 days ago
Major social networks aren't even remotely close to being in the same niche. There are no algorithms, no friction with accounts, no obtrusive interfaces or feature bloat, no likes, no post ratings, content is completely ephemeral. This is a common and fundamental misunderstanding I see people make when trying to understand why 4chan exists. The people who post on 4chan aren't doing it because they can't help but post edgy content, they're doing it because its web 1.0 approach to social media completely erases a whole load of annoyances and anti-patterns that are endemic in the modern web.

Just like Usenet, it will probably never die despite the antisocial controversies. Or at least in the case of 4chan, it will be replaced with another board-type system. As Twitch streamers are the contemporary version of AM radio, 4chan is the contemporary version of BBSes. You should be extremely skeptical of the idea that you could ever compete in the same space with a heavily commercialized product like a modern social network. Twitter is not a replacement, it never will be.

ux266478 commented on Home Depot sued for 'secretly' using facial recognition at self-checkouts   petapixel.com/2025/08/20/... · Posted by u/mikece
moomoo11 · 4 days ago
Why not go straight to the movie and actually connect with people there?

I don’t get it. You like having middlemen? lol

ux266478 · 4 days ago
The point is that it's not about connection in the slightest. There's more to community than friendship.

> You like having middlemen?

Consider this, there still has to be someone to maintain that machine. What's the point then, exactly, except to pretend like the people around us don't exist? And just because they're not the closest people to us? I'm afraid I don't see the upside, actually.

ux266478 commented on Administration will review all 55M visa holders for deportable violations   apnews.com/article/trump-... · Posted by u/anigbrowl
_fs · 4 days ago
You say that as if Palantir does not already have all this information ready for AI analysis today.
ux266478 · 4 days ago
Or that the NSA doesn't have it all centralized, tagged and sorted.
ux266478 commented on Home Depot sued for 'secretly' using facial recognition at self-checkouts   petapixel.com/2025/08/20/... · Posted by u/mikece
moomoo11 · 4 days ago
What genuine connections are you making waiting in line to get movie tickets and popcorn?

Why not just walk to the theater to your seats and actually get excited for the movie? That ticket seller is doing their job and Gtfo.

I think people are so doom and gloom about this stuff.

Isn’t it better to just like go sit at the seats with your family or friends and enjoy the trailers and talk about the movie before it starts? Idk. That’s actual connection building.

I saw Avengers in Japan and my friends and I were talking to Japanese people about the movie at our seats.. using google translate. Actual connection building.

I don’t think anyone goes to the movies to enjoy waiting in line to ask some college student who doesn’t give a shit for 4 tickets to Dune.

ux266478 · 4 days ago
The background noise that those social interactions constitute is valuable and important of itself. Bonded relationships are important, but it's a separate matter entirely. Otherwise relationships lived out over the internet would be equal and interchangeable with those lived out in person. It wouldn't matter if you talked to someone face-to-face or over email. The human experience shouldn't be picked apart piece meal with overrationalization and naive maximalism.
ux266478 commented on 7 years later, Valve's Proton has been a game-changer for Linux   gamingonlinux.com/2025/08... · Posted by u/speckx
extraisland · 4 days ago
> Unless games use some funky video codecs or kernel-level anti-cheat, a lot of the time they do just work with the click of a button.

He glosses over this but I suspect that is almost all the newer multiplayer games that are popular.

I was gaming on Linux from about 2020 to this year. I went back to Windows for gaming. It was either constant faffing or there was always at least one game that doesn't work that well. I don't want to spend an hour or messing with various launch options in Steam.

Performance is often claimed to be better on Linux than Windows. However it is highly dependant on the distro, kernel, GPU, game and whether you have particular magic settings configured. I am sure it is faster if you are running bazzite or one of the other gaming focused distros, but I run Debian on pretty much everything. So I just decided to use Linux for serious stuff and Windows for gaming.

Don't get me wrong it is loads better than it was, which was pretty much non-existent. But it will be fairly niche for quite a while yet.

ux266478 · 4 days ago
My experience is that it's really just the upper end of AAA games. Things like Call of Duty, Fortnite, Apex Legends. You might run into problems if it's a game that requires an external launcher. These days, Windows doesn't seem to be in a much better state. I've been watching friends and coworkers complain about getting the Battlefield 6 beta to work. One of them had to do a fresh install of his computer, because he was using MBR partitions (which is now a no-no, apparently) and bricked it while trying to convert to a GPT scheme.

I use a pretty quirky setup on Linux and I find something that doesn't work properly out of the box maybe once every 2 years. I play a lot of popular multiplayer games with friends, but none of the billion dollar AAA blockbusters.

ux266478 commented on Unification (2018)   eli.thegreenplace.net/201... · Posted by u/asplake
moi2388 · 7 days ago
“ lowercase letter represents a constant (could be any kind of constant, like an integer or a string) An uppercase letter represents a variable”

I already disagree with this syntax.

ux266478 · 4 days ago
Wait until you see Marseilles Prolog

u/ux266478

KarmaCake day35August 21, 2025View Original