Live data from Hacker News

Viewing profile — lukasgelbmann

lukasgelbmann

HN member
Joined
Mon, Jan 29, 2018, 11:14 PM UTC
HN karma
157
Public activity
26 items

About lukasgelbmann

No profile information was provided.

Recent public activity

  1. comment
    Comment #49179376

    Too late to edit, but the situation with İ is more complicated, and I got the mapping wrong for this specific casefold implementation. What I should have said is that in the case o…

  2. comment
    Comment #49178496

    There’s some interesting information in there. Unfortunately the person or LLM writing this got pretty confused right in the introduction already. > “Suppose […] they type straße a…

  3. comment
    Comment #49158451

    Location: Europe (UTC+2) Remote: yes Willing to relocate: no Technologies: Python, SQL, C, Java, Go, PHP, JavaScript, Typescript, Claude Code, Analytics, Git LinkedIn: https://link…

  4. comment
    Comment #49131544

    > There are 349 million people in the US, so the number of arsonists is 0.0001% of the general population. The number of firefighters that are arsonists (100/65,795) is 0.0015%, so…

  5. comment
    Comment #48796493

    Author here. Our aim isn’t to try and line up with the calendar that was in use at the time, 2026 years ago. Instead, the aim (for 28times) is to implement the rules of the prolept…

  6. story
  7. comment
    Comment #48530510

    I’m working on a time series management & analysis tool. The goal is to provide simple ways to work with time series data, including an API and visualisation. https://28times.com

  8. comment
    Comment #48313565

    > “If you run this on a big repository, it will take quite a lot of time because `git log -n1` takes a long time. I think this is the fastest way to get the most recent commit time…

  9. story
  10. comment
    Comment #47913642

    With 3, especially if the animals outnumber humans, you’d first want to do some research into animal psychology to see whether red or blue has an edge for animals.

  11. comment
    Comment #47913427

    There’s a moral benefit to choosing blue if you think there’s a chance that the end result will be split 50-50 and you’ll be the deciding vote between a blue majority and a red maj…

  12. comment
    Comment #47913302

    If you’re using a model, it’s your responsibility to make sure the probability actually is that small. Realistically, you do that by not giving the model access to any of your bloo…

  13. comment
    Comment #47834052

    That’s not something I wanted to imply. It can also stand for "the fine article". Is there a better shorthand for "the article linked at top of the page" / "the original article"?

  14. comment
    Comment #47833176

    I use stars to try and protect myself from dependency confusion attacks. For example, let’s say I want to run some piece of software that I’ve heard about, and let’s say I trust th…

  15. story
  16. story
  17. story
  18. comment
    Comment #45501311

    Does NO_COLOR=1 mean that all ANSI formatting should be disabled? Including bold text, italic text, and so on? It seems that different software handles that question in different w…

  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #26150010

    Joining on a list (as in function two()) is no more memory intensive than joining on a generator expression (function one()). This is surprising at first. Raymond Hettinger has a v…