52,602 results for av · 2.708s

News for “av”
9 results • 2703 ms server time
Moozonian News
brandonli.net• Jul 24, 2026• 1 min read
Show HN: I made some transistor animationsHi HN, I made some animations of the most important kinds of transistors using my semiconductor simulation, details of which are on the page. I tried to make the visuals as realistic as possible while also aiming for clarity. If you want to go beyond the charge carriers and look at, for example, the electric field, you can do so in the simulation software. The desktop software also has less common devices like IBGTs and SCRs that have similar animations.The last thread about my software was posted here about a year ago: https://news.ycombinator.com/item?id=43942279
Moozonian News
bing.com• Jul 24, 2026• 1 min read
No matter what she does, Caitlin Clark can’t winHow crazy does Caitlin Clark make people? So crazy that USA Today columnist Nancy Armour alleged Wednesday that Clark’s demands for better officiating is putting gay black WNBA colleagues in grave ...
Moozonian News
bing.com• Jul 24, 2026• 1 min read
Can a Vibration Plate Help You Get Fit? Experts Weigh InVibration technology is nothing new, but in recent years, you may have seen influencers on social media standing on vibrating platforms called vibration plates. Many claim that these machines work as ...
Moozonian News
bing.com• Jul 24, 2026• 1 min read
Widor's ToccataWidor's Toccata display of fireworks at the organ is a favourite for the UK's married couples to exit the church by. From 2006. Show more Organist Thomas Trotter dissects the music and dispels the ...
Moozonian News
github.com• Jul 24, 2026• 1 min read
Show HN: Poddie – A local-first, text-based video and podcast editorHi HN, I've been itching to start a podcast this year and needed a way to edit the footage quickly. I'm too cheap to pay for Descript, (and as a dev with tendency to build tools instead of working on the real task) so I just built my own local version of Descript which I call Poddie.Poddie does it e2e for free: it generates transcript using local Whisper model, lets you edit by reading through the transcript and deleting words, auto-trims silence, offers video/audio/captions export with optional caption burn-in. You can also do waveform editing for more precise cuts if desired.I'm open sourcing it so other creators could try it out and use it for their own workflows.Happy to hear any feedback!
Advertisement
Moozonian News
bing.com• Jul 24, 2026• 1 min read
Glick Philanthropies grant helps with food securityAdd Yahoo as a preferred source to see more of our stories on Google. Thanks to a grant from Glick Philanthropies, 92 nonprofits in nine states including the RSVP Volunteer Center in Washington have ...
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Ask HN: How are you getting decent front end interface results out of LLMs?I find in my workflow LLMs do a pretty excellent job of generating backend code, but whenever I get them to build a new bit of an interface on an existing website they do all sorts of wonky stuff. They ignore existing styles and write their own, they build custom javascript in places that we already have working solutions, they fail to properly align elements, pick random colours, random font sizes, etc, etc. Do you guys have some magic to avoid this madness?
Moozonian News
github.com• Jul 24, 2026• 1 min read
Show HN: PocketLens – free, self-hosted Mint alternative via PlaidI built PocketLens because I wanted automatic bank sync without giving my transaction history to a company. Plaid recently started allowing personal developer accounts, and this provides free access to your own financial data. Existing options either require manual csv imports, or route through paid relays: Actual Budget syncs via the SimpleFIN Bridge (a third-party service between you and your data), Firefly III needs an external importer wired to an aggregator. PocketLens connects your own Plaid keys directly and transactions, balances, and brokerage holdings show up (no fee). Plaid is also the same provider Mint and YNAB used.Features: automatic sync and categorization, budgets, net-worth tracking, spending reports, recurring-charge detection. The app has a demo that runs on sample data so you can try everything before setting up.Caveats: This app currently needs Supabase for auth and the data API (roadmap includes an option for converting to plain postgres db). Plaid free developer