Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Business search sadly broken (Score 1) 132

Business search is sadly broken in many ways. Whenever I google for a service that I actually need, there are dozens upon dozens of sites at the top of the results. No doubt they're all SEO'd there. When you follow the links, what do you get? A boiler-plate script along the lines of $foo is an experienced contractor in $bar who serves the $locality area. In fact, he does nothing of the sort if he even exists.

The surveillatizing industry does a fantastic job of tracking us and shoving shit-ads at us for stuff we don't want.

And yet, when I'm searching for a service that I ACTUALLY WANT TO PAY FOR, I have to deal with all this dreck.

I figure it must be click-bait, since I've clicked on it because it's misleading. I have a couple ad-blocking methods running concurrently, so I almost never see 3rd party ads there; but I can't imagine what other motive there would be to provide absolutely useless boilerplate like that.

BTW, I guess you could extend this out even further to say that many things other than searching for a business are broken by click-baiters.

Take any question, really. "Who won the 1950 World Series". And although I haven't tested this yet, I'm willing to wager somebody has a site out there that will tell you something like, "The 1950 World Series is available on eBay. Click here to learn more about 1950 World Series products, etc..."

The AI that does this shit is usually pretty smart, but sometimes you get gems like, "The best cleaning products for your World Series".

Comment Re:Tannenbaum's predictions... (Score 1) 136

Predicting that x86 would go away was more wishful thinking than anything else. At the time, Intel had just switched from pushing the i960 to pushing the i860 and would later push Itanium as x86 replacements (their first attempt at producing a CPU that it was impossible to efficiently compile code for, the iAPX432, had already died). Given that Intel was on its second attempt to kill x86 (the 432 largely predated anyone caring seriously about x86), it wasn't hard to imagine that it would go away soon...

Comment Re:A great writer (Score 2) 136

I found Modern Operating Systems better than the Minix book. The Minix book tells you exactly how a toy OS works in detail. Kirk McKusick's Design and Implementation of the FreeBSD OS (new version due out in a month or two) tells you how a real modern OS works in detail. Modern Operating Systems gives you a high-level overview of how modern operating systems work and how they should work. If you want to learn about operating systems, I'd recommend reading the FreeBSD D&I book and Tanenbaum's Modern Operating Systems and skipping the Minix book (which was also a bit too heavy on code listings for my tastes).

Comment Re:Does this mean the death of Minix3? (Score 1) 136

I feel it necessary to point out, though, that OS X is not a microkernel system comparable to Minix

While this is true, it's worth noting that a lot of the compartmentalisation and sandboxing ideas that most of the userland programs on OS X employ (either directly or via standard APIs) have roots in microkernel research. OS X is in the somewhat odd situation of having userspace processes that are a lot more like multiserver microkernels than its kernel...

Comment Re:Oh I see... (Score 1) 77

That is easy, when you flash the firmware on many of the high security types of systems it increments a counter when the bootloader loads the new firmware. they simply look at the counter and see if it matched the last time it was in for an update or was reported on the last update.

It's as simple as a small cheap i2C eeprom hidden away on the system that is not easily read from the running OS. the hacker would haveto disassemble the system hardware and basically reverse engineer the board to discover it. I have seen them hidden under other chips to save board space, but doing that would hide it from most hackers.

Comment Re:What about the bankers? (Score 4, Interesting) 135

Actually most of America would applaud the SWAT team entering banks with shotguns and tasers.

Listening to an investment banker on the floor screaming "dont taze me bro" would pretty much make every single person on the planet smile at the same time. It would cause world peace and make cold fusion work.

Comment Theology now? (Score 1) 285

This business of the developers not knowing how it works. It reminds me of the question "How can God create a being that sins. Doesn't that make Him responsible?". One way to answer that is that God withdraws his authority within the a locus that we call the "soul". What happens there isn't his action. This implies that while knowingly taking actions that lead to wrong is immoral, withdrawing your power from a particular locus and opening things up to potential wrongs is not immoral.

It has nothing to do with intelligence though. The "soul" could be as dumb as a post.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...