frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

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

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/?v=2.0
89•a-fadil•1h ago•28 comments

You Can Now Make PS2 Games in JavaScript

https://jslegenddev.substack.com/p/you-can-now-make-ps2-games-in-javascript
13•tosh•58m ago•0 comments

XBMC 4.0 for the Original Xbox

https://www.xbox-scene.info/articles/announcing-xbmc-40-for-the-original-xbox-r64/
42•zdw•2h ago•9 comments

FAWK: LLMs can write a language interpreter

https://martin.janiczek.cz/2025/11/21/fawk-llms-can-write-a-language-interpreter.html
159•todsacerdoti•7h ago•135 comments

Olmo 3: Charting a path through the model flow to lead open-source AI

https://allenai.org/blog/olmo3
294•mseri•10h ago•86 comments

Making a Small RPG

https://jslegenddev.substack.com/p/making-a-small-rpg
73•ibobev•4h ago•18 comments

Pivot Robotics (YC W24) Is Hiring for an Industrial Automation Hardware Engineer

https://www.ycombinator.com/companies/pivot-robotics/jobs/7xG9Dc6-mechanical-engineer-controls
1•vigneshrajmohan•41m ago

Building a Minimal Viable Armv7 Emulator from Scratch

https://xnacly.me/posts/2025/building-a-minimal-viable-armv7-emulator/
51•xnacly•4h ago•10 comments

It's hard to build an oscillator

https://lcamtuf.substack.com/p/its-hard-to-build-an-oscillator
168•chmaynard•9h ago•64 comments

Scientists now know that bees can process time, a first in insects

https://www.cnn.com/2025/11/12/science/bees-visual-stimulus-study-scli-intl
142•Brajeshwar•6d ago•60 comments

How Cops Are Using Flock's ALPR Network to Surveil Protesters and Activists

https://www.eff.org/deeplinks/2025/11/how-cops-are-using-flock-safetys-alpr-network-surveil-prote...
15•pseudalopex•20m ago•0 comments

Command Lines – AI Coding's Control Spectrum

https://www.wreflection.com/p/command-lines-ai-coding
8•nowflux•1h ago•1 comments

Private Equity's New Venture: Youth Sports

https://jacobin.com/2025/11/youth-sports-hockey-private-equity
32•wahnfrieden•48m ago•18 comments

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
1198•meetpateltech•1d ago•642 comments

The New AI Consciousness Paper – By Scott Alexander

https://www.astralcodexten.com/p/the-new-ai-consciousness-paper
33•rbanffy•1h ago•30 comments

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

https://blog.google/products/android/quick-share-airdrop/
797•abraham•1d ago•484 comments

My Favorite Math Problem

https://bytesauna.com/post/my-favorite-math-problem
32•mapehe•4d ago•18 comments

Arduino published updated terms and conditions: no longer an open commons

https://www.molecularist.com/2025/11/did-qualcomm-kill-arduino-for-good.html
14•felineflock•1h ago•1 comments

I converted a rotary phone into a meeting handset

https://www.stavros.io/posts/i-converted-a-rotary-phone-into-a-meeting-handset/
117•todsacerdoti•1w ago•59 comments

Open Source and Local Code Mode MCP in Deno Sandboxes

https://portofcontext.com
65•pmkelly4444•1w ago•25 comments

A Whale-Surfing Fish

https://apnews.com/article/sucker-fish-riding-whale-remoras-humpback-australia-69db9878c42b7d11e3...
6•gmays•1w ago•1 comments

WebAssembly from the Ground Up

https://wasmgroundup.com/
214•gurjeet•6d ago•47 comments

FEX-emu – Run x86 applications on ARM64 Linux devices

https://fex-emu.com/
252•open-paren•1w ago•104 comments

We should all be using dependency cooldowns

https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
57•todsacerdoti•2h ago•53 comments

Ancient Roman Glass Reveals a Hidden "Language"

https://nautil.us/ancient-roman-glass-reveals-a-hidden-language-1247932/
33•DrierCycle•6d ago•2 comments

How a French judge was digitally cut off by the USA

https://www.heise.de/en/news/How-a-French-judge-was-digitally-cut-off-by-the-USA-11087561.html
202•i-con•5h ago•221 comments

EXIF orientation info in PNGs isn't used for image-orientation: from-image

https://bugzilla.mozilla.org/show_bug.cgi?id=1627423
66•justin-reeves•4h ago•59 comments

Over-regulation is doubling the cost

https://rein.pk/over-regulation-is-doubling-the-cost
304•bilsbie•18h ago•570 comments

New OS aims to provide (some) compatibility with macOS

https://github.com/ravynsoft/ravynos
295•kasajian•21h ago•144 comments

Show HN: 32V TENS device from built from scratch under $100

https://littlemountainman.github.io/2025/11/17/tens/
58•autonomydriver•4d ago•15 comments