Hacker Newsnew | past | comments | ask | show | jobs | submit | bmillare's commentslogin

What I'm really interested in is how people are taking Rich's Design techniques and hybridizing that with LLMs. This can be for stand alone coding agents, or for LLM aided socratic style discussion. I'm curious what people have done.

I've been apart of the Clojure community since 2010 and I'm happy that this documentary was made mainly because it highlights the significance of the contributions of someone I've never heard of before, Rich's wife Stephanie Hickey. It's obvious in how articulated she is and how just labeling her as a sounding board wouldn't do her justice. Thank you for your (for historically the most part uncredited) contributions!


Rich has stated that he will be in the chat during the premier.

https://www.linkedin.com/posts/richhickey_how-one-programmer...


The whole Clojure team should be on the chat with him also.


Thats awesome! Thanks for sharing.


To me this paper confuses regulation via mitochondria from the requirement of sleep. Even if experimentally manipulating mitochondria state induces sleep, this might just be a proxy indicator control mechanism. ETC leak is only an issue for these dFBNs which are specifically complementary active to normal neuronal cells. I would say mitochondria are important for sleep regulation but this is specific to animals with brains. Other kingdoms do not "sleep". This is too much a stretch to say mitochondria dysfunction is the cause of sleep when other kingdoms also have mitochondrial stress and don't have actual analogical "sleep" processes. My raw take given my PhD work was on mitochondria.


If you take a look at the pictures, it appears those are Peterbilt trucks (non-electric). You can see it more clearly on their own website.


for me, (just started using it), at least 1 good case is traversing deeply nested maps without going crazy. Even when looking at nested structures from other langs, easy enough to write a converter and then use this to inspect. Also if the datatypes are special, you can have it expand in other ways like links to browser, or other custom view types. That alone seems pretty useful. You can make GUI like behavior with just adding some metadata.


That's great news. It would be easier to make "ports" of REBL like to a simple cljs app with the major components available. I feel REBL might have a bunch of nav wrappers that I would have to re-implement if I had to start from scratch


Did anyone create a Clojurescript version of this like Stuart mentioned his excitement for in the talk? If not, I might put together something simple.


I'm curious what this would be implemented on top of. How do we get graphics acceleration playing well with java? There's a lot of details to get right. What's the scope and timeline for an mvp?


The low-level stuff is already "done" with https://GitHub.com/jetbrains/skija which is a Java API with FFI to Googles skia library, which is used for rendering in Chrome and Firefox amongst other things.


Do you have any references/tutorials/examples on how to do this?


"Writing GNU Emacs Extensions" by Bob Glickstein is a solid introduction. After that, the Emacs Lisp reference manual (available as "info elisp" in the shell) gives much more detail.

Inside Emacs, you can:

- "M-x apropos" to search for commands of interest

- "C-h f" to get documentation for particular functions by name

- "M-x find-function" to jump to the definition of a particular function

- "M-x find-library" to load a library into a buffer so you can read and (depending on your permissions) edit it.

The Elisp reference is very good, and most libraries are well documented. Between that, the ability to jump around the code base, and trying things out in the "scratch" buffer (it's an Elisp REPL disguised as an editing buffer), you should be able to get quite far.


Emacs has built in documentation. Learning emacs lisp is a good start:

https://www.gnu.org/software/emacs/manual/html_node/eintr/in...

This manual is also the part of the emacs distribution.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: