

this sounds like a python kind of problem. i’m all for abusing bash features but there comes a point when there’s just too many brackets.


this sounds like a python kind of problem. i’m all for abusing bash features but there comes a point when there’s just too many brackets.
dependent on where you are, they are textbook skirting the law. uber got crushed when they launched in sweden because taxi drivers need to do basically the same training as bus drivers. it’s an extra letter on your license, with all that entails of age limits, theory and practical tests, x amount of time driven a year etc.
nowadays ubers in sweden are just taxis, which hilariously means that they by law have to have a price list on the cars. which basically kneecaps their entire business model.
or it’s, y’know, crypto
idk, it just makes me sad
this does like the opposite of what i want it to do.
hell yeah
also wasn’t this in zoolander


we already have that, it’s called ipv6
no, it’s literally all in service of sending notifications. but there’s a lot involved. android doesn’t have a way to receive them natively for example, you need to go through google’s services. so ntfy has to emulate the firebase api. then there’s the “exactly once” requirement, which is basically the two generals problem turned up to eleven because every platform syncs differently and you need some way to store messages that are in the process of transmitting. then there’s the matter of punching through NAT, so you need a STUN/TURN setup on the server.
and that’s on top of the fact that every platform requires different build options, manifests, certificates, etc.
if you want to send one notification from your desktop to your phone, it’s easy. but from any device to (m)any other, with guaranteed delivery and no doubles? shit gets complicated.
get rid of the seaward.
weirdly, no. two bees in every panel. missed opportunity, honestly.
since the author retracted the paper after actually studying wolves in the wild, where the behaviour doesn’t occur at all, it’s basically just a label for how you would behave if locked in a cage.
…also, is that an ai andrew tate? he’s not that wide.
i think the official stance of the henson company is that “they don’t exist below the waist”


oh god another one? i still haven’t recovered from photon
i think that may exceed the maximum recommended dosage.
you can just buy empty capsules and install on them
trcould definitely do some work here. maybe something like, echo each word and its translated counterpart, sort on first column, and thenecho $col1 >> $col0for each line? it’s a start at least