Comment Re:How is this different from a human (Score 1) 214
...reading books and using the knowledge commercially? None of the training data is copied
Exactly that. I would upvote this comment if I could find my upvotes.
...reading books and using the knowledge commercially? None of the training data is copied
Exactly that. I would upvote this comment if I could find my upvotes.
I hadn’t really been paying much attention to Redis until I came across this post. That led me to do some digging, and I figured others might appreciate the TL;DR. I asked ChatGPT to explain both — turns out Redis (and now Valkey) is a pretty powerful tool for devs like me doing side projects or small-scale services.
What is Redis?
Redis is a blazing-fast, in-memory data store often used as a:
It stores data in RAM (for speed), but it can persist data to disk as well. It supports rich data types — strings, hashes, lists, sets, sorted sets, and even bitmaps and streams. Redis is widely used to cache web sessions, build message queues, or just offload slow DB queries.
Big plusses:
So... What Is Valkey?
Valkey is a community-driven fork of Redis, launched after Redis Inc. changed its license in 2024.
As of March 2024, Redis switched from the open-source BSD 3-Clause license to the Redis Source Available License (RSAL) — a move that’s not truly open source under OSI standards. This raised red flags for Linux distros, cloud providers, and open-source maintainers.
In response, former Redis contributors and new supporters created Valkey, a drop-in Redis replacement that keeps everything open source under BSD. It’s now backed by the Linux Foundation and is being actively maintained.
Redis vs. Valkey (Summary) FeatureRedis (Post-2024)Valkey LicenseRSAL (source-available)BSD 3-Clause (FOSS) Community-ledNoYes Open-sourceNo (after v7.2)Yes API/CommandSame as beforeFully compatible Why You Might Care
If you’re building open-source tools, deploying to Linux, or just want to avoid future licensing surprises, Valkey is a safe bet. It works with existing Redis clients and persistence formats, so migration is basically a one-liner.
Honestly, I’m thinking about using it in some personal projects — caching, queuing, maybe even toying with some pub/sub patterns.
``` .
Should add 'Internet Expert Level'
That's a good argument. Will it work for all these entities wanting to collect royalties for having their work scraped into AI's.
So assuming they actually do this, how to they plan to distribute the royalties to all the people whose work was used in training the AI's?
According to legend Ben Franklin is not going to like this...
I can see why the Chinese government wants to keep physical SIMs. Physical SIMs provide a perfect way to completely control and monitor wireless phones without the user ever knowing.
Does anyone have a link to a actual federal website with this warning that I can reference?
The Stuart Hartley examples have disappeared but looks like he may have more than one name. Search on "Everything you Need to Know Before Plan a Trip to Paris" to get other possible examples. One author is especially prolific putting out 2023 titles.
Nearly all the original content on reddit comes from external sites to reddit. If the super App is getting its content from these other sites then reddit will have to adapt or become irrelevant like Myspace did. With pretty good AI in the picture now this could be easily done by a well written super app.
The way to fix this is for the 3rd party app developers to design apps that are source site independent. For example Reddit is Fun (RIF) could become All is Fun (AIF). It could pull in content from Telegram, Twitter, Facebook, or whatever as well as it does Reddit now. The type of content pulled in should be fully user defined. That way if one site become too onerous the users could adjust the app settings to make that site less favorable in content selection.
After all we have an elected congress person that claimed forest fires in California were being caused by Jewish Space Lasers...
Does that mean those of use who had Zombie Mink for December will get the score?
Seriously, this looks like a magneton laid out linearly with similar channels. The description sounds like it uses electromagnetic radiation (IR frequencies) to accelerate electrons. This is the reverse of how a standard magnetron operates where it use accelerating electrons to generate electromagnetic radiation (microwaves). Is there a cross magnetic field involved with this device?
That's the thing about people who think they hate computers. What they really hate is lousy programmers. - Larry Niven and Jerry Pournelle in "Oath of Fealty"