Viewing profile — leg100
leg100
HN member- Joined
- Sun, Sep 04, 2011, 10:27 AM UTC
- HN karma
- 565
- Public activity
- 217 items
- HN profile
- View on Hacker News ↗
About leg100
louisgarman at gmail dot com
Recent public activity
-
comment
Comment #48029877
Kenny Dalglish, Liverpool FC, 1985-1990.
-
comment
Comment #47818292
I'm not sure if that's the case. Of course one has always been able to copy or plagiarise open source code. The value of open source projects is that they continue to be maintained…
-
comment
Comment #46410155
At a glance, I'm not seeing a big difference in share of wealth between now and 1989. I'm not sure, then, what Robert Reich's point is, to say that the richest 10% "now" hold 60% o…
-
comment
Comment #46203416
> In 1920, there were 25 million horses in the United States, 25 million horses totally ambivalent to two hundred years of progress in mechanical engines. I really doubt horses wou…
-
comment
Comment #46022899
The article gives the impression "Italy" was always a nation in the making for all of history, just waiting to "unify". It talks of a "national rebirth". But it's an invention. It …
-
comment
Comment #45541596
> Calling datastar's pro features "necessary" is a bit disingenuous I didn't. I said: > * Datastar has a paid-for Pro edition, which is necesssary if you want certain behaviours. H…
-
comment
Comment #45539155
I'd expect it to make it explicit this is a freemium product, with free features and paid features. Nothing is given on the home page to indicate as such.
-
comment
Comment #45537224
I think Datastar has the better approach here with making OOB the default. I suspect HTMX's non-OOB default makes more sense for very simple requirements where you simply replace t…
-
comment
Comment #45536969
Did you use templ [1] for server side templating? It supports something called fragments, which may help with HTMX [2]. [1]: https://templ.guide/ [2]: https://templ.guide/syntax-an…
-
comment
Comment #45536893
I don't think the article does a good job of summarising the differences, so I'll have a go: * Datastar sends all responses using SSE (Server Side Events). Usually SSE is employed …
-
comment
Comment #45536741
It's also pretty shady that no mention is made of Datastar Pro on the home page [1]. You might well be well on the way to integrating Datastar into your website before you stumble …
-
comment
Comment #45536635
> ...To accomplish this, most HTMX developers achieve updates either by “pulling” information from the server by polling every few seconds or by writing custom WebSocket code, whic…
-
comment
Comment #44680672
> These payment processors seem to be basically levying a 1-3% tax on a nations entire GDP You're exaggerating for effect. GDP is the total value of all goods and services sold or …
-
comment
Comment #42886385
None of that is contrary to "moving money at speed to make wealthy people more wealthy".
-
comment
Comment #42401916
I like the version diffs. Perhaps add an "expand all" button to avoid clicking individually on properties to see their descriptions? I usually rely on the official generated docs (…
-
comment
Comment #41685868
Because it's questionable whether that's even possible.
-
comment
Comment #41685864
Newport is in South Wales.
-
comment
Comment #41518552
What? They did hold off. Their actions matched their words.
-
comment
Comment #41410335
Indeed a typo, well spotted, it should return the model as well.
-
comment
Comment #41409906
Thank you. Out of curiosity, what do your "TUI managers" do for your apps?
-
comment
Comment #41409889
Good point. I'll update this section to more clearly refer to the use of go routines in particular outside of the event loop.
-
comment
Comment #41389092
I've put together some tips for building Bubble Tea programs: https://leg100.github.io/en/posts/building-bubbletea-program...
- story
- story
-
comment
Comment #41228494
No, it's definitely passed by value: https://go.dev/play/p/mIehOwUWz95 A map is implicitly a pointer to the underlying map structure. When you pass a map, you're passing a copy of …