Postingan

Show HN: WaveletLM – wavelet-based, attention-free model with O(n log n) scaling https://ift.tt/GAW4jpX

Show HN: WaveletLM – wavelet-based, attention-free model with O(n log n) scaling WaveletLM is a wavelet-based, attention-free architecture that replaces self-attention with learned lifting wavelet decomposition, a Fast Walsh-Hadamard Transform, per-scale gated spectral mixing with SwiGLU activation, an inverse FWHT, and wavelet reconstruction. Combined with expanded MLPs and sparse product-key memory, this yields a model with O(n log n) scaling in sequence length. With 23.8 PPL on WikiText-103, WaveletLM beats both GPT-2 Medium, which was trained on 80× more data, and Transformer-XL Standard, which uses recurrence to extend its effective context. It is undertrained and underregularized due to budget constraints, so there is much room for development and improvement. I invite anyone who is curious to examine the model, test it out, and extend its capabilities further. All code and weights are fully open source, and a PG-19 run will be completed in 2-3 days. Generations can be done in 4-...

Show HN: Parlor Jarvis – Realtime AI (audio+screen in, voice out) & multilingual https://ift.tt/mQKaSXr

Show HN: Parlor Jarvis – Realtime AI (audio+screen in, voice out) & multilingual https://ift.tt/YhbpNzm April 27, 2026 at 12:13AM

Show HN: Lambda ERP – Open-source ERP you can run through chat https://ift.tt/nFruxia

Show HN: Lambda ERP – Open-source ERP you can run through chat Hi HN, I built Lambda ERP, an open-source ERP prototype where chat is the primary interface. It handles sales/purchase flows, invoices, payments, inventory, double-entry accounting, reports, and chat-generated analytics. There’s a live demo in the README with 3 years of simulated data, plus a Docker Compose setup if you want to run it locally. It is not production-ready yet; I’m looking for feedback on the architecture, the chat-first workflow, and whether this direction makes sense for small teams that can’t afford traditional ERP implementation projects. https://ift.tt/Eflu7gZ April 26, 2026 at 10:33PM

Show HN: Odozi – open-source iOS journaling app https://ift.tt/csbwqjC

Show HN: Odozi – open-source iOS journaling app Yeah I know I hate the name too but I wasn't about to pay up for odyssey.app. It's an open source project so feel free to poke around with it / fork it. I talk about it more on the marketing website, but a few of us have been using it for the past month and kind of fun. Obviously there will be a slew of issues / feedback / nits that come from this, but c'est la vie. GH is here: https://ift.tt/T6hvMs4 https://odozi.app April 25, 2026 at 10:52PM

Show HN: Quay – Menu-bar Git sync https://ift.tt/5aQ08Ro

Show HN: Quay – Menu-bar Git sync I write Astro blog posts in a text editor; when I'm done I want them pushed to GitHub so Cloudflare deploys the site. To make it comfortable, I built Quay for the menu bar. Also useful for Obsidian vault syncing. Point it at a folder, connect a GitHub repo, and it stages/commits/pushes/pulls. Multiple repos, editable commit messages, branch switching, merges with conflict detection. Shows open issue and PR counts per repo. But it's is not a full Git client (no diffs, blame, cherry-pick, or rebase) and it doesn't create remote repos. Native macOS app (Swift/SwiftUI). Wraps the local git binary (prompts to install Xcode Command Line Tools if missing). No custom Git implementation. Sandboxed, no telemetry, GitHub-only. macOS. 7-day trial, €9 one-time on the App Store. https://ift.tt/62CwTZi April 26, 2026 at 01:23AM

120 Years Later: The 1906 Earthquake in 13 Photos

120 Years Later: The 1906 Earthquake in 13 Photos By Jeremy Menzies On April 18, 1906, the ground under San Francisco shook violently. A 7.9 magnitude earthquake hit at 5:12 a.m. as residents slept. The Great San Francisco Earthquake and Fires nearly destroyed the city. More than half the residents were displaced from their homes. And the transit system was devastated. In 1906, United Railroads of San Francisco ran most of the city’s transit lines. Company photographer John Henry Mentz documented the tragedy in a series of photographs. He took 14 photos on the day of the quake. And 13 of them have been preserved in the SFMTA Photo Archive collections. For the... Published 2026-04-24T00:00:00Z https://ift.tt/m7pzlDR

Show HN: TurbineFi – Build, Backtest, Deploy Prediction Market Strategies https://ift.tt/jeE0bn4

Show HN: TurbineFi – Build, Backtest, Deploy Prediction Market Strategies Hey HN! We just finished our first major build of TurbineFi, an AI-assisted workflow for building, backtesting, and running prediction market strategies. There are over 1,000 community strategies you can try out, there's a backtesting engine integrated in the workflow, and you get your own sandbox to execute the trades 24/7. Currently live for Kalshi, Polymarket coming soon. We developed a custom DSL to make compiling AI-assisted strategies more deterministic than raw python generation, so creating a strategy takes seconds even on low-tier models (thinking of migrating to a self-hosted model soon to reduce costs). We also worked with Locus (YCF25) to do the sandbox provisioning, so that we never manage keys for users. When a user signs up with their email, Privy creates a wallet for them, and then that wallet uses the X402 agent payment protocol to pay for their own server. We created a deployment harness aro...