frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

M8.7 earthquake in Western Pacific, tsunami warning issued

https://earthquake.usgs.gov/earthquakes/eventpage/us6000qw60/executive
688•jandrewrogers•9h ago•179 comments

Study mode

https://openai.com/index/chatgpt-study-mode/
938•meetpateltech•17h ago•668 comments

RIP Shunsaku Tamiya, the man who made plastic model kits a global obsession

https://JapaneseNostalgicCar.com/rip-shunsaku-tamiya-plastic-model-kits/
287•fidotron•13h ago•60 comments

Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker

206•yujonglee•17h ago•113 comments

URL-Driven State in HTMX

https://www.lorenstew.art/blog/bookmarkable-by-design-url-state-htmx/
201•lorenstewart•12h ago•96 comments

iPhone 16 cameras vs. traditional digital cameras

https://candid9.com/phone-camera/
311•sergiotapia•20h ago•327 comments

Sleep all comes down to the mitochondria

https://www.science.org/content/blog-post/it-all-comes-down-mitochondria
26•A_D_E_P_T•1h ago•5 comments

A major AI training data set contains millions of examples of personal data

https://www.technologyreview.com/2025/07/18/1120466/a-major-ai-training-data-set-contains-millions-of-examples-of-personal-data/
7•pera•18m ago•1 comments

Learning basic electronics by building fireflies

http://a64.in/posts/learning-basic-electronics-by-building-fireflies/
268•signa11•17h ago•69 comments

Two Birds with One Tone: I/Q Signals and Fourier Transform

https://wirelesspi.com/two-birds-with-one-tone-i-q-signals-and-fourier-transform-part-1/
73•teleforce•11h ago•16 comments

ACM Transitions to Full Open Access

https://www.acm.org/publications/openaccess
264•pcvarmint•16h ago•24 comments

Show HN: The Aria Programming Language

https://github.com/egranata/aria
5•egranata_aria•3d ago•4 comments

Analoguediehard

http://www.analoguediehard.com/
24•gregsadetsky•3d ago•4 comments

Show HN: Cant, rust nn lib for learning

https://github.com/TuckerBMorgan/can-t
11•TuckerBMorgan•3d ago•0 comments

USB-C for Lightning iPhones

https://obsoless.com/products/iph0n3-usb-c-protection-case
149•colinprince•3d ago•102 comments

How the brain increases blood flow on demand

https://hms.harvard.edu/news/how-brain-increases-blood-flow-demand
124•gmays•15h ago•57 comments

FoundationDB: From idea to Apple acquisition [video]

https://www.youtube.com/watch?v=C1nZzQqcPZw
179•zdw•4d ago•34 comments

Show HN: Terminal-Bench-RL: Training long-horizon terminal agents with RL

https://github.com/Danau5tin/terminal-bench-rl
115•Danau5tin•23h ago•10 comments

Show HN: I built an AI that turns any book into a text adventure game

https://www.kathaaverse.com/
252•rcrKnight•18h ago•100 comments

Irrelevant facts about cats added to math problems increase LLM errors by 300%

https://www.science.org/content/article/scienceadviser-cats-confuse-ai
411•sxv•19h ago•200 comments

A month using XMPP (using Snikket) for every call and chat (2023)

https://neilzone.co.uk/2023/08/a-month-using-xmpp-using-snikket-for-every-call-and-chat/
118•ColinWright•15h ago•74 comments

My 2.5 year old laptop can write Space Invaders in JavaScript now (GLM-4.5 Air)

https://simonwillison.net/2025/Jul/29/space-invaders/
532•simonw•20h ago•356 comments

Structuring large Clojure codebases with Biff

https://biffweb.com/p/structuring-large-codebases/
81•PaulHoule•19h ago•4 comments

Elements of System Design

https://github.com/jarulraj/periodic-table
128•qianli_cs•16h ago•34 comments

