Feed aggregator

Give Your Phone Photos a Warm, Dreamy Analog Film Look With These 3 Tricks

CNET Feed - Sun, 02/22/2026 - 8:01am
Whether you have the latest iPhone or Samsung phone, or even an older handset, you can take some beautiful nostalgic images with a bit of help. Here's how.
Categories: CNET

AEQuery 0.3

Hacker News - Sun, 02/22/2026 - 8:01am

Article URL: http://markalldritt.com/?p=1372

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: goto-assistant – Self-hosted AI assistant, one npx command, no Docker

Hacker News - Sun, 02/22/2026 - 7:24am

npx goto-assistant - that's it. Browser opens, an AI chat assistant walks you through setup (pick provider, paste API key, configure MCP servers), and you're done.

I looked at OpenClaw's repo and was overwhelmed by the complexity. I just wanted a simple AI assistant I could understand end-to-end and run with one command. No framework, no build step for the frontend, no Docker, no always-on gateway.

What it does:

- Chat with Claude or OpenAI through a web UI - Memory across conversations (persistent knowledge graph via MCP) - File system access (read/write local files via MCP) - Task automation - create, schedule, and run tasks through chat using natural language. AI tasks get full MCP access - Extend with any MCP server - no marketplace, no registry. Just explicit config entries in a JSON file, so you know exactly what's running

Your data connects directly to the provider API using your own keys - both Anthropic and OpenAI confirm API data is not used for training by default. All local data (conversations, config, tasks, uploads) stays on your machine.

Demo videos in the README.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: BoltFFI a high performance Rust bindings generator

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

Built this because we were tired of fighting the same Rust FFI issues over and over we wanted one rust exports model that can generate bindings for Swift Kotlin and WASM and also handle packaging without a bunch of manual glue. We are also adding more targets over time including Python C# Java and Ruby

The main thing we cared about was boundary overhead so BoltFFI uses a different approach than UniFFI and the bench numbers are much better in our case, also async exports map to native async patterns on the target side.

few numbers from the current benches vs UniFFI

echo_i32 BoltFFI <1 ns UniFFI 1,416 ns speedup >1000x counter_increment 1k calls BoltFFI 2,700 ns UniFFI 1,580,000 ns speedup 589x generate_locations 10k BoltFFI 62,542 ns UniFFI 12,817,000 ns speedup 205x

benchmarks and code are in the repo and we compare against UniFFI and wasm-bindgen there.

repo: https://github.com/boltffi/boltffi

docs: https://www.boltffi.dev/docs/overview

benchmarks: https://github.com/boltffi/boltffi/tree/main/benchmarks

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

Points: 1

# Comments: 0

Categories: Hacker News

Reflections on the End of Software

Hacker News - Sun, 02/22/2026 - 7:20am
Categories: Hacker News

Newpress.com is a community driven journalism platform

Hacker News - Sun, 02/22/2026 - 7:12am

Article URL: https://newpress.com

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

Points: 1

# Comments: 1

Categories: Hacker News

Scheme on Java on Common Lisp

Hacker News - Sun, 02/22/2026 - 7:12am

Article URL: https://github.com/atgreen/cl-kawa

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Databasus v3.16.0 – new release of self-hosted PostgreSQL backup tool

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

Hi!

I want to share the latest important updates for my open source tool for scheduled database backups (with focus on PostgreSQL).

A quick recap:

- Supported databases: PostgreSQL, MySQL, MariaDB and MongoDB

- Many storage destinations: local storage, S3, Google Drive, Dropbox, SFTP, rclone and more

- Notifications: Slack, Discord, Telegram, email, webhook

GitHub - https://github.com/databasus/databasus

Website - https://databasus.com

In 2025 Databasus renamed from Postgresus when it became popular and support for other databases was added.

Primary audience for the project is developers, DevOps engineers and DBAs. Now project is the most GitHub starred repository for backups (surpassed even WAL-G and pgBackRest). There are ~240k pulls from Docker Hub (both of previous Postgresus and Databasus images).

New features:

1. GFS retention policy

GFS is an acronym for Grandfather-Father-Son. It allows to keep last N hourly, daily, weekly, monthly and yearly backups.

This is needed to keep backups over wide period of time within reasonable storage space.

Before only X days or months were supported.

By default now is used:

- Keep 24 hourly backups

- Keep 7 daily backups

- Keep 4 weekly backups

- Keep 12 monthly backups

- Keep 3 yearly backups

Usually this strategy is used by enterprises which needs long period of backups retention.

2. Encrypted backups are stored along with their metadata to decrypt them without Databasus itself

Before, if server with Databasus is destroyed, you were not able to decrypt backups without Databasus itself. So you had to make backups of Databasus internal DB.

Now backups are stored in S3\Google Drive\other storages with meaningful names with their encryption metadata in format:

- {database-name}-{timestamp}-{backup-id}.dump

- {database-name}-{timestamp}-{backup-id}.dump.metadata

In case of server destruction, you need only `secret.key` to decrypt backups and restore via pg_dump, mysqlbackup, mongodump or other tools. It is important for me to not vendor-lock users on my tool (even despite the fast it's OSS)

Full guide - https://databasus.com/how-to-recover-without-databasus

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

Points: 1

# Comments: 0

Categories: Hacker News

Lenovo Idea Tab Pro Tablet Review: It Gets the Job Done

CNET Feed - Sun, 02/22/2026 - 7:01am
When you don't need a tablet to do everything, this one does the basics well for a reasonable price.
Categories: CNET

Pages