bing.com
Regal Cinemas CEO Backs Paramount-WBD Merger, Adds Antitrust Trial 'Could Be Damaging to Our Industry'http://www.bing.com/news/apiclick.aspx&aid=&tid=6a8138d1e27a4c488f97cbeb765c2ff8&url=https%3a%2f%2fwww.msn.com%2fen-us%2fmoney%2fgeneral%2fregal-cinemas-ceo-backs-paramount-wbd-merger-adds-antitrust-trial-could-be-damaging-to-our-industry%2far-AA29tYEi&c=2204511784277709184&mkt=en-usRegal Cinemas CEO Eduardo Acuna has added his name to the list of entertainment execs expressing their support for Paramount Skydance's acquisition of Warner Bros. Discovery as the company prepares to ...Aug 5, 2026 5:51 PM
bing.com
Regal Cinemas CEO Backs Paramount-WBD Merger, Adds Antitrust Trial 'Could Be Damaging to Our Industry'http://www.bing.com/news/apiclick.aspx&aid=&tid=6a813855a5354d729ffb494255ed6eb1&url=https%3a%2f%2fwww.msn.com%2fen-us%2fmoney%2fgeneral%2fregal-cinemas-ceo-backs-paramount-wbd-merger-adds-antitrust-trial-could-be-damaging-to-our-industry%2far-AA29tYEi&c=2204511784277709184&mkt=en-usRegal Cinemas CEO Eduardo Acuna has added his name to the list of entertainment execs expressing their support for Paramount Skydance's acquisition of Warner Bros. Discovery as the company prepares to ...Aug 5, 2026 5:51 PM
bing.com
Regal Cinemas CEO Backs Paramount-WBD Merger, Adds Antitrust Trial 'Could Be Damaging to Our Industry'http://www.bing.com/news/apiclick.aspx&aid=&tid=6a813b21f5244ed7b796f7b6bad307ad&url=https%3a%2f%2fwww.msn.com%2fen-us%2fmoney%2fgeneral%2fregal-cinemas-ceo-backs-paramount-wbd-merger-adds-antitrust-trial-could-be-damaging-to-our-industry%2far-AA29tYEi&c=2204511784277709184&mkt=en-usRegal Cinemas CEO Eduardo Acuna has added his name to the list of entertainment execs expressing their support for Paramount Skydance's acquisition of Warner Bros. Discovery as the company prepares to ...Aug 5, 2026 5:51 PM
news.ycombinator.com
Show HN: I was wrong about scrollytelling landing pageshttps://news.ycombinator.com/item?id=49185678My position for years: minimal static landing page, one clear offer, optimised for conversion. Everything else is designers entertaining themselves. Then the “built this 3D scrolling page with Fable in 5 minutes” posts started going around and my customers began asking for that. I pushed back, lost the argument, and built a few.Two things surprised me.First, the viral demos don’t survive contact with a client. I tested so many circulating prompt/skill setups. One-shot output looks great; changing anything afterwards is brutal... The demos are impressive because nobody in the thread ever has to revise them.Second, and worse for me: dwell time and conversion on the pages I built came out ahead of the minimal pages I’d have argued for. Small sample, and I’d like someone to tell me why it’s noise.So I built the thing that fixes the first problem: prebuilt interactive widgets that stay editable instead of a generated blob you re-prompt. https://scrollytelling.ai my own landing page is now bAug 5, 2026 5:05 PM

