HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nxc18

4,126 karmajoined 10년 전

comments

nxc18
·7시간 전·discuss
Is that true or does it only feel true because they nerf the old models just before every major release?
nxc18
·어제·discuss
Even something as simple as buying a movie ticket can require submitting a name using only Japanese characters.
nxc18
·3일 전·discuss
If you can’t read, you can’t write, and if you can’t write, you can’t think.

Depending on your place in the class hierarchy, and the orientation of your moral compass, this may or may not be a good thing.
nxc18
·4일 전·discuss
I don’t think Phil had any other options while existing under Satya and a relentless push to services revenue. If Windows can’t make a case for itself without moving heavily to services (advertising and pushing 365, primarily), how could Xbox?

I’m not really sure how the C-suite is escaping blame here.
nxc18
·9일 전·discuss
Seatbelts and airbags sometimes kill people, too. Sometimes people die in unlucky ways.
nxc18
·15일 전·discuss
People for some reason forget that for most election apps you can run it in a browser tab and avoid almost all of the overhead.

You can run slack, teams, outlook, Spotify, figma, and just about everything else in a browser tab; you get Linux support for free and you are only running one browser instance.
nxc18
·16일 전·discuss
I was really disappointed that air cleaning didn’t take off after Covid. Super disappointing to see society just collectively decide to not learn any lessons.

Even if there were no mortality or productivity benefits, you’d think cutting down on cold and flu would be sufficient motivation on its own. Especially in schools and other high risk places.

Kudos to these people.
nxc18
·18일 전·discuss
Does it? Do people actually play those games? I thought people just liked buying them and never playing the vast majority of them.
nxc18
·18일 전·discuss
Console stores also have sales. Often with pretty huge discounts. I just bought a bunch of games on Xbox in the 1-5 dollar range. I see similar sales on PS5 all the time.
nxc18
·23일 전·discuss
They fired all of their SDET, eliminated the SDET role/discipline, and made SDEs responsible for quality and shipping their features, a major conflict of interest.

This happened ~2014/2015.

https://newsletter.pragmaticengineer.com/p/how-microsoft-doe...
nxc18
·23일 전·discuss
True, those things make Windows unusable. They also make the Mac worse, but not so much worse that it isn’t an absolute breath of fresh air compared to any corporate provided Windows device.
nxc18
·27일 전·discuss
Try using any demo app from their user showcase on web.
nxc18
·지난달·discuss
GitHub enterprise is getting worse release after release. Cloud demand/usage spike is just an excuse.
nxc18
·4개월 전·discuss
Loads, the various attempts to overthrow the Weimar Republic for one, but many smaller, like the Impresa di Fiume.

Maybe not “for fun” but largely for justifications that pale in comparison to the suffering they unleashed.

Americans ready to go to war because eggs and gas are too expensive, or their trans teen’s top surgery was delayed, might be making similar mistakes. But Americans are good at making mistakes, perhaps supernaturally gifted.
nxc18
·4개월 전·discuss
> Nobody starts a revolution for funsies

They definitely do, see the 1900s.

I think modern day Americans do not understand how bad war is because they’ve been engaged in it for nearly 30 years continuously without directly feeling the consequences.
nxc18
·4개월 전·discuss
I think it counts as effectively unhackable since it remained unhacked until five and a half years after its successor went on the market.

I wonder if, assuming they continue making Xbox, they find a way to mitigate this in the next generation.
nxc18
·5년 전·discuss
Indeed, the Windows Research Kernel itself is on GitHub. Kind of amazing that Microsoft is hosting their own pirated OS kernel.

https://github.com/cnsuhao/Windows-Research-Kernel-1
nxc18
·6년 전·discuss
That's nice and great advice for parents who can afford that. Unfortunately most parents aren't in a position to do that.

I know my parents growing up would have been in a world of hurt if they had to home school - it was hard enough making ends meet as it was.

This situation is going to really entrench and amplify socioeconomic inequality - for the first time in generations we could see a world where only the very wealthy/privileged are able to give their kids a good education.

FWIW 'leave of absence' isn't really a concept for many, many jobs.
nxc18
·9년 전·discuss
All of those places will pay just as much for (as well as hire far more of) enterprise Java/Go/HTML/JS code monkeys There's nothing wrong with that, but picking 5 companies with their hands in damn-near anything is disingenuous.
nxc18
·9년 전·discuss
For sure, and Windows is not a microkernel, but it does have separated kernel-in-kernel and executive layers; it would approach being a microkernel architecture if the executive was moved into userland. This is similar to how macOS would be a microkernel, if everything wasn't run in kernel mode (mach, on which it is partially based, is a microkernel).

Of course the issue here is that after NT 4, GDI has been in kernel mode; this is necessary for performance reasons. Prior to that it was a part of the user mode Windows subsystem.

I'd be curious to see if GDI moved back to userland would be acceptable with modern hardware, but I suspect MS is not interested in that level of churn for minimal gain.