Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codemonkey-zeta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
codemonkey-zeta
2mo ago
I'm glad to see the first thing you mentioned was the value of purchasing software. For some reason software developers are particularly averse to paying for software, even when it pays for itself. My current company spent over $10k +
2.
▲
by
codemonkey-zeta
2mo ago
Indeed, the article mentions Wikipedia experiencing similar scraping pains, even though they already DO have bulk data available.
3.
▲
by
codemonkey-zeta
2mo ago
The maps haven't changed at all, this is a feature at destructuring sites.
4.
▲
by
codemonkey-zeta
3mo ago
> The mess just moves That's exactly the point. The author recognizes that people will extract components, and that is exactly why tailwind is attractive. Plain CSS offers a componentization layer over (mostly) classes, but modern S
5.
▲
by
codemonkey-zeta
3mo ago
I like the framing of organizational slack as immune system, instead of fat, and I emphatically agree with the author. > ...“slack”: unbooked time that isn’t already spoken for. It’s always the first casualty, because it’s treated as a n
6.
▲
by
codemonkey-zeta
3mo ago
Nope, splitting green wood is much more difficult than splitting dried logs, so I often cut a tree in the spring, stack the rounds, then split those rounds in the fall. People overestimate how dry wood needs to be to burn correctly. Just ha
7.
▲
by
codemonkey-zeta
6mo ago
> for reasons that nobody can articulate This is only true if you ignore the role of America's greatest ally, in which case, the motivations become very obvious.
8.
▲
by
codemonkey-zeta
7mo ago
You assume the stone is released along a circular path, but that isn't quite right. When you release the stone you extend your arm forward, changing the arc of travel.
9.
▲
by
codemonkey-zeta
7mo ago
Nice blog! However, when I hear timeline, I want to see a timeline. This is an article ordered by time, which is much less interesting, and very long.
10.
▲
by
codemonkey-zeta
8mo ago
I'm a big fan of Dustin, I think the programming interface electric presents is very compelling, and the benefits are really impressive. The killer feature, for me, of electric is that it makes the network _transparent_ to me, the prog
11.
▲
A Datomic entity browser for prod [video]
(youtube.com)
4 points
by
codemonkey-zeta
8mo ago
|
1 comments
12.
▲
by
codemonkey-zeta
9mo ago
I find that Lisps encourage this behavior more than other languages. Many (most?) of the lisp functions I read have the exact same structure: (fn some-function [args] (let [binding (transform args)] (an-expression binding)))
13.
▲
by
codemonkey-zeta
9mo ago
deps.edn is becoming the default choice, yes. I interpreted the parent comment as saying "you will see advice to use leiningen (even though newer solutions exist, simply because it _was_ the default choice when the articles were writte
14.
▲
by
codemonkey-zeta
9mo ago
Can you describe how rsc allows you to avoid rest endpoints? Are you just putting your rsc server directly on top of your database?
15.
▲
by
codemonkey-zeta
9mo ago
Except it wasn't $12B to farmers. Farmers have been squeezed by monopolies on both the supplier (seed, equipment, etc) side AND the buyer side (there is often only a single buyer of grain in an area, for example) to the point that most
16.
▲
by
codemonkey-zeta
11mo ago
This is a great place to start! https://clojure.org/about/history
17.
▲
by
codemonkey-zeta
11mo ago
To be clear, there's nothing wrong with your approach, and many people implement systems exactly the way you are describing in Clojure using Records (which are Java classes). (defrecord UserLoginView [email password]) ;; DIFFERE
18.
▲
by
codemonkey-zeta
11mo ago
> you trade away your ability to make structural guarantees about which functions depend on which fields You might make this trade off using map keys like strings or keywords, but not if you use namespace qualified keywords like ::my-nam
19.
▲
by
codemonkey-zeta
11mo ago
Author is on the verge of having a Clojure epiphany. > 1. You should often be using different objects in different contexts. This is because "data" are just "facts" that your application has observed. Different facts
20.
▲
by
codemonkey-zeta
1y ago
The absolute best resource I've found for educating myself about this topic is John Vervaeke's free online course "Awakening from the meaning crisis". You can search it in YouTube or Spotify. He explains in detail exactl
21.
▲
by
codemonkey-zeta
1y ago
I think the surface area for bugs in a C++ dependency is way bigger than a JS one. Pulling in a new node module is not going to segfault my app, for example.
22.
▲
by
codemonkey-zeta
1y ago
I'm coming to the unfortunate realizattion that supply chain attacks like this are simply baked into the modern JavaScript ecosystem. Vendoring can mitigate your immediate exposure, but does not solve this problem. These attacks may ju
23.
▲
by
codemonkey-zeta
1y ago
I also had this thought, until I then saw the Greek statues in museums that the Romans were trying to emulate!
24.
▲
by
codemonkey-zeta
1y ago
That package _does_ just run it in vterm, and it just adds automatic code links (the @path/to/file syntax), and a few more conveniences.
25.
▲
by
codemonkey-zeta
1y ago
Maybe I don't understand, but I thought the whole point of datomic (and XTDB by extension) was to avoid denormalization. I am surprised the author says: > "Old Yakread" has a lot of slow queries. For example, loading the s
26.
▲
by
codemonkey-zeta
1y ago
I agree that this is the approach that keeps react apps simple. The biggest problems I see in react code are giant components that read like this: useState useState useState ... // 20 more useEffect useEffect useEffect ... /&
27.
▲
by
codemonkey-zeta
1y ago
If you're interested in that, read up on Shakerism, a now almost-extinct branch of Quakerism that had an even stronger focus on mysticism.
28.
▲
by
codemonkey-zeta
1y ago
> Because most of my day-to-day is in clojure I tend to use sonnet 4 to get the parens right. In case the author is lurking, you may want to apply the same fix they do in clojure-mcp: https://github.com/bhauman/cloju
29.
▲
by
codemonkey-zeta
1y ago
> “You didn’t solve anything! Doing validation is complex and you just magic wanded it away by designing a perfect interface for it.” Yes. Exactly. That is what interfaces are supposed to do. Better semantics make it possible for the pr
30.
▲
by
codemonkey-zeta
1y ago
Yeah anyone criticizing the mass incarceration in El Salvador as unjust should really familiarize themselves with the crimes of the gangs down there. The obliteration of a social scourge in a single presidency was nothing short of miraculou
More ›