Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Uvix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Uvix
19d ago
I can't imagine anybody switching to ADO from GitHub. Microsoft has made clear that ADO is on life support, and are slowly stripping features out like public repos. I look forward to when GitHub Actions has feature parity with Azure
2.
▲
by
Uvix
21d ago
We have the expertise. We don’t have the interest in fighting our internal “security” teams to keep running VMs.
3.
▲
by
Uvix
1mo ago
With hard disks, I could see reading the compressed version from disk and decompressing giving you the bytes faster than reading the uncompressed version. With SSDs that advantage likely went away.
4.
▲
by
Uvix
1mo ago
The FAQ reads as "not yet", not "won't". This is second-hand but my impression is that publishing patches through GOG is not as easy as through other platforms (possibly because of their need to build new installers
5.
▲
by
Uvix
1mo ago
You can but having to hook it up to a mouse and keyboard and monitor every time I want to install new games from not-Steam would be a pain.
6.
▲
by
Uvix
2mo ago
We can do that on our developers' machines no problem, but there still needs to be a place for QA to do their testing.
7.
▲
by
Uvix
2mo ago
Target as well. It was one thing when it was just Amazon acting as a sketchy third party storefront, but now everybody’s doing it.
8.
▲
by
Uvix
2mo ago
I haven't found digital signage displays with the same brightness for HDR content, or variable refresh rate support.
9.
▲
by
Uvix
2mo ago
Interdiction at the ports is the buyer's problem, not the seller's. Kidnapping people because of their employer sounds like a great way to lose tourism permanently.
10.
▲
by
Uvix
2mo ago
It’s sustainable at $1/month at current costs, but those costs will go up over time. The subscription price could be raised accordingly but they can’t go back and ask for an inflation adjustment from people who bought it.
11.
▲
by
Uvix
2mo ago
Per your link, Sony will soon be disallowing new purchases, but has not set a date for disallowing downloads of existing purchases.
12.
▲
by
Uvix
2mo ago
Amazon may not be going away tomorrow, but they have form for disallowing redownloads of old ebook purchases. If you dared to buy ebooks from them pre-Kindle, you can't access them anymore. If you hold onto your Kindle devices for too
13.
▲
by
Uvix
2mo ago
Only additional third-party DRM is listed there, not Steam's own DRM.
14.
▲
by
Uvix
2mo ago
Until Steam starts telling me before I buy which games have their DRM and which doesn't, they belong in the same category as Sony and Microsoft.
15.
▲
by
Uvix
3mo ago
Just as you can download old games on Steam for now. Either will pull the plug whenever they want.
16.
▲
by
Uvix
3mo ago
Sony wouldn’t see any benefit from switching to game key discs. Nintendo introduced them to save on manufacturing costs, but game key discs wouldn’t give Sony any additional market or reduce costs any; they’d only shrink the physical market
17.
▲
by
Uvix
3mo ago
You can still download games for PS3 and Vita after they stop selling them. It’s no different from how Steam no longer sells some titles it used to.
18.
▲
by
Uvix
3mo ago
Or they’ll just stop “selling” copies in those territories and only allow short-term rentals or monthly subscription services.
19.
▲
by
Uvix
3mo ago
Don’t jurisdictions generally offer ID cards for non-drivers that are functionally equivalent for ID purposes, you just can’t drive?
20.
▲
by
Uvix
3mo ago
Some people don’t want to carry two devices and prefer BYOD, even if the company offers a work phone.
21.
▲
by
Uvix
4mo ago
Wait, I thought one project = one assembly, so you would never have "types in assemblies in the same project which the current assembly depends on". Should that be same solution instead of same project ?
22.
▲
by
Uvix
4mo ago
It seems trivially simple until you have two dependencies with conflicting exact version requirements... So I don't think you can get rid of floating versions entirely. They did add NPM-style lockfiles for PackageReference, but curre
23.
▲
by
Uvix
4mo ago
But just the dependency list isn't sufficient to pick a specific version, thanks to dependency ranges. If Package A depends on Package B >= 1.0, and Package B has v1.0 and v1.1 available, it will use v1.0. But if Package B suddenly
24.
▲
by
Uvix
4mo ago
NuGet is lock-by-default for the parent package, but with the move from packages.config to <PackageReference> it's no longer lock-by-default for dependencies.
25.
▲
by
Uvix
4mo ago
Could be worse. It’s finally gone now but I believe that my employer used VS6 as late as 2025.
26.
▲
by
Uvix
4mo ago
It’s the opposite - if a 12-year-old thinks it’s cool it probably needs a rethink.
27.
▲
by
Uvix
4mo ago
Amazon.jp does ship everywhere, but their international items use a separate warehouse, and sometimes items are only stocked in the domestic one(s) and are unavailable for international shipping.
28.
▲
by
Uvix
4mo ago
“It sounded good.” https://devblogs.microsoft.com/oldnewthing/20211214-00/?p=10...
29.
▲
by
Uvix
4mo ago
That makes sense. Thanks for explaining!
30.
▲
by
Uvix
4mo ago
Why not leave your functions but have them invoke the libraries instead?
More ›