HN user

mpaepper

605 karma

www.paepper.com/blog twitter.com/mpaepper

Posts58
Comments116
View on HN
news.ycombinator.com 5mo ago

Ask HN: Gemini app activity vs. AI training

mpaepper
1pts3
every.to 5mo ago

I Stopped Reading Code. My Code Reviews Got Better

mpaepper
1pts1
github.com 5mo ago

Claude Code Skills for Marketing

mpaepper
1pts0
twitter.com 5mo ago

Change news.ycombinator to news.gcombinator to get copyable context

mpaepper
1pts7
www.paepper.com 6mo ago

Show HN: Matrix style morphing into ASCII art rendering of myself

mpaepper
1pts1
news.ycombinator.com 1y ago

Ask HN: How to Block Spam Mails?

mpaepper
7pts8
www.paepper.com 1y ago

How to run an open-source local voice assistant which sees your screen

mpaepper
2pts0
github.com 1y ago

Show HN: Speak, capture, type - my voice assistant works anywhere on your system

mpaepper
2pts1
github.com 1y ago

Open-source super fast voice coding (locally running speech-to-text)

mpaepper
3pts0
www.paepper.com 1y ago

FlashAttention – optimizing GPU memory for more scalable transformers

mpaepper
1pts0
github.com 1y ago

Show HN: Vibevoice – super fast speech-to-text in any app on your system

mpaepper
1pts1
moondream.ai 1y ago

Small 1.6B parameter VLM with great vision capabilities

mpaepper
3pts0
news.ycombinator.com 2y ago

Ask HN: Best Monitor for Terrace Use?

mpaepper
1pts2
proceedings.neurips.cc 2y ago

LLMs having emergent abilities is an illusion driven by metrics selection [pdf]

mpaepper
7pts1
arxiv.org 2y ago

Stable Diffusion 3 Turbo

mpaepper
1pts0
sites.google.com 2y ago

Google's generative AI model for text2game

mpaepper
8pts0
twitter.com 2y ago

First Apple Vision Pro Kernel Exploit

mpaepper
43pts6
www.liquid.ai 2y ago

LiquidAI out of stealth – new generation of AI models from first principles

mpaepper
1pts1
www.washingtonpost.com 3y ago

US knew about Ukrainian attack on nord stream pipelines

mpaepper
6pts1
twitter.com 3y ago

Lawsuit against OpenAI for being a scheme of Y Combinator

mpaepper
4pts2
github.com 3y ago

Build your own agents which are controlled by LLMs

mpaepper
218pts35
laion.ai 3y ago

Open Flamingo – open framework to train multimodal LLMs

mpaepper
265pts25
twitter.com 3y ago

Leave secret messages for Bing chat on web pages

mpaepper
2pts1
github.com 3y ago

Your website's content -> Q&A bot / chatbot

mpaepper
84pts27
www.paepper.com 3y ago

Build a Q&A bot from your website's content using langchain

mpaepper
1pts0
www.paepper.com 3y ago

Interactive visualization of Stable Diffusion image embeddings

mpaepper
3pts0
twitter.com 3y ago

Preview of New Bing Chatbot

mpaepper
1pts0
news.ycombinator.com 3y ago

Ask HN: How to keep small kids busy?

mpaepper
3pts2
www.telegraph.co.uk 3y ago

Two Russian rockets hit Poland killing two

mpaepper
24pts5
news.ycombinator.com 3y ago

Ask HN: Tools to Create Awesome Looking Flowcharts

mpaepper
1pts2
GPT-5.5 3 months ago

I switched from CC to Codex a few days ago. I get limited much less and the code quality is similar, so not looking back

Whoops, seems like my question got removed while posting, so here goes:

It seems Gemini couples app activity (I can see my chat history) with AI training.

This is horrible...

Any way around it to make Gemini usable without my data being used for training?

Yes and no I'd say. It's still the case that now only by iterating and testing things with the AI you get closer to an actually good solution. So up front big spec will also not work so well. The only exception maybe if you already have a very clear understanding and existing tests (like what they did with the Claude's building the rust c compiler to compile the Linux kernel)

Fast 12 months ago

That's why we all code with voice now, because it's faster, right? Right?

I've just added it :D

But I would guess that there will be new domains that I don't have in my blocklist and then I need to add them again and I would like to have this as a crowdsourced effort.

I mean I run a SaaS and get many fake registered users / bots.

What I did for now is:

- Added a honeypot field (invisible to users, but bots might fill it) -> if it's filled, instant reject - Added a check for spammy domains -> if it's from such a domain, instant reject

Seems rushed out in response to Manus?

The example just calls a single LLM what about that is agentic?