Readit News logoReadit News
whycombagator commented on Don't use Redis as a rate limiter   medium.com/ratelimitly/wh... · Posted by u/5pl1n73r
whycombagator · 16 days ago
This is not a very thorough article. It is more a critique on rate limiting approaches and difficulty, for the author, in implementing them with Redis.

Here is an excerpt from the token bucket section:

> It seems there’s no way to do a token bucket with the main Redis primitives such as SET, EXPIRE, and INCR. It would require two variables and the client has to read one before choosing how to update the second, which would require pausing the whole database while a client carries this out. So what people do is execute code in Redis. This is done using modules or scripts. Using a module here is dubious: You’re now just loading a C program (shared library) into Redis; why not just load it into an actual computer? So let’s look at “scripts” instead. Scripts are pieces of Lua code executed in Redis.

shows brief example

> Now it’s probably time to ask ourselves why we are here. We wanted a rate limiter and now we’re learning a niche programming language just to execute some code in a database that has nothing relevant to our task but a roundabout way of storing an int into RAM. This concludes my quest to discover how or why rate limiters are implemented in Redis.

This highlights the overall technical depth of the article and should inform you of how authoritative it should be considered.

whycombagator commented on How Anthropic teams use Claude Code   anthropic.com/news/how-an... · Posted by u/yurivish
onprema · a month ago
> When Kubernetes clusters went down and weren't scheduling new pods, the team used Claude Code to diagnose the issue. They fed screenshots of dashboards into Claude Code, which guided them through Google Cloud's UI menu by menu until they found a warning indicating pod IP address exhaustion. Claude Code then provided the exact commands to create a new IP pool and add it to the cluster, bypassing the need to involve networking specialists.

This seems rather inefficient, and also surprising that Claude Code was even needed for this.

whycombagator · a month ago
Yes. This is what id expect from an intern or very junior engineer (which could be the case here)
whycombagator commented on US Defense Department will stop providing satellite weather data   text.npr.org/nx-s1-544612... · Posted by u/drewr
WarOnPrivacy · 2 months ago
Here is what will be denied to NOAA, now and going forward

    Defense Department data also allow hurricane forecasters to see
    hurricanes as they form, and monitor them in real-time.

    For example, hurricane experts can see where the center of a 
    newly formed storm is, which allows them to figure out as 
    early as possible what direction it is likely to go, and whether
    the storm might hit land. That's important for people in harm's way,
    who need as much time as possible to decide whether to evacuate,
    and to prepare their homes for wind and water.
The public paid for this data. Deliberately siloing the data to insure it can't save American lives wouldn't just be theft, it would be an act indistinguishable from evil.

whycombagator · 2 months ago
> NOAA, which oversees the National Hurricane Center, says the loss of the Defense Department data will not lead to less-accurate hurricane forecasts this year. In a statement, NOAA communications director Kim Doster said, "NOAA's data sources are fully capable of providing a complete suite of cutting-edge data and models that ensure the gold-standard weather forecasting the American people deserve."
whycombagator commented on I still don't think companies serve you ads based on your microphone   simonwillison.net/2025/Ja... · Posted by u/paulcapewell
jimmydddd · 8 months ago
I think he makes this exact point in the 5th and 6th lines of his comment?
whycombagator · 8 months ago
Yes. The original comment I replied to was edited, one can only assume based on my comment.

Dead Comment

whycombagator commented on 'AI-powered judge' takes boxing closer to brave new world it appears to seek   boxingscene.com/the-beltl... · Posted by u/pseudolus
magic_man · 8 months ago
The ai judge scored it 118-112. Usyk won the fight, but maybe by 2-3 rounds and not 6. Boxing is way too subjective.
whycombagator · 8 months ago
I had it 116-112 and had the first as a swing round that I gave to fury. To me it was usyk controlling the fight. The commentators would have you believe otherwise. Remember that, when ring side, fights look different depending on where you sit, which could explain some of this.

Deep Strike was only run on only the public feed and not a quad feed as is preferred.

whycombagator commented on Studios: Please don't spoil the movie we are seated to see   fxrant.blogspot.com/2024/... · Posted by u/speckx
busterarm · 10 months ago
I also found the CGI to be too busy to follow anything going on and it didn't improve with subsequent movies. I called it "motion soup" at the time and haven't come up with a better term for it.
whycombagator · 10 months ago
I think Robot Chicken called it Baysplosions (Michael Bay + Explosions)
whycombagator commented on Studios: Please don't spoil the movie we are seated to see   fxrant.blogspot.com/2024/... · Posted by u/speckx
renewiltord · 10 months ago
Same with Transformers (2007). Audience was agog and cheering. But if you weren't there on the day, you'd never understand. The level of CGI dominance would come to be normal these days, but at the time it was unprecedented. I was lucky to see it opening weekend because it was a huge release (blew out Titanic's opening weekend). Nowadays it has the Seinfeld Isn't Funny effect but at the time it was unbelievable.
whycombagator · 10 months ago
Feels slightly different in that the Matrix is original so literally nobody in the GPs audience knew what to expect whereas Transformers has been a thing (comics, toys, hundreds of TV episodes) since the mid 1980s. I also feel like the early 2000s had a lot of good CGI movies (LOTR, King Kong, etc) so that to me doesn't explain it either
whycombagator commented on I'm a Professional   daniel.haxx.se/blog/2024/... · Posted by u/sprawl_
milliams · a year ago
When a profile link for something like this includes a UUID (https://mvp.microsoft.com/en-US/MVP/profile/8ec06c9e-b9d0-4b...) you can tell it's not very personal.
whycombagator · a year ago
There is no assertion in the authors post to the contrary, in fact the author likely agrees with you:

> I don’t feel special or unique as this an “award” given to thousands of people, and in little Sweden alone there are like a hundred people awarded. It does not seem to be a particular high bar to be welcomed into this club.

whycombagator commented on Why TCP needs 3 handshakes   pixelstech.net/article/17... · Posted by u/thunderbong
krackers · a year ago
There's this interesting comment by "John Day" on that page, does anyone have more context/detail?
whycombagator · a year ago
No, but I found the comment more interesting after learning what his background is (based on the name/email left in the comment):

> John Day has been involved in research and development of computer networks since 1970, when his group at the University of Illinois was the 12th node on ARPANet (precursor to the Internet) and has developed and designed protocols for everything from the data link layer to the application layer. Also making fundamental contributions to research on distributed databases. He managed the development of the OSI reference model, naming and addressing, and a major contributor to the upper-layer architecture. He was a major contributor to the development of network management architecture, working in the area since 1984 and building and deploying LAN products and a network management system, a decade ahead of comparable systems. Mr. Day has published Patterns in Network Architecture: A Return to Fundamentals (Prentice Hall, 2008), which has been characterized (embarrassingly) as “the most important book on network protocols in general and the Internet in particular ever written.” The book analyzes the fundamental flaws in the Internet and proposes what appears to be the only path forward. Today Mr. Day splits his time between making this new path a reality and teaching at Boston University. Mr. Day is also a recognized scholar in the history of cartography focusing on 17thC China, and is past President of the Boston Map Society.

u/whycombagator

KarmaCake day878April 1, 2019View Original