HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dogaar

no profile record

Submissions

Qworum transforms the Web into an AI-ready application platform

drive.google.com
2 points·by dogaar·5 ay önce·1 comments

[untitled]

1 points·by dogaar·2 yıl önce·0 comments

comments

dogaar
·5 ay önce·discuss
The Web is still fundamentally a platform for content not applications. And it's even less an AI-native application platform.

Qworum is a new Web variant that was built for application use cases. It's the only application platform (or OS) that is AI-ready, in the sense that applications are structured the right way for full AI enablement.
dogaar
·11 ay önce·discuss
Bug-free text can indeed be nice to look at.

Speaking of bugs: the Unicode-art at the bottom of the mentioned page isn't showing correctly.

No single web font can display all Unicode code-points, and using a suitable font for that Unicode-art would fix it.

More on that here:

https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/...
dogaar
·2 yıl önce·discuss
This article seems to suggest that atomic application updates at the server side is by itself a solution to application versioning, which it isn’t. As long as client-side asset caching is enabled, which it is by default for all web applications, then the neatly separated application versions will get all mixed up in the browser. One solution would be to serve each application version under a different path prefix.
dogaar
·2 yıl önce·discuss
Supply-chain attacks are big problem for the JavaScript ecosystem. In this short post I will outline a straightforward security measure that can be implemented by all JavaScript runtimes, both in-browser and off-browser. This will prevent most of the supply-chain attacks that are plaguing the JavaScript ecosystem today.