Viewing profile — filsmick
filsmick
HN member- Joined
- Wed, Mar 04, 2015, 10:33 AM UTC
- HN karma
- 127
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About filsmick
Recent public activity
- story
- story
-
comment
Comment #11219989
I was bitten by this this week. Tried to reuse my installer to install OS X El Capitan on a MBP without redownloading it over my super-fast 2Mbps internet connection. First, I try …
- story
-
comment
Comment #11064591
Couldn't you automate it anyway? Mechanize and PhantomJS can be really helpful to script things that aren't covered by a public API.
- story
- story
- story
-
comment
Comment #10712558
This doesn't look like 1.4 but _1.0.0-beta.4_, so much older.
- story
-
comment
Comment #10644182
How do you make money?
-
comment
Comment #10364978
You have invites? I'd love one, KeyBase seems awesome but I couldn't find an invite. If you don't mind, could you send me one by email at yohaiberreby@gmail.com? Thanks :)
- story
- story
-
comment
Comment #10306450
What do you use instead? You navigate exclusively from your terminal?
-
comment
Comment #9911941
Hacker News does.
-
comment
Comment #9749379
IIRC, Nginx can use sendfile too, it's just not there by default because the transfer happens entirely in kernel space and hence you cannot apply filters like gzip on the response …
-
comment
Comment #9631383
I'd love something similar to be part of Cargo, maybe as an option in the manifest. Like the author, I've learned to guess when the codegen starts, but having this information disp…
-
comment
Comment #9631364
I'm glad to know there is ongoing work on a tracing GC. Rust has many strengths aside from lifetimes and ownership (algebraic data types, sane generics, strong module support, very…
-
comment
Comment #9630883
Rc and Arc aren't exactly GC types... they are just reference-counted pointers, Rc being akin to C++'s shared_ptr. I get that in a sense, this is garbage collection, but certainly …
-
comment
Comment #9630879
While I agree with some of your arguments, namely that "popularity and merit are not the same thing", I think saying that Mozilla is "trapped in a pseudo-C++ mindset" and that its …
-
comment
Comment #9547533
I use Racer with Sublime Text 3, it works pretty well!
-
comment
Comment #9303149
I think announcing a product on April 1st is a genius strategy. They can see if customers want it or think it's a joke; if nobody likes the product, they say it's for April Fools, …
-
comment
Comment #9284679
I meant SFTP - I never use FTP
-
comment
Comment #9280970
Oh, yes, that: http://yieldthought.com/post/12239282034/swapped-my-macbook-... I've read it a while ago. Of course if you only use command-line editors, it's nice. But some people …