fargeol

joined 2 years ago
[–] fargeol@lemmy.world 4 points 3 days ago (1 children)

"Ma petite amie m'a planté" is closer to "my girlfriend dumped me", it's a bit familiar. "Break up with X" could be "rompre avec X"

[–] fargeol@lemmy.world 17 points 3 days ago (9 children)

"planter" in french can mean three things : plant (a seed), crash (a system) or break up (with someone)
Hence the triple pun

[–] fargeol@lemmy.world 1 points 4 days ago

That’s hilarious!

[–] fargeol@lemmy.world 4 points 4 days ago

Well, I didn't want to buy a datacenter to make my morning tea...

[–] fargeol@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

I thought of this during a debate I had with a colleague about generative AI
«  -Come on, why would I trust the most advanced technology in the world if it cannot even tell the time when asked to? Even my kitchen microwave can tell the time
-Yes, but AI isn’t made to heat stuff
-…It does heat a lot of water, though »

[–] fargeol@lemmy.world 2 points 4 days ago (2 children)

Damn, I checked using their website, that’s why.

I actually got this idea after testing it on Anthropic Claude, I’m still laughing at the fact our most advanced chatbots are struggling to do something as simple as that.

 
[–] fargeol@lemmy.world 4 points 1 week ago* (last edited 1 week ago)

User : "Houston, we've had a problem! There's an electrical outage and CO2 is accumulating, what should I do?"
ChatGPT: "Just open the windows!"

[–] fargeol@lemmy.world 220 points 1 week ago (11 children)

I hope they’re doing it with AI for faster development. Now that Claude is open source, there’s no excuse to refuse progress anymore!

[–] fargeol@lemmy.world 6 points 2 weeks ago (1 children)

« We wrote a scenario that represents our best guess about what that might look like. »

OK

 

In the movie industry, directors sometimes sign their as "Alan Smithee" to indicate they don't recognize the movie as their own work.
This can happen for various reasons, one well known example is David Lynch for Dune (1984) who didn't want his name associated with the movie since he didn't have the final cut.

Is there an equivalent for the software industry to indicate one wants to distance themself from a commit or a project they don't approve?

 

I'm currently working on a little web app that allows the user to sort a list of elements (like a tier-list maker).

Instead of just asking the user to sort the list through drag'n drop, I thought I could run a sorting algorithm that would ask the user every time it needs to make a comparison.

The whole thing would feel a bit magic, since you would have several questions like "Which one do you prefer, A or B?" and get your sorted list.

The question is: which algorithm should I use to keep the user entertained? I don't want to compare A with everything, then B with everything and so on with something like a Bubble Sort, that would be boring.

What do you think about it? Please be aware this is not a big project, just something I make out of curiosity. Thanks in advance!

Edit:
As an example, let's say I want to sort fruits by personal preference.
I have a list [Apple, Banana, Coconut, Durian, Eggplant, Fig, Grape] but no algorithm can tell if I prefer an apple or a banana so it needs to ask me.
What would be the questions an algorithm needs to ask me in order to sort the list of fruits for me?
The idea behind it is not to sort stuff but to spark discussion during the "comparison" step ("Ok, why do you prefer bananas to apples?"), that's why I need successive comparisons to be different, so it keeps the users' interest.

 

When I search for anything on Google or DuckDuckGo, more than half of the results are useless AI generated articles.

Those articles are generated to get in the first results of requests, since the search engine use algorithms to index websites and pages.

If we manually curate "good" websites (newspapers, forums, encyclopedias, anything that can be considered a good source) and only index their contents, would it be possible to create a good ol'fashioned search engine? Does it already exist?

 

The movie Toy Story needed top-computers in 1995 to render every frame and that took a lot of time (800000 machine-hours according to Wikipedia).

Could it be possible to render it in real time with modern (2025) GPUs on a single home computer?

view more: next ›