frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Antigravity Exfiltrates Data

https://www.promptarmor.com/resources/google-antigravity-exfiltrates-data
161•jjmaxwell4•1h ago•51 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
99•agreeahmed•1h ago•66 comments

FLUX.2: Frontier Visual Intelligence

https://bfl.ai/blog/flux-2
136•meetpateltech•3h ago•46 comments

Launch HN: Onyx (YC W24) – Open-source chat UI

111•Weves•5h ago•93 comments

Bad UX World Cup 2025

https://badux.lol/
12•CharlesW•56m ago•3 comments

how to repurpose your old phone into a web server

https://far.computer/how-to/
39•louismerlin•3d ago•18 comments

The 101 of analog signal filtering (2024)

https://lcamtuf.substack.com/p/the-101-of-analog-signal-filtering
68•harperlee•4d ago•4 comments

It is ok to say "CSS variables" instead of "custom properties"

https://blog.kizu.dev/css-variables/
52•eustoria•2h ago•30 comments

Trillions spent and big software projects are still failing

https://spectrum.ieee.org/it-management-software-failures
129•pseudolus•7h ago•117 comments

Human brains are preconfigured with instructions for understanding the world

https://news.ucsc.edu/2025/11/sharf-preconfigured-brain/
354•XzetaU8•13h ago•242 comments

Making Crash Bandicoot (2011)

https://all-things-andy-gavin.com/video-games/making-crash/
156•davikr•7h ago•15 comments

Jakarta is now the biggest city in the world

https://www.axios.com/2025/11/24/jakarta-tokyo-worlds-biggest-city-population
72•skx001•13h ago•21 comments

Show HN: Secure private diffchecker with merge support

https://diffchecker.dev
5•subhash_k•32m ago•4 comments

LPLB: An early research stage MoE load balancer based on linear programming

https://github.com/deepseek-ai/LPLB
15•simonpure•6d ago•0 comments

Most Stable Raspberry Pi? Better NTP with Thermal Management

https://austinsnerdythings.com/2025/11/24/worlds-most-stable-raspberry-pi-81-better-ntp-with-ther...
253•todsacerdoti•12h ago•79 comments

Ozempic does not slow Alzheimer's, study finds

https://www.semafor.com/article/11/25/2025/ozempic-does-not-slow-alzheimers-study-finds
63•danso•2h ago•46 comments

Unpowered SSDs slowly lose data

https://www.xda-developers.com/your-unpowered-ssd-is-slowly-losing-your-data/
671•amichail•1d ago•277 comments

Roblox is a problem but it's a symptom of something worse

https://www.platformer.news/roblox-ceo-interview-backlash-analysis/
115•FiddlerClamp•3h ago•168 comments

IQ differences of identical twins reared apart are influenced by education

https://www.sciencedirect.com/science/article/pii/S0001691825003853
7•wjb3•9m ago•1 comments

Inflatable Space Stations

https://worksinprogress.co/issue/inflatable-space-stations/
16•bensouthwood•4d ago•4 comments

Broccoli Man, Remastered

https://mbleigh.dev/posts/broccoli-man-remastered/
125•mbleigh•6d ago•67 comments

US banks scramble to assess data theft after hackers breach financial tech firm

https://techcrunch.com/2025/11/24/us-banks-scramble-to-assess-data-theft-after-hackers-breach-fin...
33•indigodaddy•2h ago•0 comments

Orion 1.0

https://blog.kagi.com/orion
207•STRiDEX•3h ago•115 comments

PRC elites voice AI-skepticism

https://jamestown.org/prc-elites-voice-ai-skepticism/
91•JumpCrisscross•23h ago•22 comments

Nearby peer discovery without GPS using environmental fingerprints

https://www.svendewaerhert.com/blog/nearby-peer-discovery/
54•waerhert•4d ago•17 comments

Claude Advanced Tool Use

https://www.anthropic.com/engineering/advanced-tool-use
614•lebovic•1d ago•246 comments

Brain has five 'eras' with adult mode not starting until early 30s

https://www.theguardian.com/science/2025/nov/25/brain-human-cognitive-development-life-stages-cam...
214•hackernj•5h ago•193 comments

APT Rust requirement raises questions

https://lwn.net/SubscriberLink/1046841/5bbf1fc049a18947/
215•todsacerdoti•5h ago•384 comments

Using an Array of Needles to Create Solid Knitted Shapes

https://dl.acm.org/doi/10.1145/3746059.3747759
71•PaulHoule•3d ago•19 comments

Hollywood's vision of ancient Rome is all wrong, according to Mary Beard

https://www.openculture.com/2025/11/why-your-vision-of-ancient-rome-is-all-wrong-according-to-his...
57•bookofjoe•6d ago•55 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