Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:This is what Ignorance looks like. (Score 3, Insightful) 112

"Geographically and financially advantageous is how one would describe Houston accurately"

I'm a Texan and you're so full of shit your eyes went brown.

Houston has one of the worst geographical advantages - see the Los Angeles style smog.

Also, once you leave Houston there's nothing for fucking miles. Good luck getting Bobby Joe Atkins from Wichita Falls down there.

You fucking moron. Leave the shuttle in DC where it fucking belongs.

Comment Re:Ease of use v. Advertising (Score 1) 29

Yup. It's past comical how much bullshit nonsense (no doubt most of it AI slop these days) gets put before a recipe on most sites. I've started going to AllRecipes by default most of the time, just because it doesn't do that.

The Firefox extension Jump to Recipe automatically clicks a "Jump to Recipe" link on the page if one exists. It works pretty well for me.

Comment Re:I may be "old fashoned", but... (Score 1) 177

The Z80 and 6502 both teach something foundational: Fundamentally, this is all simple, a typical human being can fit the the fundamentals in their head

Agree and disagree. While I share an affection for the simpler hardware and instruction set and do see value in being able to fully understand the whole thing end to end, the simplicity and limitation also gives rise to complexity in the search for performance and capability.

You can "understand" the assembly code (or even machine code), but when a program is using esoteric or questionable techniques to eek every last clock cycle of performance out of these chips, you can end up with code that requires a larger breadth of knowledge - everything from binary math hacks (fast inverse square root) to processor quirks (16-bit loads in four clocks vs 8-bit in one) to undocumented ISA "features" like abusing obcodes with flag side effects that end up being faster than the operation you're really interested in.

Some people enjoy this kind of hacking (using the word in the best possible way) but it definitely requires an additional, different, and sometimes very broad mastery of the systems. I think this is both good and bad (but mostly bad once longjmp gets involved...).

Comment Re:I still get terrible results from "coding" agen (Score 1) 64

It's like visual coding or RAD all over again. Whenever suits and PHBs are told there's a magic wand that'll allow them to do without paying people for the nitty-gritty bits, they get all excited and convince each other in their echo chamber that their dream of a company of all managers and no workers is just around the corner.

Then reality says "hi", the hype dies down, a few scam artists got rich and the world continues as it was, with a couple new cool tools in the toolbox of those who know how to use them correctly - which is generally the same people that were supposedly being replaced.

Comment a free intern for everyone (Score 1) 64

That's how I see AI. I've been writing software for the better part of 40 years. What I see from AI is sometimes astonishing and sometimes pathetic. I would never, ever, ever put AI generated code into production software without carefull checking and refactoring, and I would fire anyone who does.

Code completion is mostly in the "astonishing" part. If I write a couple lines of near-identical stuff, like assigning values from an input to a structured format for processing, the AI most of the time gets right the next line I want to write. Anything more complex than that is hit-and-miss.

Mostly, I use AI the way I would use an intern. "Can you look up how to use this function correctly? What are the parameters and their defaults?" or "Write me some code that's tedious to write (like lots of transformation operations) but not rocket science by far.
Essentially, it does faster and a little bit better what previously I'd have done with Google and Stackoverflow.

I have no fear it'll replace developers anytime soon. Half of the time the code is outright wrong, most of the time it has glaring security issues or isn't half as fault-tolerant as it should be, and for any case where I know how to do it without any research, I'd be faster writing the code myself then going through several iterations with an AI to get it done.

Comment Re:So, it has had this much before w/o humans (Score 1) 136

we can also migrate to the moon or Mars and bring some of those other species with us

Astonishing. You're proposing MOVING TO A DIFFERENT PLANET that cannot support literally ANY FORM OF LIFE without a massive support infrastructure instead of reducing greenhouse gas emissions, moving away from burning fossil fuels, and making a few other relatively simple changes to keep the earth habitable for human civilization.

This sort of stupidity would be unbelievable if it wasn't parroted so often by clueless and/or paid-for oligarch mouthpieces.

Comment Re:This is the way. (Score 1) 127

Diminished maybe, but not all that much.

I think we can reasonably assume that if there's a huge blackout, it won't last forever. A lot of smart people will work hard on getting things up and running again. A few years ago in the USA it lasted for a bit longer, what was it, a week or two? Recently in Spain it lasted a few days. But all those power stations and power grid operators don't just shrug and go home. So getting through those days is probably all it takes for any reasonably realistic scenario.

And you can build things up piecewise. I've got my solar now. The next thing will be a battery. Once I have that, I can think about an electric car.

Comment Re:Do the Japanese need a lesson in biology? (Score 1) 85

The number of times that my wife has had to submit a copy of her marriage certificate to confirm her original name even though we've been married for 11 years baffles me. It made some sense in the first year or two, but she still has to do it a couple of times a year for seemingly random things. I encouraged her to keep her original name when we were planning the wedding, but she insisted on the name change.

Slashdot Top Deals

% "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben

Working...