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

help-circle
  • I really really struggle taking posts like this serious. It’s a screenshot of a YouTube-preview that has a clickbaity title and shows me a very badly done ai-rendering of George Lucas.

    I kinda like George Lucas. He’s not perfect. he created a few really great films that might be considered slightly “woke” compared to the times they were created in. He mostly keeps out of the spotlight these days and only from time to time tells people who don’t want to listen that - “yes, the storm troopers are definitely named after the nazis” and “yes, of course the rebels are like the viet cong (pretty embarrassing for you that i had to spell it out for ya, isn’t it?)”.

    In my mind he keeps in his lane and hasn’t become convinced that his success from yestertimes is making him a much needed voice in all kinds of modern political discussions that definitely needs to add their two cents from time to time to allthefuckingtime.




  • 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?



  • I saw it three times in the cinema. At one time in my live I saw a movie two times at the cinema. Every other time i only saw a movie once. Bladerunner 2049 is so good. For about 4 years before it came out i was really angry that Hollywood would commit this sacrilege and make a sequel - why?! - they would definitely fuck it up! But then when it came out i was surprised that some people actually said that it was good.

    it blew me away. For now about 6 and a half years that picture of K walking into that orange void has been my desktop background.








  • 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.