Skip Navigation

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/)UR
Posts
7
Comments
599
Joined
2 yr. ago

  • I once had a bug in a C# program I wrote. It made a HTTP request and if the user agent was left to default (whatever that was), the server just gave back an empty string as a reply. I took way to long until I understood what was going on and I kept chasing async, thinking I had messed it up some how.

  • I am waiting for an AI model and corresponding tools to generate my own anime and manga. No more stupid open endings, no more infinite story they stop producing because who knows, no more "I was in the same room as a girl, OH NO! Someone might have seen me, I'm so embarrassed!".

    I almost wish I could take existing anime, put it in a machine and make it better. That should actually become a thing, use AI to make your favorite TV shower more to your liking. Someone needs to create this. Bad ending? Fix that. Bad dialog? Fix that. Change gender on all characters? Fix that as well. Foul langage? Easy.

  • I remember the song but I absolutely did not make the connection.

    Now, what the heck is the last line? Kagi gave me this, but I still have no idea.

    Based on the information provided, the phrase "skibidi ohio rizz" refers to the following:

    "Skibidi" is a reference to a series of surreal videos on YouTube featuring an "army of human-headed toilets fighting a war against another army of camera-headed people". It is used to describe something that is "nonsense, to the point of absurdity".

    "Ohio" in this context means "weird or bad". It is used to describe something that is "cursed" or extremely strange and funny.

    "Rizz" is short for "charisma". So "Ohio rizz" refers to "weird, cursed, or strange flirting behavior".

    Putting it all together, "skibidi ohio rizz" means someone has terrible, bizarre, or uncool flirting skills.

    In summary, the phrase "skibidi ohio rizz" is a piece of Gen Alpha slang that refers to someone exhibiting very strange and awkward flirting or social behavior.

  • plant-based steaks

    I've tried plenty of different plant based meat substitutes and so for, not one of them can hold a candle to the real taste. Like, it is not even close in my opinion. I can see the market for it, but plant based diet can be incredible when not trying to impersonate meat. Like lentils with curry. Not meat required and super tasty.

    So would argue that meat substitutes are the wrong way to go if you want to eat tasty non meat stuff.

  • where we had some $ leftover

    • Emotiva 5x200w modular amp - $3000
    • Marantz pre pro - $3,199.00
    • Ascend ELX TOWER SINGLE - $2,649.00
    • Rythmik E15HP/HP2 15" Subwoofer - $1,599.00

    Prices taken from first hit I found. Total ~$10500

    I'm not judging (I acutally somewhat envy you), I am just saying that $10000 is more than some leftover money.

  • The link was cut of for me.

    magnet:?xt=urn:btih:2c87816e4c81990fb25bbca43dd8d578eaa55886&dn=patriotfront&tr=udp%3A%2F%2F9.rarbg.to%3A2920&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969

    EDIT: This download is 410GB. That is almost half of my total space on my laptop and less than I still have free.

  • BookLibConnect and AaxAudioConverter. I use them do download my Audible purchases. They are both written using WPF (or some other Windows API only GUI lib) and thus cannot be run on Linux. I might rewrite them using the newest C# cross platform library, but that library does not compile native on Linux, only on Windows... (Unless you use the community maintained version).

    I did try to find replacement for both for them but their ease of use and the conversion tool for axx to m4b made it preferable to just install Windows in a VM.

    As for WinSCP, it is a SFTP/FPT client that is really nice and I did miss it initially as well. But Nautilus file manager has both SFTP and FTP support built into it. And if you want a dedicated client, I can recommend Terminus (but I am not a heavy user, rclone in terminal does most of my heavy lifting).

  • Having those features would really have made it easier. I have only ever written my python code in Sublime Text. While it is a sublime text editor, at is not ideal (compared to how it is to write Java in IntelliJ) for Python. (Maybe with addons but I never delved into that more than a few.)