Live data from Hacker News

Viewing profile — just_mc

just_mc

HN member
Joined
Tue, Jul 12, 2022, 10:21 PM UTC
HN karma
36
Public activity
31 items

About just_mc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48418245

    > A lot of the decrease is also correlated with access to birth control which drastically reduced accidental pregnancies which were a decent amount of the fertility rate This was m…

  2. comment
    Comment #47973903

    Its interesting, especially the size for edge applications. That being said, for something thats been worked on for two weeks by one person, you are going to have to bring a LOT of…

  3. comment
    Comment #46469871

    Dive is a very nice tool. I've been using it for years.

  4. comment
    Comment #46147440

    This looks very exciting. I have a NodeJS binding I've been contemplating using SWIG. This appears to be much more straight forward. Looking forward to trying it out.

  5. comment
    Comment #46011373

    I guess you aren't married. Lol.

  6. comment
    Comment #45954956

    Robust and mature SIP stacks which are still maintained are a rarity these days. I was pleasantly surprised recently to learn just how well this very mature library is being mainta…

  7. comment
    Comment #45921393

    You have to consider the tail latencies of the system responding plus the network in between. The p99 is typically much higher than the average. Also, may have to account for GC as…

  8. comment
    Comment #45921342

    Check out SWIM and its extensions: https://en.wikipedia.org/wiki/SWIM_Protocol https://arxiv.org/abs/1707.00788

  9. comment
    Comment #45615748

    We are using Lit and MobX for a very complex real time communication and collaboration application. It is very simple and we have not had any issues with performance or flexibility…

  10. comment
    Comment #45498489

    I see a lot of folks complain about not getting help on OSS projects; I also see a lot of people turning a blind eye to people trying to help (however naively it may be). It's an i…

  11. comment
    Comment #45173404

    Check out Harvester: https://harvesterhci.io/

  12. comment
    Comment #43074466

    What you've done is awesome. Ignore the haters and build your mosquito scope.

  13. comment
    Comment #41276067

    Had no idea they were targeting the browser environment with the Deno standard lib. I've been thinking about how cool that would be for a while.

  14. comment
    Comment #41190369

    100%. Very insightful. Follow the money. I used to be a huge news junky. After a while I realized it's all designed as entertainment to drive ad revenue. Gave it up and I've been h…

  15. comment
    Comment #40581102

    Well said.

  16. comment
    Comment #39895143

    Ryzyliant | Remote (US) or Onsite (Birmingham, AL) | Senior Software Engineer | Full-time | https://ryzyliant.com Our mission is to save lives by streamlining the 911 emergency res…

  17. comment
    Comment #38733934

    What happens when Tesla decides to have the cars go on strike? /lol

  18. comment
    Comment #38708492

    This looks really nice. It's the first thing I have seen that appears to be approachable from a developer's perspective.

  19. comment
    Comment #38123746

    Great to see this. I've been interested in Nix for a long time, but have never been able to really commit to it for many of the reasons called out in the blog article. Garn seems l…

  20. comment
    Comment #37276966

    For shared CPU VPS, the biggest problem is noisy neighbors. Running a test for a few minutes on a single machinge probably doesn't tell you much. The machine on one provider might …

  21. comment
    Comment #37177924

    Micro supports both Ctrl-C for 'copy' and Ctrl-Z for 'undo'. For someone who started using computers in the mid/late nineties or later, it is super intuitive and I much prefer it o…

  22. comment
    Comment #35773746

    Ryzyliant | Remote (US) or Onsite (Birmingham, AL) | Sr. TypeScript Developer | Full-time | https://ryzyliant.com Our mission is to save lives by streamlining the emergency respons…

  23. comment
    Comment #35653412

    We are using this and we have been very happy so far.

  24. comment
    Comment #35199281

    We are using Zod very heavily currently in a fairly complex set of models where Generics are needed and used heavily. Right now, we are having to perform quite a few 'tricks' with …

  25. comment
    Comment #34838358

    Builder patterns are most useful in statically typed languages that don't have strong support for optional parameters. In creating a Point, neither value is optional, so I would qu…