Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bmillare
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
bmillare
3mo ago
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 ha
2.
▲
Show HN: A Simplistic UI for Rich Hickey's Design in Practice
(github.com)
4 points
by
bmillare
3mo ago
|
1 comments
3.
▲
Clojure Documentary Q&A [video]
(youtube.com)
2 points
by
bmillare
5mo ago
|
0 comments
4.
▲
by
bmillare
5mo ago
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 Steph
5.
▲
by
bmillare
5mo ago
Rich has stated that he will be in the chat during the premier. https://www.linkedin.com/posts/richhickey_how-one-programmer...
6.
▲
Clojure The Documentary, official film [video]
(youtube.com)
55 points
by
bmillare
5mo ago
|
5 comments
7.
▲
by
bmillare
1y ago
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
8.
▲
by
bmillare
1y ago
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.
9.
▲
by
bmillare
3y ago
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
10.
▲
by
bmillare
3y ago
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 f
11.
▲
by
bmillare
3y ago
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.
12.
▲
by
bmillare
5y ago
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?
13.
▲
by
bmillare
5y ago
Do you have any references/tutorials/examples on how to do this?
14.
▲
by
bmillare
6y ago
Found the answer to s/keys and :opt "The :opt keys serve as documentation and may be used by the generator."
15.
▲
by
bmillare
6y ago
Can you elaborate with an example for s/valid? on needing to preconfrom your data. I have not had this issue. Also note for others with regard to eagerness, this is only for maps. "When conformance is checked on a map, it does two
16.
▲
by
bmillare
6y ago
It's simplistic. When you move into distributed systems, these claims are not sufficient to indicate "so we're fine". Even with the ACID, the "I" has multiple levels, and often they get things wrong (see Jepsen
17.
▲
by
bmillare
7y ago
My suggestion is mainly for people that want to "trim the fat" , have maximal control of things, or want to use this as basis for non-standard deployments. I just want to support the OP that you don't NEED to download all th
18.
▲
by
bmillare
7y ago
See my post above, just build the clojure jar yourself using the ant instructions, and it will be portable again.
19.
▲
by
bmillare
7y ago
You can if you build the clojure jar yourself. Just follow the ant part of the clojure README to generate your own jar. Then you have a super portable clojure jar again. https://github.com/clojure/clojure/
20.
▲
by
bmillare
8y ago
I interpreted the talk as the tool viewer was a proof-of-concept in order to advocate the benefits of using the nav and datafy protocols. I believe Stu is not claiming its particularly novel, but instead wants to inspire tool makers to use
21.
▲
by
bmillare
8y ago
It sounds like you'd easily be able to extend your work to the datify/nav protocols so your work wouldn't really be a waste. His viewer seems more a proof-of-concept.
22.
▲
by
bmillare
8y ago
Yes, just like this study shows: https://www.ncbi.nlm.nih.gov/pubmed/15929894
23.
▲
by
bmillare
8y ago
Worse, Roundup (what's actually being sprayed) is likely causing even more damage than what these glyphosate (just one "active" ingredient) studies are suggesting since other studies demonstrate a significant difference in ef
24.
▲
by
bmillare
8y ago
This game was brilliant fun, just got over 12k after playing it over and over again. It really reminds me of white water rafting, you really can move very efficiently, quickly and with little thrust if you properly read the course. Simple g
25.
▲
by
bmillare
9y ago
Can you expand on this idea or provide examples and how it solves problems with the old model? What current UI system better models the concept you are talking about? Do web pages do this better?
26.
▲
by
bmillare
10y ago
I found a useful way to deal with start up times and enable fast command line driven scripting. Start up Clojure and create a socket repl server. Write a bash script that passes a string of Clojure code to netcat, which feeds that into the
27.
▲
by
bmillare
10y ago
I've found boot http://boot-clj.com/ to be a better than leiningen for tooling. There's no magic, just simple scripting.
28.
▲
Lifting heavy won't give you a heart attack: The Heart and Barbell Training
(startingstrength.com)
3 points
by
bmillare
10y ago
|
0 comments
29.
▲
Federal court rules internet as utility
(nytimes.com)
3 points
by
bmillare
10y ago
|
0 comments
30.
▲
by
bmillare
11y ago
I think an article outlining the details behind the non-trivial example, specifically on configuring how library names are resolved and how it can be modified dynamically, would be instructive.
More ›