23,323 results for end

recordal.app
Show HN: Get an email when Dario Amodei (or 230 others) gives an interviewhttps://recordal.appI follow a handful of people to understand how they are thinking about the future. I kept finding out weeks later that one of them had sat for an interview somewhere. Subscribing to and tracking tons of YouTube channels and podcasts is a waste of time. So I built Recordal (https://recordal.app/). Pick the people you like and get an email when they do a new interview.The hard part was filtering out news coverage, SEO junk, and re-hosted copies of the original. Nothing is ranked or recommended; the email is chronological.230+ people are tracked so far. If someone you follow is missing, tell me, and I'll add them. I would love any kind of feedback!
Aug 11, 2026 8:41 PM
bing.com
Nvidia's $500 Billion Financing Plan Is 20 Times What the Telecom Bubble Ran Onhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cef7866e44cab93c59f23ee722086&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fmoney%2Fcompanies%2Fnvidias-500-billion-financing-plan-is-20-times-what-the-telecom-bubble-ran-on%2Far-AA29TL43&c=1950161009499366308&mkt=en-usThe last hardware buildout financed by the vendors themselves ended with up to 80% of the loans written off. This one runs on Wall Street's capital instead of the vendor's.
Aug 11, 2026 8:41 PM
bing.com
The 10 Greatest Adventure Video Games of the 21st Century, Rankedhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d600d287e490fbdd6d7becdabce0f&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fentertainment%2Fgaming%2Fthe-10-greatest-adventure-video-games-of-the-21st-century-ranked%2Far-AA29W8iz&c=10877928252806246585&mkt=en-usUncharted 2: Among Thieves and The Legend of Zelda: Breath of the Wild are among the very best adventure video games of the 21st century.
Aug 11, 2026 6:43 PM
github.com
Show HN: TermDOM – HTML, CSS and JavaScript (With a Real DOM) for TUIs and CLIshttps://github.com/bikeshaving/termdomTermDOM renders a real DOM styled with real CSS to terminal cells. You build a document with createElement or innerHTML, or any frontend web framework, and it automatically produces colored ANSI output, with browser-style layout, text wrapping and flexbox included. The library can also be used to translate HTML to static ANSI.Full disclaimer: This project was started a year ago and written entirely by Claude. I mainly provided QA and words of encouragement (yelling).
Aug 11, 2026 5:55 PM
argmin.dev
Show HN: Argmin, challenges for optimizing hard problemshttps://argmin.devI want to share a project I've been working on called argmin.dev. It's a platform for hard optimization problems where a solution can be checked deterministically.For a bit of background, I've always found these types of problems interesting. The really difficult optimization problems where techniques like gradient decent don't work, or where even finding a feasible solution is difficult (e.g. square packing). I've worked on these independently for fun and have created this project as a way to share the problems I find interesting with the community. I am curious to see how far others can push these.Each challenge is defined by its verifier, a program that will enforce the constraints, and evaluate the objective function. The verifiers are open-source per challenge, so users can check their solutions against it before submitting. The platform keeps a record of submissions and will update the leaderboard each time someone finds a new record. Because the verifier is the spec, any loophol
Aug 11, 2026 4:51 PM
github.com
Show HN: I used an expiring Codex reset to port QtScript to Qt6https://github.com/JulienMaille/qtscript-qt6Hey HN, here is a short story that might be worth sharing.I have an application that has been scriptable with QtScript for years. I can automate and extend it through js, with access to QObjects, signals, slots, properties, etc.Unfortunately, QtScript disappeared with Qt6, so (after a long research) my plan was to migrate to PythonQt. That meant rewriting existing scripts, deploying a Python runtime, and praying that all our scripts would still be feasible with PythonQt. I had no particular desire to do all that, so I had been postponing it. The thinkg about QtScript is that, contrary to Qt, online resources are very scarce, you barely find anything but old forum posts from the 2010sSince I'm on the $20 Codex plan and had 2 resets that was going to expire unused. I thought I might as well spend it on something slightly unreasonable: take the Qt5.15 QtScript sources and see how far I could get on Qt6-> After roughly one hour, I had a smoke test compiling, linking against Qt6 and evaluat
Aug 11, 2026 4:26 PM
picklebrowser.com
Show HN: Pickle – token efficient AI agent browser with policy-gated actionshttps://picklebrowser.com/I use agents for a lot of my own work, but whenever they access my browser they end up wasting a lot of tokens reading HTML, so I tried building a browser that simplifies webpage content for them.Pickle is an agent browser and it has all the features a regular browser has (tabs, search history, bookmarks, etc.), but pages load as compact structured data instead of raw HTML to reduce token usage.Overview for those curious:It's policy-gated (blocked domains, actions that need approval like purchases) and every action is logged, so you're always able to see what your agent is doing and can take over at any time.It's also compatible with weaker/local models as it auto-routes by model strength. i.e. small local models are limited to picking actions one step at a time so they don't hallucinate actions or make up element IDs. Stronger models can plan multiple steps ahead.On the token compression side, I've been seeing around 32x less token usage.Other useful features: - shared notebook that y
Aug 11, 2026 3:43 PM
bing.com
T-Mobile vs. Verizon: Which Major Phone Carrier Works Best for You?http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d7237b040400bbb4d89c53677e361&url=https%3A%2F%2Fwww.cnet.com%2Ftech%2Fmobile%2Ft-mobile-vs-verizon-which-major-phone-carrier-works-best-for-you%2F&c=1264751898197772826&mkt=en-usLast year, T-Mobile nabbed the title of Best Mobile Network in the US by Ookla, and it wrapped the calendar by being named the best carrier for network quality by J.D. Power. What’s notable here is ...
Aug 11, 2026 3:01 PM
greggman.github.io
Show HN: Tokyo Trainshttps://greggman.github.io/tokyo-trains/Semi inspired by the 3d Shinjuku station that was posted again recently, I noticed it was missing a large portion of the "complex" where "complex" is defined loosly has how far you can walk without stepping outside.So I asked Claude to make a 3d map of all Tokyo Trains, no libraries, and let you zoom into stations, and the first version with both map and the Shinjuku complex was ready in about 3 hours. It spent another 7 or so in various nit picky things I asked for to get to the current version.I know these will only get better but I think the thing I find most interesting is no libraries needed. Claude can write the shaders from scratch, it can do both WebGPU and WebGL, and it can often write optimal solutions. For example, the entire map/station/trains is rendered in 5 draw calls. I didn't ask for that, it just did it.This one has lots of imprefections. Most of that comes down to data and/or deciding how to use the data provided. For example, AFAICT there is nothing that says "these
Aug 11, 2026 2:55 PM
github.com
Show HN: Lance-bundle – Portable embeddings to embed once, query foreverhttps://github.com/cloudkj/lance-bundleHello,While experimenting with personal, local RAG app setups, I kept having to (re)generate embeddings and really wanted precomputed embedding datasets that I could quickly pull and use in various environments.I built a library to test out the idea: lance-bundle lets you package precomputed embedding vectors alongside the actual embedding model so that everything can be loaded from a single file for querying against the vectors; initial version uses LanceDB + ONNX for low dependency footprint and fast cold start to vector queries.https://github.com/cloudkj/lance-bundleAs part of this, a few datasets that might be of interest to this audience have been precomputed as embedding vectors and hosted on a Hugging Face dataset hub and can be directly loaded and queried against:https://huggingface.co/lance-bundle/datasetsWith these datasets, you can simply load directly and run semantic queries to retrieve the nearest documents/embeddings: from lance_bundle import load_dataset bundle = load_d
Aug 11, 2026 2:53 PM
trykeet.com
Launch HN: Keet (YC S24) – An app to create video courses on anythinghttps://www.trykeet.com/Hi HN! We’re Zack and Tommy the Co-Founders of Keet (https://trykeet.com). We are building a mobile app that generates courses on any topic, with short videos for explanation and games for reinforcement. Courses mirror a real curriculum to help you learn over an extended period of time.Tommy and I met in linear algebra class in college and spent the next 4 years taking classes together. Our friendship was formed around learning new things. In school, someone else designs the curriculum, delivers the content, and writes the assessments. All you have to do is show up. Learning without this structure was frustrating, and there was a lot of friction to get started.Zack has a coffee obsession and struggled to assemble youtube videos, conversations with ChatGPT, and the books he was reading into a coherent understanding of all of the different variables that go into brewing a cup of coffee. His attempts gave him the freedom to follow his curiosity, but the instructional design was difficult.
Aug 11, 2026 2:48 PM
bing.com
VisiLocali Launches New Local SEO Platform to Help Small Businesses Compete on Google Without Expensive Agency Feeshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8ccd8efe9c48749ff851785dd9b47f&url=https%3A%2F%2Fwww.usatoday.com%2Fpress-release%2Fstory%2F39749%2Fvisilocali-launches-new-local-seo-platform-to-help-small-businesses-compete-on-google-without-expensive-agency-fees%2F&c=9046533905725871745&mkt=en-usNew SaaS platform gives small business owners the data, competitor insights and AI-powered recommendations they need to ...
Aug 11, 2026 1:44 PM
bing.com
VisiLocali Launches New Local SEO Platform to Help Small Businesses Compete on Google Without Expensive Agency Feeshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d0f14c1e046658fe749f5616275d9&url=https%3A%2F%2Fwww.usatoday.com%2Fpress-release%2Fstory%2F39749%2Fvisilocali-launches-new-local-seo-platform-to-help-small-businesses-compete-on-google-without-expensive-agency-fees%2F&c=9046533905725871745&mkt=en-usNew SaaS platform gives small business owners the data, competitor insights and AI-powered recommendations they need to ...
Aug 11, 2026 1:44 PM
hqbase.io
Show HN: HQBase – team email that runs in your Cloudflare accounthttps://hqbase.io/I built HQBase, an open-source email workspace that runs in your Cloudflare account.I originally built it for myself. I wanted multiple addresses and domains - support@, sales@, personal addresses, etc. - without paying for a separate mailbox for every address or running a mail server.It uses Cloudflare Workers, Email Routing/Sending, D1 and R2.HQBase gives you one inbox for multiple domains and addresses, team invites with granular inbox access, a PWA with push notifications (including iPhone), and an MCP server.Setup takes about 2-3 minutes, and the infrastructure stays in your Cloudflare account.The project is AGPL-3.0 and fully open source.Would love feedback and any features you'd like to see.https://hqbase.io
Aug 11, 2026 1:11 PM
bing.com
Top Consumer Goods Americans Prefer to Purchasehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d41ef9c734f0890d8d1718fbf971c&url=https%3A%2F%2Fwww.investopedia.com%2Fask%2Fanswers%2F051215%2Fwhich-consumer-goods-do-americans-buy-most.asp&c=17810247525451369501&mkt=en-usDiscover the top consumer goods Americans buy most frequently and how they contribute to overall expenditures. Understand the impact of these goods on consumer spending.
Aug 11, 2026 12:32 PM
tesserae.ink
Show HN: Tesserae, self-hosted dashboards for e-ink panelshttps://tesserae.ink/Hi all,This is a project I’ve been working on for the last 10 or so weeks. Tesserae is a self-hosted dashboard server for e-ink panels.It allows you to build dashboards in two ways. A card-based editor that lets you tessellate different widgets side by side in resizable cells. Or a canvas editor which lets you drag and drop elements on a free-form canvas. You can also drive the canvas editor via MCP for some highly detailed dashboards.I fell down this rabbit hole after impulse buying a 13.3” Spectra 6 display. I knew I wanted to write my own software for it. I wanted something user-friendly, extensible, and able to host multiple displays.This drove the drop-a-folder architecture. Adding widgets, themes, devices, and renderers involves just dropping a folder into Tesserae.Tesserae ships with over 30 widgets pre-installed, plus a community marketplace that hosts many more (admittedly most of those are my own builds).This began as a solo project but has grown into a small community with p
Aug 11, 2026 11:27 AM
bing.com
Judge blocks Mamdani tax rollout after homeowners sue over faulty noticeshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cbc6974d3431c87e2dda402404f35&url=https%3A%2F%2Fwww.msn.com%2Fen-us%2Fmovies%2Fnews%2Fjudge-blocks-mamdani-tax-rollout-after-homeowners-sue-over-faulty-notices%2Fvi-AA29RYuQ&c=6883532338250500717&mkt=en-usNew York City homeowners fight back in court against Mayor Zohran Mamdani's proposed pied-à-terre tax. Attorney Randy Mastro defends the plaintiffs outside the Staten Island Courthouse, while Governor ...
Aug 11, 2026 11:25 AM
bing.com
Walmart Promo Codes And Coupons: Up To 80% Off Home, Electronics And Morehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d39d75a8e4a29bd465dd2eef11699&url=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fforbes-personal-shopper%2Farticle%2Fwalmart-promo-codes%2F&c=13395127022121038512&mkt=en-usRight now, you can find back-to-school deals on everything from backpacks and notebooks to crayons and calculators. Use the filters to narrow down offers, including office supplies under $1, trending ...
Aug 11, 2026 11:17 AM
spacenews.com
First Neutron launch may slip to 2027https://spacenews.com/first-neutron-launch-may-slip-to-2027/Rocket Lab warned that the chances of launching its Neutron rocket for the first time before the end of the year are “narrowing” despite progress on the vehicle’s development. The post First Neutron launch may slip to 2027 appeared first on SpaceNews.
Aug 11, 2026 11:13 AM
bing.com
AI computing power is becoming a tradable asset class as CME launches futures contractshttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85ce0fc09f41dc82d0f81200c65eea&url=https%3a%2f%2fwww.msn.com%2fen-us%2fmoney%2fcompanies%2fai-computing-power-is-becoming-a-tradable-asset-class-as-cme-launches-futures-contracts%2far-AA29REel&c=16391033259764135875&mkt=en-usThe exchange is partnering with Silicon Data to introduce two compute futures contracts on Oct. 5, pending regulatory review.
Aug 11, 2026 11:09 AM