Slashdot Mirror


User: Desler

Desler's activity in the archive.

Stories
0
Comments
5,621
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,621

  1. Re:Why is anyone still using C++ in 2014? on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 1

    Because it's a perfectly fine language for people who care more about writing complex and efficient software than appearing hip to the brogrammer crowd.

  2. Re:It's not a bad language on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 1

    Why rewrite things that are well-debugged over decades of use for untested code likely to contain tons of its own bugs?

  3. Re:Strangely? on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 1, Funny

    Agreed. My thought at reading the summary was "Do older languages have some sort of expiration date I don't know about?" What's odd about it? Also, it's not like the language has been stagnant. English is an old "legacy" human language with lots of cruft and inconsistent rules, but it works well enough for us that it's not worth jumping ship for Esperanto.

    That is because you aren't a hipster or fad brogrammer. These idiots probably expect them to be using Node.js or some such bullshit.

  4. Re:Two things... on ACLU and EFF Endorse Weaker USA Freedom Act Passed By Committee · · Score: 2

    But they already have this "emergency" power. They can get backdated warrants from the FISA court now in emergencies. If they couldn't possibly obtain the after-the-fact rubber stamp then they clearly shouldn't be doing the survellience. This bill is a joke and so are these groups endorsing it.

  5. Re:Keller worked at Apple on the A4 and A4 on AMD Designing All-New CPU Cores For ARMv8, X86 · · Score: 2

    Are you sure? I heard he worked on the A4 not the A4.

  6. Re:Books are decorations on Ask Slashdot: Books for a Comp Sci Graduate Student? · · Score: 1

    I write C++ on a daily basis for more than a decade and have never needed that worthless book. Same with pretty much any other C++ programmer I've talked to and many are far better programmers than me. And the code we write is not the obfuscated junk that only a "patterns" person could write. The only people I've ever met who seem to think this book is great are Java people writing unmaintainable "patterns" code.

  7. Re:I was going to say the Stevens Book on Ask Slashdot: Books for a Comp Sci Graduate Student? · · Score: 1

    It's a fucking shame that W. Richard Stevens died so young. His books are still tremendously valuable references and extremely well written.

  8. Re:Books are decorations on Ask Slashdot: Books for a Comp Sci Graduate Student? · · Score: 2

    It's an even bigger joke is when you get quizzed in interviews by mindless retards who expect you to have memorized all the worthless "patterns" in the book. And god forbid if you ever look at the code these same idiots write. They make the OpenSSL codebase look like the greatest thing ever. If you ever though C macros could be used for ungodly amounts of obfuscation and indirection one only needs to look at the AbstractFactoryFactoryBuilderFacades that these "patterns" people write.

  9. Re:Lightweight... on Lumina: PC-BSD's Own Desktop Environment · · Score: 1

    He mentions all the right factors himself: low memory, low cpu use, fast, not too many features.

    But all those things are highly subjective and vague. How low is low enough CPU usage and memory usage? What CPU are you basing this off of? On my octo-core desktop "low cpu usage" is going to be "high cpu usage" on something less powerful. What is the baseline minimum RAM? Again, on my desktop with 24 GB of RAM percentage-wise "low memory use" will obviously differ. How are you objectively benchmarking "fast"? What is the objectively-defined cut off point of "too many features"? What you may think has too many features may not have all the features that I or someone else might want. So as the GP stated the term is effectively meaningless.

  10. Re:I'm all for lightweight on Lumina: PC-BSD's Own Desktop Environment · · Score: 1

    I just opened up Windows Explorer on Windows 7 and it took less than 1 second. And this is on a laptop I bought 6 years ago. Maybe you need to ditch the Pentium 3 shitbox you're running?

  11. Re:Plastic "art" on Previously Unknown Warhol Works Recovered From '80s Amiga Disks · · Score: 1

    How is it false? From what objective source is "art" defined?

  12. Re:Supported formats? on Groove Basin: Quest For the Ultimate Music Player · · Score: 2

    Everything libav supports.

  13. Re:s/open/libre/ ? on Not Just a Cleanup Any More: LibreSSL Project Announced · · Score: 1

    There is an OpenBSD fork. It's called Bitrig.

  14. Re:Lets make some easy money! on Not Just a Cleanup Any More: LibreSSL Project Announced · · Score: 1

    They are not going to put back in the original code. They will build a proper portability layer. Just like what was done for OpenSSH.

  15. Re:Am I the only one? on Not Just a Cleanup Any More: LibreSSL Project Announced · · Score: 2

    Yes. See: OpenSSH.

  16. Re:Or.. on Not Just a Cleanup Any More: LibreSSL Project Announced · · Score: 1

    Were any of the OpenBSD people previously OpenSSL contributors? If not there is no splintering at all it's simply another group of people taking the reins.

  17. Re:So the take away is... on David Auerbach Explains the Inside Baseball of MSN Messenger vs. AIM · · Score: 1

    Sure it did.

    On July 22, 1999, Microsoft entered the chat markets with MSN Messenger Service. Our AOL “interop” was in it.

    DMCA became law effective October 28, 1998.

  18. Re:what does jim rogers have to do with this? on Mercedes Pooh-Poohs Tesla, Says It Has "Limited Potential" · · Score: 1

    He did a round-the-world trip in a Mercedes.

  19. Re:Wait a second... on Mercedes Pooh-Poohs Tesla, Says It Has "Limited Potential" · · Score: 2

    To look behind what curtain? The one that saw their worldwide sales in 2013 increase by 10.7% and a 14% growth rate in the US? Yeah, I'm sure hems quaking in his boots.

  20. Re:Ghandi said... on Mercedes Pooh-Poohs Tesla, Says It Has "Limited Potential" · · Score: 1

    And their next step is to start aggressively push cars such as their future B-Class EVs. It's not as if Mercedes is standing still and doing nothing.

  21. Re:Spyware status on Ubuntu Linux 14.04 LTS Trusty Tahr Released · · Score: 1

    Have you heard of jokes and/or sarcasm?

  22. Who's this Eric you refer to?

  23. Re:Python on Code Quality: Open Source vs. Proprietary · · Score: 2

    But that's written in C and C is the worst programming language ever!! How dare they be so dumb to not write Python in a "memory safe" langauge!

  24. Re:Not a surprise on Code Quality: Open Source vs. Proprietary · · Score: 0

    Sure you can. It's called binary patching. It's how people patch bugs in closed-source games.

  25. Re:What about a re-implementation... on OpenBSD Team Cleaning Up OpenSSL · · Score: 1

    Unless the language is portable to all platforms it's useless for a portable library. And none of those "safe" langauges are portable as C.