Maurycy's blog
Maurycy — Electronics enthusiast and amateur astronomer
Technical deep-dives on systems programming and software engineering.
maurycyz.comA genuinely eclectic technical blog covering electronics teardowns, astrophotography, web development, and the case for owning your own space on the internet. Maurycy builds his own tools, photographs deep-sky objects, monitors ionizing radiation, and writes about all of it with the matter-of-fact detail of someone who finds no meaningful boundary between these interests. The blog itself is a statement: no ads, no algorithms, no AI training permitted — just human-written posts on a personal website.
Written by Maurycy.
Regular
Publishes weekly or bi-weekly
2
Independent Blog
English
How this blog's content is accessed through Blogs Are Back.
Full Content
RSS feed includes complete post content for reading in-app
Proxy Required
Feed is fetched through our proxy for browser compatibility
Proxy Post Links
Post pages are loaded through our proxy for compatibility
Embeddable
Posts can be displayed inline in the reader view
Recent posts from Maurycy's blog's RSS feed.
Remove annoying banners
This is a small javascript snippet that removes most annoying website elements: /* HTML tags, keywords, commands */ h-n {color: #F27;} /* Values */ h-v {color: #B8F;} /* CSS selectors, attribute/varable names, file names */ h-s {color: #AEE;} /* Comments */ h-c {color: #777;} function cleanup(node) { var style = getComputedStyle(node); // Bad styles var bad = (a)=>(["fixed","sticky","hidden","clip"].includes(a)); // Removes "dick bars" and the such...
Why does C have the best file API?
Ok, the title is a tongue-in-cheek, but there's very little thought put into files in most languages. It always feels a bit out of place... except in C. In fact, what you get is usually a worse version of C. In C, files can be accessed in the same way as memory: /* HTML tags, keywords, commands */ h-n {color: #F27;} /* Values */ h-v {color: #B8F;} /* CSS selectors, attribute/varable names, file names */ h-s {color: #AEE;} /* Comments */ h-c {color: #777;} h-e {color: #F6F;} #include &l...
Be careful with LLM "Agents"
I get it: Large Language Models are interesting... but you should not give "Agentic AI" access to your computer, accounts or wallet. To do away with the hype: "AI Agents" are just LLMs with shell access, and at it's core an LLM is a weighted random number generator. You have no idea what it will do It could post your credit card number on social media. This isn't a theoretical concern. There are multiple cases of LLMs wiping people's computers [1] [2], cloud accounts [3], and even causin...
Inside an alpha-beta scintillator:
Just a heads up: this post is incomplete. However, it may be a while before I am able to finish it. I am publishing it early in hopes that you will still find it somewhat interesting. I've recently acquired this tiny contamination monitor: Just 4 cm wide! It's more sensitive then a Ludlum 44-9 despite being smaller then it's pancake style G-M tube. After removing four hex screws, the AlphaHound easily comes apart: Oooo This is very nice: Many similarly sized devices are difficult or...
Notes on blog future-proofing
One of the great things about web pages is that they are long-lived and mutable. There's no need to aim for perfection on the first draft: A page can continue to be improved for years after its original publication. However, this mutability comes at a cost: DO NOT POWER [IT] DOWN!! — The first web server. Servers are just computers: If they ever break or are turned off, the web site vanishes off the internet. h-n {color: #F27; font-family: monospace; background-color: #111;} h-v...
If you enjoy Maurycy's blog, you might also like these blogs.
Follow Maurycy's blog
If you like blogs where the same person might tear down electronics one week and photograph a nebula the next — and write about both with the same quiet technical precision — this is one of those rare finds.