Preferences

hsn915
Joined 3,053 karma
https://hasen.substack.com/

twitter: hasen_judi


  1. I had a similar feeling expressed in the title regarding ChatGPT 5.2

    I haven't tried it for coding. I'm just talking about regular chatting.

    It's doing something different from prior models. It seems like it can maintain structural coherence even for very long chats.

    Where as prior models felt like System 1 thinking, ChatGPT5.2 appears like it exhibits System 2 thinking.

  2. For some, having an instagram profile with many followers is the accomplishment.
  3. Wouldn't distributed systems benefit from using UDP instead of TCP?
  4. In Japan, Wantedly is more popular.
  5. Non-native English speaker here.

    I would not understand the last two sentences. Sidle? Tromp? I don't think I've seen these words enough times for them to register in my mind.

    "Strode", I would probably understand after a few seconds of squeezing my brain. I mean, I sort of know "stride", but not as an action someone would take. Rather as the number of bytes a row of pixels takes in a pixel buffer. I would have to extrapolate what the original "daily English" equivalent must have been.

  6. There are two issues:

    - Hosting a website is not so easy for the average person, even the tech savvy person, specially if you try to learn it now using the way large websites are developed.

    - Static site blogs lack interactivity: people can't comment on your blog. You have to post a link to Twitter or HN (here!) and interact with people over there.

    - Static site blogs also don't usually let people "subscribe" by email or whatnot, so unless people bookmark your website or follow you on Twitter, they are not going to find your content.

    P.S. this is a problem area I'm trying to work on, at least on the technical front.

  7. I think it's native as in "native executable".

    GPUI is not "native OS widgets".

  8. Nice story but the places I've seen that make use of services, there's never a "1 server -> 1 team". It's more like 20 services distributed among 3 teams, and some services are "shared" by all teams
  9. I think it was around 2015 when everything was basically AWS and Kubernetes

    The turning point might have been Heroku? Prior to Heroku, I think people just assumed you deploy to a VPS. Heroku taught people to stop thinking about the production environment so much.

    I think people were so inspired by it and wanted to mimic it for other languages. It got more people curios about AWS.

    Ironically, while the point of Heroku was to make deployment easy and done with a single command, the modern deployment story on cloud infrastructure is so complicated most teams need to hold a one hour meeting with several developers "hands on deck" and going through a very manual process.

    So it might seem counter intuitive to suggest that the trend was started by Heroku, because the result is the exact opposite of the inspiration.

  10. Oh? I had no idea it could mean #2 until I saw this comment.
  11. Sprouts/Gardener: a project to make self-hosting possible (and easy) without linux sysadmin skills

    https://judi.systems/sprouts/

    Current version focuses on static site hosting, with templates and zero-config localhost preview, one button to publish changes live.

    Part of making this project involves creating a GUI framework for Go

    https://judi.systems/slay/

    Using flexbox-like layout system, it can render UIs for desktop apps in pure go (without using html/js/css).

  12. Can you show me a sample of the code you have AI write for you?
  13. It is time to acknowledge that AI coding does not actually work.

    ok, you think it's a promising field and you want to explore it, fine. Go for it.

    Just stop pretending that what these models are currently doing is good enough to replace programmers.

    I use LLMs a lot, even for explaining documentation.

    I used to use them for writing _some_ code, but I have never ever gotten a code sample over 10 lines that was not in need of heavy modifications to make it work correctly.

    Some people are pretending to write hundreds of lines of code with LLMs, even entire applications. All I have to say is "lol".

  14. If anything is depressing, it's the amount of people who think these models actually "can code".

    Because they can't.

    Also, Clean Code is a really bad ideology, you should regret wasting time on it regardless of LLM code generation.

  15. Shouldn't this be "io_uring is faster than mmap"?

    I guess that would not get much engagement though!

    That said, cool write up and experiment.

  16. Good point.

    Backups are definitely part of the vision. Not just for maintenance purposes but because the whole point is to have ownership and control not just of the site itself but the data on it.

    The other part is the ability to move to any other host seamlessly.

  17. If someone offers you free stuff for a while, then stops offering it, you should show gratitude for having the privilege of receiving the fruit of their work for free.

    You should show gratitude, not hostility.

  18. Open Source does not work for business. It just doesn't.

    I intend to make my products source-available but not open source.

    I do open source libraries/frameworks that I produce as part of producing the product, but not the product itself.

  19. CA means: this is not just a hobby project, it's a business, and we want to retain the power to make business decisions as we see fit.

    I don't like the term "rug-pull". It's misleading.

    If you have an open source version of Zed today, you can keep it forever, even if future versions switch to closed source or some source-available only model.

  20. I'm one of the people interested in Zed for the editor tech but disheartened with all the AI by default stuff.

    opt-out is not enough, specially in a program where opt-out happens via text-only config files.

    I can never know if I've correctly opted out of all the things I don't want.

  21. ُThe Arabic text is the translator's self credit

    "Translated by Nancy Qanfar"

  22. The API surface I propose only includes one function. No type needed.

    It does not even require the target node to be created with a virtual dom in the first place. Just diff the node with the given tree structure efficiently.

    Internally the browser might need to create a few accelerator data structures, but that's an implementation detail.

  23. The linked proposal has many "features" that would be "needed" if you frame the problem in terms of a "template api", centered around "binding" variables, and what not.

    https://github.com/WICG/webcomponents/issues/1069

    My proposal only adds one native function with nothing else: no new data types, no new apis.

  24. What we need is not templating. What we need is a native implementation of a virtual dom.

    More specifically, a native implementation of the "patch" function:

        patch(target_dom_node, virtual_dom)
    
    Where `virtual_dom` is just a plain-data description of the DOM.

    Most of the "slowness" of the DOM come from its requirement to be a 90's era Java style object hierarchy.

    Don't call it "templating". Just call it "virtual dom". Everyone knows what that means.

  25. Really cool. This might become my goto ambient background solution.

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal