

you can say that about everything, and I mean literally everything. Nothing exists in your world that is not essentially just a signal your brain perceived.


you can say that about everything, and I mean literally everything. Nothing exists in your world that is not essentially just a signal your brain perceived.


I wouldn’t trust a guy letting their battery go that low either


You can’t just compare GDP spendings and call it efficiency without accounting for the output.
Does the USA educate the same fraction of their population as Sweden? Otherwise it’s comparing apples to pears.
Not that efficiency is the top priority in my book, but sure, it’s not an unimportant metric by any means.
edit: … am I being Poe’s lawed here?


hardpill to swollow



Here in Sweden education is free, and the government provides a (small) monthly payout to students.
the a.co domain is owned by amazon


“don”'t build the torment nexus"


Escalators have two failure modes: stairs, and meat grinder. Fortunately the former is the more common of the two.


What doesn’t make you happy tariffs?


you are perfectly describing js
https://www.npmjs.com/package/is-even
don’t look at the weekly downloads if you are faint of heart.
isEven(0) ->
true;
isEven(Num) ->
isOdd(Num-1).
isOdd(0) ->
false;
isOdd(Num) ->
isEven(Num-1).


it is good to learn C, even if you’re never gonna touch it again. It teaches you what other languages abstract away.


I want a refund of my lost minute!


fun fact, the RFC introducing NAT calls it a “short-term solution”
None of those things describe a good programmer