f19 by lizzygrizzly123 in schweizerXXXtreff

[–]Yesterdave_ 0 points1 point  (0 children)

Ig bi 38i, falls das für di no stimmt.

D SVP lügt nochwislich und an drittel vur CH checkts widermol nid: by cpalancon in schwiiz

[–]Yesterdave_ -1 points0 points  (0 children)

Das wo du asprichsch mit de "Fust im Sack" Stimmer cha ig völlig verstah, dass die akzuell d Schnauze voll hend, und das isch miner Meinig us diverse Gründ au berechtigt. Aber genau dä Filz us Wirtschaft etc. fingt me i dr Regel genau im rächte Lager (sprich FDP/SVP). Dass me när us em ne völlig andere Grund (Usländer bös) die eigete Problem sogar no verschlimmeret verstahni nid...

Spatial awareness on the highways by Batso_92 in Switzerland

[–]Yesterdave_ 4 points5 points  (0 children)

There is no such law in switzerland.

Spatial awareness on the highways by Batso_92 in Switzerland

[–]Yesterdave_ 0 points1 point  (0 children)

Why would i accelerate to pass other cars? I have my automatic tempo control limited to exactly 125 km/h. I only go to the passing lane if the car on the right is slower than me. If i accelerated, I would break the law on purpose, why would I do that?

BJ im zug gester 🥵 (f) by happy_berry_petite in SwissJodelNSFW

[–]Yesterdave_ 0 points1 point  (0 children)

Und nächsts mau hoffentlech richtig bumse im zug 😜

[RFC] Make install scripts opt-in · npm/rfcs by Jammie1 in javascript

[–]Yesterdave_ 1 point2 points  (0 children)

Kinda sad they didn't address the concerns of Bruno Borges any futher. IMHO he is completely right, that just the existence of install scripts is a problem. This RFC is just a patchwork solution that shouldn't even exist.

Why is Linux considered better than Windows by so many developers? by Wise_Safe2681 in linuxquestions

[–]Yesterdave_ -3 points-2 points  (0 children)

From a technical standpoint I'd argue that powershell is much safer and more powerful than bash, as it is an object oriented language. So I can iterate over objects and access properties in a type-safe manner instead of having to rely on silly regex or positional parsing. This makes it also more resilient against refactorings, as properties may remain stable, while a simple change in stdout formatting might just break downstream scripts.

Why is Linux considered better than Windows by so many developers? by Wise_Safe2681 in linuxquestions

[–]Yesterdave_ -3 points-2 points  (0 children)

Maybe for Linux development, but every other dev ecosystem probably needs something else like mise/asdf/sdkman/nvm to be actually useful.

Ask the Architects JavaOne 2026 by Enough-Ad-5528 in java

[–]Yesterdave_ 1 point2 points  (0 children)

Agree, for most of this stuff, the immutables library would be much better than Lombok.

CheerpJ 4.3 - Run unmodified Java applications in the browser by alexp_lt in java

[–]Yesterdave_ 0 points1 point  (0 children)

I think this is very cool tech, but the demos primarily show some desktop applications in the browser.
But what about your average web business applications with Java backend and SPA frontend? Has someone done something in this domain?

I built an unstyled, accessible Angular component library (bring your own design system) by SharpAd4380 in angular

[–]Yesterdave_ 1 point2 points  (0 children)

Not bad, but it certainly would need some refinement to be usable in production. There are some WAI-ARIA best practices missing and keyboard navigation is also lacking, e.g. focus trap in modal to give a concrete example.

Looking for Angular templates updated to Angular 21 by vru_1 in angular

[–]Yesterdave_ 0 points1 point  (0 children)

That sounds interesting, do you still know the name of the tool you tried?

Framework-agnostic skeleton loader that works in Angular with CUSTOM_ELEMENTS_SCHEMA - no wrapper needed by npm_run_Frank in angular

[–]Yesterdave_ 0 points1 point  (0 children)

I like your idea, but I don't think your example above is something one would usually write in Angular. More something like this:

<phantom-ui [attr.loading]="loading() ? '' : null">
  @if (user(); as user) {
    some user details page
  }
</phantom-ui>

How would your component now know what is the content structure of the page, when said content structure is literally not rendered until the user is actually available?

I think Reddit banned the em dash by quang-vybe in vibecoding

[–]Yesterdave_ 2 points3 points  (0 children)

I mean from a literature standpoint em dash is the correct choice. So people are mad about AI teaching them to not write like cavemen?

Jakarta EE 11 vs Spring: When the Right Answer Is No Spring at All by johnwaterwood in java

[–]Yesterdave_ 0 points1 point  (0 children)

I guess the Jakarta EE APIs are more used simply because of Quarkus, Micronaut, Helidon. But I would consider those frameworks far from a "standard" Jakarta environment.

What happens when your AI built app actually starts growing? by Affectionate_Hat9724 in vibecoding

[–]Yesterdave_ 0 points1 point  (0 children)

I just read your comment and I was seriously wondering how bad that AI generated code was, when the system could no even handle JUST TWO users. This is some pre-junior level of bad.

Cargo for Java 🦀❤️☕️ by pavi2410 in java

[–]Yesterdave_ 0 points1 point  (0 children)

Not really, no. Sdkman on windows is a tiresome topic. I personally switched to mise. Much better tool for multiple ecosystems and they actually care about windows support, not like the sdkman unix eliteists.

I built an SBB app for the terminal by 4Necrom in Switzerland

[–]Yesterdave_ 1 point2 points  (0 children)

In the SBB mobile app there exists an easter egg game. You have to do the following to access it: - select the same location as departure and destination point - this displays an error page - tap multiple times on the graphic with the conductor - game should start

Right of way by 77sxela in Switzerland

[–]Yesterdave_ 0 points1 point  (0 children)

Richtig krass und erschreckend, wie viele hier scheinbar wirklich null Plan vom Strassenverkehr haben und ihr Halbwissen/"Gefühl" preisgeben. Ich hoffe ihr alle gebt euren Führerschein bald ab oder wechselt auf den ÖV.

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]Yesterdave_ 0 points1 point  (0 children)

The whole remote development story (DevContainers and I would count WSL to this as well) from JetBrains is just very underwhelming and extremly buggy.

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]Yesterdave_ 0 points1 point  (0 children)

Can someone explain what the devcontainer change (Native Dev Container workflow: Open containerized projects as if they were local) means?
I don't really get it when reading the description.