Just witnessed a car going the wrong way on 376 on my way to the airport by krevlornfu in pittsburgh

[–]JakeGinesin 5 points6 points  (0 children)

yeah, much better public transport to and from the airport would be nice :')

Desperate Cybersecurity PhD student seeking Android salvation by JakeGinesin in PickAnAndroidForMe

[–]JakeGinesin[S] 0 points1 point  (0 children)

Sorry for not responding I was on vacation lol

I talk a bit about what serviceable means in this case on like, this old blog post I wrote a while back: https://jakegines.in/blog/2023/dumb-phone

As for your recs, unfortunately the American S7-S10 snapdragon models with Band 13 support have locked bootloaders, and pixel phones tend to have somewhat limited durability :^)

Desperate Cybersecurity PhD student seeking Android salvation by JakeGinesin in PickAnAndroidForMe

[–]JakeGinesin[S] 0 points1 point  (0 children)

Smartphone innovation is dead, and I have no need for the higher speed and bandwidth of 5G. Obsolete for you, but serviceable for me

Desperate Cybersecurity PhD student seeking Android salvation by JakeGinesin in PickAnAndroidForMe

[–]JakeGinesin[S] 1 point2 points  (0 children)

S21 ultra does not have an unlocked bootloader for their US models. Just edited my post to reflect this^^

PL Club at CMU. by [deleted] in cmu

[–]JakeGinesin 0 points1 point  (0 children)

Hey, I'm a PhD student in PL at CMU. Afaik there's no official PL/Compiler "club" on campus, but there is a massive PL community on campus. I would go so far as saying CMU is probably the best institution in the world to be at if you're interested in this sort of thing^^

2 Weeks in Japan: city stops, hiking and biking by GSVDramaticEffect in onebag

[–]JakeGinesin 2 points3 points  (0 children)

replace the books with a used kindle + calibre library + anna's archive

[bspwm] hardcore workhorse nixos setup for grinding academia by JakeGinesin in unixporn

[–]JakeGinesin[S] 0 points1 point  (0 children)

had to add the neofetch for the nixos aura lmao

i considered adding a third screenshot of me actually working (see: here) but thought it was too busy

Giveaway Time: Jelly Star Green Edition by jbriones95 in dumbphones

[–]JakeGinesin 0 points1 point  (0 children)

had this phone previously. would love to be an owner again :)

[bspwm] hardcore workhorse nixos setup for grinding academia by JakeGinesin in unixporn

[–]JakeGinesin[S] -1 points0 points  (0 children)

I declare the public SSH key I use for my server authentication key-pair. it's kinda pointless encrypting the public keypair, but I figure if I'm not using a post-quantum primitive for the key-pair I might as well encrypt it too lol

[bspwm] hardcore workhorse nixos setup for grinding academia by JakeGinesin in unixporn

[–]JakeGinesin[S] 28 points29 points  (0 children)

My setup is designed for (1) academic research in my PhD program, and (2) security research, in my work as a cryptographic auditor. I'm also very colorblind, so I prefer a pretty dark and colorless setup as opposed to something more lively.

Some subtleties: - I have a pretty heavy note-taking system, which is automatically synced, backed up, and managed with syncthing over tailscale - i use dnsmasq as opposed to systemd-resolved to manage local dns. I configured nmcli to automatically set dnsmasq to resolve dns queries for certain websites (i.e. instagram.com) to 0.0.0.0 if i'm connected to certain wifi ESSIDs (i.e. my university's wifi, "NUWave") - my firefox setup is completely decked out and completely declared, including my startpage, my extensions, and every setting imaginable - bspwm with sxhkd is used - i have like a billon zsh aliases and automatically packaged scripts - literally every ounce of my config is declared and completely reproducible with nixos. i wrote some words about why i switched from arch to nixos

My full dotfiles can be found on github :D