Feed aggregator

Z-Image is an AI-powered image generator

Hacker News - Sun, 02/22/2026 - 2:21am

Article URL: https://z-image.fun/

Comments URL: https://news.ycombinator.com/item?id=47109014

Points: 1

# Comments: 1

Categories: Hacker News

Back to FreeBSD: Part 1

Hacker News - Sun, 02/22/2026 - 2:16am
Categories: Hacker News

Node.js in the Browser

Hacker News - Sun, 02/22/2026 - 2:15am

Article URL: https://github.com/userland-run/nano

Comments URL: https://news.ycombinator.com/item?id=47108984

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: This week I learned 100 English word with alarm clock

Hacker News - Sun, 02/22/2026 - 2:04am

I didn’t open a Vocabulary app this week. Still learned 100 words.

That surprised me — because I’ve tried to learn vocabulary more times than I can count.

The pattern was always the same:

Download an app → Study hard for a few days → Miss a week → Forget everything.

Not because I’m lazy. But because learning vocab requires too much effort.

10 years ago, I even had an idea called “5s English” — learn just 5 seconds a day. The design was good. The idea was solid. But I couldn’t manage the team, so it died.

Years later, a friend told me about an alarm app that won’t stop ringing unless you solve a quiz.

That hit me.

Why does learning English require motivation… but waking up doesn’t?

So I built Vocab Alarm.

Instead of asking you to open an app, It brings 3 words to you every day — like an alarm.

One minute. Repeated daily. No pressure.

If you know a word → it appears less. If you don’t → it comes back more. That’s it.

Not another “study harder” app. Just a small habit that actually sticks.

Would love to hear how you learn vocabulary — or why most apps didn’t work for you either.

Comments URL: https://news.ycombinator.com/item?id=47108930

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Atlassian-CLI, unified CLI tool for Jira, Confluence, Bitbucket and JSM

Hacker News - Sun, 02/22/2026 - 2:02am

Hey HN, i built this because i wanted to switch between Jira, Confluence, and Bitbucket in cli instead of browser tabs for simple operations.

The existing CLIs only cover one product at a time. I wanted a single tool for the full Atlassian Cloud stack. What it does: - Jira: search, CRUD, bulk transition/assign/export - Confluence: pages, spaces, search, bulk labels - Bitbucket: repos, PRs, pipelines, branch protection - JSM: service desks, requests Some things I think are useful: - Dry-run mode for bulk operations (preview before executing) - Multiple output formats (table/json/csv/yaml) - Profile-based multi-instance support Built in Rust. Install via brew or cargo install. Hope the community finds it useful

Comments URL: https://news.ycombinator.com/item?id=47108912

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Clawdrop – how do you use OpenClaw?

Hacker News - Sun, 02/22/2026 - 2:00am

Inspiration for openclaw users!

We showcase awesome use cases and send you 5 curated one every Tuesday.

Comments URL: https://news.ycombinator.com/item?id=47108902

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Secret Sanitizer – auto-masks secrets when you paste into AI chats

Hacker News - Sun, 02/22/2026 - 2:00am

I kept pasting code with hardcoded API keys, database credentials, and auth tokens into ChatGPT while debugging. Copy a failing function, paste it into AI, and realise your AWS secret key or Stripe token was right there in the snippet.

So I built (with some help from Claude) a simple Chrome extension that intercepts the paste, detects secrets using local regex, and replaces them with [MASKED] before they reach the chat. Originals stay in a local AES-256 encrypted vault for unmasking.

No servers. No network requests. No tracking. ~41 KB, zero dependencies. Don't take my word for it: 'grep -r "fetch\|XMLHttpRequest" content_script.js' returns nothing.

Works on ChatGPT, Claude, Gemini, Grok, Perplexity, DeepSeek, and any custom site you add. Supports 30+ patterns — AWS keys, GitHub tokens, JWTs, Stripe keys, database URLs, private keys, and more. You can toggle individual patterns off for false positives.

Open source, MIT licensed. With the recent news about extensions harvesting AI conversations, I figured more devs could use this.

Would love feedback — especially on patterns I might be missing or edge cases you hit.

Comments URL: https://news.ycombinator.com/item?id=47108901

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Microterm runs Linux VM in any browser tab via WASM, RISCV64 emulation

Hacker News - Sun, 02/22/2026 - 1:47am

Microterm is a fully compliant Linux virtual machine that runs in any browser tab. It is designed for real development and operations workflows, not demo-only terminal output. You can use it on desktop, tablets, and phones, including iOS home-screen PWA installs.

Under the hood, Microterm combines Restty (libghostty + WebGPU) web terminal rendering and a TinyEMU-backed Alpine Linux guest on RISC-V64. The VM image is chunk-loaded in the browser and booted locally.

I successfully used it to run Codex directly without leaving an in-app preview inside X app or Telegram :) Can be used to SSH to any server, play with Kubernetes and Tailscale.

Let me know what you guys think!!

Comments URL: https://news.ycombinator.com/item?id=47108845

Points: 1

# Comments: 0

Categories: Hacker News

Pages