Good eye! That's the Sun's own rotation — ~27 days (Carrington rotation period) at the equator, it's plasma, so slower at the poles. 24hrs ≈ 13° of longitude ≈ ~7% of the disk. 1/365 would be Earth's orbit, which is a different motion :)
Man… you guys are ruthless. The dude provides a free tool to use, and used a cute named, have opinions about code, and used the most common used photo on his webpage, and suddenly he gets insulted on a public forum by strangers. He's not perfect. Nobody is. He has opinions, and might not even know about Lenna.
> Interesting you say the Dev isn't a great person, because I had a hunch when I saw the use of the Lena photo on the front page
You say:
> you guys are ruthless (...) You people are gross.
I'm not saying you don't have a point. I didn't know enough to be sensitive on the Lena topic once either, and could have been the target of the above comment. So I think, perhaps, those could have been formulated more constructively.
However, I must say the same for your comment too. Can't we all be friends here? :)
I agree that calling someone a bad person for using one of the most common test images is excessive. However, regarding this:
> The subject of the photograph merely went along with it.
The subject of the photograph did ask for it to no longer be used. Here's a quote from her:
> I retired from modeling a long time ago. It’s time I retired from tech, too.
> to defiantly do the opposite.
If the policing comes from third party for virtue signalling, this is fair game. Here, I'd just suggest that respecting her wish is just common courtesy and consider someone who defiantly doesn't as a somewhat rude person.
Yes, I'm aware of her statement. My view is that she merely went along with what I see as reactionary nonsense as opposed to actually caring about the use of her likeness. We all have a civic duty to actively push back against the spread of polarizing reactionary movements.
Even if I believed her request to be genuine I can't bring myself to view reproducing a commercial image of a professional model that's in widespread circulation as being unethical under any circumstances. Neither would I ever agree to stop distributing a well known book if one day many years later the author woke up suddenly wanting to undo its publication. If you find my viewpoint confusing or seemingly unreasonable, for reference I view projects such as Anna's Archive in a positive light.
While I strongly disagree with what I perceive to be the intent behind the image being banned by many journals, I nonetheless agree with the outcome. It's an objectively poor test image for demonstrating the technical capabilities of the vast majority of modern applications. We don't benchmark modern video codecs by encoding VHS rips of classic Disney movies and we shouldn't do the equivalent for still images.
Safebrowsing does not provide popularity metrics for downloads, to my knowledge. It only states whether a URL is malicious according to some Google checks. No amount of popularity would turn a malicious URL into a benign one.
I've created an iCloud account for my llm.
On my Mac, I created another user account, not an admin, just regular. Linked to the iCloud account. Installed Bluebubble.
And now I can chat with my AI via iMessage, via my Apple watch, or my homepods. It works beautifully.
When I speak to an agent, siri, or whatnot, I am always worried that they will assume I'm done talking when I'm thinking. Sometimes I need a many-seconds pause. Even maybe a minute… For Sire and such, I want to ask something simple "Hey Siri, remind me to call dad tomorrow". Easy. But for Claude and such, I want to go on a long monolog (20s, a minute, multi-minutes).
To me, be the best solution would be semantic + keyword + silence.
I have the same issue. It gives this very weird minor sense of public speaking anxiety where I almost feel the need to write down what I'm about to say, which negates the whole purpose. Only solution I've found is using push-to-talk with some of the system wide STS applications.
You have the wrong understanding about wasm. It's absolutely not supposed to be replacing HTML, CSS or JS.
And yes wasm is used wildly. On the web for expensive computation (Google earth, figma, autocad, unity games) or server side for portability and sandboxing (Cloudflare workers, fastly, …)
It is definitely meant to replace JS in some applications. It isn't quite there yet for normal web pages but it will be eventually. There are a few front-end web frameworks written in Rust that use WASM.
The whole "it's not meant to replace JS" thing was just to reduce pushback from JS devs.
> The whole "it's not meant to replace JS" thing was just to reduce pushback from JS devs.
It was born at the same time as webgl, at the time of Jit optimisation for js engines. As a subset of js first, then as wasm as we know it. It was originally for games and performance on the web.
At no point there was a conversation about "replacing js", but more like, "js can't do these stuff. let's have something else".
All I can tell you with certainty is that the people who designed and funded webgl/asmjs/llvm efforts at Mozilla (Alon, Vlad, Brendan, …) clearly understood that wasm was a needed companion alongside JS (and its DOM&co bindings). Not a replacement. I was part of these conversations.
I understand why people would think it was a JS killer, but that's a naive way of looking at it.
That talk is intentionally silly and at the end is talking about replacing all binaries, not javascript in particular, and yes that does strongly change the meaning.