Live data from Hacker News

Viewing profile — midnight_eclair

midnight_eclair

HN member
Joined
Sun, Apr 28, 2024, 2:29 PM UTC
HN karma
71
Public activity
60 items

About midnight_eclair

No profile information was provided.

Recent public activity

  1. comment
    Comment #48996125

    tree style tabs and container-locked windows. that will make firefox perfect.

  2. 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.

  3. 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 …

  4. story
  5. 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

  6. 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…

  7. comment
    Comment #48895914

    [flagged]

  8. comment
    Comment #48895721

    [flagged]

  9. comment
    Comment #48895173

    [flagged]

  10. comment
  11. comment
    Comment #48423648

    > I assume you need Woke and rubbing "pride" or "Ukraine" into everything wow, what a self report

  12. 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…

  13. comment
    Comment #48416374

    because earth's geosync orbit is at 36k kilometers (function of gravitational force and rotation speed)

  14. 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…

  15. 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…

  16. 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",…

  17. 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…

  18. 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 …

  19. 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 …

  20. 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…

  21. 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…

  22. 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…

  23. comment
    Comment #48060081

    "inspired by clojure" - is there a better signal for good taste and quality?

  24. comment
    Comment #48051437

    no, thanks

  25. 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…