Viewing profile — fafner
fafner
HN member- Joined
- Fri, Sep 14, 2012, 8:50 AM UTC
- HN karma
- 2,084
- Public activity
- 411 items
- HN profile
- View on Hacker News ↗
About fafner
No profile information was provided.
Recent public activity
-
comment
Comment #27444314
Unfortunately some customer changes will need to go out quickly and globally for a CDN. Going much slower might not be a good option. Canarying should detect this. Not clear if the…
-
comment
Comment #27444248
Authentication/trust is simply unrelated to this outage. The post you linked seems to have no relevance.
- comment
-
comment
Comment #27444193
Zero trust seems to be very unrelated to this issue. The issue seems to have been a poison config breaking fastly stack. Zero trust is about verifying authentication of devices/use…
-
comment
Comment #25623837
I wish they'd rather use python or Julia. GNU Octave is great. But as a clone of Matlab it's constraint by compatibility and doomed to always be second* and at worst an enabler for…
-
comment
Comment #25623761
I believe Unicode support was improved in this (6.1) release
- story
-
comment
Comment #25238749
Yep. Having each front end needing to scale with the overall size of the front end sounds is obviously going to hit some scaling limit. It's not clear to me from the summary why th…
-
comment
Comment #25238079
From the summary I don't understand why front end servers need to talk to each other ("continuous processing of messages from other Kinesis front-end servers"). It sounds like this…
- story
- story
- story
-
comment
Comment #18050305
More like hardware from 20 years. Yeah I hope the TI monopoly gets broken. Numworks looks exactly like the calculator I was dreaming about when I was in uni.
-
comment
Comment #17244986
Imagine a future where whenever the energy price drops in a region suddenly companies show up with a bunch of such tubes drop them in the ocean. Do some batch processing and once t…
- story
-
comment
Comment #13628414
Have they been uploaded to Wikipedia (Commons)?
-
comment
Comment #13379190
The example seems to be wrong https://github.com/Wilfred/remacs#porting-c-functions-to-rus... fn Fnumberp(object: LispObject) -> LispObject { if lisp::SYMBOLP(object) { unsafe { Qt…
- story
-
comment
Comment #12501495
And that does not include any external packets... Yes, there is no way Emacs will get rid of elisp. That's why Guile Emacs includes writing an elisp frontend for Guile. (There is a…
- comment
-
comment
Comment #10578493
In C++ - unlike C - you can actually implement quite good matrix/vector support. E.g., Eigen3 http://eigen.tuxfamily.org/index.php?title=Main_Page or Blaze https://bitbucket.org/bl…
-
comment
Comment #9339716
Those scripts and more for Linux (3.2 or newer) using perf_events/ftrace: https://github.com/brendangregg/perf-tools
-
comment
Comment #9339690
I think the GNU Octave folks are using libgccjit to write a JIT for their Matlab-like language.
-
comment
Comment #9217006
Isn't that largely because the LibreSSL team refused the invite to the exclusive OpenSSL security list? At least that was the case the last time the LibreSSL devs complained about …
-
comment
Comment #9215684
Yes, that's truly annoying. I have a few code examples that are complete but it refuses to accept them without giving any reason. If I try to step forward it says I have to go back…