Live data from Hacker News

Viewing profile — oweiler

oweiler

HN member
Joined
Mon, Feb 24, 2014, 2:23 PM UTC
HN karma
1,041
Public activity
544 items

About oweiler

No profile information was provided.

Recent public activity

  1. comment
    Comment #48965700

    Or use tests and/or a debugger. Which gives you all the listed benefits w/o an additional dependency.

  2. story
  3. comment
    Comment #47664510

    So like Testcontainers Cloud?

  4. comment
    Comment #47661537

    That game felt like a graphics demo though. Almost unplayable.

  5. comment
    Comment #47467125

    https://github.com/helpermethod/pk/blob/main/pk I have a tiny shell function to kill whatever is listening on that port

  6. comment
    Comment #46487291

    His first "what" example actually explains "why" clear is called two times. The code perfectly captures the "what".

  7. comment
    Comment #46076853

    You can also check in an .sdkmanrc into each respective project which defines the required Java version. Then SDKMAN! will perform the switch automatically when you enter the direc…

  8. comment
    Comment #45839170

    It just gets rid of the boilerplate. Never had a problem with ctor injection in Spring.

  9. comment
    Comment #45770502

    Use the builtin Result class and runCatching/fold and be done with it. Yes, it has shortcomings but works well enough in practice.

  10. comment
    Comment #45246694

    This is honestly the main reason I prefer Playwright to Cypress. Playwright leans heavily into using POs, while for some reason Cypress doesn't. So in almost every project the Cypr…

  11. story
  12. comment
    Comment #44366508

    I use Starship without any customizations and its good enough for my every day use.

  13. comment
    Comment #44316304

    Reminds me of a game I've played on C64 AS a kid.

  14. comment
    Comment #44098400

    Bash has no standard library. It has builtins, and commands. And commands are just external tools.

  15. comment
    Comment #44055758

    I have read almost the same thing 5yrs ago. And 5yrs before that. And so on.

  16. comment
    Comment #43861610

    Yet. It's a drop-in replacement, and both faster and cheaper.

  17. comment
  18. comment
    Comment #43663246

    Can such a company actually be profitable? The market seems tiny.

  19. story
  20. comment
    Comment #43307416

    When I started running I had horrible cramps and the mg made them much less severe. Running for a year now, it doesn't seem to make a difference.

  21. comment
    Comment #43271071

    `alias` is shell builtin.

  22. comment
    Comment #43271030

    This. Functions are almost always the better solution.

  23. comment
    Comment #43203726

    This is the first thing I recommend to new Mac users.

  24. comment
    Comment #43027894

    Performance is one problem, but much worse are the countless bugs which plague the last releases.

  25. comment
    Comment #42898853

    Did you do thorough error handling in Bash?