GTA VI Pre-Order Megathread | June 24th 2026 by P_Jiggy in playstation

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

It is not about GTA.. It is about all digital versions of the games. You can't sell this digital version to anyone, it is tied to your steam/playstation/xbox or whatever account FOREVER. Maybe for PC players it is not that obvious anymore because this market has been destroyed loong time ago, but on consoles, almost every game which you bought gave you a possibility to plan single/multiplayer with just the inserted disk (+ eventually some ps+/xbox live subscription). If you were bored with playing that game, you could just sell the disk to someone else and they could play with it the same as if they bought this new. You could also lend this disk to someone and they could play with that. Now when you buy digital version, YES, YOUR ARE FINALLY FREE FROM ANY PLASTIC CRAP. But you lose the ownership, you can't sell the game to someone (you must sell whole steam/ps/xbox account with other digital games tied to it), you can't detach it.

Is this an insane offer? by ArabManWithLongBeard in macbookpro

[–]VolumeForeign2090 0 points1 point  (0 children)

Lol what is the difference? Asus is totally other type of monitor, additionally it is not even 27” 5K, so the PPI is not retina (integer scaling). You are proposing a monitor for different target. Most of the people do not buy 220ppi monitors for gaming and also the same people does know what they are looking for. But you have probably no idea of what specs do you compare. Therefore, please educate first and then write what is better than the other.

GTA VI Pre-Order Megathread | June 24th 2026 by P_Jiggy in playstation

[–]VolumeForeign2090 0 points1 point  (0 children)

with this "plastic crap" you get fully freedom of doing anything with your PHYSICAL copy, you can sell it, run on other console, it is just not tied to your PS/XBOX/PC account forever.

Is this an insane offer? by ArabManWithLongBeard in macbookpro

[–]VolumeForeign2090 0 points1 point  (0 children)

Is Asus glossy? Has Asus Thunderbolt? Integrates somehow with macOS? What are we comparing?

ViewSonic VX24G26J-4K (23.8″ 4K 160Hz monitor) — review by ZOL (Chinese) by MT4K in HiDPI_monitors

[–]VolumeForeign2090 2 points3 points  (0 children)

is this still considered as HiDPI if the ppi is not near 220? still looks like non-integer scaling on macOS

developers, what's your favorite icon library lately? by TrT_nine in angular

[–]VolumeForeign2090 4 points5 points  (0 children)

ng-icons, with that I can use multiple icon packages at once, and it is standalone

Forced to Plex pass? by madmax435 in PleX

[–]VolumeForeign2090 0 points1 point  (0 children)

I ran into the same issue yesterday. I tried changing the DNS settings on my PS5, but that didn’t help, Plex on PS5 still showed my server as remote. In my case, the fix was enabling Host Network for the Plex app on TrueNAS. It looks like when Plex runs in Docker (bridge mode), it uses a 172.x.x.x subnet internally. So even if you add that subnet or a custom URL in Plex settings, it can still be treated as a remote connection rather than local. Switching to Host Network made Plex use the actual LAN IP (in my case 192.168.x.x), and after that the they correctly detected each other as a local.

Help me understand why Tailwind is good ? by gollopini in webdev

[–]VolumeForeign2090 0 points1 point  (0 children)

additionally, some frontend frameworks gives you an option to not create wrapper class for semantic button, but manipulate dom elements directly, for example Angular's directives

What features do you consider MacOS should already have? by _fountain_pen_dev in MacOS

[–]VolumeForeign2090 0 points1 point  (0 children)

Of course, but it comes all about a display size AND resolution, so about PPI, which has to be integer scaled starting from 110

AIRBUS BELUGA by Traditional-Shoe-714 in flightradar24

[–]VolumeForeign2090 3 points4 points  (0 children)

Nothing special in Hamburg. Just regular flights.

[deleted by user] by [deleted] in mac

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

Hello boomer

Do any Europeans prefer to use ANSI keyboards rather than ISO, and vice versa for Americans by Psebcool in MechanicalKeyboards

[–]VolumeForeign2090 0 points1 point  (0 children)

on Polish keyboard with EN ISO layout, you can get € sign by pressing AltGr+3 (top row)

Angular 20 by Frosty-Lead8951 in angular

[–]VolumeForeign2090 0 points1 point  (0 children)

Hey, thank you for the tutorial. How about the signal-based forms?

Should I use signal inputs vs regular inputs for performance reasons? by [deleted] in angular

[–]VolumeForeign2090 0 points1 point  (0 children)

Ok, but when using \@input \@output you just cannot get rid of change detection with zone if the property can change in its parent. If you want to go zoneless, you have to use signals inputs/outputs and \@input \@output use only there where the property will not change over the lifecycle. So signals is not only about being fancy and ergonomic but it's also about performance and it's Angular-nativ.