Observable Notebooks 2.0 Technology Preview

https://observablehq.com/notebook-kit/
213•mbostock•19h ago•51 comments

Playing with more user-friendly methods for multi-factor authentication

https://tesseral.com/blog/i-designed-some-more-user-friendly-methods-for-multi-factor-authentication
74•noleary•1d ago•51 comments

Microsoft Flight Simulator 2024: WebAssembly SDK

https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/WASM/WebAssembly.htm
137•breve•3d ago•84 comments

Supervised fine tuning on curated data is reinforcement learning

https://arxiv.org/abs/2507.12856
56•GabrielBianconi•13h ago•17 comments

CodeCrafters (YC S22) is hiring first Marketing Person

https://www.ycombinator.com/companies/codecrafters/jobs/7ATipKJ-1st-marketing-hire
1•sarupbanskota•12h ago

Seriously, Why Do Some AI Chatbot Subscriptions Cost More Than $200?

https://www.wired.com/story/seriously-why-do-some-ai-chatbot-subscriptions-cost-more-than-200/
15•isaacfrond•1h ago•12 comments
Open in hackernews

Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker

206•yujonglee•17h ago
Hi HN! We're Yujong, John, Duck, and Sung from Hyprnote (https://hyprnote.com). We're building an open-source, privacy-first AI note-taking app that runs fully on-device. Think of it as an open-source Granola. No Zoom bots, no cloud APIs, no data ever leaves your machine.

Source code: https://github.com/fastrepl/hyprnote Demo video: https://hyprnote.com/demo

We built Hyprnote because some of our friends told us that their companies banned certain meeting notetakers due to data concerns, or they simply felt uncomfortable sending data to unknown servers. So they went back to manual note-taking - losing focus during meetings and wasting time afterward.

We asked: could we build something just as useful, but completely local?

Hyprnote is a desktop app that transcribes and summarizes meetings on-device. It captures both your mic input and system audio, so you don't need to invite bots. It generates a summary based on the notes you take. Everything runs on local AI models by default, using Whisper and HyprLLM. HyprLLM is our proof-of-concept model fine-tuned from Qwen3 1.7B. We learned that summarizing meetings is a very nuanced task and that a model's raw intelligence (or weight) doesn't matter THAT much. We'll release more details on evaluation and training once we finish the 2nd iteration of the model (still not that good we can make it a lot better).

Whisper inference: https://github.com/fastrepl/hyprnote/blob/main/crates/whispe...

AEC inference: https://github.com/fastrepl/hyprnote/blob/main/crates/aec/sr...

LLM inference: https://github.com/fastrepl/hyprnote/blob/main/crates/llama/...

We also learned that for some folks, having full data controllability was as important as privacy. So we support custom endpoints, allowing users to bring in their company's internal LLM. For teams that need integrations, collaboration, or admin controls, we're working on an optional server component that can be self-hosted. Lastly, we're exploring ways to make Hyprnote work like VSCode, so you can install extensions and build your own workflows around your meetings.

We believe privacy-first tools, powered by local models, are going to unlock the next wave of real-world AI apps.

We're here and looking forward to your comments!

Comments

