10,488 results for been · 2.297s

News for “been”
20 results • 2291 ms server time
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?
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!
Moozonian News
github.com• Jul 24, 2026• 1 min read
Show HN: Jixp, a Lisp DSL for describing Jax neural netsThis is a side project I've been working on while learning Jax. I noticed that a bunch of the neural net math looked like it would work well in a lisp syntax because most of the data flows through layers in a "functional" manner. Data is threaded through one layer at a time, each layer composing with the previous layer.Jixp is designed as a learning tool for myself while learning Jax to toy around with different shapes/styles of models. I used this to train a 4m parameter model on my Obsidian vault to see if I could use it for recall which partially worked. ```lisp (let-dim (d 256) (heads 8)(define transformer-block (chain (residual (layernorm d) (attention d heads #:causal)) (residual (layernorm d) (mlp d [4d] d #:bias)))) ```The Jixp compiler reads the (racket style) DSL and outputs python which is then consumed via your normal python training stack. The advantage here is you get a pretty simple interface to describe your model and the implementation details are largely hidden in the
Advertisement
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Show HN: Kilo – Open-source, local-first workout, weight and calorie trackerStarted my fitness journey last year and have lost 40kg till now. While doing it, I leaned heavily on logging my calories, weights and lifts. All of this was pretty scattered and I had to write custom scripts if I wanted to just visualize my progress and see how I was doing over time. The apps that do it like strong/hevy are heavily paywalled and basically every useable feature is something you have to pay for.Decided to create an app that does that and add some more analytics and fun features into it. I have been using it for a month now and so decided it was time to release now.Its completely open source, requires no account, no servers online and stores everything locally on sqlite. Plus it provides you with most of the features that paywalled apps provide + some more. You can log your workouts, calories, weight. Provides deep analytics of your lifts, a body heatmap, PRs, 1RM, date filtered set, tonnage for specific muscle group so basically everything for progressive overload and t
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Ask HN: How much software do you build for yourself these days?With the cost of building software continuing to drop, what have you found yourself doing more: using other people's software, or building it yourself?I was thinking about this... I've built our family's financial system (it started as a simple budgeting tool, but now it tracks everything), a Mac app to create and edit videos, quite a few developer tools for personal use, a bunch of apps for my kids, some games, and so forth.All of these already have plenty of commercial offerings in the market, and some have open-source alternatives, but the level of personalization I get by building them myself beats any argument (IMHO)!Interested to see what others are doing. :)PS: I've been writing software for 8 years (5 of them professionally).
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
A VSCode extension for AI to understand your projectI wrote a VSCode plugin that can install skills with just one click. When writing code, AI automatically writes detailed comments. The plugin can recognize and convert them into JSON. If AI wants to understand something, it can automatically call the interface to obtain the entire method chain and corresponding comment introduction. Reading a main function only takes a few seconds. To make it look better, I also created an HTML to display it. Of course, it's just for the sake of appearance. The plugin is open source and has been uploaded to the VSCode plugin market on DevMap. Although its practicality might be average, it is visually appealing.
Moozonian News
news.ycombinator.com• Jul 24, 2026• 1 min read
Show HN: Krypter – simple offline message and file encryption mobile appHi guys, here's a personal privacy app that I've been doing for a few months now.The idea is to have a secure offline way of encrypting messages and data on your device using HPKE and a selection of encryption key types, including Secure Enclave bound ones, to protect the data in transit or at rest. As in, encrypt and optionally sign, send by any means, and only have your designated recipient (or yourself) read it. Messages can be shared as deep links for one click decryption with automated quick key probing. Files - same, but via import from anywhere.No permission requests, no analytics, no accounts, no ads, no subscriptions, absolutely zero online requests. No "make your own crypto" silly things. Everything is using the iOS bundled CryptoKit. Hence the tiny size of it.Authenticated mode also supports passwords in addition to signatures. Panic PIN wipes all the keys from the app. Software keys can be securely backed up. Full plausible deniability.For example, a message can be transmit
Moozonian News
bing.com• Jul 24, 2026• 1 min read
The HigherDose Sauna Blanket Gwyneth Paltrow Uses Is 20% OffI've been covering the best deals and sales for over three years. The HigherDose Infrared Sauna Blanket is 20% off during Nordstrom's Anniversary Sale. The HigherDose Infrared Sauna Blanket topped ...
Advertisement
Moozonian News
apps.apple.com• Jul 24, 2026• 1 min read
Show HN: Life Tile – Passive time tracker that shows your day as a Mondrian gridHi, I developed Life Tile for iPhone. It tracks your time passively and visualizes it as a Mondrian-style grid. It's a one-time purchase app with a 7-day trial.I was a user of a similar app named Life Cycle. Since the app hasn't been updated in a while, I tried to make a better app with my ideas and experiences. I used a big square timeline instead of a donut chart. And I added more useful views: tree-map, map, and list. You can use categorized activities with custom colors.The data never leaves a device. No account, No Server. It only supports data backup using iCloud. It was for privacy but it also makes the development easier. I added just one anonymous usage stat with TelemetryDeck. You can turn it off anytime.There were many technical difficulties. iOS location API (CLMonitor) is not 100% precise. And many difficult cases can't be handled automatically. For example, GPS blackout inside the subway, too many venues in a small region, and a huge location like an airport. So I improve
Moozonian News
news.ycombinator.com• Jul 23, 2026• 1 min read
Show HN: SQL service for tables with billions of rows or up to 1M columnsHi All,March 2023. I was in touch to join a "big data" IT service company. I didn't get the job... Before the team decided I was too old, they introduced me to products I wasn't previously aware of. Since that time, I’ve been building a distributed SQL data engine. I started from 2 previous personal projects. A distributed network filesystem and a peer-to-peer Linux cluster. The goal was to manage "impossible tables": narrow tables with billions of rows or wide tables with columns by the million.My opinion was and remains this simple idea: you can orchestrate single MariaDB servers to build a global resilient and massively parallel SQL service.How SynSQL works under the hood: Storage Delegation: Physical storage is delegated to MariaDB data brokers to store table data. The data dictionary is also delegated to MariaDB master brokers (mirror managed). Wide tables are vertically sliced into chunks. Each chunk is mapped to a specific broker. You can consider a narrow table as a single chun
Moozonian News
news.ycombinator.com• Jul 23, 2026• 1 min read
Tell HN: Namecheap gave my account to an unverified third partyI’ve been a NameCheap customer for 13 years. I’ve also helped out an old college club paying for a .com they use (that is registered to me under my name, address, and phone number). During a recent leadership transition, the incoming club lead wanted to make changes to the DNS and didn’t know to contact me. They figured out the domain name was parked at NameCheap, so they initiated a password reset using the domain name. I got a password reset email and immediately filed a NameCheap support ticket saying “I did not initiate this”. They called me to verify I was the one who filed the ticket, and then followed up with a canned email with tips like check your anti-virus.The incoming club leader was persistent though, and called NameCheap support. He convinced them the domain registered in my name and address really belonged to his club, and with no verification or validation whatsoever, NameCheap changed my password, and changed the email address associated with my account. All because so
Moozonian News
news.ycombinator.com• Jul 23, 2026• 1 min read
Show HN: Echo – Fable-level results at 1/3 the cost using open-weight modelsI’ve been building Echo (https://echo.tracerml.ai/), an experiment in making one AI system out of a pool of open-weight models rather than choosing a single model and using it for every task.It started with a simple experiment. I took a group of models, including GLM-5.2, Kimi K2.7 and others, and ran them on the same evaluations. Then I measured what would happen if, for each problem, you somehow knew in advance which models would be useful and how their outputs should be combined.That hypothetical system performed substantially better than any individual model in the pool. Of course, it is not something you can actually deploy because it relies on knowing which decisions were good after seeing the result. Echo is my attempt to recover some of that advantage without having that information in advance.For each request, Echo decides how much computation to allocate, which models should participate, and how their work should be combined. Some prompts may only need a relatively small amou
Moozonian News
notebooker.ai• Jul 23, 2026• 1 min read
Show HN: Notebooker.ai – NotebookLM alternative, your own models, keys, storageHi HN. This is a personal side project I've been building for about six months on top of the open-source Open Notebook platform (https://github.com/lfnovo/open-notebook).Notebooker saves the stuff you'd otherwise lose in tabs and bookmarks - links, PDFs, audio, video - and makes it useful later: chat with a notebook and get answers that cite the exact source, turn a reading list into a podcast episode (private RSS feed, works in any player), or generate study material from your own sources.The part I've had the most fun with is a plugin engine for creation types - flashcards, charts, infographics, mindmaps, textbooks, essays, slideshows, timelines, wikis are each plugins, and new ones can be added without touching the core. Everything I've built on top of open-notebook has either been submitted upstream as PRs or is open source at https://github.com/Notebooker-ai.Decisions this crowd might care about:- Bring your own AI keys (OpenAI, Anthropic, local/OpenAI-compatible endpoints) or use
Moozonian News
bing.com• Jul 23, 2026• 1 min read
Christina Veness, MS, LPCC- Lumos Counseling LLCNo one talks about how difficult the first step of finding a therapist is. Many of my clients come seeking understanding and support with what they have been going through, whether it be past or ...
Advertisement