Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Phone operating system lockdown (Score 1) 40

That's why people make do with phones and tablets. And they're good enough.

I disagree that phones and tablets are both good enough and affordable.

On their own, phones and tablets are not good enough because they run phone operating systems. These trade off flexibility for reliability, in part because people expect a phone to be their primary way of reaching emergency services (1-1-2, 9-1-1, 9-9-9, etc.). Phone operating systems are locked down with strict W^X in such a way that makes them not very capable, for example, for lightweight programming projects. Change my mind.

One can circumvent the lockdown by using the tablet as a remote terminal for running applications elsewhere. This requires adding a mobile data subscription and a virtual private server, or adding a mobile data subscription and a virtual private network (like Tailscale or Hamachi) to connect to your home computer behind an ISP-managed firewall. That adds a recurring fee in the tens of dollars per month or hundreds of dollars per year.

Comment Re:They were neat, but doomed (Score 1) 40

>Big announcements were made for sub-10kg laptops (22lbs).

I had a backlit Macintosh Portable (actually, I still have it, but it needs recapping). In its carrying case, and with power supply and spare battery, it came to 26 pounds.

Which was the same weight as the desktop Macs of the time.

I actually hurt my shoulder lugging it through an airport once.

I think it was the powerbook 180 that replaced it on which I had a problem with airport security--they wanted to see a C: prompt. I think it was finally a manager that told him to let me through.

Comment Crostini was years late (Score 2) 40

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) 40

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 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.

Comment Remember Coinhive? (Score 1) 33

Apparently no one else thought to use this solution for this problem until Xe Iaso came along.

I seem to remember a service called Coinhive that offered a script to make the viewer's device mine the cryptocurrency Monero in the background. I forget if it had an option to hide the article until a particular amount was mined. (Coinhive shut down when too many intruders started installing its script on other people's websites.)

Slashdot Top Deals

Computers are unreliable, but humans are even more unreliable. Any system which depends on human reliability is unreliable. -- Gilb

Working...