Live data from Hacker News

Viewing profile — xigma

xigma

HN member
Joined
Thu, Jul 26, 2018, 4:01 PM UTC
HN karma
110
Public activity
75 items

About xigma

No profile information was provided.

Recent public activity

  1. comment
    Comment #17919263

    The point I'm making is not "use short variables everywhere", it's that in this case , the verbose alternative is not "much more readable". Abbreviating "element" to "el" or using …

  2. comment
    Comment #17919153

    They'll figure it out. They're a programmer, figuring things out is their job .

  3. comment
    Comment #17919135

    > The more software developers there are, the easier it becomes to automate the drudgery and toil of life. By "easier", you must mean "cheaper", but I don't believe that at all. Th…

  4. comment
    Comment #17917232

    Of course, up to a point. The same goes for very long but extremely descriptive variable names. Hence, it is a tradeoff.

  5. comment
  6. comment
    Comment #17916812

    Except there isn't any problem here whatsoever. Yes, it's coupled, but it doesn't matter. No, this kind of code doesn't scale. It doesn't have to . The time you spent writing this …

  7. comment
    Comment #17916762

    > It costs almost nothing more to write "event" instead of "ev" or "removeElement" instead of "remEl", but it makes the code much more readable. No, it doesn't. Unless you're an ab…

  8. comment
    Comment #17896807

    Imagine how self-important you have to be to say you can't be on the same platform as Alex Jones and therefore you must quit. The word "hateful" is used like weapon here. If only y…

  9. comment
    Comment #17893743

    > Its a good point, if you overlook the fact that the British destroying the Indian & Chinese economy (through war/invasion) created a vacuum for the US economy (British colony at …

  10. comment
    Comment #17877530

    > Russia with Putin as its leader stands in the way of American domination of Eurasia. Hence, the military encirclement of Russia and the belligerent anti-Russian rhetoric from Ame…

  11. comment
    Comment #17845638

    Military people applying their experiences to company leadership are problematic, because they worked with a selection of people that doesn't reflect the general population. In the…

  12. comment
    Comment #17845622

    People tend to have a strong urge to avoid responsibility (and therefore making decisions), that's the whole point of having superiors. If everyone's fully responsible for what the…

  13. comment
    Comment #17842548

    No, this is a permissions problem. Reading and writing to an application directory does not cause any issues until some code in that directory starts running with privileges it sho…

  14. comment
    Comment #17840746

    That's not true. I'm sometimes faced with a lot of companies to choose from and if one of those companies has a badly designed logo, I'll immediately become suspicious of all of th…

  15. comment
    Comment #17840737

    I can't remember ever having been stunned by a logo. The height of my experiences could be described as: "Oh, nice logo." or "Hmm, clever." The line between "clever" and "trying to…

  16. comment
    Comment #17840690

    So, a "feature" in the installer allows an already installed malicious app to install even more malicious apps. That new malicious app then gets to somehow have more permissions th…

  17. comment
    Comment #17821242

    Excuse me, I've been abusing others? I completely reject this description, that's bordering on libel on your part. What I have replied to here is patently untrue, so forgive me my …

  18. comment
    Comment #17820399

    Do you realize that in Canvas colors are represented as a "series of text strings" that need to be parsed? Did you know that drawing paths requires a ton of pretty expensive Javasc…

  19. comment
    Comment #17820262

    > SVG is not a part of HTML 5, it is older Maybe not formally, but making that distinction makes no difference to my point. > Canvas is as fast as the now defunct Flash ...not even…

  20. comment
    Comment #17820139

    > you're not telling us anything interesting First of all, that's a pretty condescending thing to say and you're obviously not speaking for everyone. I wouldn't mention that if you…

  21. comment
    Comment #17819956

    The difference in performance with Flash is huge, modifying the context is quite expensive, resetting it is expensive, which is problematic because it is stateful. You have to comp…

  22. comment
    Comment #17818421

    I have no idea what exactly you did, but I can't fathom how you would form such opinions from hands-on experience with both technologies. You say things like "just export to HTML5 …

  23. comment
    Comment #17818400

    That's why I said "at least in terms of propaganda". Anything that's owned by the state is considered to be owned by (all) the people. Venezuela also is not by definition a sociali…

  24. comment
    Comment #17818383

    > In modern political discourse, democratic socialism and social democracy are considered interchangeable Not at all, case in point: We are having a political discourse and people …

  25. comment
    Comment #17818369

    That's not a library, that's a demo and it takes several seconds to load, just like a flash applet would. I'm aware of minimalist things that can put stuff on-screen instantly, but…