Live data from Hacker News

Viewing profile — socketcluster

socketcluster

HN member
Joined
Wed, Sep 20, 2023, 10:42 AM UTC
HN karma
629
Public activity
267 items

About socketcluster

Email: jon(at)socketcluster.io

Recent public activity

  1. comment
    Comment #49240986

    I'm working on the backend your AI doesn't have to build https://saasufy.com/ For vibe coders. With a focus on: - Security - Analytics - Advanced data sharing scenarios - Realtime …

  2. comment
    Comment #49222604

    I lost faith in my career long before AI.

  3. comment
    Comment #49222264

    This article describes exactly the quantum-resistant stateful signature scheme I implemented (from scratch) for my blockchain project about 6 years ago; including the Merkle 1979 v…

  4. comment
    Comment #49208203

    I'm feeling quite confident that AI won't be able to produce quality code in the foreseeable future. Because the bottleneck is not technology, it's people and incentives. Firstly, …

  5. comment
    Comment #49203227

    I used these words jokingly and also, I don't mean sycophant in a literal sense. I mean more in an AI context as a kind of config/slider you can dial up or down to make it more col…

  6. comment
    Comment #49203060

    In software development, good taste translates to readability, succinctness and maintainability of the code. It also translates to intuitiveness, reliability, security, performance…

  7. comment
    Comment #49194859

    In my case, I need my AI to be sycophantic because most of my contrarian ideas are correct. So it's a waste of my time and tokens when the AI keeps making weak arguments which I pr…

  8. comment
    Comment #49190519

    I have 3 long term online friends which I've kept in touch with for over a decade but I never met them offline (only 2 I met over video chat).

  9. comment
    Comment #49179846

    Whilst the UI provides visibility and guardrails, it also reduces flexibility. But now with LLM coding agents, it often gets in the way. Working with text/code is easier.

  10. comment
    Comment #49167866

    When I use Claude to write code for my own projects, the code it generates is exactly the same code that I would have written had I done it by hand. If there is any deviation, I as…

  11. comment
    Comment #49167490

    People who enjoyed riding horses in the past would not see the benefits of cars either. Multi-pass rendering with multi-pass template placeholder substitution is very useful becaus…

  12. comment
    Comment #49129981

    Yes, it still does authentication. It's just about hosting the data, which might make sense for niche scenarios with well defined scope. Unfortunately, many data-driven systems nee…

  13. comment
    Comment #49129901

    Web Components are great for doing multi-pass rendering with template placeholder substitution happening at multiple levels in the component hierarchy. The entire element HTML hier…

  14. comment
    Comment #49129837

    [flagged]

  15. comment
  16. comment
  17. comment
    Comment #49107331

    You can substitute the word 'interactivity' with 'statefulness' and it makes the statement more intuitive IMO. Concurrency + statefulness means you can't have mutability because th…

  18. comment
    Comment #49104337

    This is a good article. I've been working on infrastructure to facilitate safe vibe coding with a focus on data synchronisation with simple access control and analytics. See https:…

  19. comment
    Comment #48986164

    Yes, agreed, that quote is not as relevant to software development. Some would make the case that software isn't good unless it's perfect. Engineers will use the word 'correct' (e.…

  20. comment
    Comment #48977644

    Yes they do. The contract says $X and Y stock options per year, Z hours per week.

  21. comment
    Comment #48977561

    I try to find an embarrassingly parallel solution to most problems I encounter. Not only because such solutions scale, but because they often produce a simpler, more robust archite…

  22. comment
    Comment #48899923

    It's a terrible metric, it's kind of like companies paying employees by the hour for white collar work. Most people here probably don't know what it was like to work a contract job…

  23. comment
    Comment #48887563

    I love vanilla JavaScript. All my personal projects are plain JavaScript. No Typescript. But in a company setting, it's almost impossible to find plain JavaScript roles. Plain JS i…

  24. comment
    Comment #48843815

    This is neat. I've been dreaming of something like this to host frontends connected to my backend platform https://saasufy.com - I can get Claude Code to create a data-driven app e…

  25. comment
    Comment #48842673

    I agree that AI does well when the patterns in the code are predictable and consistent. That said it can work surprisingly well with custom frameworks and tools provided that they …