Show HN: Hyprmoncfg – Terminal-based monitor config manager for Hyprland
(paolino.me)
Hyprmoncfg is a terminal-based (TUI) monitor configuration manager for Hyprland that provides a spatial drag-and-drop style layout editor, profile support, and a daemon for applying layouts automatically when hardware changes. It includes a safe “apply with revert” flow (atomic config writes, verification, and automatic rollback if not confirmed) and verifies that the generated monitor config is actually sourced by the user’s Hyprland config. The post also describes built-in workspace planning strategies and emphasizes minimal dependencies (two Go binaries plus Hyprland only).
Accidentally created my first fork bomb with Claude Code
(droppedasbaby.com)
AI
A software engineer recounts how an agentic “hook” in Claude Code recursively spawned new Claude Code instances, effectively creating an accidental fork bomb that overheated and froze their Mac overnight. After quickly removing the hook and preventing further runaway processes, they report it also likely avoided a much larger corporate API bill—though they’d already seen it spike by hundreds of dollars. The post then describes the practical custom tools and skills they built for everyday workflow (e.g., task triage, OCR, local memory/metadata logging), despite the costly experiment.
From 300KB to 69KB per Token: How LLM Architectures Solve the KV Cache Problem
(news.future-shock.ai)
AI
The article explains how a transformer’s KV cache makes ongoing conversations “remember” recent tokens in GPU memory, and why its byte cost forces constant memory management. It compares several architecture changes—like grouped-query attention, compressed latent caches, and sliding-window attention—that reduce per-token cache size, and contrasts this short-lived working memory with long-term “memory” features that rely on separate systems such as retrieval and stored facts. It also discusses what happens when the cache is evicted or too large, including lossy compaction and the resulting need for external memory tools.
Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua
(loreline.app)
Loreline is a narrative scripting language implemented in Haxe and transpiled to many targets (e.g., JavaScript, C#, C++, Python, Lua) so the same parser/interpreter behavior runs across platforms. The document outlines its pipeline (lexer, parser to an AST with stable 64-bit node IDs, and a runtime interpreter using a continuation-passing model) that executes plain-text .lor scripts on demand without separate precompilation. It also describes how extensive automated tests and thin per-language wrappers help keep features consistent while supporting editors like VS Code.
Scotty: A beautiful SSH task runner
(freek.dev)
Scotty is a new open-source SSH task runner from Spatie that lets developers define remote deploy scripts and other tasks in a local file, run them from the terminal, and see each step in real time with helpful timing and failure output. It supports both Laravel Envoy’s Blade-based format and a new plain-bash Scotty.sh format, along with features like pause/resume, “pretend” dry runs, and a doctor command to validate SSH connectivity and required tools. Existing Envoy scripts can be run directly with Scotty while teams optionally migrate to the bash format over time.
Microsoft: Copilot is for entertainment purposes only
(microsoft.com)
AI
Microsoft’s Copilot terms of use outline how the AI service may be accessed and what rules users must follow, including requirements around age, lawful personal use, and a broad code of conduct (privacy, non-harm, no fraud, no deepfakes, etc.). The policy also warns that Copilot can make mistakes and may use unreliable or unverified information, advising users to rely on their own judgment. Microsoft further states Copilot is “for entertainment purposes only” and that users shouldn’t depend on it for important advice, while additional provisions address possible access restrictions and third-party “shopping” handled by merchants.
Good code will still win
(greptile.com)
AI
Greptile’s blog argues that even as AI coding accelerates, “good code” will ultimately prevail because maintainable, simple code is cheaper to generate and fix over time. It points to trends like larger, denser pull requests and increasing outages as signs that brute-force coding can make systems more brittle. The piece suggests market competition and the economics of long-term maintenance will push AI tools toward clearer abstractions and fewer changes rather than “slopware.”
RubyGems Fracture Incident Report
(rubycentral.org)
A new Ruby Central incident report explains the “RubyGems Fracture” period in September 2025, when Ruby Central’s lack of direct GitHub admin controls led to prolonged, poorly communicated access changes and a subsequent walkout by paid contributors. The author describes how maintainers asserted they held administrative control over the rubygems GitHub organization and quit after Ruby Central leadership gained Business/Enterprise access but would not relinquish it. The report concludes with operational and communication lessons, including the need for offboarding runbooks, clearer labeling of access changes, and better procedures for handling sensitive permission changes.
Lime (bikes) is a data company
(ktoya.me)
AI
An author uses a GDPR data request to obtain three years of their Lime bike history, then analyzes the trip and app logs with Claude to build dashboards and identify patterns. The analysis includes their spend, ride frequency, and loyalty segmentation, and it also infers likely home/work locations and routine stopovers (e.g., gym, brunch, a regular Tuesday appointment) from GPS timing. The post argues that similar approaches can be applied to other EU/UK consumer apps that store data, using an AI agent to explore and visualize it.
Oracle slashes 30k jobs
(rollingout.com)
Oracle says it has eliminated about 20,000–30,000 jobs, affecting roughly 18% of its global workforce, with many employees reporting they learned of their termination via a brief 6 a.m. email without prior notice. The company cited changes to business needs and said severance and next steps would follow through DocuSign. The layoffs are described as linked to Oracle’s push into AI data centers, which the article ties to heavy new debt and major cash-flow demands.
GitHub Monaspace Case Study
(lettermatic.com)
GitHub Next and Lettermatic collaborated on Monaspace, an open-source superfamily of five interchangeable monospace typefaces built for code editors. Released in November 2023, it includes 42 static styles plus variable font support (weight, width, and slant) across multiple scripts and languages. The case study highlights the project’s “Texture Healing” technology, intended to improve legibility in monospace text by reducing common spacing and squashing issues without breaking the fixed grid.
A Love Letter to 'Girl Games'
(aftermath.site)
The piece argues that games marketed to young girls have been culturally erased and under-preserved, tracing the pattern to decades of industry marketing that favored boys and treated “girl games” as lesser or embarrassing. It highlights initiatives like the FEMICOM Museum and points to creators who say feminine-themed games struggle for resources, visibility, and mainstream acceptance despite strong design and creative potential. Using examples from past girl-focused titles and modern work like Consume Me, it calls for better preservation and more serious development of games centered on femininities.
Cohere Transcribe: Speech Recognition
(cohere.com)
AI
Cohere has released Transcribe, an open-source, conformer-based automatic speech recognition (ASR) model trained to minimize word error rate while remaining production-ready. The 2B-parameter model supports 14 languages and is reported to rank #1 on Hugging Face’s Open ASR Leaderboard for English accuracy (5.42% average WER), with similar gains claimed in human evaluations. Cohere says it also delivers strong throughput and is available for local use, via a free API for experimentation, or through its Model Vault for managed, low-latency deployment.
Proactively Parasocial
(nicklandolfi.com)
The post explains parasocial relationships using the 1956 Horton and Wohl definition, arguing that we can be “parasocial” to people we know about through senses and media without meeting them. It traces how technology—from spoken language and writing to social media—amplifies the formation of these relationships, especially online interaction. While acknowledging potential downsides (e.g., loneliness substituting for real relationships), it argues parasocial connections can also be productive, such as for readers, authors, and shared communities, and concludes that blogging is one proactive way to cultivate them.
Claude usage limits hitting faster than expected
(old.reddit.com)
AI
A discussion on r/ClaudeCode says Claude usage limits are being reached sooner than users expected, prompting people to investigate how the limits are calculated and when they reset. Commenters compare observations and share troubleshooting ideas while waiting for clearer guidance.
OCR for construction documents does not work, we fixed it
(getanchorgrid.com)
AnchorGrid’s developer documentation describes an API endpoint (POST /v1/drawings/detection/doors) that detects doors in architectural floor-plan PDFs by taking a previously uploaded document_id, enqueuing inference, and returning results via a job/poll workflow. It details which pages can be scanned, how bounding boxes are reported in PDF coordinates after server-side filtering, and the credit-based billing and rate-limiting behavior. The docs also note typical free-tier processing times and that webhook delivery is available only on paid tiers.
A Nursing Home Owner Got a Pardon. The Families of His Patients Got Nothing
(propublica.org)
ProPublica reports that nursing home owner Joseph Schwartz received a full Trump pardon after pleading guilty in a payroll tax case, but patient families who sued for harm tied to his facilities have largely been unable to collect their multimillion-dollar judgments. The article recounts the death of a resident at Hillview Post Acute in Arkansas and the $19 million damages award her family won, which was effectively uncollectible because Schwartz had moved assets out of state. It also details how Schwartz’s pardon came amid other health-care fraud clemency decisions and describes disputes over restitution, responsibility, and claims made by supporters about the case.
Russia slowly trying to splinter its internet from rest of world, analysts say
(theguardian.com)
The Guardian reports that Russia is gradually separating its internet from the rest of the world through piecemeal, hard-to-detect measures, including escalating mobile internet blackouts, broader traffic restrictions, and increasing blocks on Telegram. Analysts and researchers say the approach is more opaque than Iran’s earlier shutdowns because Russia has more independent internet service providers, but evidence from watchdog probes suggests Telegram interference is spreading across many networks and regions. Authorities have also previously shut down parts of mobile service in major cities and have indicated Telegram (and possibly WhatsApp) could be fully blocked, potentially replaced by a state-controlled domestic messaging service.
Run virtualized iOS with Private Cloud Compute drivers
(github.com)
The GitHub write-up describes how to run a virtualized iPhone-style environment using Apple’s Private Cloud Compute (PCC) virtualization components, adapting a tart-based VM setup (“super-tart”) and providing code-level notes for configuring VZ hardware model parameters and boot ROM/Sep storage files. It also documents how custom PCC-related firmware can be extracted and patched to boot in the VM, and how the author combined components from cloudOS and an iOS version to produce a working “vphone” restore image.
NASA Chief: "We Just Built Antigravity Propulsion " [video]
(youtube.com)
The linked YouTube video claims NASA leadership is describing a newly built antigravity propulsion concept, but the provided article text contains no substantive details beyond the YouTube site boilerplate, so the specific claims can’t be verified or summarized from the supplied content.
Nobody Is Coming to Save Your Career
(alifeengineered.substack.com)
The article argues that career growth isn’t something managers automatically drive for you; it’s your responsibility to initiate conversations about your goals, steer your timeline, and seek opportunities that stretch you. Using examples from the author’s Amazon experience, it says promotions and better scope typically happen when employees push beyond comfortable work rather than waiting for “scope to be handed to them.” It also notes that company incentives often reinforce staying put, so you may need to take calculated risks, ask for growth directly, and consider other teams or employers if progress stalls.
Multiple Sclerosis
(subfictional.com)
A blog post announces the author’s diagnosis of relapsing-remitting multiple sclerosis after weeks of numbness and tingling, spinal lesions on MRI, and a lumbar puncture complicated by a spinal headache treated with a blood patch. She discusses early disease-modifying treatment planning, ongoing management of symptoms, and her long-term approach to care—including monitoring vitamin D and coordinating support from family and community in Portland.
In Expanding de Sitter Space, Quantum Mechanics Gets More Elusive
(quantamagazine.org)
The article explains why quantum mechanics is especially difficult to formulate in de Sitter space, a model for an exponentially expanding universe driven by dark energy. Unlike in flat or anti–de Sitter space, de Sitter space has no accessible boundary to shield observers from quantum fluctuations, making standard measurement concepts break down. Researchers are using insights from black holes and recent theoretical calculations—such as how photons can behave in expanding space—to clarify what can and can’t be meaningfully computed.
Open source CAD in the browser (Solvespace)
(solvespace.com)
SolveSpace has released an experimental, browser-based Web Version of its open-source parametric 2D/3D CAD that runs after loading without network dependencies. The article notes performance tradeoffs and remaining bugs, especially for larger models, and says the build uses the latest development branch. Users can self-host the static output and are encouraged to report issues encountered in the browser build.