
u/waozen

Japan to require AI firms to disclose training data
japantimes.co.jpWayland bindings for the V programming language | dy-tea
Example vlang applications are under examples.
Judge gives Google one week to fix "anticompetitive" app store download in Google Play
arstechnica.comArenaAllocators don't play nicely with ArrayLists | openmymind
openmymind.netThe Gargantuan Lie That is Collapsing The World’s Climate
currentaffairs.orgA shocking 92 percent of US adults are not going to the doctor because it’s too expensive
independent.co.ukSimpleGUI (SUI): lightweight and beginner-friendly UI framework for V (Vlang) | codecaine-zz
A cross-platform UI framework that's built on top of the V language's gg graphics module. Simple_gg delivers smooth performance and uniform UI rendering across macOS, Linux, and Windows.
U.S. FCC approves giant space mirror to deliver 'sunlight on demand,' but what are the legal implications?
cbc.caThe Vanishing Page: AI Firms Scan Then Destroy Rare Book Editions
dallasexpress.comRxV: Reactive Extensions for the V language | ulises-jeremias
ReactiveX is an API for programming with Observable streams, that provides a unified model for handling asynchronous data. RxV brings this model to V (Vlang) using:
- Generic Observables; ObservableImpl[T] works with any type
- Channel-based pipelines; each operator spawns a thread and connects via chan Item[T]
- Composable operators; filter, map, merge, reduce, and more
Aixt: Microcontrollers programming framework | fermarsan
>A programming framework for microcontrollers which implements a subset of the V programming language, and is able to be used by low-resource devices.
If open weight models are the future, U.S. AI companies are going to have a hard time
fastcompany.comFil-C: Garbage In, Memory Safety Out! | Filip Pizlo
>Challenges the conventional wisdom by describing an implementation that achieves the same level of protection against memory safety exploits as even the safest languages. Details of Fil-C's compiler, language runtime, and some of the corpus of software that has been ported to it.
MongrelDB-V: Pure V (Vlang) client for MongrelDB | Visorcraft
>Embedded + server database with SQL, vector search, full-text search... No external dependencies
Microsoft’s carbon emissions went up 25 percent last year
theverge.comChina's giant Gobi solar plant runs after dark on salt, not batteries
electrek.coGUI: Vlang's other official UI framework (immediate mode)
Inspired by Clay, a cross-platform GUI library for the V language. Fast layout algorithm that makes flex-box style layouts simpler. Don't have to think about data binding, observables, and UI thread synchronization. View is a function of your state; change the state anywhere and the UI updates. No wiring. No callbacks to remember. No threading headaches.
Special thanks to: Mike Ward