Viewing profile — E6300
E6300
HN member- Joined
- Fri, Apr 22, 2016, 5:25 AM UTC
- HN karma
- 213
- Public activity
- 198 items
- HN profile
- View on Hacker News ↗
About E6300
No profile information was provided.
Recent public activity
-
comment
Comment #14812832
I'm talking about weight loss, not overall health.
-
comment
Comment #14812795
The only diet that works is caloric restriction. You can follow any fad diet you want, but if you don't expend more calories than you ingest you're not going to lose weight. Replac…
-
comment
Comment #14812655
Well, fat certainly is worse than carbs, as far as weight loss is concerned. Fat contains twice the calories per gram compared to carbohydrates or protein, that's why things like c…
-
comment
Comment #14806315
> When you start Firefox two times in a row, the dialog "Firefox is already running, please close the running instance" or something like this pops up. On Windows, this only happen…
-
comment
Comment #14805448
Only you need a volume license for that, and if you have the dough to spend on that, presumably you'd get a higher-specced CPU.
-
comment
Comment #14798710
Yeah, since Windows Vista/7, when Documents and Settings was moved to Users, the system creates new user directories with a bunch of symbolic links/junctions that don't seem to be …
-
comment
Comment #14774874
You are again conflating high bandwidth and low latency. > So to not be memory bound you need to run an extra 15 times more instructions... without adding any cache misses, just to…
-
comment
Comment #14774555
An application being cache-unfriendly doesn't imply that it will be bandwidth-bound. If the application reads single words from random locations it will be cache-unfriendly and lat…
-
comment
Comment #14774444
For all the cases you mention, the critical factor is the product of the average transaction size and the transaction count per second. As long as this value is smaller than the RA…
-
comment
Comment #14774205
The only situation where I imagine that could happen is if you need to apply a small number of instructions to a massive data set that's fully loaded in memory. What sort of applic…
-
comment
Comment #14774185
> A quad channel system will have twice the throughput of a 2 channel because there can be twice as many cache misses being handled at once. Sure, that's the theory, but in practic…
-
comment
Comment #14773717
Are there any applications that are RAM bandwidth-bound, though? The main bottleneck is supposed to be RAM latency. Going from single channel to dual channel offers like an 8% perf…
-
comment
Comment #14773700
VT-x and VT-d are definitely not on AMD. AMD has its own versions of these sets that do basically the same, though, and AFAIK all hypervisors support both.
-
comment
Comment #14764093
> difference between fiction and non-fiction Wait, was that actually part of a curriculum? Surely if you know what "fiction" and "non-" mean you can understand the difference betwe…
-
comment
Comment #14747140
I know I'm gonna get downvoted for saying this, but this is kinda dumb. Might as well look for Dyson spheres by looking for gravitational lensing around dark spots in the sky.
-
comment
Comment #14745778
I do a lot of work in local VMs (testing in clean environments, debugging drivers, etc.), and those can take up quite a bit of room.
-
comment
Comment #14739097
If the times claimed by the developers are true, then it just tells me that BSD was the correct choice of license, as otherwise zapcc might not have happened. A world with a lot of…
-
comment
Comment #14737204
It's because the 7-Zip file manager first extracts to %temp% and then copies (not moves) to the drop location. If you use the regular extract function it extracts to the destinatio…
-
comment
Comment #14732276
It's so annoying that I can't use the arrow keys to scroll. Only Page Up/Down or the mouse.
-
comment
Comment #14713409
I think the sound is generated locally. Check out the page source, which contains the JS I think is responsible for generation (I haven't checked in detail).
-
comment
Comment #14712209
It's a shame that the meows in the "meow-y" setting are just regular meows, not purry meows (as in, meowing and purring simultaneously).
-
comment
Comment #14711319
Yeah, I would have at least ran some kind of similarity search on the output. Without that check it's impossible to know if this is actually doing anything.
-
comment
Comment #14704740
I don't know if that's true or not, but if the penalties described in that article are accurate, I'd say the penalties for killing someone with a vehicle, either from recklessness …
-
comment
Comment #14704051
> drivers who accidentally hit a pedestrian are actually incentivise to backup to make sure to kill the pedestrians Why?
-
comment
Comment #14697853
> Glucose is a ubiquitous fuel in biology. It is used as an energy source in most > organisms, from bacteria to humans, through either aerobic respiration, > anaerobic respiration,…