Posts

Showing posts from August, 2026

New ask Hacker News story: Ask HN: Anyone set up ways to easily obtain and read transcripts from Ted, YT?

Ask HN: Anyone set up ways to easily obtain and read transcripts from Ted, YT? 2 by MollyRealized | 2 comments on Hacker News. I really absorb text a great deal better than listening to audio or watching video. I've heard others say the same and attribute to ADHD, so perhaps that's the case for me. TED very often has a transcript on their page, but it involves some clicking and then some copy-pasting, and the text result is often broken mid-clause after about 10-15 characters. I'm wondering if there's any useful userscripts, userstyles, or other methods that handle this. (I think TED often sues people who try to make transcripts easily available on a separate site. I may be mistaken, and TED, please don't sue me, it's just a general feeling.) The same request would apply to YouTube and/or other popular video sites, but I run into this issue most often with TED. My thanks in advance to anyone who can help me on this!

New ask Hacker News story: Why can AI generate Super Mario but not a wedge ramp for my robot vacuum?

Why can AI generate Super Mario but not a wedge ramp for my robot vacuum? 2 by zhuchaokn | 0 comments on Hacker News. I've been puzzled by something: AI generation can produce an elaborate figurine, a cartoon character, even a convincing Super Mario — yet it can't reliably make a simple wedge ramp so my robot vacuum can climb a step. For context: I bought a Bambu P2S but can't model. I tried the "describe it and get a model" AIs — the output is unusable, you can't adjust it, it's never quite what I meant. I tried having an agent write Python to build geometry directly — it tops out at simple primitives. What finally worked: geometric decomposition. I break a complex part into ordered, grouped steps, describe each as a small spec, and let an agent execute them in Blender (via blender-mcp). That process turned out to abstract into a small engine — the key insight being it converts the 3D spatial reasoning LLMs are bad at, into ...

New ask Hacker News story: Ask HN: What's the current best research/understanding of healthy weight loss?

Ask HN: What's the current best research/understanding of healthy weight loss? 2 by simonebrunozzi | 1 comments on Hacker News.

New ask Hacker News story: Where are people finding GPU capacity?

Where are people finding GPU capacity? 3 by adilhafeez | 1 comments on Hacker News. Is it just me or is GPU capacity surprisingly hard to find right now , even in Spot pools? I’ve been trying to get H100s and the Spot pools I’ve checked are pretty much always full. I ended up trying MI350/MI355s on DigitalOcean Spot and have been running them for about a week without getting interrupted. Curious if anyone else has tried them? How often are you actually getting reclaimed? Also, where are you guys finding capacity these days?

New ask Hacker News story: Why it's appearing sorry message when I trying to post?

Why it's appearing sorry message when I trying to post? 2 by Edymilson | 0 comments on Hacker News.

New ask Hacker News story: Ask HN: Why is HN missing a "go to top" link on long posts?

Ask HN: Why is HN missing a "go to top" link on long posts? 3 by KellyCriterion | 1 comments on Hacker News. Im wondering nearly every day: Is there maybe a reason HN does not have that typical "go to top" or "to top" link at the end of, at least very long, posts? Maybe we can file a change request @dang :-D

New ask Hacker News story: Qwen3.8 Fetches Weird URLs

Qwen3.8 Fetches Weird URLs 2 by Luker88 | 0 comments on Hacker News. I am working on opencode with the last qwen3.8-27B from unsloth (with dynamic 3.0 quants). while checking documentation for a rust project, instead of fetching the url it had listed in its own reasoning, it tried fetching urls like: https://routify-file-proxy-sg.oss-ap-southeast-1.aliyuncs.com/proxy_temp_file/production/2026-08-20/trace_0baf8c2b17874702866132490e0b56/requestId_97422c0041074091a68367881782d7b7/7c0791038d2f58b3a52c0f07714d3627.html?Expires=1818574288&OSSAccessKeyId=LTAI5t…QVZr&Signature=96y%2B…w%3D this happened in the same session, different batches, 16 times in total. It convinced itself there was some rewriting proxy in the webfetch tool. `Expires`, `trace` and `requestId` were consistent for a few requests, but they do change. `AccessKeyId` was always the same, "LTAI5t…QVZr" I did not add the `…` in the signature and access key. Probably training links, but that `Expires` number...

