Viewing profile — midnight_eclair
midnight_eclair
HN member- Joined
- Sun, Apr 28, 2024, 2:29 PM UTC
- HN karma
- 71
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About midnight_eclair
No profile information was provided.
Recent public activity
-
comment
Comment #48996125
tree style tabs and container-locked windows. that will make firefox perfect.
-
comment
Comment #48909658
> Should tax payers fund these losses as well? should governments make risky investments is a good question, but lets at least tax unrealized gains and wealth first.
-
comment
Comment #48909184
The old app version was actual "chat" application focused on conversations UI, new one seemingly got merged with Codex and conversations are an afterthought - you have to navigate …
- story
-
comment
Comment #48896494
> isn't fraud .. can't be executed for fraud it'll be special kind of fraud, fraud against the planet, execution is ok for that one
-
comment
Comment #48896185
> you don't know what exact crime has been committed we can start with: Conspiracy to defraud is an agreement between two or more people to act dishonestly to deprive someone of pr…
-
comment
Comment #48895914
[flagged]
-
comment
Comment #48895721
[flagged]
-
comment
Comment #48895173
[flagged]
- comment
-
comment
Comment #48423648
> I assume you need Woke and rubbing "pride" or "Ukraine" into everything wow, what a self report
-
comment
Comment #48421421
lazy so copying from a different thread: you might be drinking some of that AI koolaid, conflating our suddenly hypertrophied abilities to produce code regardless of our familiarit…
-
comment
Comment #48416374
because earth's geosync orbit is at 36k kilometers (function of gravitational force and rotation speed)
-
comment
Comment #48388176
> You're right that those differences are sometimes marginal when the latency of whatever IO the backend's doing dominates the equation. However, in my experience huge volume surge…
-
comment
Comment #48385588
> That being said, has Akka started making full use of JVM's new green threads? Has Java itself started introducing immutability and STM / share-nothing as first-class citizens? If…
-
comment
Comment #48383733
> you have no clue of my stance on AI and are extrapolating a bit too much apologies, but maybe next time try to elaborate more on sweeping statements like "syntax doesn't matter",…
-
comment
Comment #48381872
> `(let [a b] ...)` instead of `(let (a b) ...)` is _not_ okay it is however quite consistent, clojure uses vector form for most macros that require a "control" form before a "data…
-
comment
Comment #48381598
> the real value-add is in the runtime, not the syntax. Java has a solid runtime but it's not yet as good as Erlang's, maybe even not up to the standards of Golang won't lie, this …
-
comment
Comment #48381394
from experience, during bursts it's never actual web/api server that is bogged down, it's the downstream io bottlenecks. if your accepting layer is abstracted away and implemented …
-
comment
Comment #48062345
thanks for the link, i was just recently trying to find that talk! re server-side rendered fragments - htmx is extremely easy to integrate with your clojure(script) projects, i fou…
-
comment
Comment #48060631
this release is about exposing the host language primitives to clojurescript core.async isn't going anywhere, if async/await works better than promise based implementation, core.as…
-
comment
Comment #48060138
fun fact: clojurescript had support for asynchronous paradigm through core.async library (CSP style) long before async/await landed in javascript itself. edit: i'm in no way trying…
-
comment
Comment #48060081
"inspired by clojure" - is there a better signal for good taste and quality?
-
comment
Comment #48051437
no, thanks
-
comment
Comment #47616756
the benefit of lisp in an editor with integrated repl environment is that you get to see immediate feedback by easily evaluating chunks of your code as you navigate it, without cop…