Comment Re:Silicone Valley (Score 2) 56
Freenet is also based on middle-out compression.
Freenet is also based on middle-out compression.
No. Trying to push 30TB into Freenet will be interpreted as an attack on the network by other peers and they'll disconnect from your peer.
Freenet is better viewed as a communication medium than a storage medium. Data is prioritized according to demand, somewhat like an LRU cache. You can't upload 30TB and expect the network to preserve it for you.
On liability, running a Freenet peer is more like running network infrastructure that automatically routes and caches other people's traffic than intentionally publishing it. US law explicitly recognizes this distinction in the DMCA's provisions for transitory network communications and system caching. We discuss this in more detail in the FAQ.
You obviously haven't tried Freenet. You can join our room on River and you'll see no spam, no fraud, no hate speech, none of that.
Decentralized doesn't mean unmoderated. Systems built on Freenet can be moderated however their creators and communities want. River is moderated.
The difference is that nobody running one service gets to decide what everyone else is allowed to run.
I use Firefox + uBlock Origin , on Linux as well as Android.
No ads in YouTube at all
And there is a bonus: videos continue to play, even when the tab isn't the on that has focus. Handy for listening to music, while reading.
Drupal's code used to be self hosted by the Drupal Association using plain Git and some custom code wrappers.
But that changed a couple of years ago, where Drupal is now self hosted on an instance running Gitlab.
You can even see the Gitlab logo on the code's page.
How does 40 NVMEs fit in one PCIe bus?
Or are they connected over another interface thar is slower, then into PCIe.
Can someone knowledgeable answer this?
AI-Native you say?
Oh, I see
Also reminiscent of blockchain hype
Remember when a tea company added blockchain to its name and its stock soared 200%?
Later, they were investigated and charged by the SEC.
This is definitely a sign of the current bubble (LLMs).
And some of us do remember
For example when a tea company added blockchain to its name and its stock soared 200%?
Later, it was investigated and charged by the SEC.
Just like Pets.com in the dotcom era.
2. Those who don't give a damn about ethics at all and make no bones about it.
...
People who don't give a damn aren't really a problem either, since in a world populated by mostly good people, they'll ultimately be shamed and marginalized or end up in jail.
Or, they get elected president, twice
Totally agree with you
But it is not only libraries, there are other factors at play, me thinks
Developers don't have a culture of being economical with resources.
It is not taught, nor do first jobs they get care about those aspects.
For example, don't get me started on the infinity scroll which eats up RAM like crazy, rather than a pager of Next/Previous page.
There are also the layers involved, specially with web development.
It used to be HTML only, then CSS was added, then Javascript was added for certain smarts.
Then whole frameworks were invented and used for JS.
Anyway, there is no easy way out of this.
Maybe RAM shortage will compel developers to use RAM sparingly?
Nah, that is a pipe dream
But how much of that is paying for the case and power supply?
Didn't get what you meant there.
NUCs usually come with a case and a power supply.
I bought one a couple of months and it came with those, as well as RAM.
It didn't have any storage though, because it was from a corporation, and didn't want to risk selling SSDs with data on them.
Raspberry Pi's are the right fit in specific cases.
For example, you need to interface the GPIO pins to some devices.
But there are issues with it in other cases.
For example, the cost rises as you include accessories, such as a case, fan, various hats, and so on.
If you just need a low(er) power x86 platform to run a stock Linux distro, then plain mini PCs or older models of Intel/ASUS NUCs will fit the bill nicely.
You can get a 2018 NUC for ~ $100 or so.
They already come with M.2 slots, and some have SATA connectors.
They have SODIMM slots so you can upgrade RAM later if you want.
Running Xubuntu or Ubuntu Server is a breeze.
Some background from personal use of Astral's products
Astral makes a tool called uv, for Python.
It offers one solution to an important problem in the Python ecosystem.
Certain projects require certain versions of Python.
You may end up with two projects that you need on the same machine, but with different Python versions.
For example, you want to run Home Assistant and AppDaemon.
Using uv, you can have two separate virtual environments (venv) each with its own version of Python.
It is also lightning speed for pip.
So it replaces venv and pip in one go.
Home Assistant recently dropped regular user support for it being run from PIP or uv, so I moved to Home Assistant under docker.
But for developers, doing a git clone, then using uv is still very helpful.
"The trouble with doing something right the first time is that nobody appreciates how difficult it was." -- Walt West