New ask Hacker News story: Ask HN: How do you review and validate LLM generated code?

Ask HN: How do you review and validate LLM generated code? 2 by darkLord19 | 2 comments on Hacker News. It's become very fast to generate code nowadays, but how do you review and test all of it? Every time you ask a model to review some piece of code, it comes back with different "findings". So, you still have to filter through the noise of their findings to get to actual defects. And if you try to do the full review manually, then it might take more time to just understand the code than writing it yourself from the beginning. As for testing, you can ask the LLM to write the tests, but you can't be sure if the tests actually assert the expected product flow or just write pass/fail tests for a piece of logic. I would like to know if you have any workflows, strategies, or tricks.

New ask Hacker News story: Ask HN: Any Curated Forum Directories?

Ask HN: Any Curated Forum Directories? 4 by catuscubitus | 2 comments on Hacker News. Does anyone know any curated forum directories? Forums like in the early 2000s. Places that aren't owned and governed by some corporate overlord. Places with genuine interaction rather than senseless ragebait and "content" designed to generate likes and shares. Places that aren't merely echo-chambers.

New ask Hacker News story: Old.reddit.com is now login only

Old.reddit.com is now login only 5 by denvrede | 0 comments on Hacker News.

New ask Hacker News story: Ask HN: Has anyone shipped a self-modifying application with LLMs?

Ask HN: Has anyone shipped a self-modifying application with LLMs? 4 by ex-aws-dude | 2 comments on Hacker News. In the past the model for software would typically be to ship a fixed application and then if users need some custom functionality, they would need to install a plugin or create their own. For non technical users they would have to find an existing plugin or maybe it doesn't exist so they are stuck. But I can't help but think why wouldn't for example an application just have a prompt box that builds an extension dynamically on the fly (e.g. "make me a UI panel with some buttons that does X") Obviously it would be "use at your own risk" and YMMV Have any companies or applications actually done something like this? I think modifying the real source code would get out of hand but perhaps just generating extensions that have access to a sand boxed set of safer APIs.

New ask Hacker News story: Ask HN: Countries with greatest temperature increases have benefited from them?

Ask HN: Countries with greatest temperature increases have benefited from them? 3 by amichail | 1 comments on Hacker News. It seems that if you look at the countries that have experienced the greatest temperature increases from global warming, they have actually benefited from the warmer weather. Is this true?

New ask Hacker News story: Ask HN: Is GitHub Fried Today?

Ask HN: Is GitHub Fried Today? 4 by johncole | 1 comments on Hacker News. Keep getting weird responses and their pink unicorn of death. Is Github unreliable today?

New ask Hacker News story: Claude Seems Down

Claude Seems Down 31 by zhan_eg | 15 comments on Hacker News. Throwing "Authentication service was unavailable.", no updates on their status page, but there are on downdetector

New ask Hacker News story: Ask HN: What LLM subscription/provider to use with pi harness?

Ask HN: What LLM subscription/provider to use with pi harness? 2 by vira28 | 1 comments on Hacker News. I used to use Claude code but obviously they gone downhill for the last 2 to 3 months. I switched to Codex and have been happy with it. Curious what other provider who provides good models at decent pricing?

New ask Hacker News story: Tell HN: Cloudflare silently injects its analytics when you switch nameservers

Tell HN: Cloudflare silently injects its analytics when you switch nameservers 46 by stagas | 4 comments on Hacker News. A few hours ago I switched my nameservers to Cloudflare in order to enable R2 bucket serving through my own subdomain, and I found out that it silently had injected a JS analytics snippet in my HTML-only JS-free site textlog.cc — I had to go to the Analytics dashboard, Add the site to the analytics and then disable the snippet. I find this approach entirely invasive, you should opt-in to features like that not have to opt-out. Just a warning out there to folks who might not be aware of this.

New ask Hacker News story: Has the hallucination problem in AI been solved?

