Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwaway812
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
throwaway812
11y ago
> Are there any resources that talk about what is a safe number of satellites for different altitudes and the effects of space pollution? Lots . It tracks radius squared, if not cubed. As altitude gets large (which you need for orbit
2.
▲
by
throwaway812
11y ago
The words you are looking for are "losing" and "rogue."
3.
▲
by
throwaway812
12y ago
Given that protecting the source IP is not a goal (keyspace is far too small for that), why use something like MD5 when something like CityHash or MurmurHash3 would do?
4.
▲
by
throwaway812
12y ago
Competition with what? Windows, OS X? Xorg? Edit: Can't seem to reply to child, but Mir isn't really a credible competitor (See: http://aseigo.blogspot.com/2014/03/more-on-why-display-serve... . Unfortun
5.
▲
by
throwaway812
12y ago
Tarsnap?
6.
▲
by
throwaway812
12y ago
Maybe OP means the C# standard library is richer... I'd believe that.
7.
▲
by
throwaway812
12y ago
Presumably the person dumping names and emails (PII/PID) on pastebin has little regard for gag orders. (And no motivation not to reveal such an order, if proof were readily available.)
8.
▲
by
throwaway812
12y ago
Awesome, looking forward to that day :). Keep up the great work.
9.
▲
by
throwaway812
12y ago
If they had evidence of that, why wouldn't they have pasted it as well? I'm assuming it's baseless speculation. Btw, has anyone actually confirmed any of these emails / names are real? I have a coinbase account and am no
10.
▲
by
throwaway812
12y ago
How? They still have gobs of principal lying around making gains. Unless you mean it will help enable more progressive taxation and income redistribution via the federal government?
11.
▲
by
throwaway812
12y ago
GPLv3 doesn't see very widespread use. Fedora tracks licenses on a package by package basis. You can fairly easily determine what the license of a library you use is, and recursively examine dependencies to see if there is something ob
12.
▲
by
throwaway812
12y ago
The last time I looked at upb, it only supported parsing, which was a deal-breaker. Have you implemented serializing since then? It's hard to tell from the git log, which is mostly "dump from google internal sources XX-YY-ZZZZ&quo
13.
▲
by
throwaway812
12y ago
Yes, sure. GDB-level debugging of Python programs, without something like Pyringe, is pretty useless. So I am excited for the Python-level tool for debugging Python.
14.
▲
by
throwaway812
12y ago
> The ports selection in FreeBSD is second to none. Linux has nothing close. [citation needed]. If you mean Linux-just-the-kernel, sure? But that's not really comparable. Every Linux distro has a collection of 3rd-party packages; ne
15.
▲
by
throwaway812
12y ago
As long as we're talking about professionals, Usain Bolt can sprint at 27 mph, well above 10 mph :).
16.
▲
by
throwaway812
12y ago
This is super cool. With C programs, you can already attach gdb to a running program and start debugging, without starting the program under the debugger. Before pyringe, you couldn't do the same with Python. This will be very helpful
17.
▲
by
throwaway812
12y ago
If you try to work on a console in such a mode, it's really spammy and interferes with ... everything. I bet you could get something similar with /dev/console and minicom, or something similar.
18.
▲
by
throwaway812
13y ago
Thanks for explaining, this is new to me. Sounds like the situation was just less bad than the video makes it out to be :).
19.
▲
by
throwaway812
13y ago
Why doesn't the pilot eject and let the plane crash? Is the plane more valuable than the pilot's life? (A damaged plane, no less.)
20.
▲
by
throwaway812
13y ago
If you think you're safe: it's the same thing with Linux. Yes, good distros sign their blobs and you can probably verify that with builtin tools. However, consider how distros generate their signed binaries: 1) A packager download
21.
▲
by
throwaway812
13y ago
The logic at the end is still in parody mode. Flawed is the point.
22.
▲
by
throwaway812
13y ago
I agree with the sentiment, but I think your facts are a bit off and reflect HN insularity. The median 33% household income ("middle class") in the US is $30,000 to $62,500 ( household ). Even if you are the sole earner in your ho
23.
▲
by
throwaway812
13y ago
GP made no claims about antibiotics and viruses. (S)he was simply going on a tangent about the problems with the anti-vaxx folks.
24.
▲
by
throwaway812
13y ago
Yes, so there's absolutely no reason to use it if you're primarily targeting Linux.
25.
▲
by
throwaway812
13y ago
The library may work, but Grand Central Dispatch, which is the whole point, is really an OS X thing. BSD may have adopted it, not sure. I'm pretty that confident Linux has not.
26.
▲
by
throwaway812
13y ago
Yes, >20% is viable for Software Devs. Ask someone making minimum wage with no benefits to save more than 20% of their income and they will laugh at you.
27.
▲
by
throwaway812
13y ago
Functionality: Well, libdispatch doesn't really work outside of OS X, and this is primarily targeted at Linux server apps. I can't comment on performance.
28.
▲
by
throwaway812
13y ago
Did you publish the source anywhere, and if not, are you willing and able to? I'd love to see it.
29.
▲
by
throwaway812
13y ago
Just read from `/dev/urandom` (free Unices). It doesn't require any 3rd party libraries, always exists, and has a great track record compared to e.g. OpenSSL. <editorializing>On Windows (or proprietary Unix), you can&#x
30.
▲
Hack: Improving XML bad-character filtering performance by 10x (Qt4)
(gist.github.com)
2 points
by
throwaway812
13y ago
|
0 comments
More ›