Readit News logoReadit News
anoojb commented on 95% of Companies See 'Zero Return' on $30B Generative AI Spend   thedailyadda.com/95-of-co... · Posted by u/speckx
dsr_ · 4 days ago
Pro-tip: don't write the summary at all until you need it for evidence. Store the call audio at 24Kb/s Opus - that's 180KB per minute. After a year or whatever, delete the oldest audio.

There, I've saved you more millions.

anoojb · 4 days ago
Also entrenches plausible deniability and makes legal contests way more cumbersome for plantiffs to resolve.
anoojb commented on Notion releases offline mode   notion.com/help/guides/wo... · Posted by u/ericzawo
levmiseri · 6 days ago
For me one of the biggest issues with Notion (and to a smaller extent with Obsidian as well) is its ever present UI. When I write (or read) something, I don't want to see 20+ buttons scattered around distracting me from the content.

IA writer got this right, but it's too local and doesn't have colab or better online sync features. Shameless plug – I'm building https://kraa.io/about that's trying to be a writing app with a minimal, yet feature-rich, UI. (better offline and local-files functionality planned)

anoojb · 6 days ago
You want a focus mode plugin:

https://github.com/ryanpcmcquen/obsidian-focus-mode

This is what differentiates Obsidian from many other note taking apps. Anyone who has an itch can build a plugin and customize it.

Unlike a venture-funded SaaS application there's no meaningful commercial incentive or issue with building something that will eventually get sherlock'd b the application vendor in the future.

anoojb commented on Show HN: I built an app to block Shorts and Reels   scrollguard.app/... · Posted by u/adrianhacar
anoojb · 7 days ago
Is there an alternate web client for iOS that's only videos from channels you've subscribed to?
anoojb commented on ChatGPT agent: bridging research and action   openai.com/index/introduc... · Posted by u/Topfi
anoojb · a month ago
Why does this feature not have a DevX?

It seems to me that the 2-20% of use cases where ChatGPT Agent isn't able to perform it might make sense to have a plug-in run that can either guide the agent through the complex workflow or perform a deterministic action (e.g. API call).

anoojb commented on Serving 200M requests per day with a CGI-bin   jacob.gold/posts/serving-... · Posted by u/feep
bob1029 · 2 months ago
> These days, we have servers with 384 CPU threads. Even a small VM can have 16 CPUs. The CPUs and memory are much faster as well.

With this hardware, if you reach for Kestrel you can easily do a few trillion requests per day. The development experience would be nearly identical - You can leverage the string interpolation operator for a PHP-like experience. LINQ and String.Join() open the door to some very terse HTML template syntax for tables and other nested elements.

The hard part is knowing how to avoid certain landmines in the ecosystem (MVC/Blazor/EF/etc.). The whole thing can live in one top-level program file that is ran on the CLI, but you need to know the magic keywords - "Minimal APIs" - or you will find yourself in the middle of the wrong documentation.

anoojb · 2 months ago
The amount of Director/VP level promos that have come from creating abstractions on top of core technology no one gets rewarded for is amazing.
anoojb commented on ChatGPT's enterprise success against Copilot fuels OpenAI/Microsoft rivalry   bloomberg.com/news/articl... · Posted by u/mastermaq
anoojb · 2 months ago
Aside from the product value and market sentiment around M365 Copilot. One should wonder about the timing of this article so close to Microsoft's fiscal year end.
anoojb commented on Retrieval Augmented Generation Based on SQLite   github.com/ggozad/haiku.r... · Posted by u/emzo
anoojb · 2 months ago
Would love to see a system that blends cheap lexical (Fulltext Search) or semantic/vector search using SQLite and chooses the best approach given the input.
anoojb commented on Ask HN: What are you working on? (May 2025)    · Posted by u/david927
aantix · 3 months ago
It's a web app. I'm developing it as a PWA for easy installation on mobile devices. No app or app store required. Installation is like adding a bookmark.

https://www.bitcot.com/how-to-install-a-pwa-to-your-device/

Since it's a web app, I don't see why it couldn't be installed on any TV with a built-in web browser.

anoojb · 3 months ago
How are you getting access to the YouTube API in a way that's available to 3P developers?
anoojb commented on Ask HN: What's the best framework for building Mac/Windows desktop apps in 2025?    · Posted by u/anoojb
p_ing · 4 months ago
Are you avoiding the native macOS languages/frameworks for some reason?
anoojb · 4 months ago
I'd prefer something cross-platform that would work on macOS and Windows.

u/anoojb

KarmaCake day111October 17, 2012View Original