on Leave a Comment

New top story on Hacker News: Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash

Show HN: SplatHash – A lightweight alternative to BlurHash and ThumbHash
4 by unsorted2270 | 0 comments on Hacker News.
Hi HN, I built SplatHash. It's a lightweight image placeholder generator I wrote to be a simpler, faster alternative to BlurHash and ThumbHash. Repo: https://ift.tt/o19C2I6

on Leave a Comment

New top story on Hacker News: OpenAI – How to delete your account

OpenAI – How to delete your account
143 by carlosrg | 20 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Unsloth Dynamic 2.0 GGUFs

Unsloth Dynamic 2.0 GGUFs
12 by tosh | 1 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Inferring Car Movement Patterns from Passive TPMS Measurements

Inferring Car Movement Patterns from Passive TPMS Measurements
7 by wisdomseaker | 1 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Meta problem with URPF our bundle in Boca raton

Meta problem with URPF our bundle in Boca raton
16 by synthesis5x | 0 comments on Hacker News.
Meta has a problem in its clusters in Boca Raton, Miami; this is affecting the MNA content delivery network and direct content consumption. This has a regional impact in Latin America, since so far most non-cacheable content is consumed from the clusters in Florida. The impact is traceable via ICMP, but also reproducible via TCP and difficult to measure via UDP. This is why monitoring tools are misleading: there is no “slowness” resulting from interface saturation; instead, there is data corruption where packets are discarded at the interface level. Therefore, if network performance is measured using those same data points, it won’t work and you won’t see any alerts. The issue can also be replicated from the looking glass. In fact, I will attach images below, although you can also see them on the website attached to the post, as well as a more specific report There is packet loss and probably flapping on a BGP instance, OSPF, or some IGP within Meta’s network. I believe it is between 129.134.101.34, 129.134.104.84, and 129.134.101.51. It is possible that it’s a faulty interface in a bundle or some hardware issue that a “show interface status” doesn’t reveal, which is why I’ve failed to report this problem through your NOC. How can Meta replicate the failure? 1: Look for random MNA cluster IPs from your clients. 2: Ping from 157.240.14.15 with a payload larger than 500 bytes (a packet is more likely to get corrupted on a faulty interface if the payload increases). 3: Ping many servers from point 1. You will see that once you find the affected upstream or downstream route combination, you will have 10-60% packet loss to the destination host. How to fix it? Isolate the port or discard faulty hardware. Why didn’t we see it before? Simply put, your monitoring tools and troubleshooting protocols don’t work for these problems. The protocol is to attach a HAR file that bases its performance on window scaling and TCP RTT; if both are good, even with data loss, there’s “no problem.” Especially because that HAR file is extracted using QUIC, and QUIC is particularly good at mitigating slowness caused by data loss (since packets are retransmitted without the TCP penalty). You know what uses TCP? WhatsApp Statuses, and those are slow. Can an MTR show where the problem is? Generally not, this is because: In any network route, there is a certain number of hops; for example, suppose there are 5 hops between host A and host B. To perform a traceroute, packets are sent with increasing TTL values (1, 2, 3, etc.). Each time a packet expires before reaching its destination, the transit hop reports a “TTL Time Exceeded” message, which is how the route is mapped. The problem is that these are basically point-to-point probes; it’s like pinging each hop individually. And when there’s a problem on an affected interface in an ECMP or bundle, those P2P connections won’t necessarily take the affected path. So they are unreliable; generally, you will see that the losses are produced by the final host even though the fault is in the middle. check metafixthis.com

on Leave a Comment

New top story on Hacker News: Sovereignty in a System Prompt

Sovereignty in a System Prompt
36 by 0x5FC3 | 14 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: The Missing Semester of Your CS Education – Revised for 2026