swyx•17h ago
congrats, app looks gorgeous. def a good tauri codebase to study ( been using https://deepwiki.com/fastrepl/hyprnote)

any interest in the Cluely-style live conversation help/overlay?

johntopia•17h ago
thanks! we're focusing on local-first at the moment which makes real-time assist a bit challenging. but we definitely have something similar on our mind - for example, a live summary of what's been going on during the past 5 mins. planning to support this via extension in the future!
yunohn•17h ago
Super cool, congrats on the launch - will be trying this soon! I noticed it’s using Tauri - what are your main takeaways from building a local inference desktop app with it?
yujonglee•17h ago
Thanks. I learned that running a server on the Rust side and calling it from a TypeScript frontend is a good approach. For example, we run an OpenAI-compatible server using a Tauri plugin (https://github.com/fastrepl/hyprnote/tree/main/plugins/local...) and call it using the Vercel AI SDK.
yunohn•17h ago
I’ve been thinking about ways to reuse Vercel’s AI SDK, so this is a great one - thanks for sharing!
yujonglee•16h ago
Also you might find this interesting:

https://github.com/fastrepl/hyprnote/blob/main/packages/util....

yunohn•13h ago
Super neat! You’ve made an impressive amount of cool specialized crates - have you considered making them generally usable to the wider community and licensing them under LGPL/MIT instead of GPL?
yujonglee•11h ago
we def considered it. our line of thinking is start with more restrictive license, and later switch to MIT or something once we figure things out :)
ashishact•16h ago
I wanted to build this for myself. Could never figure out how to get audio output from Mac. Tried almost all audio loopback driver (Blackhole, Soundflower ...). There was problem everywhere wrt security.

Even tried making a teams meeting bot. But Teams doesn't give live audio to developer unless you are a special partner.

Glad you made this. Will play around

yujonglee•16h ago
Great! We use AudioTap api
johntopia•16h ago
great to see that you like it :)
nkotov•17h ago
Really cool - how does it compare to Granola outside of the OSS part?
yujonglee•17h ago
Local-first, controllability(custom endpoint part), and eventually extensibility(VSCode part of the post)

We're putting a lot of effort into making it run smoothly on local machines. There are no signups, and the app works without any internet connection after downloading models.

ashishact•17h ago
One of the things I would want to do is - As the meeting is going on - I would like to ask a LLM what questions I could ask at that point in time. Especially if it's a subject I am not expert in.

Would I be able to create an extension that could do this?

johntopia•16h ago
you can definitely do that in the future. but we had that on our mind as well from multiple requests - planning to add "eli5 - explain like i'm five" and "mmss - make me sound smart" ;) (edit: grammar fix)
quesera•14h ago
Wow, does anything like this exist in current commercial tools?

ELI5 sounds useful.

MMSS sounds terrifying though, honestly.

johntopia•14h ago
i think there are tools like cluely - where they propose to "cheat" on everything in real-time. or just wearables like waves that shows ar displays with real-time assist. (i've never used both of them before, but i understood their products like this) so proactive ai agents are somewhat becoming a thing I guess. but it all boils down to privacy for us.

mmss was something that a lot of users suggested - they wanted to be saved from public humiliation

theodorewiles•17h ago
Looks really cool - I noticed Enterprise has smart consent management?

The thing I think some enterprise customers are worried about in this space is that in many jurisdictions you legally need to disclose recording - having a bot join the call can do that disclosure - but users hate the bot and it takes up too much visibility on many of these calls.

Would love to learn more about your approach there

johntopia•17h ago
yes, we’re rolling out flexible consent options based on legal needs - like chat messages, silent bots, blinking backgrounds, or consent links before/during meetings. but still figuring out if there's a more elegant way to do this. would love to hear your take as well.
theodorewiles•16h ago
Please shoot me a note - I'm trying to figure this out for my enterprise now, would love to figure out a way to get you in / trial it out.
johntopia•16h ago
can i send you a follow-up to the email that's on your profile?
theodorewiles•15h ago
yes
yonl•17h ago
Congrats on the launch. I never understood why an AI meeting notetaker needed sota LLMs and subscriptions (talking about literally all the other notetakers) - thanks for making it local first. I use a locally patched up whisperx + qwen3:1.7 + nomic embed (ofcourse with a swift script that picks up the audio buffer from microphone) and it works just fine. Rarely i create next steps / sop from the transcript - i use gemini 2.5 and export it as pdf. I’ll give Hyprnote a try soon.

I hope, since it’s opensource, you are thinking about exposing api / hooks for downstream tasks.

yujonglee•17h ago
What kind of API/Hooks you expect us to expose? We are down to do that.
sjayasinghe•7h ago
The ability to receive live transcripts from a webhook, including speaker diarization metadata would be super useful.
satvikpendem•12h ago
Can you share the Swift script? I was thinking of doing something similar but was banging my head against the audio side of macOS.
marcofiset•17h ago
The only issue I have with those tools, and I have not seen a single one even acknowledge this, is that it becomes completely useless when holding meetings in a hybrid fashion where some people are remote and others are in the office with a shared mic.

Almost all of our meetings are hybrid in this way, and it's a real pain having almost half of the meeting be identified as a single individual talking because the mic is hooked up to their machine.

It's a total dealbreaker for us, and we won't use such tools until that problem is solved.

dkdcio•17h ago
I think if you put N-1 mics in the room (where N is the number of people) you could easily identify all individuals...
yujonglee•17h ago
It can be solved with speaker segmentation/embedding models, although it is not perfect. One thing we do with Hyprnote is that we have a Descript-like transcript editor that allows you to easily edit/assign speakers. Once we integrate a speaker diarization model with that, I think we'll be in good shape.

If you are interested, you can join our Discord and follow updates. :) https://hyprnote.com/discord

