Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
radialbrain
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
radialbrain
6y ago
There's also dl, which supports creating single use links for third parties to upload files: https://www.thregr.org/~wavexx/software/dl/
2.
▲
by
radialbrain
8y ago
Have you seen https://www.raptorcs.com/TALOSII/ ? Typing this on my own right now.
3.
▲
by
radialbrain
8y ago
More informative / less sensationalized link: http://avherald.com/h?article=4b9da5b2&opt=0
4.
▲
by
radialbrain
9y ago
DL ( http://www.thregr.org/~wavexx/software/dl/ ) allows users to upload files and send links out, or users to generate links ("tickets") that others can use to upload files.
5.
▲
by
radialbrain
9y ago
Typing this on an LED SXGA X61, you want: https://people.xiph.org/~xiphmont/thinkpad/led-kit.shtml No banding on the bottom, accurate colors, and great brightness.
6.
▲
by
radialbrain
9y ago
The avherald article has a slightly more factual account of the event (with links to the ATC recording): https://avherald.com/h?article=4ab79f58
7.
▲
by
radialbrain
10y ago
Not that I'm aware of, but I believe HPX is mostly standards compliant: https://github.com/STEllAR-GROUP/hpx
8.
▲
by
radialbrain
10y ago
As cool as this, libstdc++ is still missing a few things, including parallel algorithms (which I'm most excited about!). https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#...
9.
▲
by
radialbrain
10y ago
Great reason to use their Web app instead of the native one - same functionality, and no such worries.
10.
▲
by
radialbrain
10y ago
de Gaulle, not De Gaul.
11.
▲
by
radialbrain
10y ago
The solution to that is to use the IdentityFile directive in your ~/.ssh/config with username / hostname expansion. I use: Host * # Disable SSHv1 RSAAuthentication no # Only use a key explicitel
12.
▲
by
radialbrain
11y ago
You can have a static route to any local device, this is essentially what subnet membership does. For example, if I have IP 192.168.0.2/24 assigned to eth0, my routing table will have: 192.168.0.2/24 dev eth0 proto static scop
13.
▲
by
radialbrain
11y ago
Slightly related question: They mention segregating their customers into separate /24s, and consequently having to assign an IP from every one of these subnets to the router for use by the customer as a gateway. Is there any reason why
14.
▲
by
radialbrain
11y ago
The compose key on linux also works really well: Compose e' = é Compose oe = œ Compose a^ = â Compose e" = ë
15.
▲
by
radialbrain
11y ago
For the when: GIT_COMMITTER_DATE="Tue Dec 8 12:33:03 2015 +0000" git commit --date="Tue Dec 8 12:33:03 2015 +0000" That will change the commit and author dates.
16.
▲
by
radialbrain
11y ago
I run Zimbra, and their webmail UI is the best I've seen - much more functional than GMail.
17.
▲
by
radialbrain
11y ago
Some places are starting to use ARM Thumb which is both reasonably sane and actually usable!
18.
▲
by
radialbrain
11y ago
I think he meant dual booting as in installing two operating systems side by side, and running one at a time on bar metal - not virtualizing anything.
19.
▲
by
radialbrain
11y ago
Airbus A330s (the type used by AF447) already have 3 pitot tubes, two on one side of the airplane, and one on the other.
20.
▲
by
radialbrain
11y ago
I think that was his point. The test doesn't consider any placebo effects, whereas placebo effects may have an actual effect in real life.
21.
▲
by
radialbrain
11y ago
Completely agree with you here - there should never be the need to hardcode file names in a makefile or repeat a rule multiple times - just use pattern rules.
22.
▲
by
radialbrain
11y ago
I can't say I share your love for make's built in rules. I find using them often just makes the build system harder to understand and debug. I usually disable all of the built in ones using: # Disable built in suffix rules .
23.
▲
by
radialbrain
11y ago
To anyone implementing the automatic dependency generation mentioned in this article, you can actually make things even simpler by combining the compiling and dependency steps. This works because if you add a new dependency to a file, that
24.
▲
by
radialbrain
12y ago
Exactly! It seems anything that can fly is a drone nowadays, from a remote controlled quad copter to a Predator.