Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Submission + - Slashdot Alum Samzenpus's Fractured Veil Hits Kickstarter

CmdrTaco writes: Long time Slashdot readers remember Samzenpus,who posted over 17,000 stories here, sadly crushing my record in the process! What you might NOT know is that he was frequently the Dungeon Master for D&D campaigns played by the original Slashdot crew, and for the last few years he has been applying these skills with fellow Slashdot editorial alum Chris DiBona to a Survival game called Fractured Veil. It's set in a post apocalyptic Hawaii with a huge world based on real map data to explore, as well as careful balance between PVP & PVE. I figured a lot of our old friends would love to help them meet their kickstarter goal and then help us build bases and murder monsters! The game is turning into something pretty great and I'm excited to see it in the wild!

Comment Re:Sounds ideal (Score 1) 64

My guess is, if they negotiate a "sweetheart deal" and the dam is already wasting a significant amount of its output, the miners probably didn't care about efficiency at all as the energy was either very cheap or free. The savings in using cheaper fans that need to spin faster probably outweighed whatever they'd have saved in energy costs.

Comment Re:And after 8 Years (Score 1) 154

The scariest thing in either of your posts is that you both think "neoliberal fascist" has any kind of meaning. May as well turn it into a capitalistic socialized anarcho-communistic liberterian-autocracy while you're at it.

Comment Re:Don't be lazy programmers (Score 2) 509

Sounds like one hell of an asshole professor. Reminds me of those managers who insist on using whatever JS trend is in vogue rather then what's actually appropriate for the job, just trades out the willful ignorance for self-centered edginess. Honestly, the amount of selfishness it takes to potentially screw over his student's academic schedules just to fulfill his own self-importance about a programming language, which isn't even fundamentally part of the course, is just astounding to me.

Comment Re:Why not use Rust? (Score 1) 509

On Linux, C most certainly does. The most widespread and popular compiler for C is GCC, a project that was formed *entirely* for ideological purposes, by a group that was formed entirely for ideological purposes, by one of the most ideologically die hard people in the software sphere. Hate it when people try to use euphemisms and dogwhistles instead of just saying what they mean.

Comment Re:LLVM (Score 2) 309

It didn't send it to them because Apple wasn't integrating GCC's code parser within Xcode. That's the point of what he's trying to say; Apple couldn't do so under GCC without having to potentially open up part of or all of the source code for Xcode, since the GPL requires that any GPL source integrated into another product requires that product to also comply with the GPL. LLVM's BSD license is much more permissive, so they switched away, so they could then implement their intellisense feature. He's saying if they had tried to implement the intellisense feature, then they would be in violation of the GPL.

Although honestly, I think the technical reasons far outshadowed the legal ones. GCC is a massive and quite complex project, and it was intentionally designed to be very monolithic and hard to isolate, because RMS feared it would become a component in proprietary systems like what Apple is trying to do here. LLVM's creators had no such qualms and designed their product to be modular from the get go, so Apple could easily repurpose their existing code parser and integrate it into Xcode. In this case, the effort to switch to LLVM was less then hacking and then having to maintain a fork of GCC - to say nothing of the fact that LLVM is, in some ways, an objectively better compiler then GCC is.

Comment Re:You know (Score 1) 109

This needs to be modded up. I have to laugh at the irony, 2 years ago people were complaining that Firefox's interface was too Chrome based and inefficient, and then they changed back to their old squarish design, and now Chrome is moving from the angular to a curvy look. Maybe Chrome thought their tabs look too similiar to Firefox's now :P

Comment Re: Those aren't legacy ports (Score 1) 114

and it WORKS.

Uh. Noooooo. Hmm, why is this fuzzy patch on the screen? Better run auto-adjust. Oh great, now it's cleared up- wait, there's another one over here. Hmm, better run again- oh shit, now half the screen's cut off. Manually reposition, great, now it works- oh WTF, the colors are messed up. VGA is an incredibly finicky protocol that is literally entirely dependent on the auto-adjust's heuristics in the arbitrary monitor if you don't want to spend 20 minutes messing with the settings menu (and you still won't fix that mysterious blurry patch). If you don't like the DRM or onboard audio of HDMI, then you should use DVI or perhaps DisplayPort (not sure if it has its own DRM), but not VGA. VGA is a godawful standard and one of the cases where the replacement really is a much better choice.

Comment Pentium 3? (Score 1) 383

Why would anyone be running Windows 7 on a P3??? There are two use cases where anyone aside from a collector would still be actively using such old equipment. #1, you need it to control or interface with specific and valuable hardware from that time period. In this case, you would also want to be running the original OS from that time period too, to ensure maximum compatibility. On the other hand, if you're using it for retro gaming, you also want to be running at least a relatively time accurate OS, since you're using an old computer over an emulator precisely because it's more authentic. If you're using a P3 as a home computer, you can literally buy a machine with a Core 2 Duo or a Sandy bridge processor for $30 or less, and you should have done so a long time ago anyway, since a P3 hasn't been able to handle anything more complex then static html for like 10 years now, making it largely useless as a general purpose home computer. And even if for some reason you did, Linux would be the obvious choice as it's both free and more capable then Win 7. I simply can't see any situation for why you'd ever want to run Windows 7 on a computer like that...

Comment Sigh... (Score 5, Informative) 181

1. WebAssembly is a compressed and simplified version of JavaScript. Anything you can do in WebAssembly, you can do in JavaScript. Seeing as Meltdown / Spectre take a lot of effort to exploit, if this attack is being deployed against you, it's reasonable to assume the attacker is perfectly willing to translate their code into JavaScript, which is already supported in your browser.
2. The devs are well aware of the issue and have said they're not going to reenable the feature that makes them vulnerable to timing attacks without making sure that the mitigations to Spectre / Meltdown are not going to be nullified by WebAssembly.

Slashdot Top Deals

What the world *really* needs is a good Automatic Bicycle Sharpener.

Working...