Live data from Hacker News

Viewing profile — bunkerbewohner

bunkerbewohner

HN member
Joined
Sun, Feb 02, 2014, 9:39 AM UTC
HN karma
82
Public activity
34 items

About bunkerbewohner

I just love programming. http://substr.net https://wordhazard.net

[ my public key: https://keybase.io/mathias_kahl; my proof: https://keybase.io/mathias_kahl/sigs/a54AMN2HAdOIDoEMIwuRXY0SOJ2-PD6U7z5WzFXnn4Q ]

Recent public activity

  1. comment
    Comment #36607926

    https://substr.net - I should post more often just to keep practicing writing, or for a personal record of stuff I learn. My most viewed posts: - https://substr.net/2020/09/30/gene…

  2. comment
    Comment #36358979

    One thing that’s different today is authentication options. Modern APIs (eg WebAuthn), Oauth, passkeys, WebID… Also password managers were not as ubiquitous as they are today. I th…

  3. comment
    Comment #34572768

    Thank you! That IBM project is pretty cool, too! I was surprised how well the AI is at guessing!

  4. comment
    Comment #34548080

    https://wordhazard.net/ "Heads Up" but online and in multiple languages at the same time, e.g. even if an English word is up to be guessed, you can enter the equivalent word in Spa…

  5. comment
    Comment #32637590

    I thought the same and rewrote this in JavaScript running on the client only https://bunkerbewohner.github.io/js-up-goer-five/

  6. comment
    Comment #32143874

    Your comment just motivated me to write another blog article about something recent I've learned. Thanks ^_^ My last post had already been more than a year old :O

  7. comment
    Comment #24675525

    No, sadly I do not.

  8. comment
    Comment #24675172

    Has been down for me in Berlin, Germany, for an hour or so. Trying to log in via web gives me this error: Method: auth.sendCode Result: {"_":"rpc_error","error_code":420,"error_mes…

  9. comment
    Comment #21993195

    I am generally in favour of this idea, though it's a difficult topic. I found this discussion interesting, which brings up several pros and cons: https://www.kialo.com/should-devel…

  10. comment
    Comment #19288615

    Based on what I've seen source code is almost exclusively English, apart from a few identifiers here and there that are hard to translate, e.g. legal terms.

  11. comment
    Comment #18475238

    Oh the poor people who try to learn German by reading Kafka. I'm not sure literature in general is suitable for learning a language that you don't already have a tight grip on. May…

  12. comment
    Comment #18299762

    It's certainly interesting in theory. But in practice, how do you distinguish between a bookshop, library, office and desk when all of those things can be referred to by "maktab"? …

  13. comment
    Comment #18037599

    To be fair the native iOS development with Xcode (10) isn't much better. My builds unpredictably fail for no reason at least once a day. Sometimes I have to build three times befor…

  14. comment
    Comment #15877874

    We use the desktop client and our group often has problems with words being dropped not only at the end but also in the middle of someone talking if they're using voice activation.…

  15. story
  16. comment
    Comment #15533131

    Personally I'm extremely happy with the vim plugin in Jetbrains IDEs like IDEA, Rider and so on. It gives me the best of both worlds. I can use vim commands for effective navigatio…

  17. comment
    Comment #15510638

    There are programs with shorter rest times between sets, e.g. German Volume Training (60 to 90 secs). And you can do dumbell bench press without a spotter. But I totally agree, mor…

  18. comment
    Comment #13681064

    You can also use vim with an IDE, e.g. IntelliJ IDEA. So you get the best of both worlds. :-)

  19. comment
    Comment #13386717

    Interesting read! If you want to read more about the programming of Jak & Dexter, as well as its predecessor Crash Bandicoot, check out Andy Gavin's awesome blog: http://all-things…

  20. comment
    Comment #13297925

    Wrt acquired taste: I used to hate the taste of cilantro, but kind of came across it alot because of Vietnamese friends. After some time I slowly began getting used to it and now I…

  21. comment
    Comment #13262394

    Skipping through the specification RAML seems to be a good deal more "powerful" than Swagger. I have run into the limitations of Swagger and its tooling several times already, so I…

  22. comment
    Comment #11367643

    Performance surely depends on the application. In my personal experience, a rather complex JS application I'm working on consistently (tested on Windows, Linux and Android) runs si…

  23. comment
    Comment #11289939

    You and me, both! I've been waiting so long that in the mean time I have started developing my mobile, civ-like game on https://nationsonline.net . But I'm not a professional game …

  24. comment
    Comment #10991703

    This is brilliant! The first three features, i.e. --allowJs, --reactNamespace, and stateless functional componentshave been precisely the things that I have been missing recently. …

  25. comment
    Comment #9640020

    Personally I never heard of the alleged speed advantages. I'm only using React for its architecture, i.e. functionally "pure" UIs.