apwell23•15h ago
our conference rooms even have some sort of rotating camera contraption that automatically focus on the person speaking
nashashmi•17h ago
you might need an AI for in-person meeting first. Such tools are available to doctors who see patients. The note taking is great but I think it is skewed towards one-person summary where the name of the patient remains unknown. I wonder if the same tool can take notes if two patients are in the room and distinguish between each one.

The second tool is likely hardware limitation. A multi-cam-mic with beam forming capability to deconstruct overlapping sounds.

johntopia•16h ago
hyprnote can be used for in-person meetings as well! we have doctors like ophthalmologists or psychiatrists using it right now. and yes - definitely going to be working on speaker identification as it crucial.
monkey26•17h ago
I recently tried Vibe (https://github.com/thewh1teagle/vibe) from a recording of a meeting taken on one side. It was able to identify the speakers. As Speaker 1, 2, etc. But still useful to see.
abtinf•16h ago
I forbid this kind of meeting on my teams.

Either everyone is in the same physical room, or everyone is remote.

The quality of communication plummets in the hybrid case:

* The physical participants have much higher bandwidth communication than those who are remote — they share private expressions and gestures to the detriment of remote.

* The physical participants have massively lower latency communications. In all-online meetings, everyone an adjust and accommodate the small delays; in hybrid meetings it often locks out remote participants who are always just a little behind or have less time to respond.

* The audio quality of remote is significantly worse, which I have seen result in their comments being treated as leas credible.

* Remote participants usually get horrible audio quality from those sharing a mic in the room. No one ever acknowledges this, but it dramatically impacts ability to communicate.

ls-a•17h ago
Looks great. From my experience Tauri team has no clue what mobile is and they're not interested in fixing mobile issues. I can already tell the mobile version will be a disappointment.
yujonglee•17h ago
We tried Tauri mobile (few months ago) and had the same disappointment. We will use RN or Dioxus(to share Rust code) for the mobile version. So it will be cool :)
ls-a•17h ago
I'm glad you figured that out early on. Sounds like mobile is going to be great indeed
toisanji•16h ago
is this a known pattern, I did a basic tauri app, but not sure what to do with mobile yet...
johntopia•16h ago
from our experience, we tried using stackflow on the frontend but encountered problems with responsive keyboard layouts. thought it was stackflow's problem but soon realized that it just wasn't implemented in tauri yet.

ref: https://github.com/daangn/stackflow

