Live data from Hacker News

Viewing profile — realrocker

realrocker

HN member
Joined
Wed, Mar 28, 2012, 12:38 PM UTC
HN karma
990
Public activity
355 items

About realrocker

github.com/adnaan badr.adnaan@gmail.com

Recent public activity

  1. comment
    Comment #48892774

    I am working on speeding up the review-refine loop of LLM generated artefacts between me and the LLM. i run my coding agent (claude code) in auto / full-permission mode, so it does…

  2. comment
    Comment #48780148

    I am using claude cli/tmux on a hetzner box and connecting to it via claude remote control. I have connected the box and my phone over telnet which allows me to view any UI work. S…

  3. comment
    Comment #48166756

    exactly. LLM code output is so high that it has become unreasonable to review the code in terminal or ide

  4. comment
    Comment #48166752

    Yeah the project is right out of the oven so will add some usage gifs shortly to the repo. Meanwhile here are some screenshots on imgur: https://imgur.com/a/zxZo651

  5. comment
    Comment #48166622

    :) We are all converging on the same problems and tooling to fix them. Built this in the last couple days to review changes done by claude on a hetzner box(over tailscale on my pho…

  6. comment
    Comment #48082729

    that’s exactly the core value proposition of the tool I have been working on : https://github.com/livetemplate/tinkerdown

  7. comment
    Comment #48072352

    I am working on https://github.com/livetemplate/tinkerdown to leverage the the two effective outputs of LLMs : html and markdown . Still WIP

  8. comment
    Comment #47824739

    Recently started using: https://github.com/babonet/Markco (cant find the similar extension i used previously since it got uninstalled). I add inline comments in the markdown and I …

  9. comment
    Comment #47822088

    Good ideas. I am working on something similar but with a tiered complexity to fallback to html for complex use cases : https://github.com/livetemplate/tinkerdown , https://github.c…

  10. comment
    Comment #47746659

    excellent work. I have been using a vscode extension for this for an year.

  11. comment
    Comment #47466696

    No that makes sense. Waiting for feedback might lead to churn. Pretty cool idea.

  12. comment
    Comment #47464453

    That is super cool. Sorry to be nitpicky but would really like to know your mental model: I didn’t understand from the blog why user waiting for a functional UI is a problem ? isn’…

  13. comment
    Comment #47445097

    The streamed execution idea is novel to me. Not sure what’s it significance ? I have been working on something with a similar goal: https://github.com/livetemplate/tinkerdown

  14. comment
    Comment #36593554

    Last time I wrote here was almost 6 years ago: https://honestmusings.wordpress.com . Not sure when I will write again.

  15. comment
    Comment #35884406

    The first step counter button is supposed to reload the page. The second step buttons update the page w/o reload

  16. comment
    Comment #35882777

    Hey. I have checked out pushup before. Its great. I guess I am taking a niche approach which not many would find useful. To clarify: What is adding more complexity? alpinejs ?

  17. comment
    Comment #35882732

    Its locking and the state is shared. Didn’t expect a lot of interest for this or I would have built a better demo :) htmx is great!

  18. comment
    Comment #35882723

    The (claimed) value proposition is leveraging block/template to decompose the html page and bind its computation to browser events over a pubsub channel. Its a toolkit and not a fr…

  19. comment
    Comment #35882487

    The state is shared between users for the demo. Its possible to separate state in the library per user but I haven't enabled it.

  20. comment
    Comment #35882368

    Yeah I was afraid of that. Websockets are costly. Thankfully the approach doesn't completely depend on websockets so I have disabled it for now on the site.

  21. comment
    Comment #35882360

    It is intended as a longer-term project originating from the previous experiment: https://github.com/adnaan/gomodest . You are right, a better selection criteria for the target aud…

  22. comment
    Comment #35882323

    This example has most of the scenarios you have called out: https://github.com/livefir/fir/tree/main/examples/fira . Fir aims to limit itself to rendering templates on the server a…

  23. comment
    Comment #35882305

    The app was on a 256mb instance. I have scaled it to 2gb. Let's hope its sufficient for now

  24. story
    Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js

    Fir leverages Golang’s standard library html/template package and a bit of alpinejs to allow building reactive UIs. You start with plain old html and use alpinejs to enhance it to …

  25. comment
    Comment #35459907

    An in-situ todo list in every tool I use. In slack: scheduled messages, email: todo folder, git: todo.txt and so on. I no longer fight context switching and focus on getting things…