Live data from Hacker News

Viewing profile — felixhummel

felixhummel

HN member
Joined
Tue, Aug 31, 2010, 2:04 AM UTC
HN karma
60
Public activity
41 items

About felixhummel

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47305508

    The anime Psycho-Pass comes to mind.

  3. 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.

  4. comment
    Comment #45501654

    Reminds me of https://github.com/arguman/arguman.org

  5. comment
  6. 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".

  7. comment
    Comment #42402857

    I'd add "long-running processes should reload their configuration on SIGHUP". :)

  8. comment
    Comment #42375146

    Source URL: https://github.com/OXY2DEV/markview.nvim/issues/216#issuecom...

  9. 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…

  10. 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?

  11. comment
    Comment #40786605

    You might like rerere: https://git-scm.com/book/en/v2/Git-Tools-Rerere

  12. comment
    Comment #40681832

    So basically: in medias res https://en.m.wikipedia.org/wiki/In_medias_res

  13. comment
    Comment #40283147

    Hi Felix, I like it. Thank you for building this! Does it support MIDI as input? Best, Felix ;)

  14. comment
    Comment #39768305

    We built something similar for docker-compose based projects: https://gitlab.com/hukudo/ingress

  15. story
  16. story
  17. 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…

  18. comment
    Comment #37665238

    Apache 2.0 licensed (from a cursory glance at the first few repos).

  19. 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 …

  20. 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.

  21. 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…

  22. 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…

  23. 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].…

  24. 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…

  25. 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…