Viewing profile — felixhummel
felixhummel
HN member- Joined
- Tue, Aug 31, 2010, 2:04 AM UTC
- HN karma
- 60
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About felixhummel
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47305508
The anime Psycho-Pass comes to mind.
-
comment
Comment #45703616
They should call it Kiroshi. ;) For real though: The cyberpunk dystopia of hackable [1] eye gear is something to think and talk about. [1]: In both senses of the word.
-
comment
Comment #45501654
Reminds me of https://github.com/arguman/arguman.org
-
comment
Comment #44848654
Shapez
-
comment
Comment #42709489
I wholeheartedly agree. https://en.m.wikipedia.org/wiki/Stephen_Briggs got me hooked on Terry Pratchett's Discworld series. I loved "Going Postal".
-
comment
Comment #42402857
I'd add "long-running processes should reload their configuration on SIGHUP". :)
-
comment
Comment #42375146
Source URL: https://github.com/OXY2DEV/markview.nvim/issues/216#issuecom...
-
comment
Comment #41529733
The client cert based auth would be for the app access. Our use-case is review apps, i.e. .example.com should only be accessible by users with a valid client cert. Currently we use…
-
comment
Comment #41523378
I like the idea and congratulations on good docs. Two questions: 1. Do you support client certificates for authenticating clients? 2. Do you have some performance benchmarks?
-
comment
Comment #40786605
You might like rerere: https://git-scm.com/book/en/v2/Git-Tools-Rerere
-
comment
Comment #40681832
So basically: in medias res https://en.m.wikipedia.org/wiki/In_medias_res
-
comment
Comment #40283147
Hi Felix, I like it. Thank you for building this! Does it support MIDI as input? Best, Felix ;)
-
comment
Comment #39768305
We built something similar for docker-compose based projects: https://gitlab.com/hukudo/ingress
- story
- story
-
comment
Comment #38301779
I'm wondering the same. Here's a link to a "pro" argument from 6 months ago: https://news.ycombinator.com/item?id=35909918 Edit: A high-level overview: https://www.youtube.com/watc…
-
comment
Comment #37665238
Apache 2.0 licensed (from a cursory glance at the first few repos).
-
comment
Comment #36787811
If there is no library for your case like pandas (or even csv.DictReader), you could always use an iterator: def iter_portfolio(rows): for row in rows: yield {'name': row[0]} rows …
-
comment
Comment #36595933
Just taking my sand to the beach: https://blag.felixhummel.de/ and https://blog.hukudo.de/blog.html Both made with ablog for Sphinx using myst parser.
-
comment
Comment #35137491
Nice product! I'd be interested to see what it looks like to integrate an old-school style JS "component" like LeafletJS, especially with a plugin like this: https://github.com/Lea…
-
comment
Comment #34675430
Our goals seem very alike, so I'd recommend this Book: You Are Your Own Gym: The Bible of Bodyweight Exercises -- Mark Lauren I actually read its German translation (AFAICT) called…
-
comment
Comment #33543589
Using TLS client certificates automatically is still not possible in Playwright [1]. That's our main reason why we keep using Selenium (with pytest-selenium) and Selenium Grid [2].…
-
comment
Comment #30933244
My workflow looks like this: hack hack, then run nuscript-bash something Hit C-x C-h, select some lines, edit, then run something To do maintenance: edcom something I wrote a littl…
-
comment
Comment #26099517
Your video was a little too long for my taste. You maybe could create a shorter video showing the full speed of productivity gained by getting rid of the mouse. I imagine some work…