β¨ Read this must-read post from Hacker News π π Category: π Hereβs what youβll learn: UPDATE 2024-04-15: Windows Terminal 1.19 contains a fix that reduces latency by half! Itβs now competitive with WSLtty on my machine. Details in the GitHub Issue. In 2009, I wrote about why MinTTY is the best terminal on Windows. Even today, that post is one of my most popular. MinTTY in 2009 Since then, the terminal situation on Windows has improved: Cygwin defaults to MinTTY; you no longer need to manually install it. Windows added PTY support, obviating the need for offscreen console window…
β¨ Discover this awesome post from Hacker News π π Category: π Main takeaway: The standard Lanczos method for computing matrix functions has a brutal memory requirement: storing an nΓkn \times knΓk basis matrix that grows with every iteration. For a 500.000500.000500.000-variable problem needing 100010001000 iterations, thatβs roughly 4 GB just for the basis. In this post, we will explore one of the most straightforward solutions to this problem: a two-pass variant of the Lanczos algorithm that only requires O(n)O(n)O(n) memory at the cost of doubling the number of matrix-vector products. The surprising part is that when implemented carefully, the…
β¨ Explore this must-read post from Hacker News π π Category: π Main takeaway: With Firefox 145, weβre rolling out major privacy upgrades that take on browser fingerprinting β a pervasive and hidden tracking technique that lets websites identify you even when cookies are blocked or youβre in private browsing. These protections build on Mozillaβs long-term goal of building a healthier, transparent and privacy-preserving web ecosystem. Fingerprinting builds a secret digital ID of you by collecting subtle details of your setup β ranging from your time zone to your operating system settings β that together create a βfingerprintβ identifiable across…
π Discover this insightful post from Hacker News π π Category: π‘ Main takeaway: IntroductionIn 1945, Europe was ruined. Average incomes were 22 percent lower than the United States at the start of the war; by the end that gap had grown to 75 percent. These economies were different in kind, too. In 1950, for every farmer in America there were 2.7 manufacturing workers, compared to just 1.3 in Germany and 0.92 in France.11. From the GGDC 10-Sector Database.But rather than stay poorer, as one might have expected, Europe rapidly rebuilt itself. Not just did it reach its previous levels…
β¨ Explore this insightful post from Hacker News π π Category: β
Main takeaway: The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the Tusk CLI to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects. For comprehensive guides and API reference, visit our full documentation. Tusk Drift currently supports the following packages and versions: HTTP/HTTPS: All versions (Node.js built-in) GRPC: @grpc/grpc-js@1.x (Outbound requests only) PG: pg@8.x, pg-pool@2.x-3.x…
π₯ Discover this must-read post from Hacker News π π Category: π Hereβs what youβll learn: AI adoption in the US adds ~900,000 tons of COβ annually, equal to 0.02% of national emissions. Credit: IOP Publishing A new study published in Environmental Research Letters finds that continued growth in artificial intelligence (AI) use across the United States could add approximately 900,000 tons of COβ annually. This is not a small amount but equates to a relatively minor increase when viewed in the context of nationwide emissions. While AI adoption is expected to boost productivity and economic output, researchers note that…
π Check out this trending post from Hacker News π π Category: π Main takeaway: Note: These roles are exclusively available to U.S. citizens who can obtain and maintain a U.S. government-issued Top Secret security clearance. There are no exceptions. Who We Are: Our mission at Hazel is simple and powerful. We use AI to help U.S. government purchasing teams buy at the speed of need with unparalleled efficiency and cost-effectiveness. It is a $2.7T problem every single year, and Hazel is at the forefront with State, Local, and EDucation (SLED) and federal government agencies. Government procurement has moved at…
π₯ Discover this insightful post from Hacker News π π Category: β
Hereβs what youβll learn: Note: this blog post is cross-posted from my personal blog Iβve been writing Zig and C++ that have to talk to each other. I want both languages to be able to store data types from the other in their own structs/classes. const c = @cImport(π¬); const MyZigType = struct Tell us your thoughts in comments!; #include class MyCppType β‘; Keep in mind, I donβt want to just define all my Zig types as extern types. I want to use existing types from the standard…
π₯ Explore this trending post from Hacker News π π Category: π Key idea: November 2, 2025 Β· 1 min read Β· Send your thoughts via twitter or mail. Abstract claim: The act of creation is fractal explorationβexploitation under optimal feedback control. When resolution increases the portion of parameter space that doesn't make the artifact worse (acceptance volume) collapses. Verification latency and rateβdistortion combine into a precision tax that scales superlinearly with perceived quality. When I make something good, I often spend most of my time making thousands of high-precision edits on an artifact that I thought should have been…
π₯ Explore this awesome post from Hacker News π π Category: π‘ Hereβs what youβll learn: Advanced Stealth Web Data Collection Framework π Precise GPS Location Tracking π Public IP & Geo-Location Detection π» Complete Device Fingerprinting π‘ Network & Connection Information π Battery Status & Power Management π‘οΈ Stealth Data Collection πΎ Multiple Storage Backends (SQLite, JSON) π Real-time Terminal Display pip install phantomcollect Basic Usage ```bash phantomcollect From AUR (Arch Linux): Access the Interface π§ Advanced Usage Make it Public (Ngrok) phantomcollect & ngrok http 8080 Custom Port phantomcollect --port 8081 π Data Collected Data Type Details Location…