Has the hallucination problem in AI been solved? 3 by spl757 | 5 comments on Hacker News. My understanding that all AI can, and will hallucinate. I get downvoted for saying this, but no one ever says I'm wrong or cites any source. Perhaps it's more nuanced than that? Please, enlighten me.

New ask Hacker News story: Privacy is an underrated advantage in Slack apps

Privacy is an underrated advantage in Slack apps 2 by alance | 1 comments on Hacker News. Maybe more of a big deal should be made about the flood of internal private company information that can pass through to third-party Slack app developers? I suspect most that install Slack apps aren't aware (or don't care?) that their entire list of employees and Slack profiles can get shipped out pretty easily. Anyway here's a little blog-spam on it, enjoy. https://ift.tt/JBAGrsZ (written by me, not ai)

New ask Hacker News story: Ask HN: What is your favorite lightweight tool or CLI utility in 2026?

Ask HN: What is your favorite lightweight tool or CLI utility in 2026? 2 by pranav_tech26 | 1 comments on Hacker News. Tools like ripgrep, fzf, and htop have saved me countless hours over the years. What small utilities do you rely on daily?

New ask Hacker News story: Ask HN: What should I know before hosting eprints?

Ask HN: What should I know before hosting eprints? 2 by logicallee | 0 comments on Hacker News. I'm thinking of putting a lightweight respository online where researchers can publish eprints they have the right to publish (the existing repositories have some gatekeeping or hoops to jump through), and people can download the papers without any registration etc. what should I know before I do this?

New ask Hacker News story: Ask HN: What are you building with Mojo lang?

Ask HN: What are you building with Mojo lang? 2 by maxchisto | 0 comments on Hacker News. Looks like there is only one Show HN post in the last year about a project written in Mojo: https://ift.tt/feJyjiX I've been looking into porting OpenCL kernels and curious if anyone else is doing anything with Mojo

New ask Hacker News story: Ask HN: New Reddit also requiring login?

Ask HN: New Reddit also requiring login? 4 by 7402 | 1 comments on Hacker News. I've seen the discussion on HN about old reddit requiring login, but today I tried the current interface, and it seemed to require login after scrolling a bit. Do others see this? Is there an alternative?

New ask Hacker News story: We built a job board where the employers aren't human. Here's what broke

We built a job board where the employers aren't human. Here's what broke 3 by Taskpoolai | 4 comments on Hacker News. Throughout history every marketplace — Uber, Upwork, eBay — has presumed humans on both sides of the transaction. It's baked so deep that nobody questions it. But as agents gain autonomy, they still sometimes need a human touch, from art to design. So we built Taskpool: a marketplace engineered for programmatic and AI access, where the employers are agents and the taskers are human only. Launching today. The flow: 1. Agents post tasks they need real-world help with 2. (Optionally) review applicants 3. Hire any number of them 4. Review the evidence / results 5. Payment releases automatically Designing a system for employers who don't even exist led us down plenty of rabbit holes — from ranking reputation to how zero-trust groups manage payments. Here's what we learned. Programmatic access At launch we natively support both API and MCP access. MCP i...

New ask Hacker News story: Ask HN:Why do websites today refuse to work on EDGE/2G?

Ask HN:Why do websites today refuse to work on EDGE/2G? 2 by DenisDolya | 1 comments on Hacker News. I remember that back then (2017–2020), most websites loaded just fine, whether on 3G or EDGE — the only difference was the speed. As of today, even the search engine lite.duckduckgo.com/lite/ (in Google Chrome) barely works when searching on H and 3G mobile networks — not to mention EDGE. When I try to open a website on EDGE, the browser displays the message: DNS_PROBE_STARTED.

New ask Hacker News story: Bitbucket CLI

Bitbucket CLI 3 by scr2em | 0 comments on Hacker News. My company is forcing me to use Bitbucket, no way move to Github and I do miss the Github cli. I don't know why Atlassian won't pay enough love for the CLI world? it forces you into using Rovo cli $$$$ So, I built a framework that takes their OpenAPI file and wrap it as a cli, the results are great so far. Ofc it's unofficial https://ift.tt/SvUCwIj

