whats_all_this_then

joined 1 year ago
[–] whats_all_this_then 3 points 1 week ago

This was so god damn good!

[–] whats_all_this_then 20 points 1 week ago* (last edited 1 week ago)

Ah, the good old days of GameFAQs

Also back when IGN wasn't a meme

[–] whats_all_this_then 1 points 4 months ago (1 children)

Ariamis or Ariandel?

[–] whats_all_this_then 2 points 4 months ago (1 children)

Have you tried fzf and it's history integration? Ctrl+R and youre fuzzy finding through your history. I don't know how I lives without it

[–] whats_all_this_then 5 points 4 months ago* (last edited 4 months ago)

Oh boy, my time to shine:

  • mkd - Create directory and immediately cd into it
  • dei - docker exec -i
  • dps - docker ps
  • mdocker - Switch to minikube's docker context
  • n - nvim
  • n. - nvim .

Node package managers

Exampes use pnpm but I have them for yarn, npm, and bun too

  • pi - pnpm install
  • pd - pnpm run dev

fzf stuff

  • sdh - Search home directory (directories, recursive)

Meme

  • fuckyou - git push --force
  • nano - nvim

Misc

createpgdb - Create a postgres db on the given container with the given name

Usage: createpgdb "postgres container" "db name"

I have similar ones for dropdb and pg_dump. Here's the command:

f() { local __user; if [ -z $3 ]; then __user=postgres; else __user=$3; fi; docker exec -i $1 createdb -U $__user $2; unset -f f; }; f'
[–] whats_all_this_then 1 points 4 months ago* (last edited 4 months ago) (1 children)

I'm no cryptography expert but I don't see how they could implement this with true anonymity or without it being spoofed in other browsers. There is currently no way to know with absolute certainty what browser/client web traffic is actually coming from and game anti-cheat devs will probably tell you it's a nightmare of a problem.

The way I see this working is making it a Mozilla account thing and not a Firefox thing through some sort of stateless cross-origin cookie the sites agree to support. But then, you're giving up at least some privacy because even if the sites you visit don't know who you are, you'll still have to trust that Mozilla is logging anonymized visit counts and that some CEO 5 years from now isn't going to change that for a quick buck.

Maybe I'm just out of my depth here and someone's gonna correct me (please do if I'm wrong).

[–] whats_all_this_then 3 points 4 months ago* (last edited 4 months ago)

Those are the exact words my first boss used when on my first day, I asked if I could use linux mint instead haha. That's pretty spot on.

For good reason too, it has waaaay more support for your basic workplace apps than anything else (not that other things don't but it's easier to find a .deb than a .rpm)

[–] whats_all_this_then 10 points 4 months ago (2 children)

A "Ubuntu LTS" option would be great here, yeah. It'd be next to impossible to support every distro and I get the feeling linux users who have distro preferences are also the type who would prefer to do it themselves.

Source: Me I guess. I'd rather setup Fedora myself

[–] whats_all_this_then 1 points 4 months ago* (last edited 4 months ago)

The season 1 intro is so god damn pitch perfect I think it makes what is an incredible season of television seem like crap by comparison.

Hyperboly obviously, the show's amazing

[–] whats_all_this_then 6 points 4 months ago

This PR/meme is my spirit animal

[–] whats_all_this_then 4 points 5 months ago* (last edited 5 months ago)

I have an init.sh file I run from my dotfiles. Pipe my sudo password to it and leave it alone for about an hour. Gets things 95% of the way to how I like them.

I should migrate to ansible like u/[email protected] but time :(

[–] whats_all_this_then 2 points 5 months ago (1 children)

Fair enough, just saw the "if you're not an IT worker" comment haha

view more: next ›