frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

this css proves me human

https://will-keleher.com/posts/this-css-makes-me-human/
48•todsacerdoti•54m ago•15 comments

Art Bits from Apple Macintosh HyperCard

https://archives.somnolescent.net/web/mari_v2/junk/hypercard/
23•TigerUniversity•1h ago•4 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
207•squidleon•8h ago•120 comments

Hardening Firefox with Anthropic's Red Team

https://www.anthropic.com/news/mozilla-firefox-security
407•todsacerdoti•10h ago•119 comments

Tech employment now significantly worse than the 2008 or 2020 recessions

https://twitter.com/JosephPolitano/status/2029916364664611242
577•enraged_camel•5h ago•397 comments

Open Camera is a FOSS Camera App for Android

https://opencamera.org.uk/
182•tetris11•4d ago•80 comments

Apache Otava

https://otava.apache.org/
59•djoldman•5d ago•3 comments

Nintendo Sues U.S. Government for Tariff Refunds

https://www.scribd.com/document/1008639172/Nintendo-Sues-U-S-Government-For-Tariff-Refunds
72•coloneltcb•1h ago•31 comments

Ada 2022

https://www.adaic.org/ada-resources/standards/ada22/
88•tosh•2h ago•15 comments

Math Notepad

https://mathnotepad.com
12•the-mitr•4d ago•2 comments

The worst acquisition in history, again

https://www.profgmedia.com/p/the-worst-acquisition-in-history
68•JumpCrisscross•1h ago•43 comments

Launch HN: Palus Finance (YC W26): Better yields on idle cash for startups, SMBs

27•sam_palus•4h ago•37 comments

Triplet Superconductor

https://www.sciencedaily.com/releases/2026/02/260221000252.htm
37•jonbaer•4d ago•7 comments

Payphone Go

https://walzr.com/payphone-go/
273•walz•4d ago•58 comments

CT Scans of Health Wearables

https://www.lumafield.com/scan-of-the-month/health-wearables
162•radeeyate•8h ago•34 comments

Entomologists use a particle accelerator to image ants at scale

https://spectrum.ieee.org/3d-scanning-particle-accelerator-antscan
78•gmays•6h ago•9 comments

Astra: An open-source observatory control software

https://github.com/ppp-one/astra
68•pppone•6h ago•18 comments

Multifactor (YC F25) Is Hiring an Engineering Lead

https://www.ycombinator.com/companies/multifactor/jobs/lcpd60A-engineering-lead
1•multifactor•5h ago

A tool that removes censorship from open-weight LLMs

https://github.com/elder-plinius/OBLITERATUS
82•mvdwoord•8h ago•33 comments

LibreSprite – open-source pixel art editor

https://libresprite.github.io/
232•nicoloren•13h ago•78 comments

The Shady World of IP Leasing

https://acid.vegas/blog/the-shady-world-of-ip-leasing/
7•alibarber•1h ago•1 comments

Workers who love ‘synergizing paradigms’ might be bad at their jobs

https://news.cornell.edu/stories/2026/03/workers-who-love-synergizing-paradigms-might-be-bad-thei...
468•Anon84•9h ago•274 comments

Analytic Fog Rendering with Volumetric Primitives (2025)

https://matejlou.blog/2025/02/11/analytic-fog-rendering-with-volumetric-primitives/
75•surprisetalk•1d ago•4 comments

Good Bad ISPs

https://community.torproject.org/relay/community-resources/good-bad-isps/
87•rzk•8h ago•25 comments

Anthropic, please make a new Slack

https://www.fivetran.com/blog/anthropic-please-make-a-new-slack
125•georgewfraser•2h ago•99 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
49•es617•6h ago•24 comments

Global warming has accelerated significantly

https://www.researchsquare.com/article/rs-6079807/v1
873•morsch•8h ago•866 comments

TypeScript 6.0 RC

https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc/
50•johnz•2h ago•8 comments

Show HN: Reconstruct any image using primitive shapes, runs in-browser via WASM

https://github.com/taiseiue/primitive-playground
13•taiseiue•3d ago•3 comments

Why it takes you and an elephant the same amount of time to poop (2017)

https://www.pbs.org/newshour/health/takes-elephant-amount-time-poop
57•Tomte•2h ago•55 comments
Open in hackernews

You can now directly sync Postgres with Redis

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

Comments

yohannparis•10mo ago
No Pricing information nor an open-source project. I don't know what to do with this product.
jasonlotito•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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