egsaqmojz

joined 2 months ago
[–] egsaqmojz@lemmy.ml 5 points 12 hours ago (3 children)

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

[–] egsaqmojz@lemmy.ml 1 points 20 hours ago

i get it, i collect them too. but only retail releases. no way to control the quality if the source isnt authoritative.

to me, if youre 1-to-1 copying a retail blu ray, then authoring isnt required. if youre ripping it and compressing it (losslessly or otherwise), keep it on a nas for easier access. but if youre downloading a movie from the web and burning it, i dont see the point, since its already been compressed most likely, or at least you cant be sure its a great copy. especially with the audio side.

i knew a guy who used to make full backups of redbox blu rays for archive purposes. that made sense to me.

as to why might you be trolling, well, this is the kind of troll post id make haha

[–] egsaqmojz@lemmy.ml 2 points 2 days ago* (last edited 2 days 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 8 points 2 days ago* (last edited 2 days ago) (2 children)

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 6 days 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 4 points 6 days 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 3 weeks ago (5 children)

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 1 month ago

thanks so much for the coaching!

[–] egsaqmojz@lemmy.ml 1 points 1 month ago (2 children)

okay i got it now.

was something wrong with the mirror i was using? if so, is there some way to know if i have a "lesser" mirror? or was the arch linux world just going thru a major update today and i had to wait it out?

[–] egsaqmojz@lemmy.ml 1 points 1 month ago* (last edited 1 month ago) (1 children)

so... i did another reflector refresh and then did an Syyu. Now this is happening...

this is with the mirrorlist shown in the picture below. not sure why i'd be getting almost 3 gigs of updates right now. i've been updating this and using this machine daily for months on this installation. when that is complete i'll try for python-polib again.

about 15 ruby packages got replaced with extra/ruby just now too.

[–] egsaqmojz@lemmy.ml 1 points 1 month ago

that asciicinema thing is super cool too

 

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.

 

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 ›