nashashmi•17h ago
I was talking about this a week ago. One person wanted to make a pdf tutorial of how to use a software. I asked him to record himself in teams and share his screen and have AI take notes. It will create a fabulous summary with snapshots of everything he is going over.
b0dhimind•16h ago
Look forward to testing the Windows version. Hope it has ability to also upload recordings, etc. Meetily is nice but setup feels too convoluted, with a backend and frontend being required to separately install...
johntopia•16h ago
will push harder! hop into our discord(https://hyprnote.com/discord) to get the latest updates :) you can sign up to the waitlist on our website as well.
woadwarrior01•16h ago
Congrats on the launch. Is there a reason why the app isn't sandboxed?
yujonglee•16h ago
What kind of sandboxing you expect? keen to learn more about it since we care about security too. (one reason why we use Tauri over Electron)
woadwarrior01•1h ago
Just the default macOS sandboxing entitlement[1], which is mandatory for all apps on the Mac App Store, and optional for notarized apps.

[1]: https://developer.apple.com/documentation/xcode/configuring-...

p2hari•15h ago
I just downloaded on mac M4 pro mini. I installed the apple silicon version and try to launch it and it fails. No error message or anything. Just the icon keep bouncing on the dock. I assumed it needs some privacy and screen recording and audio permissions and explicitly gave them, however still just jumps on the dock and the app does not open. (OS, mac sequoia 15.5)
johntopia•15h ago
working on trying to identify the problem! could you come over to our discord where we could better support you? https://hyprnote.com/discord
yujonglee•15h ago
That is very strange. Can you launch it from the command line and share what you got?

/Applications/Hyprnote.app/Contents/MacOS/Hyprnote

yujonglee•14h ago
Seems like

https://github.com/fastrepl/hyprnote/blob/d0cb0122556da5f517...

this is invalid on Mac mini. Should be fixed today.

kocial•15h ago
Nicely done, I or someone can push the translation option too. Well done.
johntopia•15h ago
what language do you have in mind? would love to know!
turnsout•14h ago
Congrats! I'm currently a Granola user, and wanted to build this myself a while back. But I probably wouldn't have gone as far as fine-tuning a small model for meeting summarization. Can't wait to try it out!
yujonglee•14h ago
Super! let us know how it goes! (we have discord channel too)
turnsout•14h ago
Installation and onboarding was nice & smooth!

A few random bits of realtime feedback:

You have an icon with the Finder face labeled "Open Finder view." I would expect this to open the app's data folder in the macOS Finder. Instead, it opens an accessory window with some helpful views such as calendar view. I'd encourage you to find another name for that window, because it's too confusing to call it "Finder" (especially with the icon).

I'd also add a menu item for Settings (and Command-comma shortcut) in the Application menu.

You also need a dark mode at some point.

Finally, I'm not sure where note files end up. Seeing that there's an Obsidian integration, I would love an option to save notes in Markdown format into a folder of my choice. I'm an iA Writer user, and would love to have meeting notes go directly into my existing notes folder.

I'll let you know how the actual functionality is working for me after my next few meetings!

johntopia•14h ago
haha we couldn't find a better icon for the "Finder" view so we just went with the classic one. but i guess it's confusing - noted.

we do have settings shortcut already! be sure to test it out :)

dark mode - noted as well.

we save our notes in db.sqlite that can be found in: ~/Library/Application\ Support/com.hyprnote.stable

this decision was made because we have three documents - raw note, enhanced note, and transcript - assigned to a meeting note.

would love to create an iA integration for you - or just a simple way to export MD for the time being

join our discord for more updates! https://hyprnote.com/discord

teiferer•14h ago
Nice!

Would be great if you could include in your launch message how you plan to monetize this. Everybody likes open source software and local-first is excellent too, but if you mention YC too then everybody also knows that there is no free lunch, so what's coming down the line would be good to know before deciding whether to give it a shot or just move on.

yujonglee•14h ago
For individuals:

We have a Pro license implemented in our app. Some non-essential features like custom templates or multi-turn chat are gated behind a paid license. (A custom STT model will also be included soon.) There's still no sign-up required. We use keygen.sh to generate offline-verifiable license keys. Currently, it's priced at $179/year.

