Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lefty2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
lefty2
5y ago
I'm surprise people say it had gory videos. I've being watching Liveleak for the last year. There were hardly any videos with violence and gore. The videos could be classified into 4 categories: traffic accidents, drunk/stone
32.
▲
by
lefty2
5y ago
Strange. I never reboot, only use hibernation. I've been doing that for years and never had any problem.
33.
▲
by
lefty2
6y ago
> Vulkan is way too much for most indies I would not say that at all. The biggest disadvantage of Vulkan is that it doesn't support old GPUs
34.
▲
by
lefty2
6y ago
Betteridge's law of headlines: "Any headline that ends in a question mark can be answered by the word no."
35.
▲
by
lefty2
6y ago
So once everyone switches to Signal, Facebook just gets out the checkbook and buys Signal... rinse and repeat
36.
▲
by
lefty2
6y ago
I better check it out then. Thanks.
37.
▲
by
lefty2
6y ago
but what if you aren't using Qt?
38.
▲
by
lefty2
6y ago
I agree totally. No one else has ever been able to make a debugger as good as Visual Studio. That's why I do all my core development work on Visual Studio, and only use XCode / code blocks for testing on Mac/Linux.
39.
▲
by
lefty2
6y ago
Does it have a step by step debugger with automatic variable visualisation? If it had that feature then it would be a killer ide for c++.
40.
▲
by
lefty2
6y ago
> Ireland, Luxembourg and certain other countries are complicit in this Most people don't realise it's US tax law which allows US companies to defer paying taxes on foreign profits indefinitely. Without that law there' wou
41.
▲
by
lefty2
7y ago
There is very little known about this particular case - for instance what testing procedure were they using. It could be that the first test gave a false negative, or the second a false positive.
42.
▲
by
lefty2
7y ago
Yes, the hyperscalers who received early samples all rolled out EPYC deployments - but that was still a small amount of the market. The simple fact is the server market moves slowly - server roll outs are planned a year in advance, so you n
43.
▲
by
lefty2
7y ago
A single Xeon has only 48 PCIe lanes which normally is not enough. So, you should really be comparing price of a dual Xeon system with the equivalent single socket AMD solution
44.
▲
by
lefty2
7y ago
Doesn't look like a washing machine to me.
45.
▲
by
lefty2
7y ago
I wonder if Boeing could have edited the documents before passing them on the authorities, or even "losing" some emails, if there was something really incriminating.
46.
▲
by
lefty2
7y ago
Don't be too sure. Even the paper tea bags have been found to contain plastic: https://www.irishcentral.com/culture/food-drink/barrys-tea-p...
47.
▲
by
lefty2
7y ago
No, it was actually the CX-6057 Flying Egg https://www.amazon.com/WayIn®-CX-6057-Flying-2-4GHz-Control/...
48.
▲
by
lefty2
7y ago
People may not realise that Boeing was depending on a October return to service for the 737. If that doesn't happen it has to shut down it's production line and that's going to be expensive. They had put a lot of pressure on
49.
▲
by
lefty2
7y ago
Airbus can always just increase production if the demand was high enough
50.
▲
by
lefty2
7y ago
Cooking rice that way makes it taste worse. Better to use rice that doesn't have arsenic in it in the first place. Asian grown rice has the lowest amount of arsenic: https://nutritionfacts.org/video/which-brands-an
51.
▲
by
lefty2
7y ago
You're assumption that it'd move server side is incorrect. It would simply disappear. When you use a javascript library the browser has to process and load all the functions in the library, even the functions that aren't used
52.
▲
by
lefty2
8y ago
it's $550 million lost revenue in 1Q, which is recognised in 2Q instead. The loss for the whole year is $66M
53.
▲
by
lefty2
8y ago
Source code is available here in case anyone's interested: https://github.com/plasma-umass/Mesh
54.
▲
by
lefty2
9y ago
No. "We asked several questions about the deployment, such as the Azure locations that will be EPYC enabled as well as which EPYC-specific security features are in use on the Azure platforms. Deployments in specific datacenters are not
55.
▲
by
lefty2
9y ago
The obvious solution is to change the c++ specification so that you can modify an inline function without requiring a recompile of every file where it's included
56.
▲
by
lefty2
9y ago
If you really want to it to be faster get rid of the DOM. Most projects that use a parser just transfer the data from the DOM into project specific data structures. You save memory and performance if to transfer directly the data into proje
57.
▲
by
lefty2
9y ago
Also, if you're installing a new machine you have to connect to the internet to get the latest updates. There's a good chance that WCry gets on the machine before, Windows update has a chance to install the patch. Windows update i
58.
▲
by
lefty2
9y ago
It doesn't sound too minor to me. It was 20% of windows explorer. But the worrying thing is that it's indicative of sloppy software development. If this basic stuff slips through, what else slips through as well?
59.
▲
by
lefty2
10y ago
I think you hit the nail on the head. My motto for developing code is "make it simple as possible, but no simpler". Whoever, created a design that used 18,000 classes did not follow that rule.
60.
▲
by
lefty2
10y ago
It is a problem. The class names don't fit in the class browser window, which means you have constantly be resizing it to read the end of the class name.
More ›