HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_jezell_

no profile record

comments

_jezell_
·3 anni fa·discuss
Stopped reading at "Why Java"
_jezell_
·3 anni fa·discuss
Not to be confused with Quic.
_jezell_
·3 anni fa·discuss
Sounds like it's VNC that pretends to be open source but has a shady website that wants you to pay millions to use it.
_jezell_
·3 anni fa·discuss
Flutter is quickly shaping up to be the best way to accomplish this. The new renderers landing on all platforms including web are really nice. I've ignored Flutter until now, but it's getting too good to ignore for much longer.
_jezell_
·3 anni fa·discuss
I think the guys at Rive would disagree with this sentiment. https://twitter.com/FlutterDev/status/1288494688115126273
_jezell_
·4 anni fa·discuss
Unity is not a good example, it's bloated as hell and takes like 15s minimum to load a square. It wasn't built for WASM and uses a toolchain that makes WASM hard.

Bevy loads pretty instantly in comparison. That's where I'd invest my time if I was doing web games.

https://bevyengine.org/examples/
_jezell_
·4 anni fa·discuss
Well his vision so far for Twitter seems to be to turn it into an anti-woke, advertiser shaming, ad supported platform. I'm sure there are a few people excited about that, but I'm not sure it's as visionary and uniting as something like putting people on Mars.
_jezell_
·4 anni fa·discuss
WASM will bring back a lot of the web devs to native, but C++ via ecmascripten sucks balls compared to the alternatives.
_jezell_
·4 anni fa·discuss
Should be titled "Why one web pioneer thinks it's time to bundle more apps with your browser and change the way it does tabs". I like Arc, but they aren't reinventing the browser.
_jezell_
·4 anni fa·discuss
Bun is amazing. Super early with some quirks but I use it whenever I can. So much nicer than the alternatives even with the early buggy bits.
_jezell_
·4 anni fa·discuss
https://developer.ibm.com/articles/reducing-cold-start-times...

Knative has solved most of those pod start time problems since it’s dealing with a similar scenario, unless 0.008s startup time isn’t good enough for you.
_jezell_
·4 anni fa·discuss
The implementation makes some weird choices like rebuilding a bunch of services like DNS, cert, weird dependency on SQLite. Wish people would stop reimplementing Kubernetes and just build on top of it.

I think "per-user" is probably the wrong killer feature for something like this. Much more potential in shared distributed processes that support multiple users (chat, CRDT/coauthoring). Appears that the underlying layer can probably do that.

In any case, super cool idea, and I hope something like this lands in the serverless platforms from all the major cloud providers. It's always been mind blowing to me that Google Cloud Functions supports websockets without allowing you to route multiple incoming connections from different users to the same process. That simple change would unlock so many useful scenarios.
_jezell_
·4 anni fa·discuss
minio
_jezell_
·4 anni fa·discuss
Because it is a GUI mashup built on top of a dozen dated, crappy, products that don't work well alone or together, and strung together with fishing wire and duck tape. The fact that it even runs at all is an accomplishment.
_jezell_
·4 anni fa·discuss
I'm not sure I'd buy the paintings of a painter that didn't own his own brushes.
_jezell_
·4 anni fa·discuss
Because Facebook is trying to cobble together crap on top of Unity. They are using an inferior engine built by someone else and designed to make mobile games. There's no way they will rule the metaverse without owning the engine and getting serious about the non hardware side of the problem.

Too bad Epic isn't making a metaverse platform play.
_jezell_
·4 anni fa·discuss
Meta should have bought Unity. Zuck is sleeping at the wheel. They are gonna try to win at the metaverse without a dev platform. Good luck with that.
_jezell_
·4 anni fa·discuss
Very cool.
_jezell_
·4 anni fa·discuss
This post is a red flag signaling the author doesn't know what he's talking about.
_jezell_
·4 anni fa·discuss
When you care about perf a lot more than consistency