HackerTrans
TopNewTrendsCommentsPastAskShowJobs

0x1d7

39 karmajoined в прошлом месяце

comments

0x1d7
·5 дней назад·discuss
Those charged by the AG in CA were charged with tax fraud. It was apparent that they were actively avoiding taxes based on recorded messages and fraudulent documents.

https://www.thedrive.com/news/california-is-done-with-rich-g...

> One defendant texted that another conspirator “made me provide a fake bill of lading which cost $200 but did allow me to pickup the Urus.”
0x1d7
·5 дней назад·discuss
But will this put a damper in ALPRs from reading cellular/bluetooth radios?

https://www.thedrive.com/news/license-plate-cameras-will-soo...
0x1d7
·5 дней назад·discuss
There isn't a source for it. Running SQL to sync Dynamics CRM contacts with Outlook was commonplace.

WinFS was no longer required due to market changes, beyond any engineering challenges. There was no need for WinFS when cloud storage came along, aka SkyDrive.
0x1d7
·6 дней назад·discuss
It takes a lot of energy to love a horse.
0x1d7
·6 дней назад·discuss
It’s all love and horses in Enumclaw.
0x1d7
·6 дней назад·discuss
It’s fortunate we’re on HN to easily identify this comment as sarcasm, but can you imagine being so ignorant as to believe this? What kind of brainwashing is required to think one could get an “abortion on demand” up to birth?

Truly such a belief could only come from the lowest IQ amongst humanity.
0x1d7
·7 дней назад·discuss
Very few games used WinCE.

I see this project as simply fun, like running NT on a Wii.
0x1d7
·7 дней назад·discuss
Windows doesn't kill.
0x1d7
·7 дней назад·discuss
Yes, you can but the fact that I have to do it makes for a poor system.
0x1d7
·7 дней назад·discuss
Windows will autogrow the page file (*swap file is separate from a page file in Windows; swap is exclusively for UWP apps) as needed.

It sounds like the application wanted to allocate contiguous regions of memory when none were available. That's a typical indicator of an 'early' OOM condition.
0x1d7
·8 дней назад·discuss
Windows will never overcommit. All pages are backed by physical memory or backing store.
0x1d7
·8 дней назад·discuss
Which, by default, is dumb for a presumably interactive system. Photoshop (or equiv) is going to be my "largest" process on a system. Because it's the one I'm interacting with.

Don't kill what I'm using.
0x1d7
·8 дней назад·discuss
> This doesn't solve the original issue and only masks the underlying problem.

You're moving goal posts. No, a page file doesn't solve the problem of a misbehaving application, but it does solve the problem of an app crash because no more VAS allocation can be made.

You should really dive into Windows Internals. Only misinformed gamers turn off page files.
0x1d7
·8 дней назад·discuss
Swap is not fast. Faster than it was, yes, fast, no.
0x1d7
·8 дней назад·discuss
Your argument falls flat when a page file can be multi-GB and automatically grow. And if your application admin was competent, memory monitoring would be part of the application monitoring stack.

An application that grows in such a way (besides having backing stores for memory-mapped files, as well) will often perform so poorly that it requires addressing (adding RAM, looking for application faults, etc).

A page file is insurance, one that can last you much longer than available system memory.
0x1d7
·8 дней назад·discuss
^

    The purpose of the system commit limit and commit charge is to track all uses of these resources to ensure they are never overcommitted — that is, that there is never more virtual address space defined than there is space to store its contents, either in RAM or in backing store (on disk).
- Windows Internals, 7th Edition
0x1d7
·8 дней назад·discuss
This is almost always a bad idea.

If no memory is available where a page file would make a difference, this leads to application crashes instead. A crash is (usually) worse than paging.

Certain applications, Photoshop being the historical example, will outright fail to run with no page file present.
0x1d7
·9 дней назад·discuss
Author doesn't understand that Azure services are run on top of Windows Server...
0x1d7
·11 дней назад·discuss
Another brain dead article.

32GB RAM is kind of the sweet-spot for gaming. For regular office work, sans all of the security software loaded on Windows by IT departments, yeah 8GiB has always been fine and is above the minimum system requirements.

It's too bad this reddit slop gets posted to HN. Really drives down the quality, here.
0x1d7
·11 дней назад·discuss
Or use a better source without any ads:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/...