[-] ICastFist@programming.dev 4 points 2 days ago

small time pirates cannot afford that. Meta, OpenAI and similars can afford the lawyers

[-] ICastFist@programming.dev 4 points 2 days ago

I recall a political cartoon back when Gaddafi was killed, it was Mahmoud Ahmadinejad (then president of Iran) and Kim Jong Un watching the bombing of Lybia under USA flag, with one asking "What message do you get from this?", and the other replying "Build more nukes!"

[-] ICastFist@programming.dev 5 points 2 days ago

2mil yuan is roughly 292k dollars. No idea how much that is compared to other shipping costs

[-] ICastFist@programming.dev 8 points 2 days ago

The article is only referring to the more recent price hikes caused by RAM shortage, so no wonder it feels like a cheap shot to say "ai bad", which is correct, but misses the fucking forest - consoles are really expensive without offering that big of a "bang for your buck" as they once did decades ago, capitalism shifting most companies into whatever is the current most lucrative fad of the moment, companies fighting against players' ownership of games in the form of "Live service battlepass with extra skins", company heads demanding maximum profit

[-] ICastFist@programming.dev 5 points 3 days ago

I'd be ok with a medium or small titty goth gf, too

[-] ICastFist@programming.dev 4 points 3 days ago

Even a "cheap" macbook neo is way out of my league in regards to price. 7299 BRL, which is over 1400 USD, for the cheapest option (256gb drive. The 512gb version is 8499BRL, 1635 USD). With that much money, I can buy a laptop with a GTX 3060 and still have some money left.

[-] ICastFist@programming.dev 2 points 3 days ago

> Blacksad
> picture is colorful, bright and everyone is happy

[-] ICastFist@programming.dev 2 points 3 days ago

Lua figured that out back in '93, their main data structure is the table

[-] ICastFist@programming.dev 5 points 3 days ago

"Don't you guys have ~~phones~~ RAM?"

And let's not forget that the RAM problems are spilling over hard drives, too. I wonder where are the "just buy more <RAM/storage>" crowd that always piped up whenever people complained about shit code and programs hogging resources

[-] ICastFist@programming.dev 16 points 4 days ago

It's ironic that the survey companies, who I thought wanted to avoid noise and bullshit, would pay for noise and bullshit that any RNG could fill.

[-] ICastFist@programming.dev 22 points 4 days ago

"Amazing visual recap"

I'm having a fucking hard time following that shit

218
"A good word" (programming.dev)
28

cross-posted from: https://programming.dev/post/47341163

Remember Win Elvis-n-Space? Or Lemmings Paintball? Or even Odyssey Legend of Nemesis?

Found this little gem of a site recently. Unfortunately, it hasn't been updated in a while (last blog post is from Sep 2025)

78

Remember Win Elvis-n-Space? Or Lemmings Paintball? Or even Odyssey Legend of Nemesis?

Found this little gem of a site recently. Unfortunately, it hasn't been updated in a while (last blog post is from Sep 2025)

56

Don't invite the math nerds here, they'll count the actual time since

309
Call center's final boss (programming.dev)
84

Greeks and Romans would frequently curse anyone they didn't like, writing it as a curse on a lead sheet, roll it up and pierce it with a nail and put in a specific place, depending on the curse.

Given the amount of such tablets found, they probably cursed someone every other week.

For extra photos - https://www.romanbaths.co.uk/roman-curse-tablets

6

cross-posted from: https://programming.dev/post/46122408

I was looking for youtube alternatives and came across this site. Looks like a good place to post shitpost videos and all other sorts of crazy stuff.

For every video link, the upper image is the video preview, the lower half is the uploader's profile pic

12
submitted 1 month ago by ICastFist@programming.dev to c/196

I was looking for youtube alternatives and came across this site. Looks like a good place to post shitpost videos and all other sorts of crazy stuff.

For every video link, the upper image is the video preview, the lower half is the uploader's profile pic

51

Decided to bite the bullet and learn PHP, which is used for nearly everything at my job. My starting voyage was to mess around with "pure php", as in, no frameworks, no libraries, not even javascript, just the basic server with v8.3 running and some (currently very shitty) CSS styling.

So, I decided to go with a 2 step process: first, a site for me to post my stuff, with the possibility for external users to make accounts and leave comments. Step 2 would be making a forum where said users can interact. Before I began coding anything, I wrote down the database specification, though it's still "open for debate". I also didn't pay attention and made all tables as MyISAM initially instead of InnoDB, which made me lose all foreign keys, thankfully easily remedied given the small size of the project.

Thus far, I've got the user creation, listing, login (with hashed password), post creation and post viewing working. Visitors, normal users and admin see different links and forms, depending on pages, all with inline php code in appropriate pages - for instance, (unlogged) visitors don't see a comment box when reading a post. I'm currently working on the user edit page.

Anyway, why do I think I'm doing a lot of "wrongs"? For starters, I'm not using classes. At all. Functions are being added "globally" to one of 3 include somepage.php; that are in every page; every database related function - select all, select 1, update, are all in the db.php file. So, every page load is also loading the entire list of database functions, plus a bunch of html-automation related functions, even when none of them are used. Since PDO::fetch() returns an array with mapped keys (ie: $result['column1']), I feel like I have "no good reason" to use classes, especially as I'm still putting some finishing touches on the tables. I mean, I can access the relevant data with $bla['column_name'];, which is all I need thus far.

A lot of the resulting html comes from echo, some of it from functions to handle it more easily, like passing an array so a "global" function of mine returns it as neatly organized <td> elements.

There is no MVC, just good ol' <a href> and <form method=post> where they need to be. All my forms' actions call a separate php page that's just code to handle the form, always as POST, in order to check blank fields, size and character constraint, etc.

I've no doubt that, as is, my project has a number of security holes, though cross-site scripting and session poisoning are not among them. I did try sql injection and couldn't get it to work, so good on me.

As awful as this project might be against "the real world" use, I feel weirdly proud of what I'm achieving. Is there a name for this feeling, of pride for something you know is subpar?

110

Wondering if there's some sort of big list of channels whose videos are known to be mostly or entirely AI stuff, whether the text, the narrator or other details. It's really annoying to start watching and noticing something "off", only to check the channel and notice that it's been pumping out 25-30min videos every 2 days for the past year.

It's easy to avoid the AI animation stuff, but it's annoying when you're looking for history, psychology, science and other stuff.

438
41

I saw that Indie Gala has a royalty free music bundle for sale of this - https://www.arcade-origins.com/

Thing is, checking their site, there's no way to actually buy straight off them, which is super weird. All "covers" are AI images and every video on YT channel was posted after Jan 2025.

I don't know enough about music other than listening to it, so I have no idea what cues, if any, to look out for when it comes to AI music. I also do not want to spend a single cent buying something done with AI.

view more: ‹ prev next ›

ICastFist

joined 2 years ago