Live data from Hacker News

Viewing profile — Ultimatt

Ultimatt

HN member
Joined
Sat, May 10, 2014, 5:50 AM UTC
HN karma
829
Public activity
388 items

About Ultimatt

Hacker/Scientist

Recent public activity

  1. comment
    Comment #47639856

    With a side helping of something new, technofeudalism. Both of which are not at all related to technocracy.

  2. comment
    Comment #47597796

    The irony of there being a downvote button too.

  3. comment
    Comment #47396158

    Maybe if you've spent decades on the same codebase. Now try doing that in a recent codebase thats been agnatically engineered by five people spiffing into the same repository. Good…

  4. comment
    Comment #47320750

    I am mildly shocked after almost two decades of Mac use I never came across cmd+tilde thanks a lot!

  5. comment
    Comment #47320717

    Because Spotlight now rarely finds your applications in search so you can't just quick launch anything.... from a launcher widget

  6. comment
    Comment #47032228

    Huh? Im over 40 its only getting easier to get hired... Not sure where the ageism meme came from other than perhaps older generations who learned compsci pre the internet got left …

  7. comment
    Comment #47032104

    But no employer has ever said "I just want an employee". So only someone naive in the extreme would imagine with the power dynamic in play the sales pitch isn't necessary. That a j…

  8. comment
    Comment #47032051

    I actually think there is a different effect at play which is the technical need is growing in seniority and complexity as people have large established software systems. The junio…

  9. comment
    Comment #47031903

    Errr its always been extremely true that social networking brings success. With far more value return than writing great code nobody knows about or uses.

  10. comment
  11. comment
    Comment #46409888

    The issue is they don't then fuck off, they instead charge ever increasing rates yearly to maintain that simple port an 18 year old could do.

  12. comment
    Comment #46356648

    For local MLX inference LM Studio is a much nicer option than Ollama

  13. comment
    Comment #46066656

    I'd say there are converging standards like Parquet for longterm on disk, Arrow for in memory cross language, and increasingly duckdb for just standard SQL on that in memory or on …

  14. comment
    Comment #45884890

    This worked well for me for some things I've recently been learning/working on. One improvement I'd add is the citations of where information have come from aren't hyperlinks it wo…

  15. comment
    Comment #45879898

    A bigger problem in this respect with Wikipedia is it often cites secondary sources hidden behind an academic fire/paywall. It very often cites review articles and some of these ar…

  16. comment
    Comment #45879844

    Well also years of Wikipedia proving to be more accurate than anything in print and rarely and not for very long misrepresenting source materials. For LLMs to get that same respect…

  17. comment
    Comment #45702123

    It lingers in fat tissue and once at a low enough level your liver doesn't really clear it. But that kind of level isn't necessarily linked to increased risks of diabetes or heart …

  18. comment
    Comment #45561007

    https://duckdb.org/community_extensions/extensions/duckpgq.h...

  19. comment
    Comment #45446396

    I haven't touched Perl in about ten years but your example is kind of insane. This is the one place Python is more annoying than Perl??? my $a = ["foo", 123, {"bar" => [[1,2,3], {"…

  20. comment
    Comment #45446275

    A problem very solved in tooling for both languages, other than plenty of novice library maintainers existing in the ecosystem. Which is hardly a fault of the language and more cho…

  21. comment
    Comment #45443603

    For some measures of failure. Raku (aka Perl 6) does exist after all https://raku.org

  22. comment
    Comment #44982305

    Worth giving Raku a shout out here... methods do what they say and you write what you mean. Really wish every other language would pinch the Str implementation from here, or at lea…

  23. comment
    Comment #44961701

    The word you're looking for is cryptobiosis/anabiosis no need to invent a new one. Something thats later alive almost by definition is not dead. The entire living system has been a…

  24. comment
    Comment #44961643

    I really hate how shitty science reporting has become, you can tell all science journos aren't actually current or well read in the science they report on. This isnt some new mirac…

  25. comment
    Comment #44949350

    WITH and CTEs go some way to help with this, and the majority of queries are a lot better for that.