Live data from Hacker News

Viewing profile — renke1

renke1

HN member
Joined
Tue, Mar 26, 2013, 10:30 PM UTC
HN karma
538
Public activity
233 items

About renke1

https://renke.dev

Recent public activity

  1. comment
    Comment #40765987

    Function instances should stay alive for a certain amount of time. But you will pay the cold start price one way or another, so naively using Spring Boot is probably not a good ide…

  2. comment
    Comment #40142520

    We had a small course in university on esoteric programming language. Each of us had to select a language (Brainfuck, Piet and a few others) and play around with it. I chose Piet a…

  3. comment
    Comment #40049734

    Looks interesting. Does anyone have a good example that uses Client Components?

  4. comment
    Comment #40000357

    The best thing is that it does not seem to hard to extend KOReader to your liking (e.g. by writing plugins). On the other hand, I've had a hard time understanding the the actual Lu…

  5. comment
    Comment #40000344

    I do often use this feature but sometimes fear I missing out because of some deliberate decisions by the author. Not sure if that worry is really warranted.

  6. comment
    Comment #38238280

    Seveneves was really good. Almost feeling the urge to read it again!

  7. comment
    Comment #38238272

    Designing Data Intensive Applications is really good, because it gives you an good overview of data systems. I had the feeling I don't have to understand all the details yet I woul…

  8. comment
    Comment #38234669

    My own name is actually only used in the very country I live in. Unexpectedly, my daughter's name is apparently also used in Arabic countries, it means something like "Gift from Al…

  9. comment
    Comment #38234624

    Although I had absolute no idea what I was doing when we played around with Agda in university, it was kind of fun constructing a few very basic proofs. It kind of felt like smashi…

  10. comment
    Comment #38155469

    The worst thing is how often developers almost fatalistically accept that testing sucks. I don't blame them though because improving the test infrastructure has little short-term b…

  11. comment
    Comment #37378521

    I'd love to try all those ergonomic keyboards, but the most ergonomic thing for me still is a Thinkpad-style trackpoint.

  12. comment
    Comment #37297872

    Thanks! I was only aware of a Zones proposal which was withdrawn I think.

  13. comment
    Comment #37297813

    A few of my colleagues and I had the silly (?) idea that you don't really need logs anymore. Instead of log messages you just attach span events [0]. You then just log the span tit…

  14. comment
    Comment #37297745

    I think with native Promises (and async/await?) there is currently no way to implement something like Zone.js properly. I've tried to instrument my code manually, but it's really e…

  15. comment
    Comment #36148005

    Notes never really worked for me previously, but somehow I got it working with logseq [1] (it doesn't really matter which Roam-like tool you use). I feels like some kind of super p…

  16. comment
    Comment #34894175

    Yeah, that always works, of course, even though you might want to externalize certain dependencies still. In this case I don't want to bundle the code (although I might end up doin…

  17. comment
    Comment #34893201

    That's correct. However, I've tried to use prune now, not sure if I am using it correctly, but that's why I do: I build my packages regularly (not pruned), then I prune with scope …

  18. comment
    Comment #34887382

    Can Prune be used to build a bundle (as in a zip) for, say AWS Lambda, which includes only the dependencies (and not dev dependencies)? I've played around with pnpm's deploy but it…

  19. comment
    Comment #34737520

    Having navigational keys on the home row is something every software developer should use (but almost no one does). Unlike Vim-style keybindings it just works everywhere. Personall…

  20. comment
    Comment #34593233

    I am currently using yjs. What would be the equivalent way as described here [0] for yjs to sync docs in Automerge? I don't need any WebSockets or real time stuff. It always seemed…

  21. comment
    Comment #34455011

    There was also a different proposal that allows objects to be extended: https://github.com/tc39/proposal-bind-operator Personally, I don't use classes much, but sometimes I think f…

  22. comment
    Comment #32917938

    Spatial navigation is a feature I really do miss. I don't think any other browser supports this. It made keyboard-based browsing possible without resorting to stuff like hit-a-hint…

  23. comment
    Comment #31713351

    I've actually met the author of HerbstluftWM at the Konferenz der Informatikfachschaften (national student association meeting in computer science). Very approachable person. Coinc…

  24. comment
    Comment #30962374

    > We are working on this as we speak! Perfect! > However, it sounds like you like to see glob fan out of tasks. Yes, the idea here being that I don't want to list all similar tasks…

  25. comment
    Comment #30961749

    Turborepo is really good, but there are a few things I like to see implemented: * tasks on the root package (e.g. tsc -b that typechecks all packages) * treat tasks such as lint:es…