HackerTrans
トップ新着トレンドコメント過去質問紹介求人

oweiler

no profile record

投稿

Looking into the Past with Nano Banana Pro

jacob.gold
1 ポイント·投稿者 oweiler·10 日前·0 コメント

コメント

oweiler
·3 か月前·議論
So like Testcontainers Cloud?
oweiler
·3 か月前·議論
That game felt like a graphics demo though. Almost unplayable.
oweiler
·4 か月前·議論
https://github.com/helpermethod/pk/blob/main/pk

I have a tiny shell function to kill whatever is listening on that port
oweiler
·6 か月前·議論
His first "what" example actually explains "why" clear is called two times. The code perfectly captures the "what".
oweiler
·8 か月前·議論
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-command
oweiler
·8 か月前·議論
It just gets rid of the boilerplate. Never had a problem with ctor injection in Spring.
oweiler
·8 か月前·議論
Use the builtin Result class and runCatching/fold and be done with it. Yes, it has shortcomings but works well enough in practice.
oweiler
·10 か月前·議論
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 tests are mostly well structured.

I know that Cypress has other patterns for dealing with this but they never seem to get applied.
oweiler
·昨年·議論
Yet. It's a drop-in replacement, and both faster and cheaper.
oweiler
·3 年前·議論
Not only is it debatable, you never see any type of evidence. And how would you measure it?
oweiler
·4 年前·議論
Kotlin + Arrow is what you are looking for.