frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
927•meetpateltech•14h ago•563 comments

Android and iPhone users can now share files, starting with the Pixel 10

https://blog.google/products/android/quick-share-airdrop/
551•abraham•12h ago•331 comments

FEX-emu – Run x86 applications on ARM64 Linux devices

https://fex-emu.com/
118•open-paren•1w ago•38 comments

Why top firms fire good workers

https://www.rochester.edu/newscenter/employee-turnover-why-top-firms-churn-good-workers-681832/
62•hhs•4h ago•49 comments

New Glenn Update

https://www.blueorigin.com/news/new-glenn-upgraded-engines-subcooled-components-drive-enhanced-pe...
134•rbanffy•7h ago•66 comments

Over-regulation is doubling the cost

https://rein.pk/over-regulation-is-doubling-the-cost
115•bilsbie•6h ago•157 comments

New OS aims to provide (some) compatibility with macOS

https://github.com/ravynsoft/ravynos
167•kasajian•8h ago•72 comments

NTSB Preliminary Report – UPS Boeing MD-11F Crash [pdf]

https://www.ntsb.gov/Documents/Prelimiary%20Report%20DCA26MA024.pdf
157•gregsadetsky•10h ago•163 comments

Data-at-Rest Encryption in DuckDB

https://duckdb.org/2025/11/19/encryption-in-duckdb
149•chmaynard•9h ago•16 comments

Exploring the Fragmentation of Wayland, an xdotool adventure

https://www.semicomplete.com/blog/xdotool-and-exploring-wayland-fragmentation/
61•viraptor•5d ago•31 comments

The Lions Operating System

https://lionsos.org
132•plunderer•10h ago•30 comments

He built underground maze of light-filled earth homes in CA Sierras [video]

https://www.youtube.com/watch?v=U0bHhmpyKGg
31•surprisetalk•1w ago•9 comments

Okta's NextJS-0auth troubles

https://joshua.hu/ai-slop-okta-nextjs-0auth-security-vulnerability
248•ramimac•2d ago•94 comments

GitHut – Programming Languages and GitHub (2014)

https://githut.info/
57•tonyhb•7h ago•21 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
608•jjwiseman•9h ago•699 comments

The Banished Bottom of the Housing Market

https://www.ryanpuzycki.com/p/the-banished-bottom-of-the-housing
177•barry-cotter•13h ago•194 comments

Hilbert space: treating functions as vectors

https://eli.thegreenplace.net/2025/hilbert-space-treating-functions-as-vectors/
15•signa11•1w ago•2 comments

Free interactive tool that shows you how PCIe lanes work on motherboards

https://mobomaps.com
170•tagyro•1d ago•30 comments

WebAssembly from the Ground Up

https://wasmgroundup.com/
3•gurjeet•5d ago•0 comments

Microsoft makes Zork open-source

https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-i...
494•tabletcorry•10h ago•201 comments

Show HN: F32 – An Extremely Small ESP32 Board

https://github.com/PegorK/f32
210•pegor•1d ago•33 comments

Adversarial poetry as a universal single-turn jailbreak mechanism in LLMs

https://arxiv.org/abs/2511.15304
257•capgre•17h ago•137 comments

Two recently found works of J.S. Bach presented in Leipzig [video]

https://www.youtube.com/watch?v=4hXzUGYIL9M#t=15m19s
121•Archelaos•3d ago•79 comments

Launch HN: Poly (YC S22) – Cursor for Files

46•aabhay•11h ago•50 comments

Autocomp: An ADRS Framework for Optimizing Tensor Accelerator Code

https://adrs-ucb.notion.site/autocomp
69•accheng•6h ago•48 comments

Interactive World History Atlas Since 3000 BC

http://geacron.com/home-en/
299•not_knuth•19h ago•131 comments

Measuring Latency (2015)

https://bravenewgeek.com/everything-you-know-about-latency-is-wrong/
17•dempedempe•3h ago•5 comments

Show HN: My hobby OS that runs Minecraft

https://astral-os.org/posts/2025/10/31/astral-minecraft.html
144•avaliosdev•3d ago•16 comments

World Othello Championship Finals

https://flipthedisc.com/live/320
9•Tepix•5d ago•2 comments

Ask HN: How are Markov chains so different from tiny LLMs?

137•JPLeRouzic•3d ago•90 comments
Open in hackernews

You can now directly sync Postgres with Redis

https://github.com/redfly-ai-org/redfly.ai
22•vijaymohan1979•6mo ago

Comments

yohannparis•6mo ago
No Pricing information nor an open-source project. I don't know what to do with this product.
jasonlotito•6mo ago
Assuming the link to the repo is correct: it's open source.

https://github.com/redfly-ai-org/redfly.ai/blob/main/LICENSE

bradleyjkemp•6mo ago
I believe this is another case of abusing GitHub for visibility, not actually doing anything meaningful open source

The code in the repo just seems to be connection code ("provides a way for anybody to test our Redis synchronization service on demand") rather than the sync service itself

vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
maxmcd•6mo ago
Since db cache consistency is a complex research space with things like https://readyset.io/ and https://www.usenix.org/system/files/conference/nsdi13/nsdi13... it would be great to hear more specifics about what this is giving up in order to sidestep all that complexity.
_1tem•6mo ago
There’s also Polyscale as a service.
vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
henning•6mo ago
It'd be nice to see documentation of how it works. Is it using a replication channel for Postgres? The write-ahead log? It looks like it does schema introspection and then works off that. How does it handle schema changes? How does this work in scenarios where you have multi-master replication? What's the compatibility with popular Postgres extensions like PostGIS? What happens if the database is rebooted or crashes? Yes I realize the source is there.
porridgeraisin•6mo ago
> Yes, I realize the source is there

It isn't actually. The codein the repo just seems to be some scaffolding.

vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
hangonhn•6mo ago
Did you really mean to leave your AES key in the code in RedflyEncryptionKeys?

> public const string AesKey = ...

Also, the way AES is used in the code is not good practice. It seems to be using plain AES ( https://learn.microsoft.com/en-us/dotnet/api/system.security... ), which isn't meant to be used bare like that. It needs to be coupled with a digest algorithm to protect the ciphertext. Maybe use AesGcm instead?

foxyv•6mo ago
The reason for this is that AES is not an authenticated algorithm so there is no way to determine if the ciphertext has been modified since encryption. The ciphertext could be modified/corrupted and you wouldn't know.

Also, AES is deterministic and will encrypt the same data the same way every time. This means if you are encrypting a lot of fields you will be able to do statistical attacks. Using an initialization vector with AES GCM is similar to salting a hash. This way there is no statistical method to determine the contents of the ciphertext.

vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
solatic•6mo ago
Can someone ELI5 where this is going to be valuable?

If you set up Postgres read replicas, make sure your queries are covered by appropriate indexes, and your hot queries are handled by Postgres from RAM anyway - do you really need a separate Redis cache?

I feel like anytime I'm going to pull in Redis for a cache, it's going to be for data that I'm not interested in having guaranteed persistency for, like session tokens, and so it'll be for data that I wouldn't be storing in Postgres anyway?

lotharcable•6mo ago
Probably useful for sharing stuff with services that already have access to redis, but you don't want to add SQL client dependencies for and/or don't want to give access to your database.

But you want to be able to store/have single source of authority and update them using a SQL database.

This would then eliminate the need to maintain a separate lambda or cron job or something like that to keep them in sync.

vijaymohan1979•6mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A