

If you market AI enhancing you are at least upfront with what youre selling. If you market a super zoom camera and its really image manipulation, that’s misleading.


If you market AI enhancing you are at least upfront with what youre selling. If you market a super zoom camera and its really image manipulation, that’s misleading.


None of those things describe a good programmer


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.
Unexpected to find common ground between anime and goregrind metal


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.
thats not much of a plate though, i’d expect something more like this
https://savesliveswilltravel.com/wp-content/uploads/2023/04/img_2668.jpg


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.
deleted by creator