frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Exploring PostgreSQL 18's new UUIDv7 support

https://aiven.io/blog/exploring-postgresql-18-new-uuidv7-support
105•s4i•2d ago•70 comments

Claude Skills are awesome, maybe a bigger deal than MCP

https://simonwillison.net/2025/Oct/16/claude-skills/
291•weinzierl•4h ago•166 comments

The pivot

https://www.antipope.org/charlie/blog-static/2025/10/the-pivot-1.html
62•AndrewDucker•2h ago•16 comments

US car repossessions surge as more Americans default on auto loans

https://www.theguardian.com/business/2025/oct/17/us-car-repossessions-economy
72•Physkal•54m ago•44 comments

PlayStation 3 Architecture (2021)

https://www.copetti.org/writings/consoles/playstation-3
14•adamwk•3d ago•0 comments

Live Stream from the Namib Desert

https://bookofjoe2.blogspot.com/2025/10/live-stream-from-namib-desert.html
356•surprisetalk•9h ago•68 comments

Intercellular communication in the brain through a dendritic nanotubular network

https://www.science.org/doi/10.1126/science.adr7403
244•marshfram•6h ago•182 comments

The Wi-Fi Revolution (2003)

https://www.wired.com/2003/05/wifirevolution/
35•Cieplak•5d ago•3 comments

EVs are depreciating faster than gas-powered cars

https://restofworld.org/2025/ev-depreciation-blusmart-collapse/
246•belter•11h ago•571 comments

Asking AI to build scrapers should be easy right?

https://www.skyvern.com/blog/asking-ai-to-build-scrapers-should-be-easy-right/
44•suchintan•3h ago•22 comments

Claude Code vs. Codex: I built a sentiment dashboard from Reddit comments

https://www.aiengineering.report/p/claude-code-vs-codex-sentiment-analysis-reddit
4•waprin•1d ago•0 comments

MIT physicists improve the precision of atomic clocks

https://news.mit.edu/2025/mit-physicists-improve-atomic-clocks-precision-1008
44•pykello•6d ago•19 comments

GOG Has Had to Hire Private Investigators to Track Down IP Rights Holders

https://www.thegamer.com/gog-private-investigators-off-the-grid-ip-rights-holders/
103•haunter•3h ago•53 comments

Andrej Karpathy – AGI is still a decade away

https://www.dwarkesh.com/p/andrej-karpathy
365•ctoth•4h ago•420 comments

Meow.camera

https://meow.camera/
585•southwindcg•18h ago•196 comments

Smithsonian Open Access Images

https://www.si.edu/openaccess
33•bookofjoe•3d ago•4 comments

4Chan Lawyer publishes Ofcom correspondence

https://alecmuffett.com/article/117792
286•alecmuffett•14h ago•382 comments

Ruby core team takes ownership of RubyGems and Bundler

https://www.ruby-lang.org/en/news/2025/10/17/rubygems-repository-transition/
542•sebiw•9h ago•281 comments

Republicans use deepfake video of Chuck Schumer in new attack ad

https://www.theguardian.com/us-news/2025/oct/17/republican-ad-deepfake-video-chuck-schumer
43•asib•1h ago•8 comments

Stinkbug Leg Organ Hosts Symbiotic Fungi That Protect Eggs from Parasitic Wasps

https://bioengineer.org/stinkbug-leg-organ-hosts-symbiotic-fungi-that-protect-eggs-from-parasitic...
30•gmays•7h ago•11 comments

Forgejo v13.0 Is Available

https://forgejo.org/2025-10-release-v13-0/
78•birdculture•3h ago•15 comments

Cartridge Chaos: The Official Nintendo Region Converter and More

https://nicole.express/2025/not-just-for-robert.html
30•zdw•5d ago•11 comments

Show HN: We packaged an MCP server inside Chromium

https://github.com/browseros-ai/BrowserOS/blob/main/docs/browseros-mcp/how-to-guide.mdx
18•felarof•5h ago•8 comments

Migrating from AWS to Hetzner

https://digitalsociety.coop/posts/migrating-to-hetzner-cloud/
971•pingoo101010•12h ago•553 comments

Resizeable Bar Support on the Raspberry Pi

https://www.jeffgeerling.com/blog/2025/resizeable-bar-support-on-raspberry-pi
94•speckx•1w ago•29 comments

Marc Benioff: I no longer believe National Guard is needed for SF

https://www.cnbc.com/2025/10/17/benioff-trump-national-guard-sf.html
11•donsupreme•37m ago•2 comments

How I bypassed Amazon's Kindle web DRM

https://blog.pixelmelt.dev/kindle-web-drm/
1517•pixelmelt•1d ago•470 comments

Ask HN: How to stop an AWS bot sending 2B requests/month?

189•lgats•16h ago•116 comments

Trap the Critters with Paint

https://deepanwadhwa.github.io/freeze_trap/
46•deepanwadhwa•1w ago•19 comments

Let's write a macro in Rust

https://hackeryarn.com/post/rust-macros-1/
98•hackeryarn•1w ago•44 comments
Open in hackernews

You can now directly sync Postgres with Redis

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

Comments

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

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

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