Hacker Newsnew | past | comments | ask | show | jobs | submit | erixM's commentslogin

Try using Handy! It's open source and free: https://handy.computer/ and also on Github https://github.com/cjpais/Handy

For a few months, I used to have headaches too in the last 10 minutes before landing of every flight. Since I had a surgery for my sinusitis a few months before, I thought it was because of some air pressure buildup in my maxillary sinuses that wasn't returning to normal air pressure fast enough. Now every time I am close to landing I make sure the air circulates through both nasal cavities very well and I haven't had any problems anymore.


Interesting! I have been having issues with my sinuses. I wonder if that is the cause.


What if you have to use the remainder operator? How would "|> % % 2" work?


The same way any other infix operator would, the operator has to have an expression on either side so the first % can't be an operator, and you can't have two expressions next to each other anyway i.e. you can't have "x x" or "f(x) x" or "% %"., so the second % has to be the % operator.

Definitely looks strange and could be confusing at first, but the syntax is unambiguous to parse. Add a comment, write "|> (%) % 2" perhaps, or just create a mod function and write "|> mod(%, 2)".


Hi, your product looks great! I currently have 2 years of experience as a fullstack developer, mainly using React on the frontend side. I am not ready for your Rust/Actix webdev position at the moment, but, if I wanted to prepare for it in the next months, what advice would you give me? What would be the requirements to pass the interview?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: