What Is Brasssmile com Blog?

www.makerstations.io

Type brasssmile com into a search box and you probably expect braces, aligners, maybe a booking page for a clinic. The name pushes hard in that direction. What loads instead is a general blog covering gadgets, business and everyday living, with no dental service behind it. This audit covers the content, the ownership record, the server findings and the lookalike domains worth avoiding. What Brasssmile Com Actually Is Brasssmile com is an advert-funded publishing site. The articles cover tec...

The Unexpected AI Stack: C# + .NET (Part 3)

chrlschn.dev

Building an AI-enabled application using the Copilot SDK, C#, .NET, and Nuxt UI Building an AI-enabled application using the Copilot SDK, C#, .NET, and Nuxt UI

Prior to the 17th of August

www.rubenerd.au

This is the fifth client I work with this week who’s auto-replied to an email I sent with this: I am currently on leave returning on the 17th of August. I don’t think I’ve ever had two clients from disparate companies share leave, at least outside popular holidays like Lunar New Year or Xmas. And now five people have? MAMBO NO. 5!? What’s going on? Is there some awesome event going on now to which I wasn’t invited? Do they know something we don’t? If a massive new ...

Printing Lists

matklad.github.io

Printing Lists Aug 14, 2026 To print a comma-separated list, a concise idiom is to optionally print the comma first, before the element: for (items, 0 ..) | item, item_index | { if (item_index > 0 ) std.debug.print( ", " ); std.debug.print( "{}" , .{item}) } Printing Lists Aug 14, 2026 To print a comma-separated list, a concise idiom is to optionally print the comma first, before the element: for (items, 0 ..) | item, item_index | { ...

s21e19: Artificially intelligent pragmatism; Your subjective experience is generative; The Profane Town Crier

newsletter.danhon.com

0.0 Context Setting Tuesday August 11, 2026 in Portland Oregon. The freezer isn’t working. It’s super irritating. We’ve tried a whole bunch of stuff (I got the multimeter out!) and we’re getting to the point where it’s time to call someone out to take a look at it. I’m not ready to do the switchover quite yet, but a much better archive and home for this newsletter (still powered by Buttondown !) will be launching at thingsthatcaughtmyattention.com . Let me know what you thin...

Cars Kinda Suck RN 3/3: Cars Themselves

nate.mecca1.net

In the month of April my car was in the shop three times. It was supposed to be one trip (O2 sensor, emissions, tires), but it wound up being divided into three because of some unavailability on my part and the mechanics’, combined with a slight delay on parts I ordered. Anyway, I got it back and figured I’d be done with that stuff for a bit. Within 24 hours I was jacking it up to see if a wheel bearing was bad, and within 48 hours I was riding back in a tow truck. In the month of April my ...

Unexpected Unemployment

blog.computationalcomplexity.org

Enjoying Idaho while ignoring Illinois Today is the first day of my life that I am unemployed. And not by choice. As I mentioned on LinkedIn last week, me and about 160 of my colleagues, staff and faculty, untenured and tenured, lost our positions at Illinois Tech after they declared "financial exigency" which allows them to eliminate tenured positions. I'll use this post to tell my story, but keep in mind there are 160 other ones. The president announced that he would be asking the board to d...

Extending immutability: deletion without losing data

www.tigrisdata.com

Tigris has a pretty advanced replication scheme for writes. What happens when you actually need to delete things? Turns out deleting things is hard in distributed systems. Especially when you have a geo-replicated active-active database like Tigris does. We can (and do) use tombstones to mark where data once was, but how do you let people undo an accidental delete? Tigris wants to turn storage inside out , so our implementation of soft d...

How Will the 21st Century ROAD to Housing Act Affect Housing Supply? Part II

www.construction-physics.com

This is the second installment of my look under the hood of the recently passed 21st Century ROAD to Housing Act, looking at what each provision actually does and trying to suss out its actual impact on housing supply. You can read my previous essay on Title I of the Act here . This time I’ll look at Title II, “Building More in America,” and Title III, “Manufactured Housing For America,” which have 13 and 4 individual provisions respectively. Some of the most consequential chunks of t...

Autonomy at the Speed of the Mission

shield.ai

This blog is the first in a series exploring the technologies and principles shaping the future of AI and autonomy. In a contested environment, yesterday’s software is rarely enough for tomorrow’s mission. Autonomy has to be adaptable by the operator as the mission changes. Historically, changing how an autonomous system behaves has meant changing its software. An operator identifies a gap, then engineers modify the code, retest, recertify as required, and redeploy. The process exists for...

Another partial SSI trick with canonicalize

bernsteinbear.com

After reading Chris Fallin’s aegraph post , new ZJIT contributor dak2 landed a block-local version of the canonicalize function in #16828 . The pseudocode of the block-local canonicalize function looks like this: for block in function . reverse_post_order (): rewrite_map = {} for insn in block . insns : insn . operands . map_in_place ( lambda o : rewrite_map . get ( o , o )) if insn . opcode == "GuardType" : re...

AI programming : are you angry yet?

lemire.me

AI-assisted programming is fast evolving and there is a tension between ‘we no longer need to understand the code’ and ‘what is my purpose as a programmer’. I recorded a short video on this topic with how I think the tension can result in conflicts. AI-assisted programming is fast evolving and there is a tension between ‘we no longer need to understand the code’ and ‘what is my purpose as a programmer’. I recorded a short video on this topic with how I think the tension can ...

First Closure Workshop

third-bit.com

Thanks to a lot of hard work by Liz Neeley , I had a chance to run the project closure workshop online yesterday. I think it went pretty well, and I really enjoyed meeting all the participants, but as the saying goes, no lesson survives first contact with learners. In particular, there’s a lot of duplication, and I think I need to reorganize the material in a 2x2 scheme: Sudden Gradual Project Continues Emergency planning Success planning Project Ends Abrupt closure Deliberate closu...

Write for people

vickiboykis.com

Something I’ve noticed recently is that I am no longer able to read and parse PR titles and descriptions across the internet. I don’t think I stopped being able to read or understand code, but now that we are automatically generating more and more explanatory artifacts instead of writing them, navigating codebases as a human is becoming an exercise in futility. I’m not the only one: We are already constantly drowning in tech jargon, much of which comes to us presented through brea...

Style Guide

dead.garden

A few people I know have a style guide for their blog/website, so here are my thoughts on a Style Guide for this site. Read more on the site… A few people I know have a style guide for their blog/website, so here are my thoughts on a Style Guide for this site. Read more on the site… A few people I know have a style guide for their blog/website, so here are my thoughts on a Style Guide for this site. Read more on the site… Read more on the site…

No, local models will not win

seangoedecke.com

Every time a new open-weight AI model is released, people say that local models are the future. Why spend billions of dollars building out datacenters when everyone will just be able to run AI models on their laptops or phones? I think this idea is doomed. No matter how strong open-weight models get, most inference will always happen in AI datacenters. Local models are too weak to be widely used Local models are never going to be as powerful . I think this point should be obvious: all of t...

On Publishing Your Salary

kevquirk.com

One of my favourite things to do online is perusing the IndieWeb . It's fun, and I've been able to discover a tonne of interesting people along the way. But every now and then, I come across someone who has published their salary history on their site. At first, I thought this was a great idea. It feels transparent, and it theoretically gives people an idea of what they could or should be earning in a particular field. But as I've discovered more people doing this (for the record, I've only s...

Poem: On the edge

jatan.space

Craft launched from Luna, no tether can go farther, faster while being lighter Exploring more worlds with joy and curiosity hosting ideas, deploying empathy and even skepticism for humanity From the edge of a gravitational well they can push the discourse and shape its course All of these futures can bloom with the fervor and fragrance of you. Illustration of a rocket taking off from a Moonbase. Image: SpaceX Poem notes: I love writing poetry where words allude to technical space themes. It...

questions, ii

jamesg.blog

(what if) home pages (were, are) ever-changing poems(?) (what if) home pages (were, are) ever-changing poems(?) (what if) home pages (were, are) ever-changing poems(?)

AI Product Engineering Notes

hamel.dev

Notes from 13 sessions on evals, context, and systems. 9.5 hours of talks distilled into about 20 minutes of reading. Notes from 13 sessions on evals, context, and systems. 9.5 hours of talks distilled into about 20 minutes of reading.

Books I Enjoyed In 2026H1

borretti.me

Fiction Invisible Cities by Italo Calvino . Beautiful prose and imagination. By Night in Chile by Roberto Bolaño . Beautiful and surreal prose, but completely unpretentious. Valuable Humans in Transit and Other Stories by qntm . I had already read most of these but they are very, very good, and it was a pleasure to read them again. ⭐️ Life and Fate by Vasily Grossman . Usually when I hear “it’s a 900 page Russian epic about three generations of a family living throu...

Local State in Livelymerge

www.inkandswitch.com

Introduction In the Livelymerge project, Dan Ingalls, Peter van Hardenberg, and I (Alex Warth) are building a Lively Kernel-like system whose heap is an Automerge document. (See my previous lab note for the details of our object model.) The whole point of this arrangement is that every object is persistent and shared: if you and I are looking at the same document, we’re looking at the same objects, and they’ll still be there two weeks from now. It didn’t take much multi-user testin...

TDD inside the agent loop - theater or actual value?

martinfowler.com

My colleagues at Thoughtworks tend to be big fans of Test-Driven Development, and many people in the industry advocate telling LLM agents to use TDD when building software. Birgitta Böckeler was curious if this really makes a difference, so conducted a few experiments . more… My colleagues at Thoughtworks tend to be big fans of Test-Driven Development, and many people in the industry advocate telling LLM agents to use TDD when building software. ...

Random Old Posts

TitleDate
Make Your Garage Door Opener Smart: Shelly 1, ESPHome and Home Assistant
simplyexplained.com
June 25, 2020
Song of Ice and Fire 2027 Calendar
georgerrmartin.com
July 01, 2026
The first release candidate of Redis 4.0 is out
antirez.com
December 02, 2016
My 3rd startup: Tubelytics, the real-time dashboard for YouTube publishers
levels.io
May 31, 2014
The only real validation is people paying for your product
levels.io
August 28, 2019
List of all my projects ever
levels.io
March 19, 2021
Alyse Galvin on Coronavirus in Alaska
idlewords.com
June 24, 2020
Laying off Pintos
www.jonashietala.se
October 16, 2012
Europe wants to reduce its anti-AI act and GDPR to compete in AI
levels.io
April 10, 2025
NASA isn't fixing the heat shield on Artemis II
www.adastraspace.com
December 13, 2024
Taiwan
barredo.es
May 28, 2016
0026: break, preimp essay, focus + clojure, zed experiments, decorrelation and nested relations, bunny, sqlite mode, reading, links
www.scattered-thoughts.net
July 26, 2022
Humble Leadership for Team Success
kinduff.com
January 12, 2024
Sign Up for Livewire Updates
calebporzio.com
March 06, 2019
Time For a Change
rmoff.net
March 10, 2017
How I bought a Tiny PC and turned it into a GPU workstation / gaming rig
stfn.pl
August 23, 2025
TIL: A situation where the <svg> doesn't fully appear in Safari.
ohhelloana.blog
February 01, 2022
Interesting links - January 2026
rmoff.net
January 20, 2026
How to build Doom3 on Mac OS X with XCode
fabiensanglard.net
November 25, 2011
Europeans are all captivated by the mind virus
levels.io
April 16, 2026
Good and Bad Programmers
www.jonashietala.se
November 08, 2012
I prefer "Yankee" over "Usonian" over "American"
taylor.town
July 14, 2026
100,000,000 CROWPOWER and no horses on the moon
taylor.town
September 03, 2025
Project Cambria: Translate your data with lenses
www.inkandswitch.com
October 06, 2020
Intel is listening, don't waste your shot
www.brendangregg.com
November 21, 2025
A better explanation of the Liskov Substitution Principle
www.hillelwayne.com
November 07, 2023
Degrowth is likely just masked foreign sabotage
levels.io
July 04, 2026
It's crazy to think the entire West is literally leaning on one single guy to do things at the same level China does
levels.io
August 07, 2026
Kafka to Iceberg - Exploring the Options
rmoff.net
August 18, 2025
DuckDB tricks - renaming fields in a SELECT * across tables
rmoff.net
February 27, 2025
What's new with "The Rust Programming Language"
steveklabnik.com
August 15, 2016
I'm Learning 3d 🎮
levels.io
February 02, 2016
A template proposal for adopting Rust at work
tim.mcnamara.nz
March 15, 2023
Better operator precedence
www.scattered-thoughts.net
October 09, 2021
Random notes on improving the Redis LRU algorithm
antirez.com
July 29, 2016
How I'd validate 30 startup ideas in 2023 with TikTok and Stripe preorders
levels.io
November 13, 2023
TortoiseSVN doesn't prompt for authentication
rmoff.net
September 21, 2010
Not just development, distribution of software may change as well
antirez.com
July 22, 2026
AI programming : are you angry yet?
lemire.me
August 12, 2026
The day I taught AI to understand code like a Senior Developer
nmn.gl
April 07, 2025
UnsupportedClassVersionError: `<x>` has been compiled by a more recent version of the Java Runtime
rmoff.net
January 21, 2020
You cannot cURL under pressure
blog.benjojo.co.uk
October 12, 2019
Yubikey/Smartcard backed TLS servers
blog.benjojo.co.uk
May 03, 2018
Revisiting the postcard pathtracer
fabiensanglard.net
May 18, 2020
effortless creativity
strangestloop.io
May 10, 2023
Playing Around With Jonathan Reinink's InertiaJS
calebporzio.com
May 02, 2019
Most guys over 35 now have the padel body and you need to fight it
levels.io
July 24, 2026
Tech Radar (Nov 2025) - data blips
rmoff.net
November 05, 2025
How will Ethereum's multi-client philosophy interact with ZK-EVMs?
vitalik.eth.limo
March 31, 2023
Estimate Solar + Storage Market Share
austinvernon.site
July 22, 2021
SIMD-accelerated integer-to-string conversion
lemire.me
May 18, 2026
What I would do if I was 18 now
levels.io
October 05, 2016
Building an accessible autocomplete control
adamsilver.io
February 02, 2020
Fifteen Years in Fifty Minutes
theshamblog.com
June 17, 2026
We've Already Thought the Unthinkable
www.hillelwayne.com
February 09, 2018
Astro Archive - The Horsehead Nebula
stfn.pl
October 04, 2023
How and Why Netflix Built a Real-Time Distributed Graph: Part 3 — Querying the graph with gRPC…
netflixtechblog.com
August 07, 2026
Clever vs Insightful Code
www.hillelwayne.com
June 06, 2021
Articles on Chandrayaan 1, India’s first Moon mission
jatan.space
April 23, 2026
How to make Pi-hole even more private and secure by switching to Unbound and adding extra blocklists
stfn.pl
June 25, 2025
Bus driver in France crashes after fainting from heat with no AC
levels.io
June 25, 2026
HN: the good parts
danluu.com
October 23, 2016
Automating my job away
austinhenley.com
June 07, 2026
📷 Grids in Manchester
moonbase.lgbt
April 25, 2026
Metaprogramming in Zig and parsing CSS
notes.eatonphil.com
June 19, 2023
BBC Radio 4 - The Digital Human, Series 6, Maps
tim.mcnamara.nz
January 12, 2022
Guest Post: Money Is The Problem, by Fernando R
theluddite.org
March 01, 2023
Introduction
www.robinwils.com
March 02, 2025
Some latency measurement pitfalls
danluu.com
December 06, 2021
Technological Antisolutions: The Difference Between Public Transit and Self-Driving Cars
theluddite.org
April 01, 2023
Writing a su feature with Authlogic
steveklabnik.com
March 05, 2010
Ink Note March 29, 2023: ink track update / thoughts on research direction
www.inkandswitch.com
March 29, 2023
Changelog #546: "Don't Make Things Worse!"
changelog.fm
June 29, 2023
Render Hell – Book III
simonschreibt.de
August 16, 2015
a jar of dirt, or how we failed to exhume my great-great-uncle
taylor.town
January 22, 2024
Watch The Pirate Bay: Away From the Keyboard
levels.io
February 11, 2013
Links to CSS colour palettes
jvns.ca
May 04, 2026
Claude's AI output is so verbose and jargon dense that I have to look up every word
levels.io
August 04, 2026
I cook friends a 400g steak with beef tallow and take them lifting to cure tiredness depression or lethargy
levels.io
May 29, 2026
It's not vibe coding: Agentic engineering
mkennedy.codes
February 06, 2026
How To Stop Being Fake
taylor.town
January 14, 2023
Music genres are dead
levels.io
June 16, 2012
OBIEE 12c – Extended Subject Areas (XSA) and the Data Set Service
rmoff.net
June 01, 2016
Watchdog – Structure
simonschreibt.de
October 04, 2015
Writing a SQL database from scratch in Go: 1. SELECT, INSERT, CREATE and a REPL
notes.eatonphil.com
March 06, 2020
Scars are beautiful
stephango.com
November 11, 2015
Why I still blog after 15 years
www.jonashietala.se
September 25, 2024
Security issue on OBIEE 10.1.3.4.1, 11.1.1.3
rmoff.net
August 04, 2011
ChatControl is back with a vengeance
levels.io
March 26, 2026
0025: preimp, focus + mach, emergent ventures, clockwork labs, success, hytradboi ideas, zig debugging tips, dev-setup.sh, clojurescript blues, analogies for end-user programming, half-arsed workflows, javascript vs serialization, links
www.scattered-thoughts.net
June 24, 2022
I started painting again
mary.codes
April 01, 2024
OBIEE SampleApp v406 Amazon EC2 AMI - available for public use
rmoff.net
November 13, 2014
Int8-Quantized Sparse QR Factorization
www.reidatcheson.com
June 30, 2026
Make your own way
notes.eatonphil.com
December 27, 2023
Open letter to the Portuguese government to approve Tesla FSD
levels.io
July 11, 2026
redis-namespace 1.3.1 security release
steveklabnik.com
August 03, 2013
I want it all but, it is impossible
ohhelloana.blog
May 09, 2024
Software correctness is a lot like flossing
www.hillelwayne.com
October 28, 2020
Privacy, Power, and the Self
third-bit.com
June 12, 2026
Rinse FM, here's your podcast feed we've always wanted
levels.io
November 25, 2013

About

I couldn't find a RSS reader that I liked so I decided to build my own.I thought it would be neat if it was public and formatted kind of like a magazine or a newspaper, so here we are.This is a feed of all the feeds that I want to keep up with. I try to keep it independant and keep out things likeenigneering blogs that are just advertisements, but its all up to my discretion.

This page updates daily at 8:11ish AM Mountain Time. The following blogs are featured on the page currently:

For the full list of feeds that are followed see the raw list here.