frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Code Routines

https://code.claude.com/docs/en/routines
289•matthieu_bl•5h ago•184 comments

Rare concert recordings are landing on the Internet Archive

https://techcrunch.com/2026/04/13/thousands-of-rare-concert-recordings-are-landing-on-the-interne...
444•jrm-veris•8h ago•132 comments

Trusted access for the next era of cyber defense

https://openai.com/index/scaling-trusted-access-for-cyber-defense/
34•surprisetalk•2h ago•22 comments

The Orange Pi 6 Plus

https://taoofmac.com/space/reviews/2026/04/11/1900
71•rcarmo•3d ago•39 comments

5NF and Database Design

https://kb.databasedesignbook.com/posts/5nf/
106•petalmind•6h ago•43 comments

Turn your best AI prompts into one-click tools in Chrome

https://blog.google/products-and-platforms/products/chrome/skills-in-chrome/
67•xnx•5h ago•35 comments

I wrote to Flock's privacy contact to opt out of their domestic spying program

https://honeypot.net/2026/04/14/i-wrote-to-flocks-privacy.html
416•speckx•4h ago•174 comments

Let's talk space toilets

https://mceglowski.substack.com/p/lets-talk-space-toilets
105•zdw•23h ago•39 comments

guide.world: A compendium of travel guides

https://guide.world/
47•firloop•5d ago•7 comments

Show HN: Plain – The full-stack Python framework designed for humans and agents

https://github.com/dropseed/plain
42•focom•4h ago•17 comments

The dangers of California's legislation to censor 3D printing

https://www.eff.org/deeplinks/2026/04/dangers-californias-legislation-censor-3d-printing
82•salkahfi•22h ago•162 comments

OpenSSL 4.0.0

https://github.com/openssl/openssl/releases/tag/openssl-4.0.0
154•petecooper•4h ago•47 comments

Tell HN: Fiverr left customer files public and searchable

179•morpheuskafka•3h ago•22 comments

Troubleshooting Email Delivery to Microsoft Users

https://rozumem.xyz/posts/14
17•rozumem•2d ago•2 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
84•zc2610•7h ago•27 comments

Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others

https://rareese.com/posts/backblaze/
884•rrreese•13h ago•532 comments

Responsive images in Hugo using Render Hooks

https://mijndertstuij.nl/posts/hugo-responsive-images-using-render-hooks/
4•mijndert•5d ago•0 comments

Gas Town: From Clown Show to v1.0

https://steve-yegge.medium.com/gas-town-from-clown-show-to-v1-0-c239d9a407ec
55•martythemaniak•3h ago•61 comments

jj – the CLI for Jujutsu

https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
463•tigerlily•11h ago•402 comments

Show HN: A memory database that forgets, consolidates, and detects contradiction

https://github.com/yantrikos/yantrikdb-server
43•pranabsarkar•6h ago•23 comments

Introspective Diffusion Language Models

https://introspective-diffusion.github.io/
213•zagwdt•14h ago•41 comments

Carol's Causal Conundrum: a zine intro to causally ordered message delivery

https://decomposition.al/zines/
38•evakhoury•4d ago•3 comments

YouTube now world's largest media company, topping Disney

https://www.hollywoodreporter.com/business/digital/youtube-worlds-largest-media-company-2025-tops...
230•bookofjoe•5d ago•175 comments

DaVinci Resolve – Photo

https://www.blackmagicdesign.com/products/davinciresolve/photo
1026•thebiblelover7•20h ago•257 comments

Free, fast diagnostic tools for DNS, email authentication, and network security

https://mrdns.com/
3•dogsnews•1h ago•0 comments

A new spam policy for “back button hijacking”

https://developers.google.com/search/blog/2026/04/back-button-hijacking
805•zdw•19h ago•456 comments

The M×N problem of tool calling and open-source models

https://www.thetypicalset.com/blog/grammar-parser-maintenance-contract
120•remilouf•5d ago•40 comments

Lean proved this program correct; then I found a bug

https://kirancodes.me/posts/log-who-watches-the-watchers.html
373•bumbledraven•22h ago•166 comments

Nucleus Nouns

https://ben-mini.com/2026/nucleus-nouns
53•bewal416•4d ago•14 comments

The Mouse Programming Language on CP/M (2020)

https://techtinkering.com/articles/the-mouse-programming-language-on-cpm/
42•PaulHoule•3d ago•4 comments
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•11mo 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•11mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A
vijaymohan1979•11mo 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•11mo 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•11mo 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•11mo ago
https://github.com/redfly-ai-org/redfly.ai/wiki/Q-&-A