Slashdot Mirror


User: gigaherz

gigaherz's activity in the archive.

Stories
0
Comments
309
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 309

  1. Re:Web app? What's that? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    I agree, except where the current standards are HTML, CSS, and Javascript, and as much as they try to make them better, as long as they keep backwards compatibility, they will continue to suck in the future, and web apps will continue to suck because of that.

  2. Re:commercials on Despite Global Release, Breaking Bad Heavily Pirated · · Score: 1

    You can't compare a law to an industry. Laws are written, and then they stay around until it's in someone's political advantage to erase them. Corporations are money-making machines: if they don't make money, they disappear. If there's an advertisement industry, it means companies believe it's worth their money. If they didn't see a measurable increase in sales, they would stop paying for it. So unless my logic fails, since they do keep paying for it, it has to mean it works.

  3. Re:commercials on Despite Global Release, Breaking Bad Heavily Pirated · · Score: 1, Flamebait

    You are not the average consumer then. The average consumer soaks in advertisements, and then when they go shopping they will favor the brand that has burned the strongest into their brains.

    If advertisement did not work, the whole industry would have died a long time ago.

  4. Re:see the Xerox user manual on Xerox Photocopiers Randomly Alter Numbers, Says German Researcher · · Score: 1

    If you application does not have a working find functionality, consider an alternative application.

  5. Re:This is the internet... on Request to Falsify Data Published In Chemistry Journal · · Score: 1

    Because he read it in a Terry Pratchett book, I guess?

  6. Re:I question their research. on Hybrid Hard Drives Just Need 8GB of NAND · · Score: 1

    Then they say 'unique data' they mean they aren't counting loading the same file more than once, not that the data has never been accessed before.

  7. Re:Hence why UEFI should be dismissed on Researchers Demo Exploits Bypassing UEFI Secure Boot · · Score: 1

    UEFI is a better boot method than the old 16bit BIOS. PLEASE people stop hating on UEFI when it's just Secure Boot that you dislike.

  8. No, you have an unnamed function with unnamed parameters that takes a series of unknown numbers, and returns another unknown number.

    The idea of obfuscation is that it makes the job hard to make those unknowns known, so that you can name the unnamed.

    I didn't read the article, but it looks to me like at some point, the code is going to call some OS API functions, or call the UI library, or similar. And you can always start the naming from there. But of course if the WHOLE PROGRAM is obfuscated, so that the inputs are the command-line parameters and user interaction events, and the output parameters are the results and the display calls, and everything is such a mess that even the CPU doesn't really know what it's doing (really bad thing performance-wise), then it may be impractical to figure it out. Not impossible though.

  9. Re:If hacking is outlawed on Judge Rules In Favor of Volkswagen and Silences Scientist · · Score: 1

    No, no, no... the summary clearly says:

    [...] rules in favor of Volkswagon [...]

    That'd be: "If hacking is outlawed only hackers will drive Volkswagons".

  10. Re:Gawd on Love and Hate For Java 8 · · Score: 1

    I cannot possibly think Java is "*very*" good, until they give it operator overloading, so I can use [] to access lists and hash tables instead of get/set/put. And while they are at it, also give it properties, like in C# or Javascript, so I don't have to use getX/setX/putX. It's not BAD, but it's slightly lacking. Also, I dislike the methods in camelCase, and constants in caps-and-underscores, but that's not really a feature of the language, only a convention.

  11. Re:Gawd on Love and Hate For Java 8 · · Score: 4, Interesting

    Try "debugging with print statements" when the codebase takes over 10 minutes to compile, and that's when the resources don't need to be re-processed. After you admit to that, the rest of the post can't possibly be taken seriously.

  12. Typo? on Five Charged In Largest Hacking Scheme Ever Prosecuted In US · · Score: 1

    "US authorities have charged four Russians and a Ukrainian five on charges of running a global hacking operation [...]

  13. Re:So... how do they call each other? on Unique Howls Are What Wolves Use As Names · · Score: 1

    Maybe they are not as lazy as humans, and when they want to meet someone they walk instead of calling and waiting.

  14. Re:Obvious on The CIA Wants To Know How To Control the Climate · · Score: 5, Insightful

    To expand on it: avoiding pollution can be expensive, and it's not in anyone's immediate interests to spend money just to be greener. People can think long-term, but corporations are usually short-term money-making machines, so green is only ever used as a PR measure to paint themselves more attractive, or avoid taxes.

  15. Re:Obvious on The CIA Wants To Know How To Control the Climate · · Score: 1

    Always thought, never mentioned.

  16. Re:\o/ on Direct3D 9 Comes To Linux, Implemented Over Mesa/Gallium3D · · Score: 1

    How is my post offtopic? I was clearly stating my emotion (subject) and opinion (content) to Linux being able to be used with a graphics API other than OpenGL.

    Just because I didn't write a long rant exposing an approximation to why I think I feel that way, it doesn't mean the content isn't related to the article.

  17. \o/ on Direct3D 9 Comes To Linux, Implemented Over Mesa/Gallium3D · · Score: -1, Offtopic

    Wheee!

  18. Re:broke on If a Network Is Broken, Break It More · · Score: 1

    Unless he meant "If it isn't out out of money, don't fix it."

  19. Re:Microsoft Security Essentials on Ask Slashdot: Light-Footprint Antivirus For Windows XP? · · Score: 1

    Maybe so, but to me, lightweight is more important than virus protection. The only reason I have an AV at all is because every 5-10 years, I happen to click on the wrong file, sometimes knowing it was going to be a virus.

  20. Re:Microsoft Security Essentials on Ask Slashdot: Light-Footprint Antivirus For Windows XP? · · Score: 2

    MSE is the only AV I have used that doesn't noticeably lower the system responsiveness the moment you turn it on. For me, it's either MSE, or no AV at all.

  21. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    Even Microsoft agrees with that, it seems. They created a Git plugin for VS2012.

  22. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    Well, when I mentioned the market share, I was referring to Java ME. But yes I suppose it's unfair to say android doesn't use Java, although a quick read on the Wikiepdia page on Dalvik seems to point at it being far from a JVM, with Dalvik being register-based instead of a stack machine.

  23. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    I wasn't thinking of Javascript as a toy language. I was thinking more about how hard it is for Javascript code to get translated into a form the CPU can execute fast. They are doing miracles with the modern javascript engines, and not a small part of it is due to static analysis algorithms. But then they (Mozilla, in this case) suggest ASM.js as a means to make code more optimizable, instead of using/creating an open, standarized bytecode language that can fit that use case better, just because that way it can run in old browsers. Except it really can't, because if you need the optimizations in ASM.js to make the code usably fast, then it would be too slow in old browsers regardless.

    (Note: Sorry, I TL;DR'd the middle section of your reply, hopefully I didn't miss anything important that makes this reply sound stupid)

  24. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    All the programming languages that I know have their syntax based on C, with the exception of BASIC, which I stopped using when I moved from VB6 to C# 2.0. Javascript is no exception. I fail to see the amusement. I must be too young.

  25. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    You write code in java, but the Java VM isn't used. The java bytecode is translated into Dalvik bytecode before it's packaged, you aren't really running Java applications in Android.

    As for performance, well like statistics, you can make benchmarks say whatever you want them to say, but here's the first benchmark I could find (it's 3 years old though, so maybe it has changed with Java 7): http://www.codeproject.com/Articles/92812/Benchmark-start-up-and-system-performance-for-Net