Viewing profile — lukasgelbmann
lukasgelbmann
HN member- Joined
- Mon, Jan 29, 2018, 11:14 PM UTC
- HN karma
- 157
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About lukasgelbmann
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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
-
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…
- story
-
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.
-
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…
-
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…
-
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"?
-
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…
- story
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
-
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…