this post was submitted on 09 Jul 2024
1260 points (99.1% liked)

Programmer Humor

19397 readers
226 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 49 points 3 months ago* (last edited 3 months ago) (2 children)

Naturally I had to try this, and I'm a bit disappointed it didn't work for me.

I can't make that "Looking for specific info?" input do anything unexpected, the output I get looks like this:

[–] [email protected] 32 points 3 months ago (1 children)

I guess it is not available in every region or for every user, usually these companies try features only for a specific group of users.

[–] [email protected] 40 points 3 months ago

Oh yeah definitely; a lot of the AI crap out there hasn't gotten rolled out to the EU yet – some of it because of the GDPR, thank fuck for that.

[–] [email protected] 18 points 3 months ago (1 children)

A fellow Julia programmer! I always test new models by asking them to write some Julia, too.

[–] [email protected] 6 points 3 months ago

Oh I'm barely a Julia programmer 😅 I learned it a couple of years ago just to check it out, started writing a personal project with it but got a bit irritated with how interfaces are defined informally and you have to dig through documentation to find out the methods you need to implement, and then just sort of drifted away. Will definitely use it in the future for eg. some signal analysis thingamajigs and so on though, it was a fun language to use with notebooks.

I usually prefer type systems that make me beg for mercy, heh.