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

The fact that surprising things have happened in the past isn't evidence for a particular surprising thing happening in the future.


Who’s looking for evidence? It’s a call to open your mind.


Intel released the source of XED a while ago, in December 2016. Not sure why it's popping up on HN now.


Probably inspired by it's use in https://news.ycombinator.com/item?id=19813993


Lots of Greg Egan's work deals with consciousness. For example, "Permutation City" is great.


Shameless plug - I wrote my own self-hosting C toolchain (compiler + libc + assembler + linker): https://github.com/orodley/naive.

It was a really fun project, and I learned a lot from it.


I don't know about this implementation in particular, but in general a cons cell is just an object with two slots in it. You can use it to represent a list (by putting another cons or nil in the cdr), but you can also use it to represent other things. For example, a pair, by putting an arbitrary object in the car and cdr. This is a pretty common technique, see "a-list" for one application.


>the ease of CSS/HTML

Is this a joke? I can't use either of those for more than 5 minutes without wanting to commit self-harm.


Because the useful types of optimisation around undefined behaviour aren't: "we can prove that your program definitely contains undefined behaviour, so we'll compile it into 'rm -rf /', mwahahaha" but rather: "if property P about your program is false, then it would definitely contain undefined behaviour, therefore P must be true" followed by using P to do useful optimisations.

This applies even when your original program contains zero undefined behaviour. Warning here isn't useful.


Income tax is still very visible in NZ. On your payslip it lists the before-tax value, and then deductions for PAYE, student loan payments, etc. Plus wages/salary are still expressed as a before-tax rate, so you can see the disparity there too.

I get the argument, but whether or not I /want/ to pay taxes, I still have to, so why make it inconvenient? The NZ government finds plenty of other ways to make me angry and upset anyway.


Just by the way, the statement in the article is incorrect. Google Sydney does have male/female toilets, but we have unisex toilets as well.


>barely enough to be noticeable

For me it's (off the top of my head) about 10%. Definitely noticeable.


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

Search: