Live data from Hacker News

Viewing profile — _slyo

_slyo

HN member
Joined
Fri, Jan 07, 2022, 3:02 AM UTC
HN karma
1
Public activity
37 items

About _slyo

No profile information was provided.

Recent public activity

  1. comment
    Comment #29612695

    The conventional wisdom of "buy equities regardless of price" doesn't make much sense to me. I can temporarily convince myself it's the smart thing to do, but the thought of puttin…

  2. comment
    Comment #29494260

    I really like FreeBSD. I would very much like to run it on one of my laptops, but wireless NIC driver support has been an issue, so I'm currently running OpenBSD on one instead. Ne…

  3. comment
    Comment #27588215

    I once posted a nascent open-source project to reddit and it got shredded, but someone pointed me to some prior art. I studied the suggested materials, and thanks to that feedback …

  4. comment
    Comment #27130491

    Did you watch through to the end of the video? They show an example of using a different dataset, and it looks much less like a dashcam. I'm amazed by the results.

  5. comment
    Comment #26550288

    Boost.STLInterfaces provides a more modern alternative to iterator_facade. https://www.boost.org/doc/libs/1_75_0/doc/html/stl_interface...

  6. comment
    Comment #25856212

    Wow, this is the first time I've seen the computed goto extension. Delightfully gross! https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html

  7. comment
    Comment #25842076

    I agree that CNN and Fox are both disgustingly biased. I appreciate BBC's journalistic standards, but I think they are the exception rather than the norm. I think Poland's case is …

  8. comment
    Comment #25772749

    jQuery is fantastic. I am not a web programmer by trade, but I can always get busy with jQuery and just a couple of Google searches. Last weekend I was trying to find new car deale…

  9. comment
    Comment #25590362

    Templates are the killer feature of C++. They add incredible power to the language, but also dramatically increase its complexity. Templates are only superficially similar to gener…

  10. comment
    Comment #25565754

    > You'll have to search very long to find a C++ game code-base that uses boost, game devs are not that stupid ;) Boost has over 160 libraries and counting. I wouldn't recommend eve…

  11. comment
    Comment #24922822

    Are you aware of std::reference_wrapper? https://en.cppreference.com/w/cpp/utility/functional/referen...

  12. comment
    Comment #24716809

    Hey, this sounds awesome! Thanks for sharing. Please consider putting all this info in the GitHub readme, it's useful for anyone who wants to pick up the project. Also please consi…

  13. comment
    Comment #23301626

    If I installed this extension, cplusplus.com would be the very first thing to go on my blacklist. I always want cppreference.com.

  14. comment
    Comment #23266840

    Example: https://www.ruralsourcing.com

  15. comment
    Comment #23253606

    I spent a couple weeks casually studying about both, and finally hitched my wagon to Guix. The careful separation of free and non-free software is incredibly refreshing. I apprecia…

  16. comment
    Comment #23243400

    On multiple occasions I have been surprised and disappointed that [my installed flavor of] awk has no native support for 64-bit integers. That aside, I love awk and use it daily. T…

  17. comment
    Comment #23187890

    > not just because they choose not to progress To a computer, what's the difference? Instructions are instructions.

  18. comment
    Comment #22988728

    Aren't they dropping support for the Linux kernel? I think guix is cool, but I'm not interested in being force-fed the Hurd.

  19. comment
    Comment #22439667

    Very cool. I have dreamed of building something similar. I would be interested in these modifications: 1. Change living/non-living distinction of food to two different dimensions, …

  20. comment
    Comment #22391658

    I imagine you sometimes have reservations about whether to make a moderation decision public, like the one in this thread, but seeing these judgements is always a reminder of how t…

  21. comment
    Comment #22176634

    Source? I searched a bit, and didn't find any evidence of scam call centers with more than "dozens" of employees. I'm skeptical.

  22. comment
    Comment #22112735

    I've been procrastinating learning awk for a while now. Thanks for this, I read it and it's just what I needed.

  23. comment
    Comment #21889622

    I had to Google "sick system", which led me to this insightful post. Well worth the read. https://www.issendai.com/psychology/sick-systems.html

  24. story
  25. comment
    Comment #21556811

    > Your C/C++ programmers are likely not as well-trained as you think they are. > The list of people who can write C/C++ correctly, under pressure, and then keep it correct under ma…