Microsoft Previews Azure Deployment Environments During the recent Ignite Conference, Microsoft announced the public preview of Azure Deployment Environments. This managed service enables dev teams to quickly spin up app infrastructure with project-based templates to establish consistency and best pract...
Open Source Skyplane Targets Faster and Cheaper Data Transfers between Clouds A team of researchers at the RISELab at UC Berkeley has recently released Skyplane, an open source tool to optimize the transfer of large datasets between cloud providers, reducing transfer times and costs.
Microsoft Introduces Azure Cosmos DB for PostgreSQL During the recent Ignite conference, Microsoft announced Azure Cosmos DB for PostgreSQL, a new generally available (GA) service to build cloud-native relational applications. It is a distributed relational database offering with the scale, flexibility, an...
A Real World React -> htmx Port It is all well and good talking about REST & HATEOAS in theory or describing the Hypermedia-Driven Application architecture, but, at the end of the day, what matters in software is practical: Does it work? Does it improve things?
Internet disrupted in Iran amid protests over death of Mahsa Amini - NetBlocks Network data from NetBlocks confirm a near-total disruption disruption to internet service in parts of Kurdistan province in west Iran from the evening of Monday 19 September 2022. The regional ...
Plonk with Linear-Time Prover and High-Degree Custom Gates Benedikt Bünz, Espresso Systems, Stanford University
IR-controlling the new air conditioner in the vintage server room Computers are hot. No, I mean, they're hot. They heat our house in the winter here in primarily sunny Southern California (not as much as ...
Some useful, non-obvious Postgres patterns There's nothing earth-shattering here, but I can recall that each of these points were not obvious to me at some point in time. Perhaps some of them are not obvious to you right now.
A Billion Years: My Escape From a Life in the Highest Ranks of Scientology: Rinder, Mike: 9781982185763: Amazon.com: Books A Billion Years: My Escape From a Life in the Highest Ranks of Scientology [Rinder, Mike] on Amazon.com. *FREE* shipping on qualifying offers. A Billion Years: My Escape From a Life in the Highest Ranks of Scientology
RTX 4090 review: Spend at least $1,599 for Nvidia’s biggest bargain in years Our review also dives deeply into DLSS 3—and how it may affect future Nvidia GPUs.
Introduction to DigiMixer This is the first of what I expect to become a series of maybe a dozen blog posts about a hobby project I’ve started, called DigiMixer. Back in January 2021 I posted about controlling an XR-1…
Let's watch videos with David - HackMD # Let's watch videos with David ## Program ### consensus - [ ] [Introduction to Consensus (Part I
noname/sudoku.no at main · mimoo/noname Noname: a programming language to write zkapps. Contribute to mimoo/noname development by creating an account on GitHub.
Vincent van Gogh - The Starry Night 21333 | Ideas | Buy online at the Official LEGO® Shop US Recreate a Van Gogh art masterpiece in 3D
Dalio vs. Zeihan – We Are Not Saved If you prefer to listen rather than read, this blog is available as a podcast here. Or if you want to listen to just this post:
Why high speed rail hasn’t caught on High Speed Rail (HSR) has been in the news, with a recent New York Times article listing some of the reasons that the California HSR project seems unlikely to ever be completed. Quite aside from Ca…
Why you should use Astro 🚀 Zihan Including the advantages of Astro and how Astro is better than others.
On extending Ruby on Rails knowledge: part 1. I've been working with Ruby on Rails for about 17 months now and I feel I've learned a lot so far but I want to take my knowledge one step further. For this to happen, I'll establish an actionable list of items that I either want to review or learn
Halting problem ==? Russell’s paradox? Recently I’ve been working on a theory of computation that’s based on set theory, rather than the type-theory that most modern languages are built on. (I think that such a theory would …
Building a high-performance database buffer pool in Zig using io_uring's new fixed-buffer mode In this post, we will explore how to build a high-performance database buffer pool in Zig using io_uring's new fixed-buffer mode.
Announcing Wikis World, a Mastodon server for wiki enthusiasts Recently mastodon.technology announced it was shutting down at the end of the year. It's been a great home for my postings and a bunch of people I follow. My mastodon.technology handle was even printed in my college newspaper (normally reporters' Twitter ...
Tracing Linux kernel with retsnoop Tracing Linux kernel internals easily and ergonomically with retsnoop tool. Real-world examples and deep dives into stack trace, function call trace, and LBR (Last Branch Record) modes and how they could be used to solve real-world problems.
Deploying Containers using Nomad and Traefik How to build simple and maintainable deployment infrastructure using Hashicorp Nomad and Traefik.
Writing An Incremental Typesetting Engine | Laurenz's Blog A post about comemo, a new Rust library for incremental compilation. In comparison to existing incrementality tools for Rust, comemo is very simple and natural to integrate into a project.