• 5 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle


  • I have no idea how to fix the problem, but I’ve read somewhere that burn (a relatively new machine learning framework in Rust) is capable of loading models like stable diffusion. As Burn is built with webGPU and all the shader transpiler-stuff that comes with it doesn’t that mean that it can also run easily on (even older) AMD cards? I think what’s lacking is equal performance as nvidia drivers are heavily optimized already.

    Maybe someone knows more here?










  • Oh, i have a brilliant one:

    A few years ago i spent a lot of time converting .flac-files into .ogg-files in order to put on my oldschool iPod. As I did a lot of repetitive typing - entering $dir / for file in flac ; do convert etc / mkdir -p $somewhere/$artist/$album / mv $somewhere/.ogg->$new_dir/ and so on - I thought: “hm lets just write a loop over loops for all the artists here and then all the albums and at the same time create the nested directories somewhere else… hm actually in the home directory… and later love everything on the iPod at once.”

    so i was in my music folder with the artists-folders i wanted to convert. i did something wrong

    So i did my complicated script directly in the shell. I made something wrong and instead of creating a folder “~/artist/album” I created 3 folders in my current working directory: “~”, “artist” and “album”. hmph dammit gotta try again… but first : i have to clean up these useless folders in the current dir. so i type of course this: "$ rm -r ~ artist album " after about 5 seconds of wondering why it took so long i realized my error. o_O I stopped the running command, but it was (of course) too late and i bricked my current installation. All the half-deleted config files made or impossible to start normally and extremely tedious to repair it by hand, so i reinstalled.



  • I worked as a projectionist in 2009 when the cinema got its first digital projector in order to be able to show Avatar in 3D. At the start of the movie no one actually knew if it would work. Due to the movie being encrypted - with every cinema in Germany waiting eagerly for the password - No cinema was able to play the movie. But everywhere cinemas were packed with people. Because of fuckups somewhere in this incredibly stupid system the movie was delayed about half an hour (IIRC) nationwide. With no-one knowing if it would eventually work - especially nice for the people working at the cinema having to deal with angry audience members.

    At the same time the 2D 35mm film-version we also had started without any problems (it was massive and pretty dicey to carry it around).