Live data from Hacker News

Viewing profile — capl

capl

HN member
Joined
Mon, May 02, 2022, 1:52 AM UTC
HN karma
40
Public activity
36 items

About capl

No profile information was provided.

Recent public activity

  1. comment
    Comment #48289973

    will always upvote this post when I see it virtual threads (stackful coroutines) in Java is most of the reason why I’m defaulting to it nowadays instead of C#, Rust, etc

  2. comment
    Comment #47037098

    Binary Ninja seems way ahead in terms of UX, as a hobby reverser. It's my default as well.

  3. comment
    Comment #46883026

    That’s funny cause I feel the opposite: LLMs can automate, in a sloppy fashion, building the first trivial draft. But what remains is still thinking hard about the non trivial part…

  4. comment
    Comment #46872858

    LLMs are trained on web slop, not engineering

  5. comment
    Comment #43243702

    Nothing wrong with the "creating products that prioritize user experience over features" - or more accurately what Jobs said: create products that start with the user experience an…

  6. comment
    Comment #42539827

    Biggest issue is the lack of free speech. It’s a platform with an agenda, which is a huge red flag.

  7. comment
    Comment #42530979

    Morsom kar han der

  8. comment
    Comment #40685792

    Please delay it indefinitely. The OS with the worst security combined with a queryable LLM recording everything you do? Yeah, no.

  9. comment
    Comment #40465224

    Hehe yeah, same when I think about it… I guess best thing to do is buy on launch and update every 2-5 years.

  10. comment
    Comment #40465196

    Hmm, I was thinking of buying an M3 Pro 16” this summer, but maybe I should wait then

  11. comment
    Comment #40426546

    Same here. Once worked with a guy who was a huge Microsoft fan, calling Macs and Linux-based workstations “nothing but toys”. Naturally I couldn’t help but laugh when he couldn’t w…

  12. comment
    Comment #38927127

    It has a 90's Pixar look to it, which is cool

  13. comment
    Comment #38824760

    > The battery life on my own X220 is fantastic. I have a brand-new 9-cell that lasts for roughly 5-6 hours of daily work. Obviously these numbers don't come close to the incredible…

  14. comment
    Comment #38812759

    I'm on a 2019 Intel MBP, so I have not experienced developing on ARM yet. I though docker had full support for ARM, and I assumed it did emulation of amd64, no?

  15. comment
    Comment #38812648

    Yes, I've just seen lots of people in the comments not seeing the value in the machines Apple create, which slightly annoys me. Because they are very fine computers. And as most pe…

  16. comment
    Comment #38812597

    I find the hate towards MacBooks interesting, and more so in the comments than the actual video. After having used a lot of computers, both laptops and desktops, I genuinely believ…

  17. story
  18. comment
    Comment #38807802

    I have a couple of issues that keeps me using Safari. First off is the insane battery usage. It’s like 2x battery usage of Safari. Then it’s all the noise like Pocket, sign in this…

  19. comment
    Comment #38807701

    I’ve tried using Orion but I found it very slow and does not work fully as it should with a single chrome plugin I tried. Back to Safari!

  20. comment
    Comment #38450027

    Hey again. Tested .NET 8 and blazor again, and it wins… I mean it wins by so much that I now default to using .NET and C# for any task web related. Having components be SSR’d by de…

  21. comment
    Comment #38413068

    I am a fan of Go due to the focus on simplicity in the language... but why Go for game dev? The purpose of the language was to tackle backend services previously written in C++ foc…

  22. comment
    Comment #38412945

    Do you think that the 20% productivity boost might be solely because you now just have one language to work with? That's what I'm thinking, and that's why I'm personally keen to le…

  23. comment
    Comment #38408882

    Fair points

  24. comment
    Comment #38408878

    Good point! I want to enjoy Go, but I haven't really found the places for it... I usually come back to C# and C++ for high level and lower level problems after exploring and using …

  25. comment
    Comment #38404827

    Interesting take! Although, writing client sided code is not really suited at all in Python due to the horrendous performance. That can be accepted when we're waiting for IO anyway…