For business:

If they want to self-host some kind of admin server with integrations, access control, and SSO, we plan to sell a business license.

teiferer•4h ago
Does that mean the admin server is not open source?
thedevilslawyer•3h ago
Another sso.tax candidate.

Let's actively not support software that chooses anti-security.

johntopia•3h ago
totally fair concern. we’re actually on the same side when it comes to promoting good security practices like SSO.

the reason we’re gating the admin server under a business license is less about profiting off sso and more about drawing a line between individual and organizational use. it includes a bunch of enterprise-specific features (sso, access control, integrations, ...) that typically require more support and maintenance.

that said, the core app is fully open-source and always will be - so individuals and teams who don’t need the admin layer can still use it freely and privately, without compromising security.

we’ll keep listening and evolving the model - after all, we're still very early and flexible. appreciate the pushback.

(edit: added some more words to reinforce our flexibility)

ctxc•1h ago
Fair stance. I believe sso tax is a necessary evil.
rushingcreek•14h ago
Congrats on the launch! I'm very bullish on how powerful <10B-param models are becoming, so the on-device angle is cool (and great for your bottom line too, as it's cheaper for you to run).

Something that I think is interesting about AI note taking products is focus. How does it choose what's important vs what isn't? The better it is at distinguishing the signal from the noise, the more powerful it is. I wonder if there is an in-context learning angle here where you can update the model weights (either directly or via LoRA) as you get to know the user better. And, of course, everything stays private and on-device.

yujonglee•14h ago
> How does it choose what's important vs what isn't?

The idea of Hyprnote is that you write chicken-scratch-raw note during the meeting(what you think is important), and AI enhance based on it.

On-device learning is interesting too. For example, Gboard: https://arxiv.org/abs/2305.18465

And yes - we are open to this too

manveerc•14h ago
Congratulations! Is there a mobile version as well, especially for Android?
johntopia•13h ago
have it planned for the 4th quarter!
manveerc•8h ago
Awesome, will look forward to it!
thephotonsphere•14h ago
Looks promising, but "Linux maybe"? Signing off.
johntopia•13h ago
it was a joke! we are strongly considering to get it done after windows(shipping in aug)
johntopia•11h ago
updated readme :) >> Linux (of course)
tomr75•13h ago
why use whisper over parakeet? how will you monetise?
yujonglee•13h ago
Whisper is more lightweight and smaller. We will support Parakeet in the near future too.

Monetization:

For individuals: We have a Pro license implemented in our app. Some non-essential features like custom templates or multi-turn chat are gated behind a paid license. (A custom STT model will also be included soon.) There's still no sign-up required. We use keygen.sh to generate offline-verifiable license keys. Currently, it's priced at $179/year.

For business: If they want to self-host some kind of admin server with integrations, access control, and SSO, we plan to sell a business license.

pokechamp•13h ago
another free tier (but not opensource) recording tool Ive been using is MacWhisper. Does this and more all locally too. Will try hyprnote out because its neat to do the transcription in real time and its note taking purposes

https://goodsnooze.gumroad.com/l/macwhisper

yujonglee•13h ago
we will support even faster realtime transcription in near future. (within few weeks)
satvikpendem•12h ago
What model? All the realtime transcription services I've seen are Whisper wrappers or custom closed source ones.
yujonglee•12h ago
It's custom model. (whisper variant)
satvikpendem•12h ago
Makes sense. How well do you expect Hyprnote to work on mobile? I found that phones in general are still pretty weak at AI inference on-device still.
yujonglee•12h ago
I think it will work pretty well considering how rapid it moves. (See gemma3n, Cactus etc)
kpen11•13h ago
This is really cool! I've been using Obsidian more and more as a second brain and getting data in has consistently been the point of failure, so I've been wanting something just like this. Specifically something that runs locally and offline.

Is the future goal of Hyprnote specifically meeting notes and leaning into features around meeting notes, or more general note taking and recall features?

