Live data from Hacker News

Viewing profile — ackfoobar

ackfoobar

HN member
Joined
Mon, Apr 26, 2021, 4:04 PM UTC
HN karma
709
Public activity
374 items

About ackfoobar

No profile information was provided.

Recent public activity

  1. comment
    Comment #48855540

    > stuck to why he thought it was bad for Bun to do this Quite the opposite. "When Jarred announced the Rust rewrite, we were ecstatic." > It’s definitionally an ad hominem against …

  2. comment
    Comment #47480559

    Coming from Scala to Kotlin, this is what I thought as well. Seeing `it` felt very wrong, then I got used to it.

  3. comment
    Comment #47480369

    As noted in the article: > This feature does have some limitations, for instance when we have multiple nested function calls, but in those cases an explicit lambda expression is al…

  4. comment
    Comment #47480139

    > explicitly written to do this In that case I want the signature of "this function pre-computes, then returns another function" and "this function takes two arguments" to be diffe…

  5. comment
    Comment #47458592

    The premise of this joke is dead since 2020, when ZGC was production ready.

  6. comment
    Comment #47458498

    > ditch ORMs ... make good use of SQL I think Java (or other JVM languages) are then best positioned, because of jooq. Still the best SQL generation library I've used.

  7. comment
    Comment #47371206

    https://github.com/peterklijn/hammerspoon-shiftit I use ShiftIt (a lovely project, but dead) reimplemented in Hammerspoon. It is very comprehensive.

  8. comment
    Comment #47156264

    I guess the answer has to depend on demographics. But if we are spitballing, it probably wouldn't be all bad for every country to have a Lee Kuan Yew.

  9. comment
    Comment #47022921

    I'd gladly pay for Premium (I'm already paying for YT Music, the price difference is minimal) if they allow turning off shorts. But they won't. They see time spent in app goes up w…

  10. comment
    Comment #46313454

    https://www.tiktok.com/@chloedav1s_ is the first account mentioned in the article. (Unless TikTok's UI is horrendously bad and I misunderstood) They are literally still images.

  11. comment
    Comment #46313378

    Your scenario is sth like: guy sees bad AI, good AI, and genuine content in his feed. Bad AI gives him confidence in his ability to detect slop, but he thinks the good AI is genuin…

  12. comment
    Comment #46306435

    I checked out one of the accounts mentioned, mostly to check if I can discern fake accounts. The content is just still pictures. I'd dismiss those whether or not they're AI. Well, …

  13. comment
    Comment #46012549

    Just for the record, another one of his PRs was torn to shreds. > some core developers (who are compiler developers by trade) are actually experimenting with and using these same t…

  14. comment
    Comment #45646436

    I guess it's really hard to write a sequel to Tron Legacy. Quorra came to life, then what? They're supposed to change the world. How? With a Q&A site? (Sorry I can't help myself wi…

  15. comment
    Comment #45319830

    > Most home cooks (I would bet millions) are not worrying about "the cutting experience" Indeed, and they won't buy the knife at this price anyway. My point is that not being dishw…

  16. comment
    Comment #45319218

    I don't think anyone who cares about the cutting experience would put a knife into a dishwasher.

  17. comment
    Comment #45254345

    Asked for numbers, got a link. Let's see. They can manufacture 80 GWh a year. To get through dunkelflaute with moderate renewable percentage we need tens of TWh. Not to belittle Te…

  18. comment
    Comment #45239012

    My question is a few math operations away from "how much batteries capacity can we deploy to support how much % of renewables in the short-medium term, while still having a stable …

  19. comment
    Comment #45235015

    Have you done the math of how insufficient battery tech is, if we are to go 100% renewable? I'm so tired of renewable proponents just use the thought terminating cliche "BATTERIES!…

  20. comment
    Comment #45134798

    On the spectrum between pure communism and pure capitalism, modern China is closer to the US than the US is close to pure capitalism. > has resulted in big changes The change was a…

  21. comment
    Comment #45130627

    The poverty reduction comes from the Chinese "Communist" Party adopting capitalism .

  22. comment
    Comment #45113433

    > Junie, which also benefits greatly from integration into the IDE. That is very plausible, I really want it to be true as a fan of IntelliJ and Kotlin. I used Cursor at work and t…

  23. comment
    Comment #44941809

    I seem to recall that they lamented on twitter the low amount of (monetary or code) contribution they got, despite how heavily they are used.

  24. comment
    Comment #44921843

    I'm very embarrassed to say this. Those code examples weren't non-compiling OCaml, but valid SML. Once I remembered the existence of the language (in my defence it was never mentio…

  25. comment
    Comment #44918919

    > straight/naive rewrite was ~3 times faster How much of that do you think comes from reduced allocations/indirections? Now I really want to try out OxCaml and see if I can approxi…