Erdwig's Feed

Feeds to Scour
SubscribedAll
Scoured 1,128 posts in 17.9 ms
Conflict-free Replicated Data Types (CRDTs) ensure Strong Eventual Consistency without coordination, but typically assume benign participants and rely on validation or exclusion to handle Byzantine behavior. We address this problem through deterministic state reconstruction: rather than deciding which updates are admissible, all accepted updates are incorporated, while only a subset contributes to the reconstructed state. We instantiate this app... Read more ›
Feeds
🚀 Create Quick Nest A Quick Setup for NestJS 11 + Prisma 7 + PostgreSQL backend in seconds. The fastest way to start a NestJS + Prisma database project. Skip boilerplate, skip setup start building real features in minutes. Create your project instantly: bunx quick-nest my-app # or npx quick-nest my-app npm/bun pacakge : Your NestJS + Prisma database is ready to go. ✨ Features 🏗️ NestJS 11 — Modern, opinionated Node.js framework 🗄️ Prisma ORM v7 — Type-safe PostgreSQL ORM with auto-migrations ... Read more ›
Discussed on DEV
Feeds
I’ve written a couple posts lately on getting an LLM to generate code to solve chess problems. The first used Claude to generate Prolog and the second used ChatGPT to generate Prolog. This post will use Claude to generate Z3/Python code. The puzzle is one I’ve written about before: Place all the pieces—king, queen, two […] The post first appeared on . Read more ›
Feeds
A practical walkthrough of model quantization, ONNX export, and offline Android deployment for edge AI Read more ›
Covered by habr.com
Feeds
💻Programming Languagesyoutube.comContent type: Video·
Discussed on Hacker News
Feeds
This is a preview of a book to be published by Cambridge University Press. It is distributed under the terms of the CC BY-NC-SA 4.0 license. Read more ›
Discussed on Hacker News and Lobsters
Feeds
I’m building a B+Tree as part of a database project, style but in Rust, inspired by QuillSQL and the Bustub by CMU. This post was a set of… Read more ›
Feeds
Two models on Hugging Face looked ordinary — but the instant you loaded one, it opened a backdoor to your machine. The trick: a file… Read more ›
Feeds
Data structures sound scary. They are not. Let this simple project show you exactly what they are and why they matter. Read more ›
Feeds
Sampling from complex, unnormalized probability densities is a fundamental challenge in Bayesian inference and probabilistic modeling. While Markov chain Monte Carlo (MCMC) methods provide asymptotic guarantees, they often suffer from slow mixing and high computational costs due to fixed or manually tuned trajectory lengths. In this work, we propose a novel framework that treats trajectory termination as a learnable component of the sampling dyn... Read more ›
Feeds
Local emulator for Google BigQuery. DuckDB-backed, SQLGlot-powered. Drop-in replacement for the real service in dev, CI, and offline replicas. - jjviscomi/bqemulator Read more ›
Feeds
🧮AlgorithmsNature·
String sorting is a fundamental operation in various data-intensive applications, ranging from bioinformatics to database indexing. However, parallelizing string sorting remains challenging due to irregular memory access patterns, which often lead to inefficient cache utilization. This paper introduces the Parallel N-Deque Partition Dual-Deque Merge string sorting algorithm, which is evaluated against several state-of-the-art parallel sorting techniques. It utilizes a parallel block-based par... Read more ›
Feeds
Sign up or login to customize your feed and get personalized topic recommendations
🔀CRDTsGitHub·
Calculate distributed progress without a central leader. You use this pure mathematical primitive to merge partially ordered timestamps across your network. Its lattice algebra guarantees your work... Read more ›
Discussed on Hacker News
Feeds
Earlier this year I on how to implement slopes in AABB collision resolution using bump.lua. The resulting system worked, but was a bit hard to use in-game and had a few issues, so I wouldn’t consider it a viable solution. The main issue with the old approach was the use of the cross collision response. It allowed the object to move through the slope as if it wasn’t there at all, and then the update loop corrected the y position after the fact. This alone makes writing code the game a lot more... Read more ›
Feeds
Cloudflare won't re-compress an asset your origin already gzipped, so browsers got 50KB gzip instead of 40KB Brotli. The fix is one line of nginx. Read more ›
Discussed on Hacker News
Feeds
We have the pleasure of celebrating the birthday of Blaise Pascal by announcing the release of OCaml version 5.5.0. Some of the highlights in OCaml 5.5.0 are: Module-dependent Functions Modules can now be used as function arguments in a form of lightweight functors. For instance, we can define a function for printing a map generated by the Map.Make functor: let pp_map (module M: Map.S) pp_key pp_v ppf set = if M.is_empty set then Format.fprintf ppf "ø" else let pp_sep ppf () = Fo... Read more ›
Discussed on Hacker News, Hacker News, and Lobsters
Feeds
🌳Triearxiv.org·
Reinforcement learning (RL)-based post-training for large language models (LLMs) is computationally expensive, as it generates many rollout sequences that frequently share long token prefixes. Existing RL frameworks usually process these sequences independently during policy training, i.e., repeatedly recomputing identical prefixes in both the forward and backward passes of policy gradient computation, leading to substantial inefficiencies i... Read more ›
Feeds
I tried solving Leetcode problem #10( Regular Expression Matching) for fun, ended up spending hours on it. problem Link: I took a naive greedy string construction approach to check if the string s matched the pattern p. That worked for simple cases where: p="a*b" s="aaab" output:True But failed in cases where p ="ab*a*c*a" and s ="aaa", output should be True why greedy string construction failed: the flaw was that a* is not a single choice, it can match "", "a", "aa", "aaa" etc. To determine ... Read more ›
Discussed on DEV
Feeds
A step towards generalizing the transformer architecture Read more ›
Discussed on Substack
Feeds
How RawTree picks the right codec per column. Read more ›
Discussed on Hacker News
Feeds

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help