Forgot your password?
typodupeerror

Comment Re: Uhoh (Score 1) 130

The fee is meant to stop small employers from hiring foreign talent. Small startups canâ(TM)t afford to pay over $100,000 to hire programmers, scientists, and engineers who just got an advanced from an R1 university. But the magnificent seven companies can. This protects their oligopolies and ensures that they will make big donations to the GOP for decades to come in the same way oil companies have had a relationship with the GOP.

Comment Libraries and dealers trash rare books all the tim (Score 2, Insightful) 145

ust because a book is scarce or rare does not mean it is useful or desirable. There are big city book dealers that throw out dumpsters of books every day because they are of no use to anyone. The same is true of libraries: they have to unload old books to make space for new ones.

There have been myriad books published by small presses, or self published, in issues of a few hundred. The information in them may just be pulled from better books, be medical quackery, pseudoscience, alien autopsy insanity, etc. Nobody wants this crap no matter how rare it is.

Comment Re:So i can just post 30TB and get it later? (Score 5, Informative) 66

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.

Comment Re:Just a heads up, decentralized platforms... (Score 4, Informative) 66

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.

Submission + - Freenet: Apps Without Platforms

Sanity writes: Earlier this year Slashdot covered the launch of the completely redesigned Freenet. I recently gave a talk about what we've been building since then. Unlike traditional web applications, apps on Freenet have no central server or database, with application state instead distributed across the network. These now include decentralized group chat, publishing, search, and fully decentralized Git hosting. The talk also gets into some of Freenet's internals, including how we use machine learning for network routing.

Comment Pot, kettle (Score 1) 83

Most popular subreddits are overrun with bots. r/politics and r/conservative are notorious hives of bots regurgitating talking points at each other. Discussions of Israel and China are always hit by bots spreading the same propaganda. And every little sub is getting hit by bots recycling old posts. If reddit is supposed to be a place for humans then the company sucks at it.

Comment This was always the plan. (Score 1) 97

Keeping social media from harming kids requires curbing the use of dark patterns in software. It would have to apply to the operating systems, web sites, and thousands of apps on every app store. Few politicians are willing to fight tens of thousands of software and gambling companies. The lobbies that would create would make combined militarism contractors, the drug industry, and the oil industry look like ants.

Comment AI gives better answers. (Score 5, Interesting) 85

If I need to know something and I search with Google it kind of sucks. Half of the articles are clickbait, written by non-experts or a shitty AI that was given a garbage prompt. When I go to the web site I immediately have to jump through as many as three popups about cookies. Then, ten seconds after I start reading, a full page popup appears compelling me to sign up for a mailing list. If I am on a mobile browser with an ad blocker the page may refuse to load. On desktop I might get a popup telling me to disable my ad blocker. After all that shit it turns out that the garbage article does not even answer my question. So I have to keep doing this with every link until I either find an answer or give up.

But if I ask Claude it will usually give me a great answer. Sometimes it gives an entire essay. The writing is much better than the garbage I would get from a Google search.

But lately I have taken to just looking it up in books. This month I bought a big Merriam Webster dictionary along with the Oxford dictionaries of economics, finance and banking, and politics and international relations. It's great! Entries are short because Oxford is not cooking up five+ paragraph articles to put ads into. The writers were experts. And they were human. I still resort to Claude at times, and it can be faster, but I like ink on paper.

Comment Re: Enron Husk desperate to stop the stock freefa (Score 1) 148

It's both. The robots are going to be trained to do human tasks with machine learning. Instead of writing complex scripts for every task a robot does the AI can be trained to do ten thousand similar things ten thousand times in a simulation. Which is a pretty smart way to make robot hands pick up arbitrarily arranged objects in a box, or to sort different kinds of boxes in a UPS sorting center.

Of course Tesla will need ten years to figure this out and by then Chinese companies will be five years ahead. Thus this new round of import substitution.

Comment Re: Siri's Decline (Score 2) 140

My problem with telling Siri to play music in the car is that it just stops working. I say "hey Siri" and nothing happens. To fix it I have to stop the car and unlock and lock the phone. Sometimes I even have to reboot the phone. I guess the listening daemon crashes and nothing restarts it. This is really annoying when I have twenty more minutes of driving before my destination.

Slashdot Top Deals

((lambda (foo) (bar foo)) (baz))

Working...