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

eyeris

no profile record

コメント

eyeris
·23 日前·議論
The Teams conferencing solution probably needs it.

It’s pretty spiffy when it works - it detects whether you’re in the same room as the conferencing device and suggests pre-muting your audio.
eyeris
·23 日前·議論
The teams conferencing solution probably needs it. It’s pretty spiffy when it works - it detects whether you’re in the same room as the conferencing device and potentially suggests muting
eyeris
·28 日前·議論
It’s one of the hot new-ish harnesses. Believe it’s like openclaw or Claude code without all of the defaults

https://pi.dev/
eyeris
·先月·議論
Presumably nothing. Do note the publisher—Alibaba presumably would rather their own tools and models instead of licensing.

They do open source a fair bit of internal tooling, so it’s always interesting to see their approach
eyeris
·3 か月前·議論
Wonder if the SimuLink hold can ever be broken. I hear that’s a big part of why MatLab has the hold it does on engineering industries
eyeris
·3 か月前·議論
That is something hospitals do when the computer systems go down haha
eyeris
·4 か月前·議論
This is a pretty annoying problem right now. The closest that I’ve seen is https://microsoft.github.io/presidio/

Unfortunately, it requires a decent amount of customization to do anything AFAICT
eyeris
·4 か月前·議論
Codex via codex-cli used to be pretty about knowing whether it was in powershell. Think they might have changed the system prompt or something because it’s usually generating powershell on the first attempt.

Sometimes it tries to use shell stuff (especially for redirection), but that’s way less common rn.
eyeris
·4 か月前·議論
How so?
eyeris
·5 か月前·議論
Since the cve data is from Trivy/Grype, that should be osv.dev
eyeris
·6 か月前·議論
Supposedly using react allows CC to have structured output so it can understand what’s on the screen.
eyeris
·6 か月前·議論
Think it’s likely for some OF is the sidegig and for others escorting is the sidegig.

Both would build brand, but I’d imagine making it big on OF streamer has a much higher cap than making it big as an escort.
eyeris
·6 か月前·議論
From the bit that I just read, it seems like polymarket/kalshi types are still legal?
eyeris
·7 か月前·議論
Big question is which feature subset you want to replicate.

Kubernetes means everything to everyone. At its core, I think it’s being able to read/write distributed state (which doesn’t need to be etcd) and being able for all the components (especially container hosts) to follow said state. But the ecosystem has expanded significantly beyond that.
eyeris
·7 か月前·議論
Like WiFi tethering?
eyeris
·7 か月前·議論
Was there any research into prior art? Recently did some research into this space and it seems like there are already a bunch of off the shelf open source projects for address this
eyeris
·7 か月前·議論
Got any examples in mind?
eyeris
·8 か月前·議論
Think speed could be a potential benefit. Why go through source -> llvm ir -> binary with linking and all the other stuff? Think I’m bearish on the concept, but who knows?

One parallel could be using ml for simulations to not write or compute all the rules
eyeris
·8 か月前·議論
When did gmail migrate to react?
eyeris
·9 か月前·議論
For whatever reason, zed compilation on windows with msvc is extremely slow compared to the Linux counterpart.

https://github.com/rust-lang/rust/issues/145864 was opened because of the the discrepancy