# advanced database systems — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover advanced database systems.

Page: <https://rssamplifier.com/topics/advanced-database-system>  
Feed: <https://rssamplifier.com/topics/advanced-database-system.md>

---

## [Looking Back On Phabricator For Code Review](https://davidgomes.com/phabricator-code-review/)

_2026-02-22 · David Gomes · David Gomes_

In my professional software engineering career, I&apos;ve used a few different code review tools: Launchpad ~2012-2014 (Bazaar was great... IYKYK), and also GitHub 2016 &#x2013;&#xA0;2019 Phabricator 2019 &#x2013;&#xA0;2023 GitLab 2023 &#x2013; 2025 GitHub 2025 &#x2013;&#xA0;2026 Graphite But I sometimes miss Phabricator,

## [Cursor's Debug Mode Is Arguably Its Best Feature](https://davidgomes.com/cursor-debug-mode/)

_2026-02-19 · David Gomes · David Gomes_

Back in December, Cursor announced "Debug Mode" . The way it works is fairly straightforward: User says "I want to fix this bug!!!" Cursor prompts the model to come up with several hypothesis for why the bug exists Cursor prompts the model to add a bunch of

## [Running a Sub-2h45m Marathon](https://davidgomes.com/running-a-sub-2h45m-marathon/)

_2025-12-10 · David Gomes · David Gomes_

In 2024, I ran a sub 2h-50m maraton , and I ended that blog post with... I want to run a sub 2h45 marathon in 2025 Well... I just did that last Sunday!!! It&apos;s crazy to think about it, because I had a very complicated year work-wise,

## [Learning to Talk With the Young Tech Crowd](https://davidgomes.com/learning-to-talk-with-the-young-tech-crowd/)

_2025-10-08 · David Gomes · David Gomes_

Okay, so the young tech crowd (especially in San Francisco) seems to speak differently. I&apos;ve had to quickly learn a few terms and expressions, and I figured I&apos;d share these with the other oldies who&apos;re around. bullish / &#x2C8;b&#x28A;l &#x26A;&#x283; / You

## [My Experience with Publishing an Extension for All VS Code IDEs](https://davidgomes.com/my-experience-with-publishing-an-extension-for-all-vs-code-ides/)

_2025-08-16 · David Gomes · David Gomes_

I&apos;ve been working on an extremely basic VSCode extension: Thanks for the idea Marco! And it was so easy to switch from OpenAI to Lllama via Groq using @aisdk &#x1F525; Feels much better now, still not sure how to make it useful (possibly need to send the model

## [Async Queue – One of My Favorite Programming Interviews (Can AI Break It?)](https://davidgomes.com/async-queue-interview-ai/)

_2025-07-06 · David Gomes · David Gomes_

For the past 7+ years, I&apos;ve been conducting a programming interview that has been a true personal favorite of mine. It was passed down to me from good friends (Jeremy Kaplan and Carl Sverre, and it was the latter whom I believe invented it). This interview has probably

## [One Year at a Database Startup Called Neon](https://davidgomes.com/one-year-at-a-database-startup-called-neon/)

_2025-06-22 · David Gomes · David Gomes_

Precisely one year ago, I joined Neon , a company building a Postgres managed service with some modifications to core Postgres that allow for the decoupling of storage and compute . I had seen firsthand at SingleStore the benefits of such a database architecture, and I also knew how hard it is

## [CMU 15-721 Advanced Database Systems 2024 — Part 2 (Final)](https://davidgomes.com/cmu-15-721-advanced-database-systems-2024-part-2-final/)

_2025-05-28 · David Gomes · David Gomes_

It&apos;s been almost a full year since I published Part 1 of this series . I have spent a lot of time going through the CMU 15-721 Advanced Database Systems course from 2024 . This meant going through every lecture, every reading assignment, and every piece of homework as

## [Kinesis mWave Mac Mechanical Keyboard: A Short Review](https://davidgomes.com/kinesis-mwave-mac-mechanical-keyboard-a-short-review/)

_2025-05-27 · David Gomes · David Gomes_

My favorite keyboard of all time is probably the Microsoft Sculpt. I actually own four (yes, 4) of them because I was afraid that Microsoft would stop selling them, and I wanted enough for a lifetime. However, around a year ago, I switched to a MacBook and so I stopped

## [Running a Sub-2h50m Marathon](https://davidgomes.com/running-a-sub-2h50m-marathon/)

_2024-12-04 · David Gomes · David Gomes_

I got more serious into running in 2023 and was able to run a sub-3 hour marathon in Lisbon that year. In 2024, I decided to take things up a notch and tried to go for a sub 2h55. If you want a bit more context about my history

## [Sync Bookmarks Everywhere (Sponsored)](https://crawlproof.com/a/9zg3WgpaZwmg)

_2024-12-04 · **Sponsored**_

Two-way sync keeps folders and toolbar intact across Chrome, Firefox, and Safari.

## [Just Have AI Build an App for That](https://davidgomes.com/just-have-ai-build-an-app-for-that/)

_2024-11-06 · David Gomes · David Gomes_

I sometimes need to search for a website that will "convert a PNG to SVG", or "remove page from PDF" or "resize svg". And these apps are... okay. I don&apos;t really trust most of them with my data, and also a lot

## [Writing a Postgres Extension with Pgrx for Visual Query Plans](https://davidgomes.com/writing-postgres-extension-with-pgrx-query-plans/)

_2024-09-22 · David Gomes · David Gomes_

When I worked at SingleStoreDB, we built this SQL syntax for instantly jumping into a visual query plan from the CLI: sql\> EXPLAIN UI select customer, sum(cost\_cents) as revenue from notifications n inner join offers o on o.offer\_id = n.offer\_id group by ts, customer

## [Navigating macOS and VSCode with Emacs+Vim Key Bindings](https://davidgomes.com/navigating-macos-vscode-emacs-vim/)

_2024-09-22 · David Gomes · David Gomes_

I&apos;ve recently migrated to macOS again. And while I&apos;ve spent most of my life on Linux, it still feels great to come back to macOS, where most things "just work". But every time I&apos;ve come back to macOS, I end up leaving