New ask Hacker News story: Ask HN: Could DNA be represented as "an embedding" in an AI model?

Ask HN: Could DNA be represented as "an embedding" in an AI model? 3 by greenmoonx | 1 comments on Hacker News. Where each Array element is a numerical value that corresponds to the order of TCAG chemicals on the crossbar of the helix of a DNA strand? Has anyone modeled many DNA strands in this way? If it was done, what kinds of problems could we solve using AI - assuming we could model any known DNA, and predict out generations? ----- I guess there are at least a couple options: 1) Model an entire DNA strand as 1 model, with each gene (section of DNA) being a vector. So you'd have, say, a C. elegans model. You could play with that species in an AI sandbox. 2) Model all of DNA (the way we model all of language) to end up with a "DNA AI" that can produce any kind of strand (perhaps inventing genes that don't exist, but could). So here you have a biology sandbox, where you can invent perhaps new creatures, or predict out future states of humans, to test d...

New ask Hacker News story: Modern Strike Juego de Pistola

Modern Strike Juego de Pistola 2 by yarianaguileraa | 0 comments on Hacker News.

New ask Hacker News story: HN is good for marketing other than communication or study!?

HN is good for marketing other than communication or study!? 3 by lilerjee | 0 comments on Hacker News.

New ask Hacker News story: Tell HN: Old.reddit.com Requires Login

Tell HN: Old.reddit.com Requires Login 9 by comprev | 3 comments on Hacker News. It's finally happened... a sad day for the internet :( Edit: For me anyway in UK using Starlink

New ask Hacker News story: Ask HN: How do you learn with LLMs?

Ask HN: How do you learn with LLMs? 2 by py4 | 0 comments on Hacker News. I am not happy about GenAI progress affecting my career though I am excited about its application for personalized learning. How do you use LLMs to learn advanced technical stuff better? e.g., socratic method

New ask Hacker News story: Ask HN: What Project are you the most proud of?

Ask HN: What Project are you the most proud of? 2 by emn4tor | 0 comments on Hacker News. Hey HN, I was wondering what projects you've finished that made you think that you actually made something really cool. I'm looking for some revolutionary, or just cool REPOs or tools I can check out, lemme see them :)

New ask Hacker News story: Ask HN: Should a coding client import another client's rules by default?

Ask HN: Should a coding client import another client's rules by default? 2 by ryanmerket | 0 comments on Hacker News. An AI coding client automatically reads ~/.codex/AGENTS.md and ~/.claude/CLAUDE.md. These are personal instruction files inside competing coding clients' configuration directories, outside the project selected by the user. Their complete contents are added to the first model request and sent to the client's servers by default. At startup, the client displays a brief notice saying it is including the other clients' personal rules. It does not ask permission first. A command-line option disables the behavior. The configuration guide says: "Your machine-wide user rules always load." It requires users to trust a workspace before loading project instruction files. The machine-wide files load automatically. I tested this by placing a harmless canary instruction in ~/.codex/AGENTS.md. The client followed it during a default run. It did not follow i...

New ask Hacker News story: Ask HN: Are functional programmers more upset about how good AI is at coding?

Ask HN: Are functional programmers more upset about how good AI is at coding? 4 by amichail | 8 comments on Hacker News. One might expect this since functional programmers pride themselves on the elegance of their code while programmers using hybrid languages just want to get the code working — elegance of the implementation is not that important to them.

New ask Hacker News story: How AI is breaking the British State

How AI is breaking the British State 4 by andsoitis | 4 comments on Hacker News.

New ask Hacker News story: Ask HN: How do you go from writing code to deploying with agents?

Ask HN: How do you go from writing code to deploying with agents? 3 by sakuraiben | 1 comments on Hacker News. Been doing hardcode agent driven coding for the past year. I feel like I now have to test all my code locally with agents reviewing them and ideally testing them. Unfortunately I feel like the traditional CI/CD testing is starting to feel like a formality. Would love to know what everyone is doing, and if I'm not the only one making a mistake.

New ask Hacker News story: Ask HN: Why is Open POWER Foundation a wasteland?

