Viewing profile — dmux
dmux
HN member- Joined
- Thu, Jul 25, 2013, 1:27 AM UTC
- HN karma
- 1,157
- Public activity
- 466 items
- HN profile
- View on Hacker News ↗
About dmux
No profile information was provided.
Recent public activity
-
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.
-
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…
-
comment
Comment #49098070
But _worse is better_.
-
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…
-
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…
-
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, …
-
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…
-
comment
Comment #48679057
Yeah, I was originally thinking of the latter and generally interested as to what they were providing.
-
comment
Comment #48282666
Curious to see where you'd place Knockout (still my favorite framework to date)
-
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…
-
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…
-
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.
-
comment
Comment #47684671
And here I thought it was an initiative to get Detroiters to be more active!
-
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…
-
comment
Comment #47399812
Great work and nice writeup. I went in wondering how you were handling instances and got my answer!
-
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…
-
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…
-
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…
-
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.
-
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.
-
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?
-
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…
-
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_…
-
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…
-
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…