Viewing profile — mpenet
mpenet
HN member- Joined
- Wed, Feb 21, 2007, 10:54 AM UTC
- HN karma
- 37
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About mpenet
No profile information was provided.
Recent public activity
-
comment
Comment #47652885
If you use clojure-mcp/clojure-mcp-light that problem goes away, and that gives it the ability to run a repl and work from it directly. It’s night and day.
-
comment
Comment #45796439
Thanks! Long time lurker indeed. I also forgot the very solid ClojureDart.
-
comment
Comment #45792982
Clojure will be around as long as the jvm. It’s mostly done at the core level, most updates are to leverage new host features nowadays. The rest is happily provided at the library …
-
comment
Comment #45279115
And not enclosed
-
comment
Comment #44683048
Editor Code Assistant (ECA) - AI pair programming capabilities agnostic of editor
- story
-
comment
Comment #43459278
That’s quite common, it means they host the control plane for free but not the kubelets (worker nodes).
-
comment
Comment #43459265
If there’s any hardware issue on your dedicated box it might take a lot of time until your box gets back up (hours, days…). On a vps it’s less likely to happen in the first place (…
-
comment
Comment #42777598
That doesn't work well in some conditions, it's not new either. Some cruise missiles that have TFR (Terrain-following radar) and actually do this already. It also is not really app…
-
comment
Comment #42770028
That. However that works just fine for ICBMs and the like… The future is more likely to be quantum accelerometers and quantum gyroscopes, as they have no “external dependency”.
-
comment
Comment #42102464
There are plenty of very ergonomic languages on the JVM (for instance clojure). I wouldn’t dismiss the JVM as a whole, it is a marvel of engineering and is evolving quickly nowaday…
-
comment
Comment #41682917
My dad used to work on certifying, servicing and making custom instruments for planes, subs, prototypes of all kinds of that era (60s to mid-90s). His “lab” was basically all about…
-
comment
Comment #37499959
Because it’s an extra runtime check vs a direct lua call
-
comment
Comment #36974503
Yeah it’s quite personal at this point. I have used both but I am way more efficient with emacs. I also find the investment in emacs pays back more over time. Generally I also find…
-
comment
Comment #36967569
There’s vterm nowadays
-
comment
Comment #36967561
consult-grep (and it’s variants using git or rg etc) let you do that, with results as you type in mini buffer, with full live previews in a separate buffer (if you want). With an e…
-
comment
Comment #36967520
It’s quite easy to have non trivial, reproducible configs on a single file nowadays (ex using straight/use-package). The rare times I needed to use emacs on a remote server with my…
-
comment
Comment #36647410
Same. It really was the best screen size/ratio for me. I was basically carrying it everywhere.
-
comment
Comment #34803047
'ish. datahike would be the closest to datomic in terms of features/implementation (support for as-of, transactor etc). Then in terms of maturity I think the choice is between xtdb…