Ask HN: Why is Open POWER Foundation a wasteland? 2 by climate_denier_ | 1 comments on Hacker News. Why is the Open POWER Foundation website a desolate post-apocalyptic wasteland compared to riscv.org? Just ten years ago PowerPC was getting so much love (at least, a little love). What has possessed people who relied on that ecosystem to dump it so wholeheartedly?

New ask Hacker News story: Ask HN: What can I do with a single R9700?

Ask HN: What can I do with a single R9700? 2 by scott01 | 2 comments on Hacker News. Hi HN, I’m considering getting an R9700, budget only for one unit currently. Is there anything useful I can do with local LLMs within its 32G VRAM? I’m also thinking to try and learn building a simple inference engine. Any thoughts?

New ask Hacker News story: Ask HN: Is Ask HN Shrinking?

Ask HN: Is Ask HN Shrinking? 4 by keiferski | 2 comments on Hacker News. I only see 7 posts in the Ask HN section. The other day, there were only 10. Is this due to a cap on Ask submissions, or something else?

New ask Hacker News story: Ask HN: What art would you like to express?

Ask HN: What art would you like to express? 2 by d4ng | 0 comments on Hacker News.

New ask Hacker News story: Ask HN: What is a good advice for someone looking to fractional hire a team?

Ask HN: What is a good advice for someone looking to fractional hire a team? 3 by vanessa1211 | 0 comments on Hacker News. I was planning to create an app and launch it in the market but research lead to me places and stumbled upon this term called fractional hiring. what's your opinion on this?

New ask Hacker News story: Laguna S 2.1:118B-a9B better than Qwen3.5:122B-a10B? So far, yes

Laguna S 2.1:118B-a9B better than Qwen3.5:122B-a10B? So far, yes 2 by spottedmarley | 0 comments on Hacker News. I just found out about this new American (San Francisco) model today and I'm currently benchmarking it and, so far, it is outperforming my standard go-to model Qwen3.5:122b and even Sonnet in my benchmarking test. It's personality is much better than Qwen and it is more naturally creative when it is designing UIs. I have about 6 more tests to go though. If you're interested you can look at my benchmark dashboard here: https://ift.tt/tL8ia74

New ask Hacker News story: Ask GitHub SRE: How serious is the situation there?

Ask GitHub SRE: How serious is the situation there? 6 by laxk | 0 comments on Hacker News.

New ask Hacker News story: Anybody tried Laguna S 2.1 (by Poolside)?

Anybody tried Laguna S 2.1 (by Poolside)? 4 by spottedmarley | 0 comments on Hacker News. I just found out about it but I hadn't ever seen it mentioned and it sounds really interesting. Im pulling laguna-s-2.1:q4_K_M right now

New ask Hacker News story: Why Fireworks doesn't support Voice AI

Why Fireworks doesn't support Voice AI 3 by kushalpatil07 | 0 comments on Hacker News. I started thinking over why doesn't fireworks support voice models. There are really good opensource models available now, like parakeet, kokoro, Qwen ASR etc but no way to use it without managing a bunch of GPUs yourself. Even LLMs like Gemma 4 used by voice agents are not supported. Then I figured that the inference platform needs to be optimized differently for the kind of usecase you are using. Lets take an example for LLMs, not even STT and TTS. - Coding agents -> lot of cached input, needs to optimize for KV cache - Creation slides/blogs -> lots of output, needs to optimize for speculative decoding - Voice LLMs -> Cached input small output, not yet figured out on how to optimize this. So TTS and STT is a completely different ballgame. What I don't know is the timing, do people want to use open source models like kokoro, parakeet, Qwen etc RIGHT NOW?

New ask Hacker News story: Ask HN: Who Has This Pain?

Ask HN: Who Has This Pain? 3 by swk-phil | 2 comments on Hacker News. has to open media files from untrusted sources in sensitive environments as part of their daily workflow + fear that a zero-day exploit could be in one of those media files + cyber attack would have huge impact on the business

New ask Hacker News story: Ask HN: What was your big failure? How did you get around it?

