Forgot your password?

typodupeerror

Comment: Does anyone have any non-silly comments? (Score 1) 48

by serviscope_minor (#43793023) Attached to: Debian GNU/Hurd 2013 Released

Does anyone here know much about the Hurd?

I know it got stuck in "which microkernel shall we use" hell for the longest time. They seem to have settled, but it's not clear if the new one is a modern high performance one (under the Mach name), or if they just settled on the older one and suffered a performance hit.

Also, why is a microkernel OS so apparently difficult to construct?

As far as I can see, the basic bits of hurd are all in place: the things that make it an operating system that actually works. But what took it so long? Micro kernel based things sound like they ought to be easier to develop (segfaults instead of a lockup, for instance), but apparently they are not.

Anyone got any experience?

Comment: Re:The last thing people should worry about (Score 1) 477

by serviscope_minor (#43792965) Attached to: Do Developers Need Free Perks To Thrive?

On the other hand, not having a stocked kitchen to some extent makes the place really miserable.

At a minimum standard tea+milk and coffee needs to be provided. Every single co-working place I've worked has provided that and they have zero incentive to make me work long hours.

The best co-working place I had had tea, a coffee machine with an inbuilt grinder (they provided beans too), a biscuit barrel and free printing within reason.

The thing is that providing some free stuff is really worthwhile if that stuff is disproportionally faffy for individuals to provide.

Comment: Re:I look forward to hearing about why this will f (Score 1) 710

by serviscope_minor (#43792163) Attached to: Microsoft Unveils Xbox One

Consoles are great not because they have good specs (they mostly have shitty ones).

The Cell proessor did boast a quite astonishing peak floating point throughput when it debuted. Whether it was better is left as an exercise for the poor sods who had to program the blighter, but in some domains it had much better performance than the top end PCs at the time.

Comment: Re:I look forward to hearing about why this will f (Score 1) 710

by serviscope_minor (#43792135) Attached to: Microsoft Unveils Xbox One

Not sure what you mean about Blu-ray being obsolete

He believes that everyone has a fast internet connection, I suppose. He's forgotten that even people London (e.g. me) have to suffer on a 4mbps DSL connection due to a mix of non upgraded exchanges and very strict planning rules blocking visible RCU boxes.

Comment: Re:Just keep telling yourself you understand CPU a (Score 1) 710

by serviscope_minor (#43792111) Attached to: Microsoft Unveils Xbox One

The Sun Niagara is (or was?) a very differnet beast to the type of SMT on Intel and the Power chips.

AFAICT the Niagara is basically a barrel processor and switches threads once per clock tick. That provides excellent latency hiding, but has nearly a duplicated set of everything for every thread. But they can be smaller, simpler and slower units since they only go active once every N clock cycles.

On the other hand, the SMT of the Intel and Power variety is different. It has one set of stuff and just tries to jam two (or 4) threads worth of instructions into it. I say "just", but of course it's a rather harder problem.

The difference is that the barrel threads go 1/N times as fast but are N times as latency tolerant (giving theoretically a higher throughput). Whereas on intel, the speedup depends on the workload very much more.

The bulldozer is much more like the Intel one than the Sun one in implementation. But the shared chunk is much smaller, and much less sharing occurs between threads.

Comment: Re:I look forward to hearing about why this will f (Score 1) 710

by serviscope_minor (#43792047) Attached to: Microsoft Unveils Xbox One

as able to adapt to the Pb-free initiative without all the drama and years of failed hardware.

Not at all. Mission critical things were excluded, so aerospace, medical and military are still allowed to use lead if they wish.

Non Pb solder is much harder to work with. Try it: it's obvious even using the stuff.

However the problems don't end there. It's done hotter, which leads to more component failure. It also leads to larger thremal stresses due to gerater thermal expansion during soldering. It's harder and less malleable, which means that it cracks more easily. Eutectic solder, and in fact pure lead anneal and indeed creep at room temperature. This means that stress induced damage actually slowly self heals over time quite astonishingly.

Then there's the trouble with tin whiskers.

Pb free solder is a pain in the ass, but not as much as heavy metal poisioning. But make no mistake it is not as easy to work with.

Comment: Re:3D-Printed Revolver? (Score 1) 475

by serviscope_minor (#43791567) Attached to: Working Handgun Printed On a Sub-$2,000 3D Printer

You can't fix sintered metal by annealing it.

Yes, I was garbling slightly. For injection moulds the problem is that they lack sufficient hardness and the drag of the plastic wears out mild steel ones quite fast.

They need to be strong enough to withstand the plastic injection pressure but need to be hard enough to churn out parts without wearing out.

Comment: Re:Commendable (Score 1) 224

by serviscope_minor (#43791353) Attached to: Dart Is Not the Language You Think It Is

Scheme allows you to overlay pretty much anything onto its syntax.

That, fundementally is the problem with Scheme and Lisp.

Syntax is purely an aid to human understanding. If you see for, do, while, etc you already have an idea of what't going on. In LISP and Scheme, much as in machine code you have a bunch of code (or is it data! no! it's both!) which the computer can churn through. In order to fully understand it, you have to read everything leading up to that point.

OK, that's hyperbole, but I hope you get the point.

The thing is you can overlay any syntax, and people do, because humans love syntax. The trouble is in scheme is that everyone does it differently. It's like C++ classes versus C classes. In C you can make them just fine with nested structs and function pointers. But everyone did it differently and reasing someone elses code is hard. Is this a class? Oh... looks like it, now how do I set it up. This construct function, that macro? In C++ they're all the same and you know what's going on.

+ - Australian Communications and Media Authority releases detailed malware data.->

Submitted by ozmanjusri
ozmanjusri writes "The Australian Communications and Media Authority has published detailed statistics of malware infections identified by their online security team (AISI). The team scans and identifies and compromised computers on Australian IP addresses and reports daily to around 130 participating ISPs.

Their breakdown shows about infected 16,500 devices are online at any one time. The malware type for all infections is available on the site."

Link to Original Source

+ - Quadcopter Drone Network Transports Supplies For Disaster Relief->

Submitted by kkleiner
kkleiner writes "A startup called Matternet is building a network of quadcopter drones to deliver vital goods to remote areas and emergency supplies to disaster-stricken areas. The installation of solar-powered fueling station and an operating system to allow for communications with local aviation authorities will allow the network to be available around the clock and in the farthest reaches of the world."
Link to Original Source

+ - Report: US Power Grid Highly Vulnerable to Cyberattack->

Submitted by Anonymous Coward
An anonymous reader writes "Despite warnings that a cyberattack could cripple the nation's power supply, a Congressional report finds that what power companies are doing to protect the power grid are insufficient. Attacks are apparently commonplace, with one utility cited by TechPolitik claiming they fight off some 10,000 attempted attacks every month. The report also found that while most power companies are complying with mandatory standards for protection, few do much else above and beyond that to protect the grid."
Link to Original Source

+ - Google Chrome 27 Is Out: 5% Faster Page Loads

Submitted by Anonymous Coward
An anonymous reader writes "Google on Tuesday released Chrome version 27 for Windows, Mac, and Linux. The new version features a big boost to page loads (now 5 percent faster on average) as well as significant updates for developers. You can update to the latest release now using the browser's built-in silent updater, or download it directly from google.com/chrome."

We want to create puppets that pull their own strings. - Ann Marion

Working...