HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eyeris

no profile record

comments

eyeris
·23 days ago·discuss
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 days ago·discuss
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
·27 days ago·discuss
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
·last month·discuss
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 months ago·discuss
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 months ago·discuss
That is something hospitals do when the computer systems go down haha
eyeris
·4 months ago·discuss
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 months ago·discuss
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 months ago·discuss
How so?
eyeris
·5 months ago·discuss
Since the cve data is from Trivy/Grype, that should be osv.dev
eyeris
·6 months ago·discuss
Supposedly using react allows CC to have structured output so it can understand what’s on the screen.
eyeris
·6 months ago·discuss
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 months ago·discuss
From the bit that I just read, it seems like polymarket/kalshi types are still legal?
eyeris
·7 months ago·discuss
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 months ago·discuss
Like WiFi tethering?
eyeris
·7 months ago·discuss
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 months ago·discuss
Got any examples in mind?
eyeris
·8 months ago·discuss
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 months ago·discuss
When did gmail migrate to react?
eyeris
·9 months ago·discuss
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