Slashdot Mirror


User: phantomfive

phantomfive's activity in the archive.

Stories
0
Comments
31,362
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 31,362

  1. try finding a non-light product in a US supermarket, for example

    Uh......there is lots of non-light stuff in the US supermarkets. When was the last time you entered one?

  2. Re:Resume Padding on Ask Slashdot: What Are Some Developer Secrets That Could Sink Your Business? · · Score: 1

    Were are a relatively small shop, and those devs with influence convinced management to switch to what seems the entire Microsoft stack, with service layers on top of service layers, and other middle-man gizmos. It's as if they get points for every service and service layer on the MS brochure they use. Pokesoft: gotta install em all! If you add a new column to a table, you have to update something like 17 spots.

    This made me vomit a little because my last job was just like that. I've stopped using the Microsoft stack at all, not because of the technology, but because of the people around it. The community sucks donkey balls.

  3. Trend Micro did that. cite

  4. That post was hilarious but I have no idea what you said. I LOLed.

  5. Any study that groups all sweeteners together in the same category is probably suspect. The various sweeteners are so different chemically that it would be surprising if the body responded to them all in exactly the same way.

  6. Re:What happens to Rust when Mozilla is gone? on TechCrunch Urges Developers: Replace C Code With Rust (techcrunch.com) · · Score: 2

    It's worth watching how Firefox goes as they begin to switch to Rust. If they see performance problems, or if their security bugs all go away (they won't, but you know, some of them might), then those are good data points.

  7. But the 'right way' to iterate over an array, one that is perfectly type safe, is

    This completely misunderstands how compression algorithms work. You often don't know how large an array you need until you are done compressing.

  8. Is there a good ADA tutorial somewhere that you can recommend?

  9. Yes they have, and it's super hard to write an image processing routine for the same reason that it's hard for a compiler to prove they are correct automatically.

    But whether it's secure or not wasn't the question.......you changed the subject.

  10. It really depends on the situation. In most cases, I agree with you, adding an extra check won't matter (and usually I use some kind of queue instead of an array, which takes even more time). But in situations where arrays are very large, you often do want to cut execution time as much as possible. These kinds of situations pop up in image processing, for example.

  11. Hard real-time is completely different than performance. Hard real-time means you know how long it will take, not that it will go fast. For every function call you can say, "this function will take no longer than X seconds"

  12. Re:Bullshit slashvertisement on TechCrunch Urges Developers: Replace C Code With Rust (techcrunch.com) · · Score: 1

    If you use Rust you don't need a security brain.

    Yeah......you're like a parody of Rust fans. Let me know what code you write without thinking of security, and I'll hack it.

  13. Re:Bullshit slashvertisement on TechCrunch Urges Developers: Replace C Code With Rust (techcrunch.com) · · Score: 1

    How many of them wouldn't have even been possible in a language that prevented you from doing inherently unsafe operations?

    Why don't you look through the list and figure it out? That would have made your post good instead of ignorant.

  14. Most programming languages do actually do bounds checking, and will generate a run time error if you attempt to write more data to an array/block/other fixed size container than will fit.

    Most programming languages are slower as a result of this bounds checking at runtime.

  15. Arrays are programmed with bounds-checking, usually through dope vectors generated by the compiler. It is a requirement of the language to generate an exception if you try to go beyond the bounds of the array.

    Doesn't a bounds-check on every array access slow things down?

  16. Re:Bullshit slashvertisement on TechCrunch Urges Developers: Replace C Code With Rust (techcrunch.com) · · Score: 2

    The first four bugs there wouldn't have been prevented by rewriting in Rust. They're logic errors (which happen in every language). That is the biggest downside or Rust: people think they will be secure by using it, leading to turning off their security brain.

  17. How does Ada prevent buffer overflows?
    How does Ada prevent memory leaks?

    (Maybe I should also ask how Ada prevents rockets from exploding, but Rust won't do that either)

  18. Re:More Musk nonsense... on Elon Musk Warns Governors: Regulate AI Before It's 'Too Late' (recode.net) · · Score: 1

    "AI" isn't "artificial intelligence" at all. It was, and is, a sloppy term for advanced theories and programming techniques to solve problems.

    The term you are looking for here is "Weak AI." That is distinct from Strong AI.

    What exactly IS "AI?" You have to strictly define it before you can "regulate it."

    If this is actually a topic you care about, you should search for "strong AI." You will find some potentially workable definitions.

  19. Re:Somebody is confusing AI with robotics on Elon Musk Warns Governors: Regulate AI Before It's 'Too Late' (recode.net) · · Score: 1

    AI may be advancing with giant strides,

    It's not. The article is talking about strong AI here, which hasn't made any real progress since the 70s. It's important to distinguish strong AI from weak AI.

    btw your post somewhat contradicts your sig, since the post is entirely made up of great, general views.

  20. Re: Why is this modded up? on White House Releases Sensitive Personal Info From Voters Concerned About Privacy (vox.com) · · Score: 1

    Bush looks like Churchill who 'invaded' the Dardanelles.

  21. Re:Browser memory leaks (especially, Chrome on OS on Ask Slashdot: What Software (Or Hardware) Glitch Makes You Angry? · · Score: 1

    How do you avoid them?

  22. Re:No unicode on Slashdot. on Ask Slashdot: What Software (Or Hardware) Glitch Makes You Angry? · · Score: 1

    if it's merely a simple regex then they can use something like Unicode::Regex::Set to get the unicode character sets they want.

  23. No unicode on Slashdot. on Ask Slashdot: What Software (Or Hardware) Glitch Makes You Angry? · · Score: 5, Funny

    No unicode on Slashdot. All I ask for is a Thorn!

  24. Re: Why is this modded up? on White House Releases Sensitive Personal Info From Voters Concerned About Privacy (vox.com) · · Score: -1

    Nah. All he has to do is avoid starting a war and he'll already be better than our last two presidents.

    Let's be honest: it would be hard for Trump to be worse than Bush.

  25. Heh, you're dumb as a brick. You think I'm liberal.