Viewing profile — oweiler
oweiler
HN member- Joined
- Mon, Feb 24, 2014, 2:23 PM UTC
- HN karma
- 1,041
- Public activity
- 544 items
- HN profile
- View on Hacker News ↗
About oweiler
No profile information was provided.
Recent public activity
-
comment
Comment #48965700
Or use tests and/or a debugger. Which gives you all the listed benefits w/o an additional dependency.
- story
-
comment
Comment #47664510
So like Testcontainers Cloud?
-
comment
Comment #47661537
That game felt like a graphics demo though. Almost unplayable.
-
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
-
comment
Comment #46487291
His first "what" example actually explains "why" clear is called two times. The code perfectly captures the "what".
-
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…
-
comment
Comment #45839170
It just gets rid of the boilerplate. Never had a problem with ctor injection in Spring.
-
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.
-
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…
- story
-
comment
Comment #44366508
I use Starship without any customizations and its good enough for my every day use.
-
comment
Comment #44316304
Reminds me of a game I've played on C64 AS a kid.
-
comment
Comment #44098400
Bash has no standard library. It has builtins, and commands. And commands are just external tools.
-
comment
Comment #44055758
I have read almost the same thing 5yrs ago. And 5yrs before that. And so on.
-
comment
Comment #43861610
Yet. It's a drop-in replacement, and both faster and cheaper.
- comment
-
comment
Comment #43663246
Can such a company actually be profitable? The market seems tiny.
- story
-
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.
-
comment
Comment #43271071
`alias` is shell builtin.
-
comment
Comment #43271030
This. Functions are almost always the better solution.
-
comment
Comment #43203726
This is the first thing I recommend to new Mac users.
-
comment
Comment #43027894
Performance is one problem, but much worse are the countless bugs which plague the last releases.
-
comment
Comment #42898853
Did you do thorough error handling in Bash?