Rental... application... fees?? You have to pay to even apply? WTF?
balsoft
Hehe, in the process of updating :)
CC0 (public domain). You're free to use it as you like.
Here's the uncropped image for your convenience too: https://nextcloud.balsoft.ru/s/Zsjii2PfP5ZWFdP?dir=%2F&openfile=true
Kinda mobile-nixos, shame it's semi-abandoned and difficult to get working :(
Wait without which Nix? the package manager or the language or something else?
Yes, without the package manager. Shipping "with a language" doesn't make much sense :)
I've stolen a bunch of Git aliases from somewhere (I don't remember where), here are the ones I ended up using the most:
g=git
ga='git add'
gau='git add --update'
gcfu='git commit --fixup'
gc='git commit --verbose'
'gc!'='git commit --verbose --amend'
gcmsg='git commit --message'
gca='git com
gd='git diff'
gf='git fetch'
gl='git pull'
gst='git status'
gstall='git stash --all'
gstaa='git stash apply'
gp='git push'
'gpf!'='git push --force-with-lease'
grb='git rebase'
grba='git rebase --abort'
grbc='git rebase --continue'
I also often use
ls='eza'
md='mkdir -p'
mcd() { mkdir -p "$1" && cd "$1" }
And finally some Nix things:
b='nix build'
bf='nix build -f'
bb=nix build -f .'
s='nix shell'
sf='nix shell -f'
snp='nix shell np#'
d='nix develop'
df='nix develop -f'
The data seems to be weird/lacking so far, a lot of phones have "10" as "battery endurance in cycles", and some have the "Battery user-replaceable" even though it clearly isn't (e.g. glued on back glass)
PS: sorry I'm an idiot, I misunderstood what "battery endurance in cycles" meant (it seems to actually be "hundreds of cycles"). Also "battery user-replaceable" phones don't have a glued-on back indeed, I was looking at a wrong model.
This is sick! In 5-7 years when I'm looking for a new phone this will come in really handy :)
Hm, this is interesting - I am indeed "outdoorsy" and could only see "white and gold in shadow". I think this might also be because of the highlight on the right suggesting that it's daylight all around and the dress is in deep shadow, and the blue color is also highly reminiscent of "white cloth in deep shadow". This XKCD helped me clear up the confusion and now if I squint I can see both color schemes:
Eh, this is sure to result in a lot of deaths and destruction, since subway trains don't have any way to strap you in, and are unlikely to handle the accelerations required to stay on rollercoaster tracks. Also remember that one of his first appearances is https://xkcd.com/72 which seems like child's play in comparison - he's sure grown over the years
Neat! Here's a way hackier thing that also works: https://github.com/serokell/nix-pandoc/blob/master/mkDoc.nix#L14
Yep, although I think StreetComplete does at least ask "how many levels in a building", which allows for pretty good approximations most of the time
Proprietary = shit. Don't get me wrong, all software is shit, but at least you can make open-source software suck less for your usecase.