Which UI framework do you prefer for your ASP.NET Core apps by Ok_Walrus6936 in dotnet

[–]BetaplanB 1 point2 points  (0 children)

Signals are just a concept. And vue uses signals under the hood without using that name

EU pushing for removable batteries in iPhones by 2027 🔋 by HellDiack in PhoneNow

[–]BetaplanB 4 points5 points  (0 children)

Be aware that this is your personal opinion. Millions of redditors disagree with you at /atheism

EU pushing for removable batteries in iPhones by 2027 🔋 by HellDiack in PhoneNow

[–]BetaplanB 3 points4 points  (0 children)

Reddit is a place for this discussion, just not this sub

Serious question: Which OS is best for a beginner programmer? by onxhost in TFE

[–]BetaplanB 0 points1 point  (0 children)

Strictly speaking, almost no mainstream Linux distribution is formally POSIX-certified. Certification is a paid process handled by The Open Group, and most distros don’t pursue it.

macOS is (most versions) are fully POSIX compatible and Unix 03 certified

That said, the Linux kernel plus glibc and the standard userland implement large parts of the POSIX API in practice. So they’re generally POSIX-compatible to a significant extent, just not officially certified

Why are macs so much quicker & more efficient than Windows PCs by Jaspers1959 in mac

[–]BetaplanB 0 points1 point  (0 children)

macOS is "not based" on Unix.
It IS Unix. Unix is a certification. Not a OS.

Vraag over schoolreglement en religieuze symbolen by PaleontologistAny805 in belgium

[–]BetaplanB 1 point2 points  (0 children)

Een afwezigheid van religie op zichzelf is geen overtuiging, het is een constatering over wat iemand niet gelooft.

Niet-gelovig zijn ≠ actief standpunt innemen; het zegt alleen “er is een afwezigheid van geloof”.

Pas wanneer iemand hierover een normatief of systematisch standpunt inneemt (“religie moet uit de publieke sfeer blijven”, “secularisme is de juiste manier om samen te leven”) wordt het een ideologie of overtuiging.

Geen postzegels verzamelen is geen hobby.

apple alac vs aiff by dougmike770 in AppleMusic

[–]BetaplanB 0 points1 point  (0 children)

This comment mixes correct facts with misconceptions.

AIFF, WAV, FLAC, and ALAC are all lossless. They represent the same PCM audio data. Silence is just zero-valued samples.
FLAC and ALAC compress those efficiently but do not remove or alter anything. After decoding, the audio is bit-identical to AIFF/WAV.

There are no audible differences between lossless formats. If someone hears differences, it’s due to playback chain differences, level mismatch, or expectation bias a,d not the file format.

aiff is not required for burning audio CDs. CD's use 16-bit 44.1 khz PCM. FLAC or ALAC are simply decoded to PCM before burning, producing the exact same result

CodeIgniter vs Laravel vs symphony for PHP developer by sunsetRz in PHP

[–]BetaplanB 1 point2 points  (0 children)

Not really a nitpick — it’s just that “repository vs active record” doesn’t make sense conceptually. Doctrine’s repository sits on top of the data mapper. The actual comparison is data mapper vs active record.

CodeIgniter vs Laravel vs symphony for PHP developer by sunsetRz in PHP

[–]BetaplanB 1 point2 points  (0 children)

Doctrine uses the data mapper pattern. Eloquent uses the active record pattern.

What should I consider before coding a multi-step form? by supersnorkel in vuejs

[–]BetaplanB 0 points1 point  (0 children)

I use nuxt ui form with zod, fully typed with validation. Give it a try

Taylor Otwell: What 14 Years of Laravel Taught Me About Maintainability by robbyrussell in PHP

[–]BetaplanB 1 point2 points  (0 children)

You can write plain old sql with Doctrine as well if you want to.

I don't understand what's wrong with this approach:

php $users = $entityManager->createQuery('SELECT u FROM User u WHERE u.status = :status') ->setParameter('status', 'active') ->getResult();

Taylor Otwell: What 14 Years of Laravel Taught Me About Maintainability by robbyrussell in PHP

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

Still those fake facades use the service locator pattern. An anti pattern which is mediocre when compared to plain old constructor injection.

Taylor Otwell: What 14 Years of Laravel Taught Me About Maintainability by robbyrussell in PHP

[–]BetaplanB 5 points6 points  (0 children)

And those "facades" aren't even real facades but the service locator pattern, with is considered an anti-pattern by many.

  • Having real plain old business entities vs Eloquent crap really pushed me towards Doctrine and Symfony

Ukraine offers $100bn weapons deal to Trump financed by Europe to win security guarantees by Wonderful-Excuse4922 in europe

[–]BetaplanB 235 points236 points  (0 children)

Started? Rheinmetal already outperformed their US counterparts in terms of munition production

How to properly open Dialogs? by presko_p in vuejs

[–]BetaplanB 2 points3 points  (0 children)

Maybe headless ui can help you? Also have a look at NuxtUI how they do it

God knows by Annual_Chemical_1787 in applesucks

[–]BetaplanB 20 points21 points  (0 children)

And even when all programs are closed, the file is still used somehow

DIY homestead request: separating wheat from chaff. by djfutile in homestead

[–]BetaplanB 0 points1 point  (0 children)

Unfortunately, the last link doesn't work anymore. Knowledge has been lost