[-] egsaqmojz@lemmy.ml 1 points 6 days ago

it makes you sign in to see it hahaha

[-] egsaqmojz@lemmy.ml 7 points 2 weeks ago

i think if you ask that question, itll result in abolishing the minimum wage, in the usa anyway

[-] egsaqmojz@lemmy.ml 12 points 2 weeks ago

does stapler really mean forklift, and lager really mean storage, in german?

[-] egsaqmojz@lemmy.ml 5 points 2 weeks ago

i get a lot of simpsons pictures in the image results for some rsn

[-] egsaqmojz@lemmy.ml 2 points 2 weeks ago* (last edited 2 weeks ago)

basically youre asking the ai to generate chunks, then check those chunks. it might work

edit: sorry i didnt provide a soln

[-] egsaqmojz@lemmy.ml 9 points 2 weeks ago* (last edited 2 weeks ago)

if this isnt a troll, then you are one of a dying (pretty much never existed) breed

burning dvds or copying vhs tapes made sense years ago bc you needed a converter to plug your computer into a tv, and the quality was iffy. now most machines and tvs are compatible with hdmi, so going from digital to physical is like printing a mapquest route and taking a picture of it with your phone

edit: sorry i didnt provide a soln

[-] egsaqmojz@lemmy.ml 3 points 3 weeks ago

i have no idea what to think about this, but im in favor of crazy new ideas and directions. will this be good?

[-] egsaqmojz@lemmy.ml 5 points 3 weeks ago

except they massively decreased the rate for the top recently, and they very likely will either do nothing or increase it a small amount this time for brownie points

[-] egsaqmojz@lemmy.ml 40 points 1 month ago

does nobody else notice this is absolutely and obviously an ai generated image?

not to say that wal-mart is helping anyone at all. but this was clearly designed to spark outrage.

[-] egsaqmojz@lemmy.ml 2 points 2 months ago

thanks so much for the coaching!

4
submitted 2 months ago by egsaqmojz@lemmy.ml to c/archlinux@lemmy.ml

Hi all,

I have reason to believe a package I use (python-polib) was moved from the aur to the official extra repo. I'm now having trouble getting it installed.

The old page gives a 404: https://aur.archlinux.org/packages/python-polib This now seems to be the right source for this package: https://archlinux.org/packages/extra/any/python-polib/

However, I do a # pacman -Syyu python-polib and pacman can't find the target. Do I need to do something here that I'm missing?

My pacman.conf includes the "extra" repo and it updates during the Syyu command.

[-] egsaqmojz@lemmy.ml 5 points 2 months ago

i was too young to get disappointed by the lionhead hype. have very fond memories of b&w and fable

1
submitted 2 months ago by egsaqmojz@lemmy.ml to c/bash@lemmy.ml

Hi all,

I'm trying to put a command together to download a bz2 archive containing an img file and decompress it immediately, basically without saving it to the filesystem. Can this be done?

This is what I've come up with so far, but it's incomplete: wget -qO- "https://opnsense.com/.../img.bz2" | bzip2 -dv

Background: Trying to install OPNsense on Linode. Their hacky official guide says the best way to install FreeBSD is via the rescue mode. But FreeBSD posts their images as .img, so the filesystem size limitation of 1GB for the rescue image isn't an issue. But with OPNsense I need to decompress it.

I have a few different options on how to install this but I see it as a good reason to learn more about stdin/out, piping commands, etc.

Thanks in advance.

view more: next ›

egsaqmojz

joined 2 months ago