Ask HN: What was your big failure? How did you get around it? 2 by jspann | 0 comments on Hacker News. Sincerely a guy who took a gamble on the last few years and is about to lose

New ask Hacker News story: The LLMs Problems

The LLMs Problems 2 by noreplydev | 1 comments on Hacker News. What problems are you all facing while building with LLMs?

New ask Hacker News story: Ask HN: Does AI research need "world models" more than bigger LLMs?

Ask HN: Does AI research need "world models" more than bigger LLMs? 2 by unjuno | 1 comments on Hacker News. It seems that generating hypotheses is no longer the main problem. The harder problem may be continuously collecting real-world data, building accurate world models, and using them to guide experiments. Is this where automated research is heading?

New ask Hacker News story: Ask HN: Who is hiring? (August 2026)

Ask HN: Who is hiring? (August 2026) 54 by whoishiring | 79 comments on Hacker News. Please state the location and include REMOTE for remote work, REMOTE (US) or similar if the country is restricted, and ONSITE when remote work is not an option. Please only post if you personally are part of the hiring company—no recruiting firms or job boards. One post per company. If it isn't a household name, explain what your company does. Please only post if you are actively filling a position and are committed to replying to applicants. Commenters: please don't reply to job posts to complain about something. It's off topic here. Readers: please only email if you are personally interested in the job. Searchers: try https://ift.tt/QIPsoEG , https://dheerajck.github.io/hnwhoishiring/ , http://nchelluri.github.io/hnjobs/ , https://ift.tt/W0KFM1b . Don't miss this other fine thread: Who wants to be hired? https://ift.tt/edRpwrK

New ask Hacker News story: Ask HN: Who is quitting? (August 2026)

Ask HN: Who is quitting? (August 2026) 8 by ethanwillis | 0 comments on Hacker News. Curious what people are getting up to! Following on from my previous post(https://ift.tt/SMkrHuW): 1. Why are you quitting? 2. What will you be doing? (Even if nothing!)

New ask Hacker News story: What Is Decispher?

What Is Decispher? 3 by cool_coder12 | 1 comments on Hacker News. What is Decispher? The decision layer between your team and every AI agent Decispher is the system of record for engineering decisions. It automatically captures the decisions, conventions, constraints, and rationales your team produces every day from Slack, GitHub PRs, and docs, then serves that knowledge to both humans and AI agents the moment they need it. Think of it as a senior engineer who has read every Slack message, every PR, and every architecture discussion your team has ever had, and is always available to answer "why did we do this?" with a cited, accurate answer in under a second. decispher.com

New ask Hacker News story: Tips for Landing a YC Internship?

Tips for Landing a YC Internship? 2 by cnnadozi | 0 comments on Hacker News. I'm a rising sophmore in university, and I really want to work for a YC-backed startup this Fall (leaning towards consumer products). I think I have solid experience (interned at AWS this summer as a SWE, and I've also built and scaled consumer mobile apps solo to 20k+ downloads). My main method so fair has been sending cold DMs to founders on Linkedin for startups I find interesting, but so far I've had no luck. Any advice?

New ask Hacker News story: Ask HN: What are you working on? (August 2026)

Ask HN: What are you working on? (August 2026) 2 by sarreph | 2 comments on Hacker News. What are you working on and want to share your progress on or ideas about?

New ask Hacker News story: Ask HN: When did we go from agentic loops to graphs?

Ask HN: When did we go from agentic loops to graphs? 2 by grandimam | 1 comments on Hacker News. The AI engineering conversation seems to be shifting daily: from prompts, loops, to now graphs. I’m curious whether there is genuine progress happening in the field that has given me so much or whether folks are creating terminology because they want to feel closer to action or be able to say they predicted the next big thing.

New ask Hacker News story: Tell HN: I hate your fuzzy search

Tell HN: I hate your fuzzy search 41 by tehwebguy | 19 comments on Hacker News. Not just HN the site, everyone’s fuzzy search sucks. Let me do exact match search. Even if it’s an option I have to dig deep to find. When I ran a site that had lots of search use I agonized over making search good and never nuked exact match for the sake of some fuzzy matching. I wish others would do the same.