spacenews.com
Capella, Iceye and Umbra win NRO radar-data contractshttps://spacenews.com/capella-iceye-and-umbra-win-nro-radar-data-contracts/SAN FRANCISCO – The National Reconnaissance Office has awarded contracts to Capella Space, Iceye U.S. and Umbra to expand the U.S. government’s use of commercial synthetic aperture radar (SAR). The […] The post Capella, Iceye and Umbra win NRO radar-data contracts appeared first on SpaceNews.Aug 5, 2026 5:05 PM
theopenlake.com
Show HN: ExANS – Lossless KV cache compression at 622 GB/s on H100https://www.theopenlake.com/blog/exans-lossless-gpu-compression-for-bf16-kv-cacheHi HN,We are the developers of OpenLake, an open source storage engine for KV cache offloading to remote disk and memory.Once we offloaded to local disk, we realized the bottleneck is the PCIe or NIC bandwidth. We wondered whether on GPU lossless compression is viable for fast reads and lower TTFT.BF16 is usually very hard to compress, (high entropy of sign/mantissa). What surprised us is that real world KV blocks are very different. The exponent byte has a very low entropy and barely populated. Instead of compressing the whole tensor, we compress only the exponent stream on the GPU.We see the following results: (H100, production KV snapshot):- 1.51× lossless compression - 622 GB/s median GPU decodeDecompression is ~10× faster than a 400 Gb/s NIC bandwidth delivering data losslessly without quality change.We've are open sourcing this as: ExANS which will be available through our vLLM and SGLang connectors on OpenLake v0.8 version. No changes are required in the inference engine.I'm curAug 5, 2026 4:59 PM
webklip.com
Show HN: Webklip – ephemeral online clipboard with live sync and E2E encryptionhttps://webklip.com/I've build an online clipboard on sterorids.Or rather, a shareable temporary workspace where I can paste text and files, setup an expire timer, or configure read&burn. For really private stuff use the E2E encryption, which encrypts the text in the browser before persisting in the DB (files don't get encrypted). It also exposes an API that one can use to integrate it in automatic workflows.Too often I've found myself using WhatsApp or Slack as a makeshift clipboard to share bits of data with myself (or colleagues): configs, notes, passwords, sometimes files. It's a quick & dirty solution and it does the job but over time my chats become cluttered with things I no longer need.There are also times when I need to access that data from devices where I can't use WhatsApp or Slack. For those situations, I've relied on online clipboard services like cl1p.net or pastebin but I kept running into limitations that got in the way.Another use case is automation. Sometimes I need to make arbitrary daAug 5, 2026 4:59 PM
hyperprobe.co
Launch HN: HyperProbe (YC S26) – Agents that do read-only debugging in prodhttps://www.hyperprobe.coHi HN, this is Shailendra and Karan here. We are building a fast and safe way for coding agents to debug issues live in production.When prod breaks, it lets Cursor, Claude, and others drop virtual breakpoints or probes safely in your running code, and extract the exact variable values that logs don’t have.All this saves time and effort for engineers who’d otherwise dig through logs and traces or redeploy with console.logs or print statements until they find the root cause.Here is the link to the video that explains this: https://www.youtube.com/watch?v=ivV7I--ta5cAgents write most of our code now. This shrinks the useful context engineers need to debug AI written code, a problem not helped by the limited telemetry added in the same code by AI.So when something breaks in prod, the first instinct for an engineer is to open logs or throw them to your agents. But if the line you are looking for is not there, agents will start guessing the root cause on non-existent data, forcing you to addAug 5, 2026 4:47 PM
withkord.com
Show HN: Diffing Binary Fileshttps://withkord.com/diffMy partner reviews a lot of P&IDs (piping and instrumentation diagrams) and the adjacent files involved (excel, docx, pdfs, acd/l5x, etc). In his company, these are usually done in Bluebeam.It's really hard to see the diff + keep track of all the revisions resulted by these iterations. They end up storing files like "rev3_final_redlined.pdf". We've been looking for something close to Github to do these reviews, but haven't found one easy enough for folks with no CLI experience to understand and use (happy to check out more tools if you know any).So I built withkord.com to help with revisioning and diffing binary files. Any feedback is welcome.Aug 5, 2026 4:12 PM
apps.apple.com
Show HN: AppScout – App Store downloads, revenue and widgetshttps://apps.apple.com/us/app/appscout-app-metrics/id6770866569Hey hackers!Signing in to App Store Connect just to check downloads or MRR is a friction. I wanted a simpler way. Ideally, just to look at a widget on my iPhone. There are some apps, but the design and implementation made me think here's a gap that I can potentially fill it with a new polished product. So I've built this app.It took me several months to start beta testing. But then I got feedback from users that they don't really want to share their App Store key credentials with a third-party app that uses a backend and collects data. So, I spent one more month pivoting to a private app by dropping a backend and storing credentials on a user's device in a keychain. So, now the app directly talks to Apple's API and there's no account registration. You add a team key - the app fetches data. App also uses background tasks to fetch most recent data so you don't need to open it every day to keep the data fresh. And as a final point - I added widgets to both home and lock screens.Please letAug 5, 2026 4:09 PM
everfree.vercel.app
Show HN: Everfree -AI cowriter note app on GitHub backend & Evernote migrationhttps://everfree.vercel.app/EverFree started as a script to get my notes out of Evernote, and grew into the writing tool I actually wanted: a focused editor where notes stay in Github in a repo I own, with an AI cowriterWith an in-built AI assistant using free models like Gemini 3.5 to help me in my daily writing The AI has a search and image generation feature as well, for which you will need paid licenses from Gemini or OpenRouter. Bring your own keyIt is fully featured, syncs across devices and your backend stays the same. Your github repo.I am a compulsive note taker. When Bending Spoons (the owner of Evernote) hiked my annual renewal to $100 for a tiny bit of cloud storage, I needed to get out.Frontend design is AI but I have carefully worked on performance and security to ensure its 100% reliableAug 5, 2026 4:02 PM
bing.com
Dallas Cowboys cheerleaders' iconic uniform gets its first historic update in years ahead of the 2026 NFL seasonhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8ce1251fee438d81c3481a91e9065e&url=https%3A%2F%2Fwww.msn.com%2Fen-in%2Flifestyle%2Fother%2Fdallas-cowboys-cheerleaders-iconic-uniform-gets-its-first-historic-update-in-years-ahead-of-the-2026-nfl-season%2Far-AA29tQVe&c=17819339357560561636&mkt=en-usThe Dallas Cowboys Cheerleaders are adding a new signature detail to one of sports' most recognizable uniforms. Ahead of the 2026 NFL season, the squad has introduced its first standardized game-day ...Aug 5, 2026 3:56 PM
vest.fyi
Show HN: Vest.fyi – equity calculator shows range of outcomes and benchmarkshttps://vest.fyi/Hi everyone,Employees evaluating startup offers or working at startups face some unique challenges in terms of understanding and evaluating their equity. I’ve had to learn this the hard way.I’m building a platform to help employees evaluate their startup equity (offered or accepted). Two current features: 1. A probabilistic outcome model for your equity offer. Loosely based on real public data, the point is to treat it as a framework with which to visualize the possible range of outcomes, rather than a prediction 2. Benchmark your offer against other offers in the same role x company stageIt’s not necessary to submit an offer to use it, and no company or personal info is saved for saved offers - benchmarking is done by role x stage only.My long term vision is to build a community-based platform where user-submitted offers can build a dataset to help employees evaluate their offers.Another long term idea is to incorporate equity tracking over time for employees that are actively workingAug 5, 2026 3:46 PM
github.com
Show HN: We built an open USB-C Power Delivery analyzer and programmable sinkhttps://github.com/T76-org/drpdTitle: Show HN: We built an open USB-C Power Delivery analyzer and programmable sinkHi HN! We’re Arbi, Marco, and Rob, and we built Dr. PD to make USB-C power problems easier to understand. It sits between a power source and device, captures and decodes their USB-PD negotiation, and correlates it with voltage and current measurements. It can also act as a programmable sink, with support for fixed supplies, PPS, AVS, and USB-PD 3.2 EPR up to 240 W.Commercial USB-PD analyzers are often priced beyond the reach of hobbyists and independent designers. We are on a mission to make high-quality test equipment more accessible. Dr. PD’s hardware, firmware, software, libraries, and documentation are all open source.Hardware and software are ready, and all the source and design files are available on our GitHub repo [1]. We’re also preparing to launch it through Crowd Supply [2], where you can also sign up to be notified when it becomes available.The host software runs locally in Chrome without drAug 5, 2026 3:11 PM

