HackerTrans
TopNewTrendsCommentsPastAskShowJobs

oweiler

no profile record

Submissions

Looking into the Past with Nano Banana Pro

jacob.gold
1 points·by oweiler·قبل 10 أيام·0 comments

comments

oweiler
·قبل 3 أشهر·discuss
So like Testcontainers Cloud?
oweiler
·قبل 3 أشهر·discuss
That game felt like a graphics demo though. Almost unplayable.
oweiler
·قبل 4 أشهر·discuss
https://github.com/helpermethod/pk/blob/main/pk

I have a tiny shell function to kill whatever is listening on that port
oweiler
·قبل 6 أشهر·discuss
His first "what" example actually explains "why" clear is called two times. The code perfectly captures the "what".
oweiler
·قبل 8 أشهر·discuss
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 أشهر·discuss
It just gets rid of the boilerplate. Never had a problem with ctor injection in Spring.
oweiler
·قبل 8 أشهر·discuss
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 أشهر·discuss
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
·السنة الماضية·discuss
Yet. It's a drop-in replacement, and both faster and cheaper.
oweiler
·قبل 3 سنوات·discuss
Not only is it debatable, you never see any type of evidence. And how would you measure it?
oweiler
·قبل 4 سنوات·discuss
Kotlin + Arrow is what you are looking for.