Skip Navigation
Do you use aliases?
  • 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'
    
  • Mozilla names new CEO as it pivots to data privacy
  • 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).

  • So this is why he doesn't do Linux... any more
  • 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)

  • So this is why he doesn't do Linux... any more
  • 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

  • I can never go back, I can see why torrenting is so popular in Canada
  • Ah, my use case right now is almost exclusively streaming stuff from my laptop to a phone with HEVC support over a local network so I can just turn transcoding off and be okay.

    I did however have issues with my lack of transcoding (I turned it off myself, not Jellyfin's fault. Pitchforks down, people) on a tablet without hardware HEVC support though so I may have to experiment with it soon.

    FWIW I had to go in and turn the feature off but there's also a good chance it was using CPU instead of GPU

  • I can never go back, I can see why torrenting is so popular in Canada
  • Oh come on, it's better to be helpful if you can rather than just saying "for you" and adding nothing else to the conversation.

    Seriously I'm sure they'd love to try it again if the issue is resolved. I know I wouldn't pick Plex over Jellyfin unless I had no choice.

  • I can never go back, I can see why torrenting is so popular in Canada
  • When you say "hardware encoding", are you talking about using your GPU for stuff like transcoding when streaming to devices?

    I ask because I actively disable all transcoding because I run jellyfin off my laptop and don't wanna overwork it so to speak. I just assumed it was using the GPU.

  • How about no?
  • I've had to debug a PDF viewer on a site once. Getting that to work across multiple versions of multiple browsers was a nightmare and I never managed to figure it out. Latest versions are mostly fine (except for mobile safari), but even 1yo versions of browsers are just broken.

    Maybe I'm missing something, but it got bad enough that one of the "potential solutions" I was considering involved figuring out how to compile a C based pdf renderer thingy into WASM and embedding it in the app.

    This was about 7 months ago.

    I agree though, add to cart should NOT behave differently across browsers in 2024.

  • Which of your favorite creators content quality went downhill very quickly?
  • Agreed, souls community is definitely one of the most wholesome communities I've seen/been in on twitch. Drama free (afaik) and everyone's super nice and supportive of everyone else even when they're in direct competition. It's great.

  • Out of the phones released past 2015 you used, which one is the closest to the heart?
  • Yooooo I also had an S3. That phone was a TANK! I dropped it on some rocks and smashed the screen once so I had to get a screen replacement but that was the worst of it (and completely understandable). Aside from that it was a fantastic phone and very durable! I had it on LineageOS Android 7 (or 6 idk) before it got stolen :(

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WH
    whats_all_this_then @lemmy.world
    Posts 0
    Comments 33