yujonglee•12h ago
At least for near future, we'll focusing on meeting notepad side of a thing.

We actually have "export to Obsidian". I think you can pair Hyprnote nicely with Obsidian.

Screenshot: https://github.com/user-attachments/assets/5149b68d-486c-4bd...

You need this plugin installed in Obsidian first: https://github.com/coddingtonbear/obsidian-local-rest-api

Obsidian export code 1:

https://github.com/fastrepl/hyprnote/blob/d0cb0122556da5f517...

Obsidian export code 2:

https://github.com/fastrepl/hyprnote/tree/main/plugins/obsid...

ljosa•12h ago
Why in the world is there _background music_ when I start the app?!
yujonglee•12h ago
We thought it'll be cool :) sorry if that disturbs you.
ljosa•12h ago
Glad you're having fun, but it had the "website with autoplay" vibe.
yujonglee•12h ago
It should be played only during onboarding. No music while using the app
Adrig•11h ago
Since this isn't available yet on Windows, what would be the glue & duct tape alternative? Record audio and dump it in chatGPT? Or do you need to create some kind of automation with n8n / Zapier? I don't have that many meetings but it could be nice to have
yujonglee•11h ago
https://github.com/thewh1teagle/vibe

Only for speech to text though.

Adrig•10h ago
Thanks!
pnw•7h ago
I've been using https://www.quillmeetings.com/ on Windows for a few months and it's been great. It processes locally in the same fashion i.e. no cloud requirement.

Paid subscription, not open source.

btown•7h ago
How are you balancing accuracy vs. time-to-word-on-live-transcript? Is this something you're actively balancing, or can allow an end user to tune?

I find myself often using otter.ai - because while it's inferior to Whisper in many ways, and anything but on-device, it's able to show words on the live transcript with minimal delay, rather than waiting for a moment of silence or for a multi-second buffer to fill. That's vital if I'm using my live transcription both to drive async summarization/notes and for my operational use in the same call, to let me speed-read to catch up to a question that was just posed to me while I was multitasking (or doing research for a prior question!)

It sometimes boggles me that we consider the latency of keypress-to-character-on-screen to be sacrosanct, but are fine with waiting for a phrase or paragraph or even an entire conversation to be complete before visualizing its transcription. Being able to control this would be incredible.

yujonglee•5h ago
It is more like ai model problem(then app logic. doing it more frequently will require more computation. Things like speculative decoding can help though).

