HN user

coolmitch

238 karma

[ my public key: https://keybase.io/olslash; my proof: https://keybase.io/olslash/sigs/_DROZFh97CdQfXyZvFTtepW6ODmWkxranXP38hejnSA ]

Posts2
Comments22
View on HN

yes! it's the worst!

I've been using Instant Space Switcher (which got a small callout in tfa) as a targeted fix for this, and it's lifechanging

the publisher says

In 1997, Werner Herzog was in Tokyo to direct an opera. His hosts asked him, Whom would you like to meet? He replied instantly: Hiroo Onoda. Onoda was a former solider famous for having quixotically defended an island in the Philippines for decades after World War II, unaware the fighting was over. Herzog and Onoda developed an instant rapport and would meet many times, talking for hours and together unraveling the story of Onoda’s long war.

i know nothing about this beyond watching food network - i dont even know the meaning of discipline in a kitchen - but can someone explain why it has to be so tough?

why do they work for such long hours in such shitty conditions for such poor pay? for the love? and what makes it so impossible for a good kitchen to work 8 hour shifts with a lunch break?

it doesn't seem like it gets any cushier late career either, so you aren't really working towards much except status.

Seems like you could make about as much over the course of a career working at a wal mart and have much better hours and health coverage to go along with it

serious question, no disrespect intended

As a web developer working primarily in JS, what should I be learning now to stay relevant/up-to-date once WebAssembly is more common? Are we going to see more web stuff built with c++, like the dsp example in this blog post?

I'll plug Parinfer as the best tool I've found for removing the pain of editing s-expressions. It's done wonders for my own workflow, and there's almost nothing to learn before you can use it effectively (compare to Paredit which requires you to know quite a few shortcuts before becoming productive)

I almost never have to think about the parentheses while editing, any more than I would braces in a c-like language. It's really freeing. It's also fully integrated into Cursive so there isn't even a setup step if you're using that already.

https://shaunlebron.github.io/parinfer/

FWIW, I think word formats are most desired by recruiters because they can be easily edited to ie. remove your name and add skills the recruiter thinks will get it recognized. I'm pretty sure word formats are pretty unamenable to parsing, aren't they?

Used it last month to build a new gaming pc -- amazing site. I was really impressed with the amount of useful data you guys have managed to collect, and the thoughtful UX. I've recommended it to several friends since then. Thanks!

Author here-- really happy that people are finding this useful. I wrote it a few months ago when frustration with the way Chrome logged objects led me into their docs and I found a bunch of cool stuff I hadn't seen before.

Used this in a project[0] a little while ago and found it really easy to work with. The syntax detection was an added bonus that I had expected to need another library for.

http://cmdv.io

edit: I should mention that this might be a cool example for someone looking to use hljs in React/Flux-- I tried to make it fairly clean. There's a github link on the bottom-left of the website.