Viewing profile — rcxdude
rcxdude
HN member- Joined
- Sun, May 08, 2011, 4:25 PM UTC
- HN karma
- 10,580
- Public activity
- 4,660 items
- HN profile
- View on Hacker News ↗
About rcxdude
No profile information was provided.
Recent public activity
-
comment
Comment #49225960
Well, why run both a well-behaved, easily identifiable bot that probably already gets them all the data they need (they seem to be spending most of their time and money on getting …
-
comment
Comment #49225226
A buggy big ball of mud that does mostly the right thing is still going to beat a high-quality, carefully architected solution that reliably does the wrong thing, though. And for a…
-
comment
Comment #49225047
Sounds like a typical retention/signing bonus, except structured so that you get the bonus up front and pay the tax later. The main question I would have is whether people who took…
-
comment
Comment #49225015
I would guess you would owe some agreed value of the PC at the time you received it.
-
comment
Comment #49224887
The question is, even if you identify who is the source of the traffic, are they even in a place where you can realistically sue them? The problematic traffic generally is not the …
-
comment
Comment #49224754
Well, those companies have bots that identify themselves, and you can see what they're doing. Google especially have decades of experience of designing scrapers and seem to be able…
-
comment
Comment #49209049
The point is that it's not a credible resource, and one or two point corrections from randos who can see some of the errors are not likely to change that.
-
comment
Comment #49208902
The argument I think is that the share could be lower if the nuclear plants were kept running (broadly, based on your numbers, it could be less than 20% in 2025). Whether that woul…
-
comment
Comment #49208398
You can rephrase it as the demand curve times the price (i.e. total spend on something vs the price) sometimes has a slope of less than -1.
-
comment
Comment #49208387
Not exactly, unless you still wind up eating the larger jars at the same rate as the smaller ones.
-
comment
Comment #49208335
Maybe, but these thieves might do more damage than just needing to replace the phone. Some of them will attempt to use the information on it for extortion or blackmail (which is wh…
-
comment
Comment #49208011
Generally, other atomic clocks. The fact they they tick consistently compared to each other is the main thing (though at these scales, you need to account for time dilation!).
-
comment
Comment #49203049
Eurocircuits is the closest equivalent I've used. Notionally 2 weeks PCB fab and assembly (but don't always meet this), and they can stock your parts in advance (though I don't kno…
-
comment
Comment #49200295
I would consider that more honest than more of a problem.
-
comment
Comment #49199291
If you read the fine print of most commercial software you'll see some language to a similar effect. When's the last time Microsoft got sued due to an outage caused by a bug in Win…
-
comment
Comment #49194764
There's a lawyer in this thread explaining that quite likely a crime was not committed, because intent matters quite a lot in criminal law.
-
comment
Comment #49194740
What exactly you are liable for in that case varies significantly with the details of the incident, both in terms of what you intended to happen and what you knew about what could …
-
comment
Comment #49194733
Yes, but generally this falls below criminal liability.
-
comment
Comment #49180263
Out of curiosity, which languages? The equivalent operations for C and C++ do generally involve a lot of arbitrary code execution to do the build, for example, they just don't have…
-
comment
Comment #49180186
doesn't nixos still have execution hooks when you actually activate a package to use it? Arguably it's just separating the download and install steps (which I do agree, every packa…
-
comment
Comment #49179271
>In most sane environments, like for example native languages, this is already the case. Installing a node package is much more like compiling a dll, not downloading it. The same i…
-
comment
Comment #49175792
idk, this kind of thing is a "what if everyone did it?" kind of thing. It just results in the whole channel turning to noise. But then I have developed pretty significant banner bl…
-
comment
Comment #49172649
Always has been, arguably. Either way I don't think most people have their CI configured to automatically re-run when a dependency updates (imagine the thundering herd!), the compr…
-
comment
Comment #49172449
Defence in depth is not just 'throw anything in that might improve security' though. The idea is to have multiple strong layers, not a hundred half-measures that are all easily byp…
-
comment
Comment #49171534
If you need quick responses to such things, you're gonna need some intelligence in the loop regardless, even if it's just deciding when it's worth pushing a new release to prod.