

Welcome to absurdism I guess haha


Welcome to absurdism I guess haha


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


Yeah, it doesn’t solve social mobility, but it certainly doesn’t hurt!


yes you can
https://en.wikipedia.org/wiki/Percent-encoding
%27 is an url encoded ’
Whatever browser can’t handle that has quite a serious compliance issue.


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.


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.


fun fact, the RFC introducing NAT calls it a “short-term solution”


Pasta carbonara and Sweetrolls share most of their ingredients
just substitute cheese and pepper with sugar and baking powder


Cheddar is a village in southern England
…and Maasdam is in the Netherlands


not being honest doesnt mean you always lie
wait, does windows jit compile C++ ??
None of those things describe a good programmer