spacenews.com
Finding room in Starlink’s shadowhttps://spacenews.com/finding-room-in-starlinks-shadow/Another wave of constellations has staked claims for communications satellites in non-geostationary orbit (NGSO), but what hope do newcomers have alongside the industry’s entrenched, vertically integrated giants? A mix of […] The post Finding room in Starlink’s shadow appeared first on SpaceNews.Aug 5, 2026 3:00 PM
colophon.firl.nl
Show HN: Colophon:Show HN: Colophon: Google Docs Writing Process Loghttps://colophon.firl.nl/demoColophon is a chrome extension for Google Docs that records the writing process as a structured event log: edits, revisions, paste events, GenAI interactions, and whether the author accepted, modified, or rejected GenAI suggestions.It exports as TWFF (Tracked Writing File Format) open container format. We are aligning the format with W3C Data Privacy Vocabulary (DPV) terminology where appropriate.The motivation: GenAI text detectors are terrible.What researchers actually need is process-level data: what changed during writing, where GenAI was used, and how the author engaged with it.We are preparing multi-site case studies for higher education and would appreciate feedback on the methodology and format.Demo: https://colophon.firl.nl/demoChrome extension: https://chromewebstore.google.com/detail/colophon/manpdfemof...TWFF specification: https://github.com/Functional-Intelligence-Research-Lab/twffI'm particularly interested in feedback from people working in HCI, learning sciences, writiAug 5, 2026 2:29 PM
github.com
Show HN: Arxid – keyed, non-enumerable ID obfuscationhttps://github.com/lucasolopes/arxidI kept reaching for Hashids/Sqids to keep sequential IDs out of URLs, but they don't use a real key — the alphabet is shuffled by a salt, and the Sqids FAQ says outright "there is no encryption of any kind."arxid is a keyed reversible permutation instead: a balanced Feistel network with an ARX (add-rotate-xor) round function over a 40-bit domain, mapping to a 7-char base62 code. Feed it an integer, get an unpredictable code back; same key reverses it. Runs ~16x faster than a structurally identical Feistel using HMAC-SHA256, because the round function is integer ops instead of a hash call.The round count (4) isn't a guess — it's calibrated by measuring strict avalanche. I'm also upfront in the README about what it is NOT: not encryption, not a MAC, not audited. It's a speed bump against enumeration, not access control.The part I care most about is portability: a frozen spec + canonical test vectors act as the contract, so any port in any language validates against the same vectors and iAug 5, 2026 2:29 PM
earde.com
Show HN: Earde – an indexed Discord alternative just for open-source projectshttps://earde.com/feedHi HN, we’re Damiano and Nico and we are building Earde.Earde is a Discord alternative built specifically for open source projects. A maintainer connects a public GitHub repository and gets a verified community for it, with live text chat and a structured public forum indexed on the open web. Doing a soft launch today, mostly because we want to understand more about the problem we’re trying to solve.I have spent some years around programming language and devtool communities, and something always seemed strange to me, because open source projects depend on each other but the communities around them are treated as completely separate by platforms like Discord.A user asks a question in one project's Discord or forum, even though the actual problem may come from one of its dependencies, so they have to rewrite the question and start another discussion somewhere else. Sometimes the question simply remains in the wrong place.GitHub represents the relationships between codebases, but the commAug 5, 2026 2:26 PM
news.ycombinator.com
Read HN twice a day for the last decade. Here's my list of S-Tier HN linkshttps://news.ycombinator.com/item?id=49183198- Everyday I read 2 pages of HN in the morning and 2 in the evening for years now- Of late, I noticed that most of the stuff on the 1st 2 pages is AI this, AI that, LLM this, LLM that, model here, model there- Today I am going to attempt to break that trend by sharing the greatest resources on HN from my collection of 50000+ bookmarks over the last decade- I have a process on my end for bookmarking- The most visual explainers get S-Tier ranking- Good info from reputed sources gets an A, non reputed gets B- Opinion blogs are at the bottom of the barrel and maybe ranked C, D, E and even F depending on quality- Here's my S-Tier list- Animated explanation of how transformers work https://poloclub.github.io/transformer-explainer/- Visual intro to K-means clustering algorithm https://k-means-explorable.vercel.app/- Animated 3D intro to vision LLMs https://blog.mdturp.ch/posts/2024-04-05-visual_guide_to_vision_transformer.html- Animated intro to machine learning https://r2d3.us/visual-intro-tAug 5, 2026 2:12 PM
bing.com
Google DeepMind Boss Demis Hassabis Steps Down From CEO Rolehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cf07b6de849e0871ec32a3420101c&url=https%3A%2F%2Fgizmodo.com%2Fgoogle-deepmind-boss-demis-hassabis-steps-down-from-ceo-role-2000794979&c=8337114105836508099&mkt=en-usGoogle parent company Alphabet just announced major changes to the leadership of its AI lab. The biggest update is that Google DeepMind CEO Demis Hassabis is stepping down from his day-to-day role of ...Aug 5, 2026 2:00 PM