Middle ground: make it respect `prefers-reduced-motion` :)
en.wikipedia.org 10d ago
EN
HN user
hey
Middle ground: make it respect `prefers-reduced-motion` :)
I do like my GoPro (Hero 11). Good and robust hardware
I have the same model and hate it. Damn thing overheats constantly. It has never been able to do 4K60 for more than ~twenty minutes even with a full-blast AC vent pointed directly at it. It still overheats periodically when doing 1080P60 too, but a lot less often and usually only in situations where I am also uncomfortbly warm.
More than zero overheating is unacceptable though considering I have to notice it happened, turn it back on, dismiss the warning, and restart recording. Pic from literally just today, July 18th: https://ibb.co/chPq0N8g
The section I originally posted photos of is indeed in disrepair, but I came across a different section right at the northern end of the Tok Cutoff that is pristine: https://ibb.co/album/Z20r3Z (mile marker in photo)
I saw this IRL and did an actual double-take when I realized it was open-wire telephone (telltale conductor transposition pattern: <https://the-electric-orphanage.com/wp-open-wire-transpositio...>) and not an old railroad telegraph line like can be commonly found.
Honestly shocked that any of this is still standing. My pics: https://ibb.co/album/vhrp2x
See also:
- https://en.wikipedia.org/wiki/Alaska_Communications_System
- https://www.army.mil/article/282982/signal_corps_opens_commu...
“Beginning in the summer of 1942, the Signal Corps installed an open wire telephone line parallel to the Alaska-Canada Highway that was being constructed to connect military airfields and enhance the defense of the territory. Using mostly commercial crews, it was completed in just 15 months, despite requiring the setting of 95,00 poles in frozen ground and the stringing of 14,000 miles of wire.”
They also changed the way DRM works for digital games purchased after March 2026. It used to be a permanent license at purchase time and is now a temporary license that requires online check for the duration of the refund period with the claimed reason of combating “refund fraud”.
It's pretty hard for me to believe that going through the trouble to set up an entirely new Playstation account, buy a game, refund it, and have the dedication to stay offline forever to keep the game could possibly have been a widespread behavior. It will obviously be easy for them to ratchet that into online check required every 30 days once the current thing is out of the news cycle: https://kotaku.com/playstation-drm-ps4-ps5-support-30-days-o...
”If a tree falls in a forest”, U=U, etc. This is just FUD otherwise.
I just disable UAC. Yada yada bad practice yeah I know. I'm sick of constant slight annoyance due to hypothetical threat. If I get pwned I get pwned; hasn't happened yet lol
What even is Microsoft's strategy? Windows 11 requiring TPM, Secure Boot
Their goal is to help their OEM buddies sell new computers despite the fact that PCs have been “good enough” for a decade or longer, because those new PCs will come with Windows and the cycle is what keeps each one relevant.
Otherwise they'd risk being usurped, which almost happened circa 2006 with the one-two-three-four punch of GNOME2 (great UI), Compiz (‘wow’ factor that gets people to jump in and try it), OpenOffice-dot-org 2.0 (when OpenDocument Format was getting a ton of press), and Windows Longhorn/Vista being famously late-and-then-hated. Luckily for Microsoft, the Desktop Linux community decided to throw all that out with Wayland (which is Fine but set us back two decades) and GNOME3 which is irredeemable — *James Rolfe voice* what were they thinking??
SE(?) could be upgraded to 128mb ram
Probably an SE/30; vastly different internally than the original 68000 SE, more like a MacⅡx wearing a classic Mac shell. Great machine <3 https://en.wikipedia.org/wiki/Macintosh_SE/30
I like how “Update” has become corporate PR's favorite weasel word for headlines bearing bad news.
Imagine four balls on the edge of a cliff.
Say a direct copy of the ball nearest the cliff is sent to the back of the line of balls and takes the place of the first ball. The formerly first ball becomes the second, the second becomes the third, and the fourth falls off the cliff.
DOEPDMA works the same way.
You're the one being dishonest and ignorant comparing defeating DRM to something that is open from the start
I'm surprised they didn't just write it out as GNU IMP in the website, documentation, and about boxes. They could just leave the code alone and save themselves the trouble.
It's a math term whose meaning depends on the qualities of the other people around you, not a reference to any one particular set of characteristics: https://en.wikipedia.org/wiki/Normal_distribution
Those are not comparable at all, because cars also have humans inside.
Click the Pomni eyeball at the bottom center of the page. Screenshot for posterity: https://i.ibb.co/rJkpCWL/Screenshot-2026-06-19-at-18-07-55-d...
but when it comes to a tasteless house, criticism is elitist gatekeeping?
In the middle of a housing crisis, yes, it absolutely is.
Uhh, these are not humble middle class homes.
You misunderstand; the target audience for ”McMansion Hell” is not the people living in a ”McMansion” but those who have less than that and would aspire to more.
“McMansion” is just a way for The System to shame the middle class for daring to want some space to live in, and I'm disappointed when I see anyone propagate it.
The problem with web apps isn't that they're slow but that they enable the Room 641As of the world to spy on you, just by virtue of making network connections. Encryption doesn't even matter. Just behavior patterns are enough.
RE: Start Menu, the article does not mention or show the obnoxious “Personalized Menus” feature which is the one and only ‘must disable’ when I use Win2k. It triggers after some number of days and hides infrequently-used programs from the Programs submenu as a workaround for the menu growing large and unwieldy when many programs are installed, but IMO I think it's even worse than what it claims to fix.
Whoops, seems like that's related to their naming scheme change, and `ReleaseId` stopped incrementing after Windows 10 “2009” (2009 September) got renamed to “20H2”: https://vxtwitter.com/bytenerd/status/1395071115072966656
PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').ReleaseId
2009
PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVersion
24H2to "increase protection" for unspecified reasons
Everything old is new again https://devblogs.microsoft.com/oldnewthing/20041116-00/?p=37... (2004)
IIS has a legacy behavior inherited from the old DOS 8.3 filename convention.
Is this exposing the underlying OS's behavior coupled with the fact that the IIS document root is `C:\Inetpub` by default? Eight-dot-three filenames are enabled by default on the C drive but disabled by default on all other drives on Windows 10/11:
PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVersion
24H2
PS> fsutil 8dot3name query C:
The volume state is: 0 (8dot3 name creation is ENABLED)
The registry state is: 2 (Per volume setting - the default)
Based on the above settings, 8dot3 name creation is ENABLED on "C:"
PS> fsutil 8dot3name query U:
The volume state is: 1 (8dot3 name creation is DISABLED)
The registry state is: 2 (Per volume setting - the default)
Based on the above settings, 8dot3 name creation is DISABLED on "U:"Check back in 12 hours and my explanation will be here for you.
This is a good thing because it means I can sign something that will work if I own that hardware
The end-game is that people will willingly surveil themselves 24/7 on behalf of The System because that will be the only way to prove what they didn't do.
Yea verily, although it was a free street find in 2014 and not something I sought out because it was in the movie. Here she is: https://i.ibb.co/1YkhpHzv/Quadra700-Stack.jpg
My Quadra 700 has this too