lobste_rs 

feeds.twtxt.net

No description provided.

Recent twts from lobste_rs

Open Core and .NET Foundation: Time for Some Introspection?
As an open-source foundation, the projects you endorse reflect directly on your values, brand, and public trust. Foundations like Apache have set high standards by being selective about projects they host, especially discouraging those that drift into monetization models that reduce openness — such as paywalling core components or shifting key features behind paid licenses.

A current .NET Foundation project, Avalonia, appears to be heading in … ⌘ Read more

⤋ Read More

Graham: Synchronizing Clocks by Leveraging Local Clock Properties
High performance, strongly consistent applications are beginning to require scalable sub-microsecond clock synchronization. State-of-the-art clock synchronization focuses on improving accuracy or frequency of synchronization, ignoring the properties of the local clock: lost of connectivity to the remote clock means synchronization failure.

Our system, Graham, leverages the fact that the local clock still keeps time even when connectivity is … ⌘ Read more

⤋ Read More

Regular Expression Derivatives in Python
Regular expressions are commonly implemented using a backtracking algorithm, or by converting them into a nondeterministic finite automata using Thompson’s construction. An alternate approach is to use Brzozowski derivatives to directly generate deterministic finite automata. This talk describes an implementation of Brzozowski derivatives in Python, based … ⌘ Read more

⤋ Read More

MITRE will stop issuing new CVEs
The funding for the CVE database runs out on April 16th, and MITRE itself will no longer be issuing CVEs. CNAs will still be issuing CVEs for now. It’s also mentioned downthread that the funding renewal has come down to the wire before.

Comments ⌘ Read more

⤋ Read More