Front-page articles summarized hourly.
Rafael Sadowski describes reviving and modernizing relayd(8) and httpd(8) for OpenBSD after a stagnation period. Motivated by practical use and renewed by LLMs, he and kirill contribute C code, improve reliability, and modernize the imsg subsystem for better code quality and security. They mirror the project on Gothub, Codeberg, and GitHub, consolidating 2024–2026 open issues. Achievements include TLS hardening, header validation, bug fixes, and new features such as MKCALENDAR support, multi-listener TLS, configurable cert paths, and healthcheck improvements; httpd(8) gains parallel modernization.
GrieferPig/esp32-s31-linux documents efforts to port MMU Linux (Linux 6.12) to the ESP32-S31 architecture (RV32IMAFBCNSUX). The repo targets ESP32-S31-WROOM-3/X boards and includes build/flash instructions, patch notes, and a feature-by-feature porting status (rootfs, wireless, reboot/poweroff, SMP not planned; many peripherals marked untested or WIP). It details S31-specific quirks (CLIC/PLIC, OpenSBI XIP), and OpenSBI/Linux integration changes. Appendix shows a CoreMark run (≈1059 iters/sec on GCC 15.2), CPU info, memory layout, and system stats. Overall this is a work-in-progress port with partial functionality and noted limitations.
Product page for The Art of 64-Bit Assembly, Volume 2 by Randall Hyde (No Starch Press). The book teaches building real systems in MASM on Windows, stripping runtime and reconstructing constructs from scratch at the instruction level. Covers object-oriented programming, Windows Structured Exception Handling, thunks/closures, coroutines, concurrency, Unicode, and macro languages inside MASM. Includes chapters: Advanced Macros, Unicode Strings, Transcendental Functions, Advanced Procedures, Concurrent Programming, OOP with MASM, Exception Handling, Thunks/Closures, Iterators, Coroutines/Generators/Fibers, plus appendices. Price: print $79.99, ebook $63.99; preorders earn 25% off; release June 2026. Author bio: Randall Hyde.
Geist argues Canada’s signing of the UN Cybercrime Convention is a disguise for a broad cross-border surveillance regime. The treaty, initially opposed by Canada, expands electronic‑evidence powers for any 'serious crime' and imposes real-time data interception and cross-border cooperation, with few safeguards. Human rights groups warned it could criminalize legitimate security research, target diaspora communities, and erode Canada’s mutual legal‑assistance framework. Nine months after opposing the treaty and with limited public consultation, Canada’s signature— linked in part to lawful‑access goals—raises serious questions about motives and risks.
Arch Linux package maintainer Morten Linderud (Foxboron) resigns after ~9 years as maintainer and nearly a decade in the security team. He notes mkinitcpio and arch-install-scripts have no active maintainer. He lists orphaned packages under his sole maintainership: fsverity-utils, flatpak-xdg-utils, pesign, libmakepkg-dropins, wpa_supplicant, and all tpm2 packages. He also flags packages lacking co-maintainers: arch-install-scripts, archlinux-contrib, archlinux-keyring, archlinux-repro, debugedit, mkinitcpio, mkinitcpio-busybox, bolt, nvme-cli, crun, gopls, go-tools, pacman, sbctl. Campbell Jones replies thanks and notes the need for new maintainers.
Astro Loop is a roguelike shooter for Android from PubDeer. It’s open-source (GPLv3), offline-capable, and free with no ads or IAPs. The game runs entirely on your phone, with no network permissions or data collection. Play by steering with one finger while your guns fire automatically. The project is on F-Droid and GitHub, and plans include Obtainium; source code, bug reports, and Ko-fi support are provided. No trackers, no cookies.
Google is rolling back the Image Generation feature in Google Earth and will add stronger guardrails after AI-generated imagery shared via the feature violated policies. The company notes these generated images did not appear in the main Earth experience for others and were watermarked as AI-generated.
Bug report: x86_64-unknown-linux-musl ripgrep 15.2.0 occasionally segfaults (SIGSEGV) during very-large, highly concurrent searches. The crash stems from a MUSL mallocng integrity assertion inside calloc invoked by opendir, evidenced by a core dump and a lengthy backtrace. Repro requires a large generated tree (~20 GiB, ~1.8M files) and looping rg over a non-existent string; on a 24-core machine a crash occurs after ~1 minute. The issue provides backtrace and reproducibility details; not expected behavior.
Overview of punctuation glyphs in typography, focusing on periods, commas, ellipses, bullets, and interpuncts, with cross-language usage and design considerations. It explains period usage as sentence end, decimal separator, and time separator; comma as thousands or decimal mark; spacing and kerning across fonts; the Russian practice of thin spaces after periods in initials; bullet vs interpunct roles and Unicode variants (Bullet, Dot Operator, Ano Teleia); ellipsis rules; two-piece punctuation (colon/semicolon) spacing; and practical typing guidance (keyboard shortcuts, HTML).
Kontigo, a YC S24 USDC-stable neobank for Latinos, is hiring a Founding Engineer (full-time) in SF or remote. $40k-$120k salary and 0.5%-2.5% equity. Tech stack: Next.js/React Native, Supabase, Firebase, Prisma, Nest.js, OpenAI/Anthropic APIs, Solidity/web3; heavy TypeScript. Founded 2023; team of 10. Founders: Jesus Alberto Castillo Ferrer (CEO) and Gino Guatavita. Mission: build a global-access stable currency platform.
Starting Aug 2, the EU will require labels on AI-generated content that looks real (images, audio, text), with a digital watermark under the AI Act. Personal content and evidently artistic or satirical works are exempt. New AI systems must comply by Aug 2; pre-existing ones get four extra months. Non-compliance can trigger fines up to 3% of revenue. The EU provides its own black-and-white labels, while firms may create their own. Some fear labels will appear in areas like advertising, film, publishing, and social media where users may not expect AI; Google and Meta already label content.
This guide shows how to achieve least-privilege access to AWS Secrets Manager secrets when you cannot narrow an existing IAM policy. It uses a resource-based policy attached to the secret, evaluated with the principal’s identity policy to grant access only under defined conditions (e.g., GetSecretValue on AWSCURRENT). Implemented in Terraform: create the secret, write the value, and attach a policy (lab_role ARN) scoped to the secret. Includes dynamic LabRole ARN, zero soft-delete window for academy labs, optional VPC endpoint constraint, and positive/negative tests. Security notes compare to GCP/OCI and discuss state exposure.
Great work arises where your ability meets a deep, unusual interest. Pick exciting, ambitious projects—often self-initiated—and push toward the frontier by learning enough to spot gaps, then explore promising ones. Don’t overplan: work in large blocks, tolerate setbacks, and avoid per-project procrastination. Build a small, loyal audience and surround yourself with superior colleagues; protect morale. Be earnest, relentlessly curious, and willing to break rules. Focus on questions, not just solutions; copy openly. Start small and iterate to a bigger version. Original ideas come from puzzlement and challenging established models.
AI makes prototyping fast, but production-grade systems demand engineering judgment—scalability, edge cases, observability, data architecture, and security. Moving from prototype to production exposes gaps even when AI-generated code works in demos. Learning computer science remains valuable because it builds mental models of how systems behave and fail, enabling you to spot issues AI might miss. The job is changing: routine coding can be automated; the ceiling rises for experienced engineers who use AI as a force multiplier, not a substitute. Learn fundamentals, then adopt AI tools, with critical review.
G'MIC 4.0 commemorates 18 years as a free, open-source image-processing framework. The Qt plugin now offers 644 filters, with new ones: Rendering / Pixel Stretch, Gradients [Poles], Artistic / Marker Drawing, Heightfield Warp, Offset Stripes, and Colors / Transfer Colors [Multi] (PCA, histogram, variational; semi-supervised mode). Core updates include random_patches, shape_hilbert, a PCA command, depthmap3d, normalmap3d, and improved matrix solvers. A new gmic-interactive-demos repo presents three demonstrators: SteamFace Machine, Virtual Artist, GREYC Warp. The post also discusses creative coding, new scripts, and broader distribution (GEGL, PhotoFlare, Affinity, Snap Store).
Release v1.6.0 adds fiber-based execution mode (via Async) to rails/solid_queue. Replaces a multi-threaded pool with fibers on a single fiber reactor; configure with fibers: <n> in worker settings (e.g., fibers: 100). Requires Async and Rails fiber isolation (config.active_support.isolation_level = :fiber). Improves I/O-bound workloads like LLM calls. Also rollbacks of leaked transactions from killed threads in tests and documentation for updating dynamic recurring tasks. New contributors: crmne, wintan1418.
RamenHaus is a Geneva-based project featuring rotating ramen. So far 114 bowls have been photographed and posted. Visitors can start with the latest entry, click bowls to view, or browse the index. Inspired by Lauren's Rotating Sandwiches and Naive Yearly. Contact [email protected]. No cookies, tips, or JavaScript. © 2023–26 Ole Reissmann.
A Wii U stuck at the logo due to Hynix eMMC read errors in MLC was recovered with a no-solder method. Using UDPIH on a Pico, the author confirmed a recovery path, then installed ISFShax redNAND to redirect MLC to an SD partition. After backing up OTP/SEEPROM, USA MLC titles were downloaded, the SD card repartitioned into a small FAT32 boot partition and a redNAND, and minute was configured to auto-run the installer with wafel_setup_mlc. The MLC was rebuilt on SD, and the system now boots to the initial setup via an SD-backed MLC. Card must remain inserted; backups preserved; not stock but functional.
Could not summarize article.
Herald Square's tiny 30x50 foot holdout on the corner of 34th St and Sixth Ave, long hidden beneath Macy’s signs, is once again visible as the giant shopping-bag advertisements are being dismantled. The five-story structure, owned for decades by Kaufman Realty, has a history dating to 1901–1903 when Macy’s tried to seize the corner, lost to Siegel-Cooper, and then built around it. Since the 1920s Macy’s has leased billboard space atop the corner; the current change may foresee new LED signage and a new lessee rather than Macy’s. The building remains a relic of retail power struggles.
Made by Johno Whitaker using FastHTML