HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qw3rty01

491 karmajoined 7 năm trước
user list:

cperciva - tarsnap founder, Animats - nagle, zx2c4 - donenfield, jart - justine tunney,

comments

qw3rty01
·7 ngày trước·discuss
It can also cause kidney damage which can be life threatening, especially when you’re dehydrated (which is pretty common after drinking); tylenol is a lot safer than ibuprofin when used as directed, it only becomes dangerous when glutathione is depleted (at which point it becomes a lot more dangerous, which is why you should never drink while taking Tylenol)
qw3rty01
·10 tháng trước·discuss
This is exactly the opposite of what he’s saying, using Arc everywhere is hacking around the borrow checker, a seasoned rust developer will structure their code in a way that works with the borrow checker; Arc has a very specific use case and a seasoned rust developer will rarely use it
qw3rty01
·5 năm trước·discuss
It's actually the opposite. This would throw an exception in a strongly typed language. It would silently return the wrong thing in javascript because it's not strongly typed.