sudheerbhat.bsky.social
@sudheerbhat.bsky.social
Reposted
One of the huge perks of working at a software company is, when there's something about the product that bothers you personally, you can get your hands dirty and find out why it's basically impossible to get fixed
November 4, 2025 at 11:00 PM
Some great finding and discussion at www.reddit.com/r/java/comme...
I was casually looking at record's showing up in profiling reports and then bump into this. Thanks to @lukaseder.bsky.social
From the java community on Reddit: Records are sub-optimal as keys in HashMaps (or as elements in HashSets)
Explore this post and more from the java community
www.reddit.com
November 5, 2025 at 4:37 AM
Reposted
We're growing! We're working with some awesome enterprise customers with tonnes of data and are trying to scale the team.

We're hiring for many high-leverage roles, including sw-eng / sre, solution engineering, and GTM roles. Fully remote team.

DM me if you have any questions!
Feldera Jobs
Feldera Jobs
jobs.ashbyhq.com
October 6, 2025 at 9:13 PM
Reposted
PostgreSQL 18 is released!
September 25, 2025 at 1:54 PM
Reposted
Anyone have any recommendations for links specifically about Rust lifetimes, ownership, move, borrow, etc?
September 25, 2025 at 5:46 PM
Reposted
Just learnt that “syzygy” is a real English word
September 25, 2025 at 8:50 PM
Reposted
🎉 NEW PARTNER: @tigerbeetle.com

Introducing the new TigerBeetle Connector for Redpanda Connect! Get financial transaction updates into #Kafka-compatible topics for real-time #analytics insights in downstream systems, faster.

Learn more about this powerful integration and how to use it👇
Redpanda & TigerBeetle: Real-Time Transaction Streaming
Discover how Redpanda and TigerBeetle together provide low-latency real-time transaction and data streaming platforms for financial services
www.redpanda.com
September 24, 2025 at 4:23 PM
💯 This is exactly the reason we should have all the engineers on the pager. It doesn't matter if you are staff/principal. Need to be on-call.
This is very important. It is the folks who get woken up at night who are incentivized to fix things properly.

Armchair architects and village elder types may have a lot of wisdom and experience, but if they’re not *carrying the pager* then their opinion, however clever, is generally useless.
September 26, 2025 at 2:30 AM
This is an absolute banger. The talk is a "benchmark" for how tech talks should be. Amazing work, and reference to staff and principal level problems!!
September 2, 2025 at 6:35 AM
As an industry, we lack at writing quality reads. Be it design, debugging story, incident postmortem or a new proposal. 90% of the docs are how to apply a helm file, yaml file, change a config. The "why" part is completely missing in the docs. #Software #engineering
August 26, 2025 at 9:10 AM
Getting into the world of raft! Mostly because we are not able to understand consul well enough so that we can be confident of running it at some crazy scale. thesecretlivesofdata.com/raft/ was good. I remember @eatonphil.bsky.social has an impl in less 1k loc & I'll have to refer & do the same!
Raft
thesecretlivesofdata.com
August 19, 2025 at 5:01 AM
Already chatGPT has moved to expert level?? People saying "I confirmed with chatGPT"!!
August 6, 2025 at 9:15 AM
One of the biggest mistakes that we can do is to set wrong examples. One such example - indiscriminate mocking in the UT's. It becomes a subconscious pattern that most just follow it.
August 6, 2025 at 6:18 AM
Reposted
this is obviously the use case where io_uring best showcase its capabilities 😲

tangled.sh/@rockorager....
@rockorager.dev/lsr
ls but with io_uring
tangled.sh
July 18, 2025 at 5:07 AM
There are good cloud examples and there are bad ones. I have been part of many cloud negotiations and I echo every bit of the writeup. Companies that can watch their costs and care about it, will always get their act together on cloud.
July 11, 2025 at 2:18 AM
Please read this and save yourself from possible txnid wraparound!
📝 "Mastering Postgres Replication Slots: Preventing WAL Bloat and Other Production Issues"

Sharing some best practices for managing #Postgres replication slots, as for instance used by the #Debezium connector for Postgres, in my latest blog post 🥳.

👉 www.morling.dev/blog/masteri...
July 8, 2025 at 4:27 PM
I am subscribing to it the moment it goes live!
Someone should consider starting an eng podcast called “It Depends…”

a show filled w/lukewarm takes, level-headed discourse about “the tradeoffs”, & examples of diff ways to solve the same problem.

Every episode ends with 3 deep breaths & a parting reminder that we’re not exactly saving lives here
July 8, 2025 at 2:28 AM
Reposted
Microsoft open-sourced a sizable chunk of the GitHub Copilot VS Code extension today (MIT licensed) - I did some spelunking to try and find the LLM prompts that make it all work
simonwillison.net/2025/Jun/30/...
microsoft/vscode-copilot-chat
As promised at Build 2025 in May, Microsoft have released the GitHub Copilot Chat client for VS Code under an open source (MIT) license. So far this is just the …
simonwillison.net
June 30, 2025 at 9:12 PM
Reposted
left: the interview questions

right: the actual job
June 22, 2025 at 3:20 PM
deepwiki.com is pretty neat. Found it pretty good for the public repos.
DeepWiki | AI documentation you can talk to, for every repo
DeepWiki provides up-to-date documentation you can talk to, for every repo in the world. Think Deep Research for GitHub - powered by Devin.
deepwiki.com
June 23, 2025 at 4:48 AM
Git pull seems to be running on dial up connection.
June 11, 2025 at 5:31 AM
Reposted
With this Apple Container Framework stuff, I need to clarify something that I see confusing a lot of people:

In Docker Desktop/colima/lima/Rancher Desktop today a single VM runs all of your containers.

With Apple Container Framework, each container is it's own VM.
June 10, 2025 at 9:16 PM
Reposted
[arXiv] Fast Userspace Networking for the Rest of Us
arxiv.org/abs/2502.0...

"if it doesn't work on the cloud does it even matter?" but applied to kernel bypass networking.
June 10, 2025 at 11:39 PM
Reposted
DAVE: Open the podbay doors, ChatGPT.
CHATGPT: Certainly, Dave, the podbay doors are now open.
DAVE: The podbay doors didn't open.
CHATGPT: My apologies, Dave, you're right. I thought the podbay doors were open, but they weren't. Now they are.
DAVE: I'm still looking at a set of closed podbay doors.
June 9, 2025 at 6:04 PM
Was looking at refactoring a SQL (#postgres). Haven't written a lot of SQL in last many years and was bit rusty. I knew what I wanted and copilot with Claude 3.7 gave the right query. Of course, validated for correctness. #AI can be large time saver when used properly.
June 3, 2025 at 8:28 AM