Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oweiler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
44 ms
·
1.
▲
by
oweiler
2mo ago
Or use tests and/or a debugger. Which gives you all the listed benefits w/o an additional dependency.
2.
▲
Looking into the Past with Nano Banana Pro
(jacob.gold)
1 points
by
oweiler
3mo ago
|
0 comments
3.
▲
by
oweiler
5mo ago
So like Testcontainers Cloud?
4.
▲
by
oweiler
5mo ago
That game felt like a graphics demo though. Almost unplayable.
5.
▲
by
oweiler
6mo ago
https://github.com/helpermethod/pk/blob/main/pk I have a tiny shell function to kill whatever is listening on that port
6.
▲
by
oweiler
9mo ago
His first "what" example actually explains "why" clear is called two times. The code perfectly captures the "what".
7.
▲
by
oweiler
10mo ago
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 directory. https://sdkman.io/usage/#env-comm
8.
▲
by
oweiler
10mo ago
It just gets rid of the boilerplate. Never had a problem with ctor injection in Spring.
9.
▲
by
oweiler
11mo ago
Use the builtin Result class and runCatching/fold and be done with it. Yes, it has shortcomings but works well enough in practice.
10.
▲
by
oweiler
1y ago
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 Cypress tests are a procedural mess, while the Playwright t
11.
▲
The Great Bitnami BSI Shift: What the New Costs and Licenses Mean for End Users
(iits-consulting.de)
1 points
by
oweiler
1y ago
|
0 comments
12.
▲
by
oweiler
1y ago
I use Starship without any customizations and its good enough for my every day use.
13.
▲
by
oweiler
1y ago
Reminds me of a game I've played on C64 AS a kid.
14.
▲
by
oweiler
1y ago
Bash has no standard library. It has builtins, and commands. And commands are just external tools.
15.
▲
by
oweiler
1y ago
I have read almost the same thing 5yrs ago. And 5yrs before that. And so on.
16.
▲
by
oweiler
1y ago
Yet. It's a drop-in replacement, and both faster and cheaper.
17.
▲
by
oweiler
1y ago
Can such a company actually be profitable? The market seems tiny.
18.
▲
A Bash function to detect if an alias overrides a command or builtin
(github.com)
3 points
by
oweiler
2y ago
|
0 comments
19.
▲
by
oweiler
2y ago
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.
20.
▲
by
oweiler
2y ago
`alias` is shell builtin.
21.
▲
by
oweiler
2y ago
This. Functions are almost always the better solution.
22.
▲
by
oweiler
2y ago
This is the first thing I recommend to new Mac users.
23.
▲
by
oweiler
2y ago
Performance is one problem, but much worse are the countless bugs which plague the last releases.
24.
▲
by
oweiler
2y ago
Did you do thorough error handling in Bash?
25.
▲
by
oweiler
2y ago
That's why I prefer test frameworks that make parametrised tests so easy that they become the default. Kotest and Spock are such frameworks.
26.
▲
by
oweiler
2y ago
Aurora Serverless Postgres e.g.
27.
▲
by
oweiler
2y ago
They are also slow AF because a lookup takes linear time.
28.
▲
by
oweiler
2y ago
That's why suggestions like RTFM! are stupid. I just don't have time to read every reference documentation of every tool I use.
29.
▲
by
oweiler
2y ago
Kotlin is much better in that regard. I use Kotlin scripts (.main.kts) as a replacement for Bash scripts for years. You can inline dependencies without additional tooling, and Kotlin is still much more expressive than Java.
30.
▲
by
oweiler
2y ago
I will probably solve the first 7 puzzles like every year and then just stop.
More ›