HN user

meetpateltech

31,840 karma

tech & ai enthusiast

Posts565
Comments73
View on HN
lars.ingebrigtsen.no 5h ago

It's time to wake up: An Emacs alarm clock

meetpateltech
3pts0
www.greptile.com 1d ago

Models are worse at reviewing their own code

meetpateltech
6pts0
siddhantkhare.com 3d ago

Retry is not a loop, its a data structure

meetpateltech
3pts0
remysharp.com 6d ago

Wildcards in CSS

meetpateltech
3pts0
cursor.com 14d ago

Grok 4.5

meetpateltech
20pts2
mistral.ai 19d ago

Leanstral 1.5: Proof Abundance for All

meetpateltech
10pts1
www.anthropic.com 21d ago

Redeploying Fable 5

meetpateltech
169pts56
www.anthropic.com 22d ago

Claude Science, an AI workbench for scientists, is now available

meetpateltech
4pts0
blog.google 22d ago

Start Building with Nano Banana 2 Lite and Gemini Omni Flash

meetpateltech
6pts1
cursor.com 23d ago

Build from Anywhere with Cursor for iOS

meetpateltech
9pts0
openai.com 28d ago

OpenAI and Broadcom unveil LLM-optimized inference chip

meetpateltech
143pts1
mistral.ai 29d ago

Mistral OCR 4

meetpateltech
501pts136
www.anthropic.com 1mo ago

Project Fetch: Phase Two

meetpateltech
5pts0
z.ai 1mo ago

GLM-5.2: Built for Long-Horizon Tasks

meetpateltech
32pts2
blog.google 1mo ago

DiffusionGemma: 4x Faster Text Generation

meetpateltech
327pts88
www.anthropic.com 1mo ago

When AI Builds Itself: Our progress toward recursive self-improvement

meetpateltech
534pts704
openai.com 1mo ago

Dreaming: Better memory for a more helpful ChatGPT

meetpateltech
10pts0
spacexipo.com 1mo ago

SpaceX Announces Launch of IPO

meetpateltech
5pts1
devin.ai 1mo ago

Windsurf is now Devin Desktop

meetpateltech
5pts1
microsoft.ai 1mo ago

Building a hill-climbing machine: Launching seven new MAI models

meetpateltech
5pts1
qwen.ai 1mo ago

Qwen3.7-Plus: Multimodal Agent Intelligence

meetpateltech
42pts12
static.stepfun.com 1mo ago

Step 3.7 Flash – Open-source multimodal model for speed and agents

meetpateltech
9pts0
www.anthropic.com 1mo ago

Anthropic raises $65B in Series H funding at $965B post-money valuation

meetpateltech
362pts430
blog.google 2mo ago

Gemini 3.5 Flash: frontier intelligence with action

meetpateltech
180pts1
deepmind.google 2mo ago

Gemini Omni

meetpateltech
323pts146
cursor.com 2mo ago

Composer 2.5

meetpateltech
18pts3
zed.dev 2mo ago

Use Your ChatGPT Subscription in Zed

meetpateltech
7pts0
x.ai 2mo ago

Grok Build

meetpateltech
100pts36
openai.com 2mo ago

Our response to the TanStack NPM supply chain attack

meetpateltech
5pts0
blog.google 2mo ago

Googlebook, Designed for Gemini Intelligence

meetpateltech
18pts5
GPT‑Live 14 days ago

GPT‑Live is rolling out now to ChatGPT users globally across iOS, Android, and ChatGPT.com. GPT‑Live‑1 will become the default model powering ChatGPT Voice for Go, Plus, and Pro users, and GPT‑Live‑1 mini will become the default for Free users.

Lyria 3 5 months ago

Same here, but they’re gradually rolling it out since many users are slowly getting it under Tools.

Nano Banana Pro 8 months ago

Currently, it’s rolling out in the Gemini app. When you use the “Create image” option, you’ll see a tooltip saying “Generating image with Nano Banana Pro.”

And in AI Studio, you need to connect a paid API key to use it:

https://aistudio.google.com/prompts/new_chat?model=gemini-3-...

Nano Banana Pro is only available for paid-tier users. Link a paid API key to access higher rate limits, advanced features, and more.

Google Antigravity 8 months ago

Put this in your browser console to force default scrolling

  var css = 'body { height: auto !important; overflow: auto !important; } .smooth-scroll-wrapper { transform: none !important; position: static !important; } div[style*="position: fixed"] { position: static !important; overflow: visible !important; inset: auto !important; }';
  var style = document.createElement('style');
  style.innerHTML = css;
  document.head.appendChild(style);
  console.log("Default scroll forced.");