Live data from Hacker News

Viewing profile — norman784

norman784

HN member
Joined
Tue, May 12, 2015, 10:35 PM UTC
HN karma
784
Public activity
391 items

About norman784

No profile information was provided.

Recent public activity

  1. comment
    Comment #49240746

    In 2018 when Windows and macOS used 2GB just after boot, I tried Arch Linux and with a neat window manager (dwm) a clean boot was using just 300MB, that means our OS is wasting jus…

  2. comment
    Comment #49193428

    Did you check if the resources were consumed by the LSP or Zed? Also there was a Zed fork without the AI stuff, not sure if is a hard fork or not and if is still maintained (IIRC w…

  3. comment
    Comment #49167738

    For me, what the browser needs it's a good DX to build components, I kind of like Svelte and Vue in that regard, where your CSS, HTML and JS lives all together. Writing a CSS file …

  4. comment
    Comment #49087612

    The issue with Rust proc macros is that they are impure, so even with incremental compilation, you need to expand them every time.

  5. comment
    Comment #49087541

    Not OP, but AFAIK one big issue with FIL-C it does the checks at runtime, adding overhead, don't quote me on this, but IIRC is around 20% slower.

  6. comment
    Comment #49069321

    AFAIK the high end chips are made in Taiwan, that's not the same. Also there was an export control, so ASML couldn't sell the latest equipment to China.

  7. comment
    Comment #48977659

    How important is stable ABI for projects like Bun? I think it only matters if you are building a shared library.

  8. comment
    Comment #48975423

    Didn't WASM got a GC proposal that Go and other managed languages can use it? So it might be an issue in most browsers right now, but soon it might not.

  9. comment
    Comment #48975162

    Swift is very weak outside Apple ecosystem, compared to Rust. Not sure nowadays, but Swift used to have breaking changes each major release, that's a non go for a big project.

  10. comment
    Comment #48844487

    Here[0] are other reasons besides AI - [0] https://ziggit.dev/t/bun-s-zig-fork-got-4x-faster-compilatio...

  11. comment
    Comment #48719703

    Are these providers private owned?

  12. comment
    Comment #48696602

    This language reminds me of Borgo https://borgo-lang.github.io

  13. comment
    Comment #48475170

    But current LLMs have a context window limitation, so you can't fit your whole source code into the context, that's why compilers guide the LLMs when they are producing code and th…

  14. comment
  15. comment
    Comment #48449217

    Are we living the worst times in a while technology wise, this presentation showed nothing useful. Last year at least they showed some interesting features, but as always I don’t u…

  16. comment
    Comment #48423825

    I recommend you to watch Andrew Kelly interview[0], while I'm not the target audience of Zig, I don't see him driving away any user. Also Jai as for now is a non existing language,…

  17. comment
    Comment #48413292

    Those might be niche devices, I think if were Samsung or Pixel devices, it would be a different story, similar for Apple devices, they are fewer variants, that it would be a lot of…

  18. comment
    Comment #48411161

    I was thinking that this or opening the bootloader should be required (by governments) for deprecated devices. Imagine all the Android and Apple devices you could give a second lif…

  19. comment
    Comment #48334863

    Zig is low level, so it will certainly not replace your python usage, it is more like a modern C than anything else. There’s a video of a recent interview with Andrew Kelley, if yo…

  20. comment
    Comment #48291363

    I was exploring a similar approach, but not focused on AI, my idea was basically group projects by workspace, where each workspace has a path and is related to a project, you can s…

  21. comment
    Comment #48204455

    They are compiled to WASM, so they have limited IO capabilities, but still they have IO.

  22. comment
    Comment #48203926

    That's the reason I stopped installing random extensions and even themes in VS Code, they are too dangerous.

  23. comment
    Comment #48178985

    That would be an interesting project, I assume a lot of not so young engineers will want to play with it, as a hobby. Also if that project exists, I'm sure that someone will try to…

  24. comment
    Comment #48153836

    I don't know about California, but AFAIK reverse engineering is legal, but breaking DRM protection isn't, so what companies did was to put DRM in their software, hence the reverse …

  25. comment
    Comment #48153773

    AFAIK the issue is with one time purchase games, where is not clear if you will be able to play forever or whenever they want to pull the plug, if they change to subscription based…