Forgot your password?
typodupeerror

Comment Diverse double-compiling (Score 1) 136

Do you have the code for the compiler, and compile that yourself too?

If you have three different compilers for a language, and you bootstrap a compiler using all three of them, the first generation (e.g. GCC compiled with QuestionableCC, ShadyCC, or SlopCC) should be functionally identical, and the second generation (GCC compiled with GCC, which was compiled with the other compiler) should be bit-identical. See "Fully Countering Trusting Trust through Diverse Double-Compiling" by David A. Wheeler. Some people have trouble trusting Rust because only the latest stable rustc can compile the latest stable rustc.

Comment Re:adverse training for students (Score 1) 33

"For an assignment testing students' ability to make evidence-based arguments, they participate in a simulated school board meeting about banning books. It involves debating chatbots designed by Zeleny with names like the Confrontational Parent."

This a VERY thinly veiled parallel to a hotly divided political issue that teachers/unions [and chatbot trained bias] tend be on one side of and the majority of the public, parents, and truth on the opposite of. Given that adults of the highest levels of performance in our society, be it professional achievement, economic achievement, political achievement, IQ, and education disagree on the matter it sounds like what the teacher is likely testing is alignment with her own ideology and not evidence-based arguments.

I saw the same thing in many of my own courses, examples and material used in classes [especially logic classes like critical thinking] that taught and test concepts through distilled 'analogs' to popular political issues with an attempt to appear neutral and present both sides while actually presenting a weakened strawman of one side the argument and consistently that strawman was on the same side. Cleverly these were not the topics for essays where students spent effort on time and research and independent thought but the class examples that most would never look at additional material on... simply walk away believing they formed a valid independent judgement at the pinnacle of their own education.

Comment Re:Integral layer of the Trusted-Computing/DRM sta (Score 1) 34

In the long term, the goal is for ISPs to use NAC/TNC to interrogate your computer for Trusted Computing compliance, and deny you any internet access whatsoever if your machine isn't compliant.

You said home ISPs sought to deploy Trusted Network Connect about 20 years ago. It hasn't happened. What's holding it up? The rise of mobile devices, smart TVs, and other devices incompatible with the remediation means available in quarantine?

Comment $5 to $20 games exist now; IARC self-rating (Score 1) 102

Digital games themselves did not lower prices, despite them being marketed as doing so without the cost of materials/packaging/handling/shipping

From the summary: "Current prices are tied to retail. Without physical discs holding digital hostage we'll see a larger spectrum of pricing." As I understand this, paid downloads did not lower prices of AAA games because of retail price parity contracts. Paid downloads did, however, make the $5 to $20 tier for indie game pricing viable.

One thing not mentioned in the summary is that publishers of games distributed in physical copies owe a royalty to the age rating agency of each region in which a game is published. Publishers of downloadable games do not, instead relying on self-certification through the IARC form. The age rating agencies allow this because it's a lot more practical to update a game once it is found to have been misclassified.

Comment Re: They are all garbage is the problem (Score 1) 76

Easy for me to find lots of interesting things on Mastodon. I think, despite what people say, they love the rage bait on the bigger networks. Mastodon is just normal people discussing normal topics.

Sometimes I feel like I'm the only person who ever posts in the tag for a particular toy line. Either I guessed the wrong tag, or I'm the only person on fedi interested in that topic. Which is more likely?

Comment Re:I don't understand why this is considered... (Score 1) 187

What exactly do they owe you?

The summary states that Reddit owes the OP a reason why the user was banned, as well as a complete, untruncated copy of the user's posting history.

Can you cite the law that says so?

The summary states that the relevant law is Article 17 of the EU's Digital Services Act.

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.

Slashdot Top Deals

APL is a write-only language. I can write programs in APL, but I can't read any of them. -- Roy Keir

Working...