Live data from Hacker News

Viewing profile — dmux

dmux

HN member
Joined
Thu, Jul 25, 2013, 1:27 AM UTC
HN karma
1,157
Public activity
466 items

About dmux

No profile information was provided.

Recent public activity

  1. comment
    Comment #49212572

    Exactly. I've been hosting a site from a spare M1 Macbook Pro with Ngrok. An equivalent bare metal server would be much more expensive.

  2. comment
    Comment #49211029

    Tcl brings with it some other ambiguity when serializing though. {a 1 b 2} Should the above be serialized as a dict, a list, or a string (ignoring the various possibilities of trea…

  3. comment
    Comment #49098070

    But _worse is better_.

  4. comment
    Comment #49098047

    Tcl has a library called "comm" [0] that lets you expose an interpreter over a socket and since everything in Tcl has a string representation, there's no need for a serialization/d…

  5. comment
    Comment #49097921

    I know Racket was reworked to build upon Chez Scheme several years ago. If the HN migration to CL was due to performance reasons, I wonder if sticking it out and waiting for the Ch…

  6. comment
    Comment #49008463

    I think what the other comment is getting at is that you're essentially leaving footprints behind on various servers and that information could be used to narrow down who you are, …

  7. comment
    Comment #48950781

    I'm surprised there's no call out highlighting Common Lisp and Clojure's "liveness" compared to Racket (and Scheme). Racket is "batch compiled" wherein CL and Clojure you're editin…

  8. comment
    Comment #48679057

    Yeah, I was originally thinking of the latter and generally interested as to what they were providing.

  9. comment
    Comment #48282666

    Curious to see where you'd place Knockout (still my favorite framework to date)

  10. comment
    Comment #47956203

    I also see this mentioned often and have wondered the same. I can sort of envision this working in a single threaded application, but how would this work in a web application for e…

  11. comment
    Comment #47865337

    I'm not a fan of dynamic typing at all (currently maintaining a decade's old e-comm monolith written in Ruby on Rails), but instead of arguing about what bugs are caught where, I'v…

  12. comment
    Comment #47685549

    This is PG's response about Sam leaving YC. It says nothing about the original motivation of offering him the position at YC.

  13. comment
    Comment #47684671

    And here I thought it was an initiative to get Detroiters to be more active!

  14. comment
    Comment #47684601

    >If you mess up, redo the part you messed up correctly 5 times in a row. I think it may be important to note _when_ to redo this. I started off this way, but after working with a g…

  15. comment
    Comment #47399812

    Great work and nice writeup. I went in wondering how you were handling instances and got my answer!

  16. comment
    Comment #47292071

    >easy for agents to write and beautiful for humans to review What's left unspoken here, and something I've brought up in other threads that have mentioned Ruby + LLMs, is that they…

  17. comment
    Comment #47144073

    LispWorks and Allegro are both interesting, but I've found their IDE offerings to be very limited. I haven't used either since I was playing around with CL during Covid, but from w…

  18. comment
    Comment #46908124

    This is the perfect way to create a code-base that's incomprehensible. Claude may be good at generating Rails code, but every LLM I've tried to date has struggled immensely with pa…

  19. comment
    Comment #46907995

    >...despite the protest of students... I work closely with Northeastern CS students (via co-op program) and haven't heard anything but negative opinions about Racket.

  20. comment
    Comment #46890681

    I wonder if you could circumvent this by adding a thin appendage to whatever it was you're printing and then just snip it off post-print.

  21. comment
    Comment #46831805

    How can breaking a task into sub-tasks that themselves are measured in hours take longer than the implementation of those features?

  22. comment
    Comment #46680491

    I’ve found LLMs to be severely underwhelming. A week or two ago I tried having both Gemini3 and GPT Codex refactor a simple Ruby class hierarchy and neither could even identify the…

  23. comment
    Comment #46618269

    I feel like I'm living in a totally different world or I'm being gaslit by LLMs when I read stuff like this and other similar comments in this thread. Do you mind mentioning _what_…

  24. comment
    Comment #46560872

    > I think the future of software is going to be unimaginably dynamic. >...I’m not entirely sure what that looks like yet, but things like this are a step in that direction. This ma…

  25. comment
    Comment #46387407

    > I believe that the benefits of static typing somewhat decrease in the web arena I’ve seen this sentiment expressed numerous times and have never found it to be true in my own wor…