frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw

750•firloop•12h ago•589 comments

Artemis II crew take “spectacular” image of Earth

https://www.bbc.com/news/articles/ce8jzr423p9o
792•andsoitis•15h ago•273 comments

Some Unusual Trees

https://thoughts.wyounas.com/p/some-unusual-trees
37•simplegeek•2h ago•11 comments

iNaturalist

https://www.inaturalist.org/
437•bookofjoe•17h ago•108 comments

OpenClaw privilege escalation vulnerability

https://nvd.nist.gov/vuln/detail/CVE-2026-33579
387•kykeonaut•18h ago•199 comments

Herbie: Automatically improve imprecise floating point formulas

https://herbie.uwplse.org/doc/latest/tutorial.html
129•summarity•4d ago•17 comments

Run Linux containers on Android, no root required

https://github.com/ExTV/Podroid
132•politelemon•12h ago•48 comments

Delve removed from Y Combinator

https://www.ycombinator.com/companies/delve
329•carabiner•9h ago•208 comments

Post Mortem: axios NPM supply chain compromise

https://github.com/axios/axios/issues/10636
265•Kyro38•1d ago•119 comments

Improving my focus by giving up my big monitor

https://ounapuu.ee/posts/2026/04/01/focus/
100•Fudgel•3d ago•117 comments

We replaced RAG with a virtual filesystem for our AI documentation assistant

https://www.mintlify.com/blog/how-we-built-a-virtual-filesystem-for-our-assistant
315•denssumesh•1d ago•119 comments

What changes when you turn a Linux box into a router

https://patrickmccanna.net/7-configuration-changes-that-turn-a-multi-homed-host-into-a-switch-rou...
180•0o_MrPatrick_o0•3d ago•44 comments

The Technocracy Movement of the 1930s

https://donotresearch.substack.com/p/welcome-to-the-technocracy
107•lazydogbrownfox•1d ago•90 comments

Gold overtakes U.S. Treasuries as the largest foreign reserve asset

https://economictimes.indiatimes.com/news/international/us/gold-overtakes-u-s-treasuries-as-the-w...
207•lxm•8h ago•146 comments

Claude Code Found a Linux Vulnerability Hidden for 23 Years

https://mtlynch.io/claude-code-found-linux-vulnerability/
62•eichin•11h ago•36 comments

Go on Embedded Systems and WebAssembly

https://tinygo.org/
164•uticus•18h ago•22 comments

The house is a work of art: Frank Lloyd Wright

https://aeon.co/essays/frank-lloyd-wright-as-a-mirror-of-the-american-condition
86•midnightfish•12h ago•39 comments

Build your own Dial-up ISP with a Raspberry Pi

https://www.jeffgeerling.com/blog/2026/build-your-own-dial-up-isp-with-a-raspberry-pi/
162•arjunbajaj•20h ago•30 comments

The most-disliked people in the publishing industry

https://www.woman-of-letters.com/p/the-most-disliked-people-in-the-publishing
5•Caiero•3d ago•0 comments

F-15E jet shot down over Iran

https://www.theguardian.com/world/2026/apr/03/us-fighter-jet-confirmed-shot-down-over-iran
501•tjwds•19h ago•1120 comments

How to make a sliding, self-locking, and predator-proof chicken coop door (2020)

https://www.backyardchickens.com/articles/how-to-make-a-sliding-self-locking-and-predator-proof-c...
108•uticus•16h ago•46 comments

Big-Endian Testing with QEMU

https://www.hanshq.net/big-endian-qemu.html
93•jandeboevrie•21h ago•107 comments

Sequential Optimal Packing for PCB Placement

https://blog.autorouting.com/p/sequential-optimal-packing-for-pcb
11•seveibar•2d ago•5 comments

Remembering Magnetic Memories and the Apollo AGC

https://2earth.github.io/website/20260304.html
15•2earth•3d ago•3 comments

Fake Fans

https://www.wordsfromeliza.com/p/fake-fans
118•performative•12h ago•27 comments

Scientists are working on "everything vaccines"

https://economist.com/science-and-technology/2026/04/01/scientists-are-working-on-everything-vacc...
30•andsoitis•5h ago•25 comments

Emotion concepts and their function in a large language model

https://www.anthropic.com/research/emotion-concepts-function
60•dnw•4h ago•46 comments

Why are we still using Markdown?

https://bgslabs.org/blog/why-are-we-using-markdown/
133•veqq•17h ago•208 comments

The FAA’s flight restriction for drones is an attempt to criminalize filming ICE

https://www.eff.org/deeplinks/2026/04/faas-temporary-flight-restriction-drones-blatant-attempt-cr...
412•detaro•11h ago•120 comments

Charge Robotics (YC S21) Is Hiring Software and Hardware Engineers

https://jobs.ashbyhq.com/charge-robotics
1•banks_h•13h ago
Open in hackernews

You can now directly sync Postgres with Redis

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

Comments

yohannparis•11mo ago
No Pricing information nor an open-source project. I don't know what to do with this product.
jasonlotito•11mo 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•11mo 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•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
maxmcd•11mo 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•11mo ago
There’s also Polyscale as a service.
vijaymohan1979•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
vijaymohan1979•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
henning•11mo 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•11mo ago
> Yes, I realize the source is there

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

vijaymohan1979•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
hangonhn•11mo 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•11mo 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•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
solatic•11mo 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•11mo 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•10mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A