VirtualTam's bookmarks
245 bookmarks found
-
AI Flame Graphs
2025-01-20 AI developers think about their bit of code, but with AI Flame Graphs they can now see the entire stack for the first time, including the HW, and many layers they don't usually think about or don't know about. It basically looks like a pile of gibberish with their code only a small part of the flame graph.
This reaction is similar to people's first experiences with CPU flame graphs, which show parts of the system that developers and engineers typically don't work on, such as runtime internals, system libraries, and kernel internals.
-
The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.
- ~ntietz/newt - Nicole's Web Toolkit
- Are we web yet?
-
- Antithesis - So you think you want to write a deterministic hypervisor?
- Resonate - Deterministic Simulation Testing
- TigerBeetle - Deterministic Simulation Testing
- Introducing Limbo: A complete rewrite of SQLite in Rust - Can we match SQLite’s world-famous reliability?
- Polar Signals - (Mostly) Deterministic Simulation Testing in Go
-
NASA Public Lessons Learned System
2024-12-30 The NASA Lessons Learned system provides access to official, reviewed lessons learned from NASA programs and projects. These lessons have been made available to the public by the NASA Office of the Chief Engineer and the NASA Engineering Network. Each lesson describes the original driving event and provides recommendations that feed into NASA’s continual improvement via training, best practices, policies, and procedures.
-
The CLIP OS project is an open-source project designed by the National Cybersecurity Agency of France (ANSSI) that aims to build a hardened, multi-level operating system, based on the Linux kernel and a lot of free and open source software.
[...]
The project is based on Gentoo Hardened and has many similarities with Chromium OS or the Yocto project.
-
- Converting UTZOO-Wiseman Usenet Tapes to Website with PostgreSQL backend using Python 3.8
- 2.1 Million of the Oldest Internet Posts Are Now Online for Anyone to Read
- DataHoarders, UsenetArchives.com now includes UTZOO-Wiseman tapes of the earliest internet posts made between Feb 1981 and June 1991
- The UTZOO Wiseman Usenet Archive (data removed following legal action)
-
- Discussion on Hacker News
- Book report by Steward Brand
- ROMchip Presents: Building SimCity: A Conversation with Will Wright and Chaim Gingold
- EA Sim City 2000 Will Wright Interview
- Game Developer Magazine - April/May 1995
- Stanford Libraries - Interfacing to Microworlds, Will Wright, Maxis
- Will Wright on Designing User Interfaces to Simulation Games (1996) (2023 Video Update)
- Will Wright and Brian Eno - Generative Systems
- Playing with Time | Brian Eno and Will Wright
- SimHacker/MicropolisCore - SimCity/Micropolis C++ Core
Related books:
-
- Re: Return of the Obra Dinn [GDC 2016 Demo Build] - Dithering Process
- Ditherpunk — The article I wish I had about monochrome image dithering
- Cyan's Richard A. Watson - Dithering 101 (archive)
- Differentiable Dithering
- What the Heck is Blue Noise?
- Generating Blue Noise Textures With Void And Cluster
- Why Your Website Should Use Dithered Images
- Why Your Website Should Not Use Dithered Images
Online dithering tools:
-
BBS - The Documentary
2024-11-10 The BBS Documentary Video Collection is a varied set of video items collected by Jason Scott, curator of TEXTFILES.COM. These are recordings about and from the era of the domination of ASCII and Dial-up Bulletin Board Systems (roughly the 1970s through the 1990s, with examples far before and after that).
-
NullDeref | Writing A Plugin System in Rust
2024-10-23 - The Technologies - A more in-depth look at Rust plugin systems
- Getting Started - First steps trying to implement the plugin system
- Diving into Dynamic Loading - A closer look at dynamic loading in Rust
- Reducing the Pain with Dependencies - Taking a look at the state of dynamic loading in the Rust ecosystem
- Getting our Hands Dirty - Finally implementing the plugin system!
- Wrapping Up - The last finishing touches and ideas