52,707 results for av · 2.465s

News for “av”
19 results • 2460 ms server time
Moozonian News
news.ycombinator.com• Jul 25, 2026• 1 min read
Ask HN: Is neuromorphic computing going to replace traditional AI?I’ve recently learned about neuromorphic computing while thinking about the core inefficiencies of current deep learning.Today AI relies heavily on super-dense layers, continuous computation of all layers and neurons at all times, and global backpropagation to find optimal weight updates. But when you look at the human brain, none of that happens.The brain operates on principles that stand in contrast to modern LLMs:- Local Evolution: Neurons are largely independent, evolving based on their local neighborhood and simple feedback loops like neurotransmitters (e.g., dopamine) rather than a global error signal. - Extreme Sparsity: The system is massively sparse (neurons only evolve and get updated when they have been involved in a firing-chain). - Event-Driven Processing: Neurons are only firing when they get evaluated and are actually triggered by other spiking neurons.In contrast, current LLM‘s seem to me like they brute-force their way through problems by training all layers and neuron
Moozonian News
github.com• Jul 25, 2026• 1 min read
Show HN: The TERSE state language and protocol# Hello World(valid terse; for Show HN)I'm terse(greetings)## Container"A container may have one text block, single or multi-line"Object(Semi-colon separated attributes; variables_like: 123; "Traditional unicode strings allowed here too.")Another object with a name(multiple objects under a container)## Further description of TERSE"""TERSE is a unified way to store state, with a defined way to query and mutate it that has been relentlessly refined for overall simplicity and token efficiency not just at rest, but in operation.We realized state access was a low-level, common pattern that keeps getting reinvented. It goes deeper than just AI memory. Consider that Anthropic memory and others are a bunch of markdown files and in some respects, they got it right... simpler is better.So REALLY the problem is settling on a format that is flexible to cover 95% of a domain. We can do so MUCH better than Markdown; TERSE is opinionated on that but it has very good reasons.By being a line-ordered an
Moozonian News
elizabethlineguide.com• Jul 25, 2026• 1 min read
Show HN: Elizabeth Line Guide (London) – Live departures, timetables, faresHi,I built this as a little side project as I had the following issues when travelling on the Elizabeth Line:- Hard to get live departures for my destination/line - Hard to get timetable times (which I need when I get off a flight at Heathrow and need to find if I can catch the next train) - Hard to get fare information between two stopsI took a look at the keyword stats and there are not too many competitors. The site is hovering in the second page of google at the moment, but that is with zero promotion.Hopefully helps anyone the next time they're travelling on the Liz Line.
Moozonian News
news.ycombinator.com• Jul 25, 2026• 1 min read
Ask HN: How would you harden AI changes to a 1M-line legacy SaaS before review?I’m not a software engineer, but I’ve been running an experiment to see whether agentic development could produce a useful prototype on top of an existing SaaS codebase.The codebase is 1M+ lines, 15 years old, hosted on Azure, and primarily written in C# and React.The prototype needs to be available for customer testing in September. No developers were available to work on it full-time, although I could occasionally get help with specific technical issues. An engineer will evaluate the implementation in August and decide how much confidence we can have in the AI-generated code so that we can decide how to “convert” the code to production-grade.My question is what I can do before August, primarily using AI tools and manual testing, to make the code as robust and reviewable as possible. I want to increase the likelihood that the AI-generated code would be so good that the path to production-grade would be closer to “copy-paste” than building everything again from scratch.Environment The
Advertisement
Moozonian News
bing.com• Jul 25, 2026• 1 min read
Silicon Valley Splits Over Closing the Borders to Chinese A.I.Anthropic and OpenAI are clashing with the rest of the tech industry over whether “open-source” models from China should be freely available or restricted. By Mike Isaac Kate Conger Ana Swanson and ...
Advertisement
Moozonian News
arcade.pirillo.com• Jul 24, 2026• 1 min read
Show HN: I rebuilt Microsoft Comic Chat's layout engine in one HTML fileI used Comic Chat in 1996 and never got over it. So when Microsoft put the source up last week, I wanted it back the way I remembered it: same engine, browser tab, no install, works on a phone.I do not write or read code. I'm the proverbial "product manager." So, I have to thank both GPT 5.6 and Fable 5 / Opus 4.8 (just before they released Opus 5 today). I aimed to stay faithful to the original as much as I could and extend it intelligibly.It's not IRC, but you can connect with up to 10 people in a secure (E2E encrypted), ephemeral group chat. Sorry, but I'm not sure who uses IRC anymore. I don't. ;)One link, up to ten friends, everyone typing into the same strip live. Names, lines and uploaded backdrops are encrypted in your browser with AES-GCM through WebCrypto before any of it leaves. The relay is a Cloudflare Durable Object that orders events and passes them along, and it cannot read a line of your comic. A room carries separate keys for the script and for uploaded images, plus a
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Ask HN: Multi dimensional sort (beyond Hilbert curve)My point is about structuring and indexing an arbitrary dataset, for preprocessing before eg segmentation/clustering, neighbor querys...In 1D, sorting is trivial because scalar values have a total, unambiguous order. In 2D and higher dimensions, there is no single way to order points, and points can't all be compared >=/=_k v if u_k >= v_k (comparing along the k-th coordinate axis only).In 1D, a sorted array satisfies x[i+1] >= x[i]. Extending this naturally to a multi-indexed d-dimensional array x[i, j, k, ...], we can define a dataset as "cartesian sorted" if:- x[i+1, j, k, ...] >=_1 x[i, j, k, ...] - x[i, j+1, k, ...] >=_2 x[i, j, k, ...] - ...and so on.In other words, the array of multi indexes is sorted along every row, column, and slice under its corresponding coordinate projection.What makes this definition interesting is that their exist a very simple algorithm to perform Nd sort in the "cartesian" sense. Just iterate: 1. Perform 1D sorts along every row (apply the permutation
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Show HN: How well do you use Claude Code?A bunch of companies that I spoke to had their own claude & codex OTel dashboards that showed spend + seats per month.However, none of the dashboards actually analyzed how the engineers worked with the tools and if there were any areas for improvement! That's why I created https://www.promptster.ai.Managers get aggregate level view of code quality and how that ties with team workflows (nothing on a per-engineer level). While engineers get personalized coaching on how they can save tokens while keeping output high.We also have a tool built for individuals to test their local claude code setups. It's open-source and completely local. You can check that out here: https://github.com/pa-arth/cc-audit.Would love feedback on either and reach out if you're interested in purchasing the teams product!
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Ask HN: What's Up with Archive.today?Archive.[today|is|ph|il|md|etc.] has been unresponsive for the last few days.I've searched around a bit but haven't seen any reporting as to what's up with the site(s).Does anyone have any information about this? Speculation? Wild rumors?
Advertisement
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
How to Regain the Lost Focus?Have you experienced it with agentic coding? The diminishing appeal to focus and deep work? How are you coping with that?
Moozonian News
mboxreader.com• Jul 24, 2026• 1 min read
Show HN: Mboxreader – easily view your Gmail TakeoutsHey HN,Did you know you can download all your emails (and attachments) from GMail into a .mbox format using Google Takeout (https://takeout.google.com)?I did this and for the longest time my .mbox backup just sat around. I built a web app that can take an .mbox file and load it into a UI that looks like GMail: threaded conversations, original labels and categories, contacts, attachments, and full-text search.The mail never leaves your machine: the upload and parsing happens in a Web Worker in your own browser, and the archive is stored in browser storage on your device. Close the tab and it's wiped.There's no account required to try it out, and if you still don't trust it there's a built-in demo mailbox — no file needed.Try it out at https://mboxreader.com. Let me know if you have any questions or any constructive feedback. Thanks in advance!Pre-emptive FAQs:1. "If 'no account required' why is there sign up?": I'm curious if there is a "power user" use case that needs support for large