Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Ever clearer purpose (Score 1) 843

It's becoming more obvious that the purpose of the JSF program isn't to produce a next-gen fighter jet, but rather to waste money under the pretext of producing a next-gen fighter jet. If they skinned it with bacon weave and built the airframe from ribs, the plane would still be less porcine than the program itself.

The pilot can't turn their head? Dozens of people involved in the program should have identified that fundamental problem long before any component was physically built.

Comment Re:Adblock vs. HOSTS (Score 1) 383

Speaking as someone who's primary machine runs Mint KDE with a hosts file that has ~130,000 lines of crap hosts mapped to 0.0.0.0, I say hosts is the better solution. Lots of adblockers still make the requests for mal-content and drop it on receive... hosts prevents the requests from being made at the system level.

It's too bad I can only use a fraction of it on my Win 7 laptop where it's more necessary, because modern Windows really doesn't like having a hosts file more than 768k in size. Took me months to figure out why it booted to a completely blank, unresponsive screen (background color and a mouse cursor that did nothing but move)... turns out it takes Windows about 45 minutes to process that 3.6Mb hosts file before it gets around to launching explorer and the desktop.

Comment Re:Wait, what? (Score 2) 236

But those only work in FireFox. If you really want to increase your privacy, add those hostnames to your hosts file. Mine contains ~131k tracker/adserver hosts mapped to 0.0.0.0 (there's even about a dozen for facebook). This doesn't just drop the served mal-content, it prevents requests to those hosts at the system level for all browsers or other software.

As a consequence I rarely see any ads on the internet and my browser ad-blocking/privacy plugins have a very light workload.

Comment jQuery is not JavaScript (Score 1) 293

Stop trying to say that it is. It happens with Node, Angular, and other stuff to a lesser extent, but jQuery seems to be the de facto JS gap-filler that everyone insists is part of core JS skills.

But even worse are the feckless noobs who say they don't know JS, but know jQuery instead. That's like saying "I don't know English, but I know its verbs."

Comment Re:Waiting on the Raspi (Score 1) 133

Yeah, I don't get why every Win10 post has to mention rPi. I understand MS wants a seat on the IoT hype train, but I don't see how the current Win10 rPi strategy will get them that. Especially since what they showed last month was basically useless.

I don't want Windows on my Pi's, I don't understand why anyone would. Unless Win10 rPi ends up being a headless, SSH-enabled PowerShell environment. I understand the draw of PowerShell for Windows people (because they know nothing better), but it seems morbidly bloated, heavy, and verbose to me.

Comment Could, but not for most (Score 2) 170

Games could be prep for programming, but not for most of the very few who realize "Games are programs... I could write them, too".

Most of them will still lack logic, critical thinking, and math skills necessary for even most basic programming, let alone the often complex tasks required in modern games. Let's face it, we're not talking about simple games, we're talking about FPS games. Say "rendering engine", "frame buffer", "shader", or "vector" to them, and their eyes glaze over in sudden confusion and disinterest. The games they'd want to make don't give an accurate impression of what it takes to produce them, and the video card specs they obsess over are just numbers to them. Aside from that, there are many distinct roles involved with producing a game, which they could realize if they ever bothered to look at the game's credits.

Sure, there are "game programming" degrees available, but to me they sound pretty crap, with more focus on visuals than code. I know someone who got that degree from DeVry, and they didn't cover threading or networking. He came out as more of a digital artist than a programmer.

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...