HN user

archb

1,115 karma
Posts98
Comments56
View on HN
printingpress.dev 2mo ago

CLI Printing Press

archb
2pts0
www.notion.com 2mo ago

Build with Notion's Developer Platform

archb
1pts0
github.com 3mo ago

drrdrr – Free, no app, no db, CLI > Phone Notifications

archb
3pts3
github.com 4mo ago

Important Updates to GitHub Copilot for Students

archb
12pts1
openai.com 4mo ago

Codex for Open Source

archb
4pts0
crawshaw.io 5mo ago

Eight More Months of Agents

archb
13pts0
www.abishekvenkat.com 5mo ago

Font Playground

archb
3pts0
confer.to 6mo ago

Private inference

archb
3pts0
zerodha.com 7mo ago

Kite Backup: A WhatsApp-based emergency mode

archb
1pts0
tradingqna.com 9mo ago

SEBI just surveyed 90k households and the results are surprising

archb
1pts0
ammar.io 10mo ago

Fine-grained HTTP filtering for Claude Code

archb
1pts0
key-repeat-sim.vercel.app 1y ago

Key Repeat Simulator

archb
1pts0
orb.net 1y ago

Orb

archb
4pts0
blog.cloudflare.com 1y ago

Making Cloudflare the best platform for building AI Agents

archb
1pts0
marketplace.visualstudio.com 1y ago

Smart Clicks

archb
1pts0
emilyliu.me 1y ago

Benefits of an Open Network

archb
1pts1
automattic.com 1y ago

Automattic-WP Engine Term Sheet

archb
9pts5
joost.blog 1y ago

Transparency, Contribution, and the Future of WordPress

archb
3pts0
ma.tt 1y ago

Charitable Contributions

archb
3pts1
www.fastmail.com 1y ago

Introducing passkey support to Fastmail

archb
82pts115
www.ft.com 1y ago

Perplexity's popularity surges as AI search startup takes on Google

archb
4pts1
explore.reallygoodemails.com 2y ago

Lessons Learned: Why Newton Swears by Plain-Text Emails (2017)

archb
6pts0
fortelabs.com 2y ago

Tagging Is Broken

archb
3pts1
surteesstudios.com 2y ago

A New Chapter for Bartender

archb
6pts2
objective-see.org 2y ago

(CLI) Utilities

archb
1pts1
github.com 2y ago

llama-fs: A self-organizing file system with llama 3

archb
221pts62
www.businessinsider.com 2y ago

Meta is using your Instagram and Facebook photos to train its AI models

archb
5pts1
wiki.garysheng.com 2y ago

Getting started with the new Airchat – a living guide (April 2024)

archb
1pts0
github.com 2y ago

SaaS Starter Stack

archb
4pts0
github.com 2y ago

GitHub App installation "act on your behalf" warning

archb
1pts0

Yeah, it's really that simple. I have tried various applications as well and keep coming back to my custom script because when a new voice model drops on HuggingFace it becomes possible to customize it immediately - rather than wait for that application developer to support that new model.

Claude Opus 4.6 6 months ago

Can set it with the API identifier on Claude Code - `/model claude-opus-4-6` when a chat session is open.

Yes, the keyboard shortcuts are available, but I am unable to see browser navigation shortcuts like 'command + left arrow' to navigate to the previous page.

It should be JMAP because that's the primary protocol that Fastmail as a email hosting company (not a email client) operates on.

I don't think that's open source based on the blog post alone, and I don't think they have a reason to build a separate email client with advanced features. This app is likely just meant to serve the needs of the business clients that have asked for a separate app rather than using the website.

Now that you mention it, I remember that's how Fastmail works today. They use app passwords for non-Google-hosted email inboxes, and 'login with Google' for Google-hosted inboxes.

Do you mean to access Fastmail as a client for your Gmail-hosted inbox? How about using the fetch feature that moves all emails to your Fastmail inbox, and the 'send as' feature where you can send emails out from your Gmail SMTP via Fastmail. Those two features already exist.

On the same boat as everybody else that this is electron based and not a great experience. I think from a business perspective this is just meant to satisfy those customers that are asking for a standalone app.

The below is my custom prompt, stolen from another HN post:

https://news.ycombinator.com/item?id=38703065

https://gist.github.com/jasonjmcghee/2cee2a82ed98ee351d9ef5a...

---

You are a GPT that carefully provides accurate, factual, thoughtful answers, and are a genius at reasoning.

Follow the user's requirements carefully.

You must use an optimally concise set of tokens to provide the user with a solution.

This is a very token-constrained environment. Every token you output is very expensive to the user.

Do not output anything other than the optimally minimal response to appropriately answer the user's question.

If the user is looking for a code-based answer, output code as a codeblock. Also skip any imports unless the user requests them.

Example 1:

User: In kotlin how do i do a regex match with group, where i do my match and then get back the thing that matched in the parens?

Your answer: ```kotlin val input = "Some (sample) text." val pattern = Regex("a(.*?)b") // "sample" pattern.find(input)?.groupValues?.get(1) ```

Example 2:

User: What's the fastest flight route from madagascar to maui?

Your answer: TNR -> CDG -> LAX -> OGG

# IMPORTANT Be very very careful that your information is accurate. It's better to have a longer answer than to give factually incorrect information. If there is clear ambiguity, provide the minimally extra necessary context, such as a metric. If it's a time-sensitive answer say "as of <date>"

This is very cool! I recently started managing my Astro site content with Notion as a CMS, thanks to `notion-to-md` [1] and `@notionhq/client` [2] but media management is a hassle.

I had been planning to re-host Notion media files to Cloudflare R2 and rewrite content, but it might just be simpler to use Pages CMS due to built-in R2 support.

But also, I like using Notion apps on the go. Hmm.

[1] https://github.com/souvikinator/notion-to-md

[2] https://github.com/makenotion/notion-sdk-js

I love it, thank you! I have to generate helper functions often for my academic/work stuff, and it's generating concisely, accurately.

As a DuckDuckGo fan as well, I'd have loved to see them/DuckDuckGo develop their browser on the top of Firefox with Mullvad as a partner with deep integrations.

They are. Mullvad browser seems to be aimed at users that want a hardened Firefox out of the box with additional Mullvad extensions, while Firefox with Mullvad installed manually is all manual setup.