Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Crostini was years late (Score 2) 36

The practical problem with Chromebooks at the time was that for several years, between the debut of Chromebooks in 2011 and widespread support for Crostini (a GNU/Linux virtual machine) in 2019, a Chromebook couldn't do anything other than browse the web without threatening to wipe all your data (because "OS verification is OFF") every time you turned it on. That isn't very conducive to offline use while (say) riding a bus. I had been using my netbook for lightweight hobby programming projects.

Comment The disadvantage of a bigger laptop (Score 2) 36

and small screen laptops were on the wane, as larger, higher resolution displays were coming out.

The disadvantage of a bigger laptop is that a bigger laptop is less convenient to use in a cramped space, such as on a bus commute to and from your day job. It's also less convenient to pack in a cramped space, such as your tiny personal locker at your day job. A 10.1" laptop fit in (say) a locker in the back of a Walmart Supercenter, and a 11.6" laptop did not. That's part of why I was so disappointed that manufacturers suddenly discontinued 10.1" laptops at the end of 2012. I remember recommending that people affected by this discontinuation buy a cellular iPad, a Bluetooth keyboard case, a VPS, and an expensive data plan, and use the iPad to remote desktop to the VPS. I rejected that workaround as cost prohibitive at the time.

Comment Without sleep? (Score 1) 46

Debiak coded for 10 hours on minimal sleep

Is that guy a cat who needs to nap every 2 hours?

FWIW, I once participated in a coding contest at my university in the early 90's that lasted 72 hours (the first prize was a full scholarship, which I didn't get :)) I ran on coffee and speed for the full 72 hours, then collapsed on a couch and slept until someone woke me up to come get my third prize (a Solaris license).

10 hours non-stop coding sounds like a normal day at the office trying to wrap up a project.

Comment Block china entirely (Score 2, Interesting) 14

Given that China doesn't allow everyday citizens unlimited access to the internet, we can assume the only ones allowed out are bad actors like badbot, so blocking China entirely would be a net benefit for the entire world. We'd have to get the VPN operators to cooperate, which is near impossible since they'd sell their own mothers for a quick buck.

Comment Re:Congrats to Linux Devs and Distros! (Score 1) 148

Does a Windows game run 100% in WINE?

YES! Many happy users of Proton on Steam Deck will answer in the affirmative for many games. This is what Valve's 30 percent cut of Steam sales pays for.

If *Nix was just a simple drop-in replacement without all the config issues that require an hour of reading to fix

As if Windows 11 doesn't have its own host of "config issues that require an hour of reading to fix."

Comment The line between citation and advertisement (Score 1) 33

I happened to be aware of the existence of a extension made by someone else that offers domain-level opt-in consent to run script in a particular web browser. I cited the extension's title and author and deliberately left out any URL. I thought that would have been adequate to imply lack of conflict of interest. A user has implied to me that it is not. What means of citing a source would have been adequate?

Comment Fan as CPU spike monitor (Score 1) 33

?) it’s handed a lightweight JavaScript proof-of-work challenge—solve this trivial SHA-256 puzzle before proceeding. [...] There’s no crypto mining, no wallet enrichment

Yet. Because Anubis is free software, and because its hash happens to be the same as the proof of work of the cryptocurrency Bitcoin, someone could modify Anubis to tie the SHA-256 puzzle to the Bitcoin block that a mining pool is working on.

no WASM blobs firing up your GPU

Until someone writes a browser extension to offload solving the hashcash to WebGPU.

Most users won’t know their machine is doing extra work unless they’re monitoring CPU spikes or poking around in dev tools.

Laptops tend to have an always-on CPU spike monitor: the exhaust fan. So do phones and tablets: they get warm. So do older, less expensive, or small-form-factor desktop computers: they get stuck on the interstitial for up to a minute.

Anubis is a fantastic tool, but I think we can strengthen it by baking in the principle of informed consent.

This already exists. Use an extension to make script-in-the-browser opt-in per domain, such as the Firefox extension "Javascript Control" by Erwan Ameil.

Slashdot Top Deals

An adequate bootstrap is a contradiction in terms.

Working...