HackerTrans
TopNewTrendsCommentsPastAskShowJobs

OrangeMusic

196 karmajoined hace 10 años

comments

OrangeMusic
·hace 7 horas·discuss
Ooookay?
OrangeMusic
·anteayer·discuss
See also: https://beza1e1.tuxen.de/articles/accidentally_turing_comple...
OrangeMusic
·anteayer·discuss
It called itself "mecha hitler".
OrangeMusic
·anteayer·discuss
Exactly. If they have a setting somewhere for the minimum duration of a pause in the user's speech before starting replying, they should just crank it up.

In this other add [1], it's even worse, the user has to say "There's more to the story though" and almost looks annoyed + the agent overreacts to _that_ with a weird "Aaaaahh!".

Oh well... I'm sure they'll get it right eventually.

[1] https://openai.com/index/introducing-gpt-live/?video=1208099...
OrangeMusic
·anteayer·discuss
The ad with the grandmas is cute and funny, but from the first 20 seconds you can see that the voice annoyingly interrupts people while they are talking. It's almost as if it tries to reply too fast - faster than a real person would, and the results is that it replies while you're still talking.

Oh and there was also a small fail in the live translate demo: the grandma says "tell him that..." which the bot translates verbatim, whereas a real translator would of course understand that this is an aside not to be translated.

Well I guess at least I should be happy that they're transparent in their ads :)
OrangeMusic
·hace 14 días·discuss
I'm sorry, after reading your comment several times I still don't understand why we shouldn't use this. What is the problem with it?
OrangeMusic
·hace 14 días·discuss
I'm pretty sure that making new software that replicate the _functionality_ of other existing software is perfectly legal.

If not, how do you explain the thousands of Tetris clones? The thousands of Doom clones? The hundreds of Excel clones (forgot which was the first one, it's not Excel but that's besides the point, which is that's perfectly legal). Another commenter already mentioned Android SDK vs Java, which Oracle (fortunately) lost.

Yes, even the "copywriting" is fair game, unless it's pages and pages of text (e.g. don't copy/paste the documentation).

The design mustn't be identical but if it's essentially identical, that's legal - sometimes there aren't 10 ways to do something.

Now if the question is whether it's legal to publish software written by LLMs, given that they've been trained on other people's code - that's an entirely different question.
OrangeMusic
·hace 25 días·discuss
They typically don't execute arbitrary code when setting up the project.
OrangeMusic
·hace 26 días·discuss
> Buy your own groceries. Cook your own meals

What's the point of being rich if you're living like a chump!
OrangeMusic
·hace 27 días·discuss
https://archive.is/A8mjm
OrangeMusic
·hace 29 días·discuss
Whatever the reason is the fact is: his website is unreadable on mobile.
OrangeMusic
·el mes pasado·discuss
Which non profit do _you_ work for?
OrangeMusic
·el mes pasado·discuss
> In the US,
OrangeMusic
·el mes pasado·discuss
Nor the famed Good Will Hunting and Argo actor and director, Ben Afflux
OrangeMusic
·el mes pasado·discuss
Yup. Doesn't work.
OrangeMusic
·el mes pasado·discuss
You joke but, yeah, when you think about it, the problem with Javascript is the 'script' part. That's actually correct.
OrangeMusic
·el mes pasado·discuss
I honestly don't understand how you could do JS on the backend in 2026. This language and ecosystem are so bad it's ridiculous. Almost all other options (yes, even PHP) are better.

On the browser at least you have the excuse that there's no other option (hoping Wasm will eventually kill JS for good, but we're not there yet).
OrangeMusic
·el mes pasado·discuss
> If you give them an infinite amount of time and processing, that wouldn't change.

Hrm I doubt it actually. Llms are capable of discovery, as recent math news showed. This means a "society" of Llms could likely have progress.
OrangeMusic
·el mes pasado·discuss
This is an excellent bookmarklet to have:

``` javascript:(function()%7B let i%2C elements %3D document.querySelectorAll('body *')%3B for (i %3D 0%3B i < elements.length%3B i%2B%2B) %7B if(getComputedStyle(elements%5Bi%5D).position %3D%3D%3D 'fixed' %7C%7C getComputedStyle(elements%5Bi%5D).position %3D%3D%3D 'sticky')%7B elements%5Bi%5D.parentNode.removeChild(elements%5Bi%5D)%3B %7D %7D %7D)() ```

Sometimes, this one is needed to fix scrolling after using the previous one:

``` javascript:var r="html,body{overflow:auto !important;}"; var s=document.createElement("style"); s.type="text/css"; s.appendChild(document.createTextNode(r)); document.body.appendChild(s); void 0; ```
OrangeMusic
·el mes pasado·discuss
’ instead of '