Live data from Hacker News

Viewing profile — alexk7

alexk7

HN member
Joined
Fri, Apr 24, 2009, 12:13 AM UTC
HN karma
249
Public activity
85 items

About alexk7

No profile information was provided.

Recent public activity

  1. comment
    Comment #29979378

    This is ignoring the fact that there are people who actually enjoy exchanging pleasantries. Make a list with 2 columns: 1) people that enjoy small talk 2) people that dislike small…

  2. comment
    Comment #27111682

    Reading this felt like that Apple keynote in 2016 when they said no one uses the function keys. Hmm, me? all the time?

  3. comment
    Comment #22056533

    I prefer to use size 10 on my coding font. Just tried it in Visual Studio and it looks really bad with uneven lines, mostly on upper case letters.

  4. comment
    Comment #21138539

    The whole concept of OS integration across devices is a complete failure for Microsoft. Calling this new thing a "new OS" sounds like a failure to fulfill what the Windows brand us…

  5. comment
    Comment #20460130

    Thank you for that comment. Don't get me started on "compliance". Even if you are following 100% the diet and rules (which is impossible, we are humans), type 1 diabetes is HARD. W…

  6. comment
    Comment #20460053

    I'm running an open source closed-loop system on my iPhone. It controls my insulin pump based on data from a continuous glucose monitor. Those of us that do this don't do it blindl…

  7. comment
    Comment #20243339

    This is not one of the weird things about Javascript. When you use a function (like map), always check the documentation to know its behaviour and don't assume it's similar to some…

  8. comment
    Comment #12780804

    Another source of information about this subject (PDF): http://www.wam.hr/sadrzaj/us/Cavanagh_440Hz.pdf

  9. comment
    Comment #12735461

    The article makes it seem like the US is where people work the most. It is not. The selection of countries make their graph misleading. See https://en.wikipedia.org/wiki/Working_ti…

  10. comment
    Comment #11166453

    I am working on a compiler for my new language. I went from learning about Yacc at the university (reaction: disgust) to discovering PEG (reaction: I should build my own parser gen…

  11. comment
    Comment #10836888

    The last time GM invested in companies that competed with private ownership of cars, it didn't go too well... https://en.wikipedia.org/wiki/General_Motors_streetcar_consp...

  12. comment
    Comment #10369762

    In the current game dev industry, there is no longer anything "in-between". The days of the medium sized games are long gone. It is either big winner takes all or very small indie …

  13. comment
    Comment #9682684

    For the same price as an iMac, without a computer.

  14. comment
    Comment #9682673

    And that's why they added fullscreen mode to OS X. Both ways of working excel for different situations. It's great that they are now making the enhancements in sync on OS X and iOS…

  15. comment
    Comment #9565168

    In live in Quebec City. I used Kijiji to sell my car a few years ago and it still is the site I use to sell stuff. Reading this article made me go to Craigslist to see if it was an…

  16. comment
    Comment #9463528

    Regarding C++11 vs C++14 constexpr: "We need to finish heavier-than-air flight before starting interstellar colonization." Nice analogy.

  17. comment
    Comment #9310916

    Yup. Breakout 1976. Arkanoid 1986.

  18. comment
    Comment #7435248

    I'm pretty sure XSLT functional paradigm was intentional.

  19. comment
    Comment #7081155

    Exceptions are cute for small amounts of code. But as soon as you get a sizeable codebase, you start to understand the huge advantage they give: your code shrinks by an order of ma…

  20. comment
    Comment #7053241

    What's wrong with this use-case? The object will be destroyed and no pointer to it will exist after the clear.

  21. comment
    Comment #7052710

    Did you try Powershell?

  22. comment
    Comment #6599192

    Standard mathematical notation is not inevitable and is not unique. It is on par with most programming languages for being quite random. Both programmers and mathematicians use an …

  23. comment
    Comment #6469698

    I think the last time I configured an email program was 10 years ago. Clicking a mailto link bring a window to configure an email program (that comes with the OS) that I never laun…

  24. comment
    Comment #6469500

    The article is dated "04 MAY 12" and shows no mention that it has been updated.

  25. comment
    Comment #6113323

    What you call "microevolution" is simply adaptation. It has nothing to do with evolution (that you call "macroevolution"). Evolution is the logical outcome of random mutations over…