HackerLangs
トップ新着トレンドコメント過去質問紹介求人

OrangeMusic

196 カルマ登録 10 年前

コメント

OrangeMusic
·一昨日·議論
See also: https://beza1e1.tuxen.de/articles/accidentally_turing_comple...
OrangeMusic
·一昨日·議論
It called itself "mecha hitler".
OrangeMusic
·一昨日·議論
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
·一昨日·議論
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
·14 日前·議論
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
·14 日前·議論
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
·25 日前·議論
They typically don't execute arbitrary code when setting up the project.
OrangeMusic
·26 日前·議論
> Buy your own groceries. Cook your own meals

What's the point of being rich if you're living like a chump!
OrangeMusic
·27 日前·議論
https://archive.is/A8mjm
OrangeMusic
·29 日前·議論
Whatever the reason is the fact is: his website is unreadable on mobile.
OrangeMusic
·先月·議論
Which non profit do _you_ work for?
OrangeMusic
·先月·議論
> In the US,
OrangeMusic
·先月·議論
Nor the famed Good Will Hunting and Argo actor and director, Ben Afflux
OrangeMusic
·先月·議論
Yup. Doesn't work.
OrangeMusic
·先月·議論
You joke but, yeah, when you think about it, the problem with Javascript is the 'script' part. That's actually correct.
OrangeMusic
·先月·議論
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
·先月·議論
> 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
·先月·議論
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
·先月·議論
’ instead of '
OrangeMusic
·先月·議論
I may be wrong on the movies' timelines, but isn't a 386 too modern for the 1980s?