The Missing Semester of Your CS Education – Revised for 2026
45 by anishathalye | 3 comments on Hacker News.
We returned to MIT last month to teach a revised version of Missing Semester, six years after the original debut (which has been extensively discussed on HN, in https://ift.tt/gxzlFWT and https://ift.tt/V5WfkDA ). We’ve updated the course based on our personal experiences as well as major changes in the field (e.g., the proliferation of AI-powered developer tools) over the past several years. The 2026 course includes revised versions of four lectures from the previous course, and it adds five entirely new lectures: - Development Environment and Tools - Packaging and Shipping Code - Agentic Coding - Beyond the Code (soft skills) - Code Quality We’d love to hear any feedback from the HN community to improve the current or future iterations of the course. In particular, we’re curious to hear the community’s take on our inclusion of AI-related topics (e.g., dedicating an entire class to the topic of agentic coding; though we tried to counterbalance it with plenty of disclaimers, and a dedicated section on AI etiquette in Beyond the Code). --Anish, Jon, and Jose

on Leave a Comment

New top story on Hacker News: Hetzner Prices increase 30-40%

Hetzner Prices increase 30-40%
204 by williausrohr | 510 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: AI-generated replies really are a scourge these days

AI-generated replies really are a scourge these days
6 by da_grift_shift | 1 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: NPM install is stealing your passwords – I built a tool to catch it

NPM install is stealing your passwords – I built a tool to catch it
19 by ComCat | 4 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Postgres Is Your Friend. ORM Is Not

Postgres Is Your Friend. ORM Is Not
33 by MYEUHD | 25 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Show HN: Elecxzy – A lightweight, Lisp-free Emacs-like editor in Electron

Show HN: Elecxzy – A lightweight, Lisp-free Emacs-like editor in Electron
6 by kurouna | 5 comments on Hacker News.
Hi HN. I am a programmer from Japan who loves Emacs. I am building elecxzy. It is a free (zero-cost), lightweight, Emacs-like text editor for Windows. I designed it to be comfortable and ready to use immediately, without a custom init.el. Here is a quick overview: - Provides mouse-free operation and classic Emacs keybindings for essential tasks (file I/O, search, split windows, syntax highlighting). - Drops the Lisp execution engine entirely. This keeps startup and operation lightweight. - Solves CJK (Chinese, Japanese, Korean) IME control issues natively on Windows. I never managed to learn Lisp. I just copy-pasted snippets to maintain my init.el. However, I loved the Emacs keybindings. I loved operating an editor entirely without a mouse. I wanted an editor I could just open and use immediately. Also, standard Emacs binaries for Windows often have subtle usability issues for CJK users. So, I thought about whether I could build an Emacs-like text editor using Electron, the same framework as VS Code. Building an editor inside a browser engine required thinking a lot about what NOT to build. To make it feel native, I had to navigate DOM limitations. I learned that intentionally dropping complex features improves rendering speed. For example, I skipped implementing "word wrap." For syntax highlighting, I did not use a full AST parser. Instead, I used strict "line-by-line" parsing. The highlight colors for multi-line comments are occasionally incorrect, but it is practically unproblematic and keeps the editor fast. Under the hood, to bypass browser limitations and handle large files smoothly, I implemented a virtual rendering (virtual scrolling) system. For text management and Undo/Redo, I use a custom Piece Table. I built a custom KeyResolver for Emacs chords. I also used koffi to call Win32 APIs directly for precise IME control. I respect Windows Notepad as one of the most widely used text editors. However, in my daily work or coding tasks, I often felt it lacked certain features. On the other hand, I found VS Code too heavy just to write a quick memo. Even with extensions, it never quite gave me that native Emacs flow. I do not want to replace Notepad, VS Code, or Emacs. If users want rich extensions and heavy customization, I believe they should use Emacs or VS Code. My goal is to fill the gap between them—to build a "greatest common denominator" editor for people who just want an Emacs-like environment on Windows without the setup. It is still in alpha (so it might not work perfectly), but you can test it on Windows by downloading the zip from the GitHub releases, extracting it, and running elecxzy.exe. For screenshots, basic usage, and keybindings, please check the README on the GitHub project page. I am looking for feedback: Is there a demand for a zero-config, Lisp-free, "Notepad-like" Emacs-style editor? What are the minimum standard features required to make it useful? I would love to hear your technical insights.

on Leave a Comment

New top story on Hacker News: Japan Is What Late-Stage Capitalist Decline Looks Like

Japan Is What Late-Stage Capitalist Decline Looks Like
24 by olabolola | 6 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Show HN: Glitchy camera – a circuit-bent camera simulator in the browser

Show HN: Glitchy camera – a circuit-bent camera simulator in the browser
4 by elayabharath | 0 comments on Hacker News.
Fun little side project I built after learning about circuit bending in cameras for intentional glitch effect. It is browser based camera toy where you "rewire" CCD pin pairs, turn knobs to get different glitch artefacts in real time to capture as photos. I had fun learning to simulate different pin modes - channel split, hue/phase shifts, horizontal clock delays, colour kill etc. Here are some photos taken: https://ift.tt/O9wfUYs I intentionally leaned towards skeuomorphic design for nostalgia. I miss the days where I'd spend hours making a button to look like a physical button. Here I chose to make it look like a "good enough" Teenage Engineering device UI. I tested/used GPT-5.3-Codex to build this from scratch, since there was a lot of hype around it on X. Maybe I wasn’t using it right, but I found it needed a lot of code cleanup at every step and a lot of hand holding along the way. It missed details/nuances and didn't land the skeuomorphic buttons or the interaction polish. It mostly helped with boilerplate where there wasn't much thinking/detailing. It did give a basic starting point for the effect calculations, but didn't really move the needle on the details. Please give it a go and let me know what you think - your photos and video never leave your browser (you can download them if you choose to). Everything is processed locally in your browser (works offline), nothing is uploaded or seen by anyone.

on Leave a Comment

New top story on Hacker News: US repeals EPA endangerment finding for greenhouse gases

US repeals EPA endangerment finding for greenhouse gases
53 by heresie-dabord | 26 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: WolfSSL Sucks Too, So Now What?

WolfSSL Sucks Too, So Now What?
11 by thomasjb | 1 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Ask HN: Is there a no-LLM license yet?

Ask HN: Is there a no-LLM license yet?
3 by ahub | 3 comments on Hacker News.
I'd like to keep sharing code online but would like to limit it's usage to prevent LLM training and usage on it. I've seen license I can't be the only one looking for such a license, but I fail to find one. Do you know of any existing license, jurisprudence, or group working on redacting such a license? I know licenses exists preventing the use of code in armament or other specific sectors, so surely there is a legal way to prevent it.

on Leave a Comment

New top story on Hacker News: MinIO repository is no longer maintained

MinIO repository is no longer maintained
20 by psvmcc | 2 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Matrix messaging gaining ground in government IT

Matrix messaging gaining ground in government IT
22 by rbanffy | 9 comments on Hacker News.


on Leave a Comment

New top story on Hacker News: Show HN: Algorithmically Finding the Longest Line of Sight on Earth

Show HN: Algorithmically Finding the Longest Line of Sight on Earth
32 by tombh | 8 comments on Hacker News.
We're Tom and Ryan and we teamed up to build an algorithm with Rust and SIMD to exhaustively search for the longest line of sight on the planet. We can confirm that a previously speculated view between Pik Dankova in Kyrgyzstan and the Hindu Kush in China is indeed the longest, at 530km. We go into all the details at https://alltheviews.world And there's an interactive map with over 1 billion longest lines, covering the whole world at https://map.alltheviews.world Just click on any point and it'll load its longest line of sight. Some of you may remember Tom's post[1] from a few months ago about how to efficiently pack visibility tiles for computing the entire planet. Well now it's done. The compute run itself took 100s of AMD Turin cores, 100s of GBs of RAM, a few TBs of disk and 2 days of constant runtime on multiple machines. If you are interested in the technical details, Ryan and I have written extensively about the algorithm and pipeline that got us here: * Tom's blog post: https://ift.tt/yFw2Nfz * Ryan's technical breakdown: https://ift.tt/9qZESMs This was a labor of love and we hope it inspires you both technically and naturally, to get you out seeing some of these vast views for yourselves! 1. https://ift.tt/WnI7qLw