Viewing profile — ciniglio
ciniglio
HN member- Joined
- Tue, Nov 03, 2009, 1:22 PM UTC
- HN karma
- 324
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About ciniglio
Recent public activity
-
comment
Comment #27330107
I recommend "A Guide to the Good Life" by William Irvine. The title is a bit off-putting, but it gives a good survey of the philosophy and history of stoicism along with good examp…
-
comment
Comment #15231572
They are much harder to sterilize, and autoclaves don't work. Ideally you'd dispose all tools exposed to prions, but if that's infeasible, the CDC recommends an autoclave in a bath…
-
comment
Comment #13977177
I think it's a common expectation that a disassembler should provide output that is valid to be compiled, and that therefore this is an error.
-
comment
Comment #12366839
Can you elaborate on what you mean by "Giving up the malloc() interface"?
-
comment
Comment #12168810
Maybe related to the fact that the battery was disengaged due to the impact?
-
comment
Comment #11961990
It's ikiwiki, created by the author. https://ikiwiki.info/
-
comment
Comment #11785889
1) This is true on the mac too, but it's option instead of ctrl. (option + arrows, option + shift + arrows). It's certainly not common for apps to break this afaik.
-
comment
Comment #11717461
Looks like their plan is to reuse the ocaml compiler backends that output javascript; but it doesn't sound like they're doing anything explicit to promote Reason -> Javascript comp…
-
comment
Comment #11717440
I think it's a new frontend for the OCaml compiler. Allowing reuse of the backend / similar semantics, but with different syntax.
-
comment
Comment #11135833
On an iPhone, you can update the OS from recovery (aka DFU) mode, without it being unlocked.
-
comment
Comment #11041857
I'd love one if you still have any. hn@cinigl.io
- story
-
comment
Comment #8559543
We use it at Adaptly for data processing and to build http APIs
-
comment
Comment #8417895
This is a really cool idea, and I like the newsletter layout. My only critique is that it's not immediately clear what the site is for, and the paragraph that spells it out (top-le…
-
comment
Comment #8378393
MyFitnessPal just released an update that integrates with Health today.
-
comment
Comment #8070447
Pinboard
-
comment
Comment #8070375
It's basically a format that lets you transmit data somewhat more extensibly than JSON would on its own (and doesn't take a huge performance hit). This means that you can for examp…
-
comment
Comment #8069688
They're suggesting not using this for storage at the moment since the spec is still in flux. But I think once the spec stabilizes, that seems reasonable.
-
comment
Comment #8069414
The actual spec is here: https://github.com/cognitect/transit-format
-
comment
Comment #8041806
Safari does something very similar on 10.9. I think it looks at the titles of all the tabs and tries to find the sections that have least commonality between them (not just common …
-
comment
Comment #8041595
http://www.metacasts.tv/ from a poster above
-
comment
Comment #7955017
That's an interesting idea. Does it work well with non-js repositories?
-
comment
Comment #7834913
Recipient I think
-
comment
Comment #7753644
[0]: http://most-advantageous.com/optimal-layout/ Agreed. Optimal layout is great, I can't recommend it highly enough. Watching the video on the site gives you a good idea of all t…
-
comment
Comment #7660204
Testing algorithms is easy, yes, but it's usually not clear that TDD would lead you to design the optimal algorithm.