16,412 results for eve

news.ycombinator.com
Show HN: We Added Notion Calendar to *Superhuman for iMessagehttps://news.ycombinator.com/item?id=49378903Another update on Attention: after launching here last week, over 100 people used Attention!We followed up on feedback and we added a Notion Calendar-style calendar!---We realized pretty quickly when working in Attention (Superhuman for iMessage) that a lot of our conversations were about scheduling things.When we talk to Righthand users, iMessage is a lot of "can we find time to debug the issue live" or "I'll get back to you by this evening with the answer". Personally it's a lot of booking travel and dinners.Since we've been spending so much time in Attention, we decided to add a calendar to fix the issue. It looks like Notion Calendar, but it also supports a few new features like "fuzzy events".The onboarding is more involved and so we'll do 1:1s for a bit (comment below if you want to be in the cohort), but we would love any and all feedback!As before:- Privacy / Security: Your data is yours, fully local in LanceDB + SQLite, never leaving your machine unless you turn on the AI agen
Aug 20, 2026 7:17 PM
github.com
Show HN: Meridian(PH #1) – Automatic AI Workjournal for Devshttps://github.com/Meridiona/meridianMeridian is an open-source, local-first work journal for developers. It reconstructs your day from on-screen activity and turns it into daily summaries, standups, time reports, and draft project ticket updates.The goal is to reduce the time spent manually reconstructing unplanned work and writing status updates. Activity is stored in an encrypted database on your machine, and generated updates remain drafts until you review them.Meridian is MIT-licensed and currently supports integrations with Jira, Linear, GitHub, and Azure DevOps.
Aug 20, 2026 7:16 PM
danielvaughn.dev
Show HN: Huzzah – a novel approach to coding with AIhttps://www.danielvaughn.dev/posts/huzzah/Hello everyone. I've been working on this experimental editor called Huzzah.I've been working almost exclusively with coding agents since January of this year, and over the past few months I began to feel utterly exhausted by them. They're great, but I'm finding it more and more tedious to write full sentences for every change I want. Not only that, but it seems there's a complexity limit for codebases - beyond a certain point the agent begins confusing itself.I'd like to go back to writing code, but I don't want to go all the way back to fully manual coding. So I've come up with this interaction paradigm where you: 1. write pseudocode in whatever way makes the most sense to you 2. on save, the editor synchronizes your work to real source code 3. the pseudocode is persisted alongside the generated code, making your prompt effectively a stored record of intent. It may not work for every use case, but in my initial playthroughs I've found it very enjoyable.Right now it's just a proof of
Aug 20, 2026 7:05 PM
news.ycombinator.com
Ask HN: How do you review and validate LLM generated code?https://news.ycombinator.com/item?id=49378314It'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.
Aug 20, 2026 6:26 PM
kandelo.dev
Show HN: Kandelo – a POSIX-compatible multi-process WASM kernel for the browserhttps://kandelo.dev/20260819-demo/Kandelo is an open-source, Wasm-based multi-process kernel that runs POSIX programs in browsers and Node.js.Kandelo is still experimental, but it already runs a substantial range of existing software.Do you have use cases for this?We are trying Kandelo as a new foundation for WordPress Playground which runs server-side WordPress entirely in the browser. Kandelo also looks promising as a sandbox for running agents in the the browser and on the command line. On the side, we've been playing with porting games and desktop environments and even compiling runnable programs within Kandelo.Yet it feels like there are many possibilities we haven't considered.How would you like to use something like this?Demos:Some notes: The demos have been tested in desktop browsers. Unfortunately, YMMV on mobile today. Some of the disk images are large (~50MB) and may take a while to boot initially.Main set, with Shell (bash, vim, nethack, and more), Nginx, PHP, WordPress, and Doom: https://kandelo.dev/202608
Aug 20, 2026 6:25 PM
news.ycombinator.com
Are you good at AI, or just using it?https://news.ycombinator.com/item?id=49378057We’re working on a ladder for individual AI proficiency and would love feedback on both the levels and the definitions.L0 New: brand new to AI, or has not yet used it.L1 Chat: simple prompt-and-response use. Work is serial: ask, wait for an answer, then ask again.L2 Contextual Work: gives AI relevant documents, data, or workspace context so it can work within the actual artifact and produce a more useful result.L3 Orchestrate: coordinates multiple agents or AI roles across independent workstreams, with work that may review, challenge, compare, or build on other work. This is not just for engineering.L4 Automate: creates workflows that are triggered by business events and run without someone sitting at a laptop directing each step.L5 Loop: feeds the output of those workflows back into shared knowledge or a company brain, so future workflows improve over time.A few things I’d love your perspective on:Are these the right levels? Are any of the names unclear or overlapping? What observable
Aug 20, 2026 6:04 PM
bing.com
Cincinnati high school football Week 1 scores, highlights | Replayhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a898cb60e5d4ea5b1ceead74150ee54&url=https%3A%2F%2Fwww.cincinnati.com%2Fstory%2Fsports%2Fhigh-school%2Ffootball%2F2026%2F08%2F21%2Fcincinnati-high-school-football-live-score-updates--live%2F91408968007%2F&c=10507648433681570148&mkt=en-usThe 2026 high school football season already had a marquee event in Princeton's victory over Moeller at Paycor Stadium on Aug. 20, but the first Friday night of high school football in Cincinnati is ...
Aug 20, 2026 6:04 PM
wavehouse.dev
Show HN: WaveHouse – Supabase for ClickHousehttps://wavehouse.devWhile building an IoT telemetry solution, we ran into hurdles with Clickhouse. For one, you can't insert quickly AND durably into Clickhouse without setting up something like Kafka, which gets complicated for quick projects wanting to make use of Clickhouse's powerful features. Then, trying to actually query Clickhouse and show data in a UI required a whole backend API to handle auth and permissions.We figured that all these parts together – fast, durable ingest, row-level and column-level security and roles, and realtime streaming – were a lot of scaffolding to have to rebuild for every project we wanted to use Clickhouse in. So, we built them all into a single Go binary to be deployed alongside Clickhouse, to help lower Clickhouse's barrier to entry. We call it WaveHouse.Would love any feedback as we work on improving and adding more features to this OSS project!
Aug 20, 2026 6:00 PM
news.ycombinator.com
Ask HN: One SSH key or many SSH keys?https://news.ycombinator.com/item?id=49377427Is there any benefit to using multiple, separate keys to authenticate to different resources versus only using a single SSH key?On one hand, I've heard that an SSH key is supposed to represent an identity, so using your "identity" everywhere makes sense.On the other hand, I've heard that keeping SSH keys separate is important in the same way using separate passwords for different resources is important.What do you all think?
Aug 20, 2026 5:15 PM
news.ycombinator.com
Ask HN: How to engage users in an open source project and when to stop?https://news.ycombinator.com/item?id=49377336I have been working on an OS project for years now, on and off, taking it back up for the last few months and giving it a good boost lately with AI. It has a super niche user base in quantitative finance.I really enjoy working on it, and although I get contacted every now and then by people who are using it or are interested in using it, and those are really interesting users, I always think I am wasting my time. It has been 8 years now since I started.I guess my questions are: is it worth it? And I know this question has two clear paths, the personal and the practical one, but I would like to hear from both. How can I know when to stop? If my audience is maybe in the order of two thousand potential users worldwide, how do I validate the idea? I have posted on Reddit and HN multiple times, tried LinkedIn, and that leads me to a handful of super interesting contacts, but I don't know if it is enough to keep going.
Aug 20, 2026 5:09 PM
bing.com
JD Vance swaps podium for beer taps during surprise Cincinnati restaurant stophttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a898cb60e5d4ea5b1ceead74150ee54&url=https%3A%2F%2Fnews.meaww.com%2Fjd-vance-swaps-podium-for-beer-taps-during-surprise-cincinnati-restaurant-stop&c=10887231472195589317&mkt=en-usVice President JD Vance greeted a packed crowd, served cheese coneys and joked with locals after a $1 billion steel investment event ...
Aug 20, 2026 5:00 PM
bing.com
Mitsui E&S Moves Ammonia Engines and Fuel Systems to Commercial Stagehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88c3e162664c1eb3e62390b8a1386f&url=https%3A%2F%2Fshipandbunker.com%2Fnews%2Fapac%2F628157-mitsui-es-moves-ammonia-engines-and-fuel-systems-to-commercial-stage&c=18189299886311143622&mkt=en-usMitsui E&S is also expanding its fuel supply system testing facilities to support both Everllence- and WinGD -licensed engines and plans to establish a mass-production system as demand for ...
Aug 20, 2026 5:00 PM
tablecanon.app
Show HN: Building Table Canon, an AI Campaign Memory Engine for TTRPGshttps://tablecanon.app/Hey HN! I built Table Canon to solve a problem my playgroup kept running into: 3-4 hour tabletop gaming sessions leave behind massive audio recordings, but standard meeting note-takers treat every session as an isolated island, butcher fantasy terms, and don't know who is speaking.I wanted an engine that tracks long-term state across months of games, so I built a pipeline to extract entity updates, open quest hooks, and character promises across sessions.The Tech Stack:* Transcription: whisper-large-v3-turbo * Diarization: pyannote for speaker embeddings & voice profile matching Extraction & Memory: OpenAI API with Structured Outputs (JSON Schema enforcement for state updates) * TTS & Audio Recaps: Kokoro / Chatterbox Turbo Music Generation: ACE-Step-v1.5-XL-Turbo for rendering session summaries into lyrics/balladsA Few Engineering Lessons & Challenges:* State Delta Extraction vs. Context Explosions: Feeding 20 prior session transcripts into context windows quickly becomes cost-prohibi
Aug 20, 2026 4:40 PM
drillerdb.com
Show HN: The First 3D Map of North America's Underground Geologyhttps://drillerdb.com/undergroundOver the past year, we've been running OCR on over 13 million handwritten and typed well logs across North America. After that we standardized the unique terms used by drillers across America into one format, which we've based on the USGS's lithologic standards.Before this project, underground data was fragmented by state or county jurisdictions and had different standards for reporting and terminology. This is the first nationwide lithological grid ever made at this scale.Most regions have pretty good coverage. However, be aware some areas like the southeast of the US especially has some pretty significant gaps due to the reporting standards in those regions.We also have a research program! https://drillerdb.com/research
Aug 20, 2026 4:32 PM
compute.cx
Show HN: Compute.cx is simple (modal.com like) interface for on-demand GPUshttps://compute.cxHi everyone, Please checkout compute.cx which is a simple cli interface for using on demand GPUs from RunPod and HotAisle. I created this because I really like the ease of modal.com for severless gpu access, but don’t always want to pay their markup. Compute.cx gives the same DX but on public on-demand GPUs like runpod and hotaisie.Please try it out, and write to me harsh@theoric.com for any questions/suggestions, or file a bug report on https://github.com/theoriclabs/docs.compute.cxThanks! Harsh Gupta https://x.com/hargup13P.S. BYOK AWS, GCP and Azure coming soon, let me know if you want it.
Aug 20, 2026 3:47 PM
epho.io
Show HN: Epho – run Claude Code with a curlhttps://epho.ioHey folks, Burak here.Epho is an API that allows running Claude Code, Codex or Opencode in a sandbox in the cloud. It abstracts away sandboxes, and allows running coding agents with a single HTTP request.Epho came out of our own struggles with building our own AI analyst: - Sandboxes give you bare machines; you need to configure them for agentic workloads. - Each agent behaves differently, and you need to build integrations with each of them. - Sandbox providers are not very reliable, which means you need to figure out a multi-provider strategy to avoid failures. - Logging, artifacts, input/output, event streaming, and all of the other operational aspects need to be figured out.We had to go through the pain ourselves. We got to a point where things got quite reliable, and it became more obvious to us that this should be a primitive on its own: send a POST request, get the events streaming back to you.Epho is an agents-as-an-API product: you send a request, it spins up a sandbox, config
Aug 20, 2026 3:45 PM
github.com
Launch HN: Vendo (YC S26) – Let users build features on top of your producthttps://github.com/runvendo/vendoHi HN, we’re Yousef & Nour, founders of Vendo (https://vendo.run). Vendo lets users create new features inside the software they already use. A user describes the dashboard, workflow, or small app they need, and Vendo builds it on top of the product’s existing data, API, and interface.Demo: https://www.youtube.com/watch?v=VdpHehY64lsWe built Vendo because every SaaS eventually faces the same problem: every customer needs something slightly different. One wants a new report and another needs a workflow that only makes sense for their team. These requests either sit on the roadmap, become one-off engineering work, or force the customer into spreadsheets and external tools. We wanted the user to be able to create the missing feature themselves, without leaving the product.Here is how it works:- npx vendo init reads the product's API surface, theme, routes, and more. These are used so that the apps Vendo creates (1) look on-brand and native and (2) have the ability to read data and perform
Aug 20, 2026 3:29 PM