Viewing profile — radialbrain
radialbrain
HN member- Joined
- Wed, Feb 25, 2015, 4:32 PM UTC
- HN karma
- 95
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About radialbrain
No profile information was provided.
Recent public activity
-
comment
Comment #22958055
There's also dl, which supports creating single use links for third parties to upload files: https://www.thregr.org/~wavexx/software/dl/
-
comment
Comment #17825015
Have you seen https://www.raptorcs.com/TALOSII/ ? Typing this on my own right now.
-
comment
Comment #17317769
More informative / less sensationalized link: http://avherald.com/h?article=4b9da5b2&opt=0
-
comment
Comment #15448000
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.
-
comment
Comment #15411130
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.
-
comment
Comment #14744509
The avherald article has a slightly more factual account of the event (with links to the ATC recording): https://avherald.com/h?article=4ab79f58
-
comment
Comment #13393717
Not that I'm aware of, but I believe HPX is mostly standards compliant: https://github.com/STEllAR-GROUP/hpx
-
comment
Comment #13387260
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…
-
comment
Comment #13086499
Great reason to use their Web app instead of the native one - same functionality, and no such worries.
-
comment
Comment #12431053
de Gaulle, not De Gaul.
-
comment
Comment #11847841
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 …
-
comment
Comment #11000387
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 h…
-
comment
Comment #11000263
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 us…
-
comment
Comment #10945839
The compose key on linux also works really well: Compose e' = é Compose oe = œ Compose a^ = â Compose e" = ë
-
comment
Comment #10758223
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.
-
comment
Comment #10657759
I run Zimbra, and their webmail UI is the best I've seen - much more functional than GMail.
-
comment
Comment #10524236
Some places are starting to use ARM Thumb which is both reasonably sane and actually usable!
-
comment
Comment #10518652
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.
-
comment
Comment #10392215
Airbus A330s (the type used by AF447) already have 3 pitot tubes, two on one side of the airplane, and one on the other.
-
comment
Comment #9524261
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.
- comment
-
comment
Comment #9311083
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.
-
comment
Comment #9309909
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 o…
-
comment
Comment #9307257
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. Thi…
-
comment
Comment #9107662
Exactly! It seems anything that can fly is a drone nowadays, from a remote controlled quad copter to a Predator.