Doing it locally is hard, but we expect to ship it very soon. Please join our Discord(https://hyprnote.com/discord) if you are interested to hear from us.

itsalotoffun•4h ago
I'm always amazed at these relatively tiny projects that "launch" with a "customers" list that reads like they've spent 10 years doing hard outbound enterprise sales: Google, Intel, Apple, Amazon, Deloitte, IBM, Ford, Meta, Uber, Tencent, etc.
johntopia•3h ago
have to admit that we did some logo plays. but our users are really all over the place and just wanted to show it off! i am not sure how it looked but that's why we didn't use terms like "teams" or "customers" to be honest while showing some validation.
Lionga•2h ago
"Logo play" is such a YCombinator word for Lie.
yaseer•1h ago
It says "Our users are everywhere" and shows some logos for the companies these users are from.

If the users are from those companies, this is not lying.

If they added logos for companies their users are not from, it would be lying.

Adding a logo to your webpage has started to follow different patterns for the stage of the company.

Early stage companies show things like "people at X, Y, Z use our product!" (showing logos without permission), whilst later stage ones tend to show logos after asking for permission, and with more formal case studies.

They may not have asked for permission to show these logos, but that's not the same thing as lying.

weego•22m ago
There's a lot of heavy lifting in the idea that someone who tried it / used it of their own volition that happens to work for, say Google, is the same as indicating that your product is "used by Google".

It's a lie of accuracy, but still a lie.

petesergeant•1h ago
> we did some logo plays

Help me understand what this means

abxyz•1h ago
The most honest version is the company is paying for the tool. The most stretched version I’ve seen is a former employee of a company uses the tool in a personal capacity. Most commonly for newly launched things it means someone with an @company email has tried the tool (even if they didn’t pay). You could, for example, set up a waitlist and then let anyone with a logo-worthy email in.
santiagobasulto•1h ago
I think this is way too far. For me personally, the threshold to put the logo is someone within the company is paying, even though the whole company is not in a contract. For example, you might not have a full fledged contract with Google, but one manager of a tiny team might have used her/his company credit card to pay for your tool. If the sum is below a certain threshold, they don't need to authorize or go through vendor vetting and all that.
atoav•14m ago
Well "Joe in accounting from Google is using it" doesn't have the same glamour as putting the Google logo apparently.
druskacik•9m ago
The threshold should be that a relevant representative of the company agreed to have the logo displayed on the website. Anything other than that is deceptive.
johntopia•59m ago
to show that we are acknowledged by many users from various orgs. we listed users who talked to, but we do not know if they still use it as some of them are not reachable(lost contact). i am admitting that we wanted to seem official so that's why we had all these logos where our users are "from".
mentalgear•8m ago
kudos for being transparent on your approach here
anyg•2h ago
This is perfect timing! I just cancelled my fireflies.ai subscription yesterday because it just felt unnecessary. I prefer using less platforms and more tools, especially those that can work under the surface.
johntopia•1h ago
happy to support you! would love to hear your feedback. we have a discord up and running, fyi.
crashabr•2h ago
Do you intend to reach feature parity with something like MacWhisper? I'd love to switch to something open source, but automated meeting detection, push to transcribe (with custom rewrite actions) are two features I've learned to love, beside basic transcript. I also enjoy the automatic transcription from an audio, video or a even a YouTube link.

But because MacWhisper does not store transcripts or do much with them (other than giving you export options), there are some missed opportunities: I'd love to be able to add project tags to transcripts, so that any new transcript is summarized with the context of all previous transcript summaries that share the same tag. Thinking about it maybe I should build a Logseq extension to do that myself as I store all my meeting summaries there anyway.

Speaker detection is not great in MacWhisper (at least in my context where I work mostly with non native English speakers), so that would be a good differentiation too.

johntopia•2h ago
definitely planning to catch up to other tools - we ship FAST!

automated meeting detection - working on this. push to transcribe - want to understand more about this. (could we talk more over at our discord? https://hyprnote.com/discord)

if you're using logseq, we'd love to build an integration for you.

finally, speaker identification is a big challenge for us too.

so many things to do - so exciting!

Zardoz84•2h ago
I would like to try this on Linux
johntopia•1h ago
we move the status from "maybe" to "of course". we are definitely interested as well :)
joos3•2h ago
Let's go! Trying it out, appreciate you building this as the hosted/online alternatives (Granola, Notion recorder, ChatGPT recorder etc) don't really make sense if you can record locally.
johntopia•2h ago
hope you give us some feedback that we can push further on! this is our discord(https://hyprnote.com/discord) if you're interested
danneezhao•2h ago
How to deal with the AI meeting recording function that comes with conference software?
johntopia•1h ago
hyprnote listens to both sounds coming out(system audio output) and going in(microphone input) so it will work perfectly fine with virtual meetings.
kriro•15m ago
Curious what made you decide to start with the macOS version. Some insight that most potential customers are on Macs or simply "we use Macs, dogfood time"? I'd always target Windows first for these tools.

Looks cool, I'll wait for the Linux version and try it.

Integration of automatic translations could be an interesting business plan value-add. Branching out into CRM things also makes sense to me.

Good luck, keep shipping.

hidelooktropic•11m ago
Unfortunately the GPL license makes it dead in the water for using something like this at work

:(