Live data from Hacker News

Viewing profile — leovonl

leovonl

HN member
Joined
Mon, Jan 12, 2015, 12:22 AM UTC
HN karma
163
Public activity
73 items

About leovonl

No profile information was provided.

Recent public activity

  1. comment
    Comment #31256497

    That's quite an achievement, and I'm even more impressed he was able to do so in the textile industry that suffered so much in the mid-nineties in the region. Context: I'm from the…

  2. comment
    Comment #16194218

    It makes zero sense to look at nationwide average for Brazil to draw any conclusions without looking at per-state or per-region data. Northern region has places with 60+ homicide r…

  3. comment
    Comment #15995327

    Nothing new on this, experienced programmers know the performance implications of data structures (ie, lists are generally bad regardless of the language/paradigm) and most complai…

  4. comment
    Comment #15555434

    Generally, a big improvement in ability to focus, and a sustained mental clarity throughout the day. Entering in ketosis was also an watershed moment, like an epiphany, with a sudd…

  5. comment
    Comment #15546475

    His reading is simplistic, but so is the article: there is no mention about different metabolic states, for instance. The brain depends on a very small quantity of glucose to funct…

  6. comment
    Comment #15546437

    The study doesn't mention this anywhere, but one can assume it considers only a state of glycolysis. This makes the the title/conclusion a bit misleading. In case of ketosis [1], t…

  7. comment
    Comment #15543814

    I would say it is not only valid but a very interesting method to deal with 0-day exploits and automatic scanners. I have a number of services running at home, all outside the stan…

  8. comment
    Comment #14916848

    Social welfare is not socialism.

  9. comment
    Comment #14726185

    Having grown up in Brazil, where computers and parts are expensive - and in a time where the country was recovering from a galloping inflation and a failed attempt from the governm…

  10. comment
    Comment #14720005

    > And I can actually not remember a single time when this was actually useful [..] This tells a lot about what is wrong with software development and why industry is constantly pla…

  11. comment
    Comment #14697469

    Sorry, but I strongly disagree. I can think of two very strong reasons to prefer awk over perl: * busybox implements awk, so its (usually) available even on embedded platforms * aw…

  12. comment
    Comment #14632145

    It's an excuse that is commonly given - but easily avoidable if you care enough about the ones that pay your salary by buying processors from your company. And not only that, but t…

  13. comment
    Comment #14529070

    Computer Science is a science field, therefore computer scientists usually see themselves as something more than an engineer - you don't want to apply the same knowledge over and o…

  14. comment
    Comment #14241455

    This classification of "paradigms" is a bit off. First, declarative programming is a generic name which includes a broad range of paradigms - from functional to logic programming. …

  15. comment
    Comment #14233170

    I suggest adding a "in US or UK" to the title.

  16. comment
    Comment #14065263

    Nothing wrong, I'd love to use taxis. But I have a few conditions: * I want to call a driver and know if the ride was accepted, if the car is coming, how much time it will​ take fo…

  17. comment
    Comment #14009009

    You article about hiring a C++ developer made me chuckle on the interviewees' answers; apart from the "virus" one I've also heard all the others - and had the same thoughts. You'd …

  18. comment
    Comment #13987348

    It's amusing to read all these calls for a more democratic EU, specially when comparisons with the USA are made. EU membership is voluntary, you can leave if you want. What would h…

  19. comment
    Comment #13914781

    How can one compare UK and US and say the later has better social mobility? Ever heard of NHS (1) or council housing? Have you compared tuition fees on both countries? While I most…

  20. comment
    Comment #13770980

    "When we've initially started [..], dominant was Go 1.3, which had mechanisms to detect memory blocks allocated inside used libraries and all such blocks were to be freed by GC. Go…

  21. comment
    Comment #13766312

    Latency and speed are two very different things. For good audio quality, the first is way more important than the later. Also, lossy codecs usually drop a good chunk of information…

  22. comment
    Comment #13757558

    My experience with endorsements tells they can be not only deceiving, but also a trap. There's this guy which I used to work with that was not very good in the job and used to dist…

  23. comment
    Comment #13720622

    SOS was meant to be easily recognizable and trivial to generate: ... --- ... --- ... --- ... (and so on)

  24. comment
    Comment #13702287

    Indeed, in the later case, exceptions are really an unnecessary cost. In fact, another argument which could be made against the use of exceptions is that the abstraction per se is …

  25. comment
    Comment #13701544

    Usually anything that deals with theory of computation, formal languages, formal methods, compilers, graph theory, functional programming, logic programming. I assume numerical ana…