<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jkcorrea</title><link>https://news.ycombinator.com/user?id=jkcorrea</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 10:16:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jkcorrea" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jkcorrea in "Build and Host AI-Powered Apps with Claude – No Deployment Needed"]]></title><description><![CDATA[
<p>if scaling laws and context windows continue, why not?</p>
]]></description><pubDate>Wed, 25 Jun 2025 19:04:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44380814</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=44380814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44380814</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>A modern SQL client for web devs. Deeply integrated with your workflow (vscode, drizzle, supabase, etc), a nicer more schema-aware GUI (think Airtable), and smarter ways to save queries and export/share them.<p>A lot planned, not much built. Just started so follow along if it sounds useful! Also see my prior thoughts on the topic here: <a href="https://news.ycombinator.com/item?id=41286912">https://news.ycombinator.com/item?id=41286912</a><p>Sqratch - <a href="https://github.com/jkcorrea/sqratch" rel="nofollow">https://github.com/jkcorrea/sqratch</a></p>
]]></description><pubDate>Sun, 30 Mar 2025 21:38:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43527903</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=43527903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43527903</guid></item><item><title><![CDATA[New comment by jkcorrea in "Show HN: Visualize database schemas with a single query"]]></title><description><![CDATA[
<p>idk why you’re getting downvoted. you’re absolutely right and not disparaging in any way. sometimes hn can’t see the forest for the trees…</p>
]]></description><pubDate>Sun, 25 Aug 2024 05:14:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41344587</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41344587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41344587</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: RFS: Modern SQL/db editor"]]></title><description><![CDATA[
<p>Oh yes I've been trialing Metabase but didnt know about Superset, thank you!<p>This category of tools definitely scratches a big part of the itch here. But you still end up needing a db client for a long tail of other tasks. So now your db knowledge is spread across 3+ tools: shared queries/charts in Metabase, personal queries in Postico, schema defs and SQL files in your code repo, Notion, etc.<p>I think you've got an opportunity to consolidate all that into 1 tool in the same way Postman did for APIs<p>> Postgres in particular makes a lot of schema information available, but very few database clients make full use of it.
Completely agree. Also just the industry consolidation around the pg ecosystem in general will lend itself to better tooling potential (e.g. Supabase's LSP project).<p>> I am currently working on a mobile-first Postgres client.
Great that you're working on something new here! If I may ask - why mobile-first? That's not something I've particularly needed tbh (sample size of 1 of course)</p>
]]></description><pubDate>Mon, 19 Aug 2024 22:58:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41295277</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41295277</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41295277</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: RFS: Modern SQL/db editor"]]></title><description><![CDATA[
<p>I'll also add, my gut preference would be for a tool built independent from Supabase. I don't/can't always use Supabase/postgres and even if some future Supabase db client was opened up to connecting to any db URL, I don't know how much I'd trust it not to be optimized for Supabase at the expense of the rest of the ecosystem if that makes sense.<p>Not that that should stop you from trying of course :)</p>
]]></description><pubDate>Mon, 19 Aug 2024 18:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293534</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41293534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293534</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: RFS: Modern SQL/db editor"]]></title><description><![CDATA[
<p>looks interesting I'll check it out, thank you!</p>
]]></description><pubDate>Mon, 19 Aug 2024 18:28:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293450</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41293450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293450</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: RFS: Modern SQL/db editor"]]></title><description><![CDATA[
<p>First off, love everything Supabase is doing. Keep it up. A few blunt things off-the-bat:<p>1) pg.new is neat, but honestly I don't see why I'd use it when I can do the same thing directly inside my drizzle schema dir using Cursor's  Composer UI, which has full context on my project. I know not many are using Cursor right now, but it's hard to fathom these kind of features don't become part-and-parcel of code editors soon..<p>2) I actually find it painful to have to login to Supabase on the web to manage the database. I never use the table editor, snippets, etc. I want a native app I can CMD+Tab to.<p>Don't mean to be rude, just objective so you can feel my pain as a user.<p>In terms of the Notebooks, yeah I meant like Jupyter Notebooks. I've experimented with having a shared Notion or markdown files committed to repos in order to<p>A) save & search for snippets of SQL for the team/future me<p>B) document the "why" along with each step in a playbook.<p>The issues with this are<p>1) its detached from our normal workflow and quickly becomes outdated relative to our schema/business needs<p>2) to run the queries you have to copypaste back into a SQL tool<p>3) queries are hardcoded for certain values. If I have a report I run daily, every day I have to go in and manually update the `row.timestamp BETWEEN 'YYYY-MM-DD' AND 'YYYY-MM-DD'`, or if its a customer support workflow I have to replace the customer's ID everywhere. I'd rather have variables at the top I can reference throughout the queries, either as a code block like in Jupyter NB, or maybe some variable UI a la Insomnia/Postman</p>
]]></description><pubDate>Mon, 19 Aug 2024 18:25:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293424</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41293424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293424</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: RFS: Modern SQL/db editor"]]></title><description><![CDATA[
<p>excited to see what you guys roll out! Supabase is always pushing the DX in this space into the future, so thank you</p>
]]></description><pubDate>Mon, 19 Aug 2024 18:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293250</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41293250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293250</guid></item><item><title><![CDATA[New comment by jkcorrea in "Ask HN: Best auth provider and db for a Next.js project?"]]></title><description><![CDATA[
<p>Not sure about Azure ecosystem but huge fan of <a href="https://clerk.com/" rel="nofollow">https://clerk.com/</a>.<p>Trying out <a href="https://stack-auth.com/">https://stack-auth.com/</a> which just launched on HN, mostly out of OSS solidarity</p>
]]></description><pubDate>Mon, 19 Aug 2024 01:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41286988</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41286988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41286988</guid></item><item><title><![CDATA[Ask HN: RFS: Modern SQL/db editor]]></title><description><![CDATA[
<p>tldr: someone PLEASE build a modern SQL editor. I would pay upwards of $20/seat/mo for a good one. strong suspicion many others would too.<p>-- The problem/rant<p>I've grown increasingly frustrated with how archaic the modern story for basic database adminning has become. So many aspects of the developer experience have improved dramatically in recent years, but it feels like database tooling is one massive vertical hasn't received much the same TLC.<p>Do people just not use SQL editors that often? I find myself constantly cmd-tabbing to Postico to check/modify some rows either during development or to resolve prod issues. But the second I need a more advanced/relational filter it's either a lot of painful clicks away or just impossible to do through the table UI and now I have to write a query from scratch.<p>If it's a commonly recurring task you can save the query, but now I have hundreds of these saved queries all with slightly different names to the point where it's less taxing to just write a new query then hunt down & slightly modify an old one.<p>Collaboration is non-existant. I'm forced to share these queries via slack or committing to a `misc/*.sql` folder in our repo which feels awkward.<p>Tools I've tried include Postico, DBeaver, TablePlus, Beekeeper Studio, PopSQL, and various VSCode extensions. I don't need features around DB Ops, I use Neon/Supabase/etc and just hope I never have to think about DB ops. I almost don't care about SDL tasks either, I mainly do that through my ORM (s/o Drizzle)<p>-- My request<p>Here's a braindump of features I frequently desire. I would pay for a tool that did even ONE of these, but I think all are very possible and would 100x the value of an editor to me:<p><pre><code>    - Intuitive filtering UI. You know my `id` column is a text, why is the default filter operation `>`. I almost never want that for string cols. Let me type "yesterday at 3pm" in a timestamp filter. Let me fuzzy search my entire DB (obv this is hard for large dbs)
    - Relational filters. I should be able to filter by properties on relations. I'm often only given a username when solving a prod issue, and now finding their records in other tables becomes a 2-step process of finding the user's ID then using that in a filter on the table I care about
    - Embedding & formatted columns. I have various reports as custom queries/views that I export as CSVs weekly to give to teammates. I wish I could just embed this view as an iframe in our internal dashboard. If you're feeling generous, allow me to format the columns like Airtable or even make charts based on the view. This could easily become a massive business in its own right.
    - SQL language server/intellisense (h/t https://github.com/supabase-community/postgres_lsp). Need I say more?
    - AI autocompletion & generation (a la Cursor). My current workflow is to cmd+tab to my ORM definition file, ask cursor to come up with a PSQL query for X table for Y problem, then cmd+tab back to Postico to run it.
    - Notebooks. I want to create playbooks to share with my team. Post-mortems, "here's how  I debug XYZ production issue", etc.
    - Omnisearch. Let me CMD+K and fuzzy/semantic search across my saved queries, tables, etc.
</code></pre>
I'll be honest, been sitting on this idea for over a year and have tried and failed multiple times to build it myself (skill issue). Throwing this out there in hopes that a more cracked engineer is interested in taking a stab at it. I would immediately pay upwards of $20/mo for even a partial solution and probably more for some of the team related features.<p>Email in bio if you're interested in taking this up and want to chat more</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41286912">https://news.ycombinator.com/item?id=41286912</a></p>
<p>Points: 11</p>
<p># Comments: 15</p>
]]></description><pubDate>Mon, 19 Aug 2024 01:03:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41286912</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41286912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41286912</guid></item><item><title><![CDATA[New comment by jkcorrea in "Show HN: Double – Design and invest in your own stock index"]]></title><description><![CDATA[
<p>love it! any plans to allow for sharing custom indexes with friends/family (or would that run into regulations)?</p>
]]></description><pubDate>Wed, 14 Aug 2024 21:24:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41250663</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=41250663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41250663</guid></item><item><title><![CDATA[New comment by jkcorrea in "Rock and Roll Drums: All You Need to Know"]]></title><description><![CDATA[
<p>Slightly OT: Been wanting to get back into drums after a ~15 year hiatus. Electric kits still seem pretty pricy - does HN have any recs?</p>
]]></description><pubDate>Tue, 20 Jun 2023 23:01:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=36411937</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=36411937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36411937</guid></item><item><title><![CDATA[On Creativity, Play, Feedback]]></title><description><![CDATA[
<p>Article URL: <a href="https://egobrain.bearblog.dev/on-creativity-play-and-feedback/">https://egobrain.bearblog.dev/on-creativity-play-and-feedback/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34912814">https://news.ycombinator.com/item?id=34912814</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Feb 2023 16:41:39 +0000</pubDate><link>https://egobrain.bearblog.dev/on-creativity-play-and-feedback/</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=34912814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34912814</guid></item><item><title><![CDATA[New comment by jkcorrea in "I Tried Ketamine to Treat My Depression. It Was Terrifying"]]></title><description><![CDATA[
<p>Unfortunate the author 1) wasn't made aware of just how mind altering of an experience it can be and 2) seems to have been misled that this treatment can simply "cure depression" on its own<p>It's my experience that psychedelics can help open your mind to different perspectives and spot unaddressed issues (I believe they're issues you just aren't "allowing" yourself to see/address), but to just take it in a clinical setting and expect it to work some magic on you.. Idk.<p>K can be incredibly dissociative in recreational doses & this person was given ~10-20x a recreational dose - with very little warning of the gravity of the effects. I can totally imagine why it was such a terrifying experience!<p>I agree with another commenter about the importance of mindset and setting. For most people, even getting to the point in their lives where they can & are willing to take psychedelics (non-clinical settings) is a long journey that shouldn't be discounted. Not saying we shouldn't pursue it in more clinical ways, just that the journey & mindset BEFORE taking the drugs is just as, if not MORE, important than the drugs themselves</p>
]]></description><pubDate>Sun, 12 Feb 2023 16:34:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34764143</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=34764143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34764143</guid></item><item><title><![CDATA[New comment by jkcorrea in "Apple to allow outside app stores in overhaul spurred by EU laws"]]></title><description><![CDATA[
<p>I believe the implication is there will now be less incentive for app developers to ship for App Store when they can get 80% of the way there with 0% of the “hoops” to jump through (I.e. Apple guidelines)</p>
]]></description><pubDate>Tue, 13 Dec 2022 21:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=33976093</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33976093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33976093</guid></item><item><title><![CDATA[New comment by jkcorrea in "Does watching pornography cause erectile dysfunction?"]]></title><description><![CDATA[
<p>But that’s what folk beliefs  essentially are: “on average this is going to happen”<p>Isn’t that inherently what happens when you play telephone across time and cultures? You end up with stories stripped down to the essence, the most important advice from those who came before us boiled down.<p>Are you advocating that when we find what works for us we don’t share that finding with others? I think that’s exactly what’s wrong with the “science is the only right answer” mindset..</p>
]]></description><pubDate>Tue, 06 Dec 2022 15:03:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=33881081</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33881081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33881081</guid></item><item><title><![CDATA[New comment by jkcorrea in "Does watching pornography cause erectile dysfunction?"]]></title><description><![CDATA[
<p>Yeah I think the article is a bit of a strawman: if you take ED to be more broadly “issues around sex” I think you’ll find a lot more people agreeing of the correlation<p>Just browsing the replies here I see many guys saying effectively “Well I watch tons of porn and my penis still works” which is kind of a level 1 analysis on how porn might be affecting their brain</p>
]]></description><pubDate>Tue, 06 Dec 2022 14:56:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=33880947</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33880947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33880947</guid></item><item><title><![CDATA[New comment by jkcorrea in "Does watching pornography cause erectile dysfunction?"]]></title><description><![CDATA[
<p>Laughing with people is bonding and generally seen as a good long term strategy for life (creates friendships, gives meaning, etc)<p>Replace all instances of laughing with friends with masturbating alone in your room and tell me that’s a good, meaningful life you want to live</p>
]]></description><pubDate>Tue, 06 Dec 2022 14:49:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=33880800</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33880800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33880800</guid></item><item><title><![CDATA[New comment by jkcorrea in "Does watching pornography cause erectile dysfunction?"]]></title><description><![CDATA[
<p>Call me crazy but I don’t need every life decision to be backed by peer reviewed studies. I’m perfectly happy using my intuition to tell me that e.g. yes the more I jerk it to a pixels on screen portraying (often unrealistic) sex the more I’m conditioning myself to have issues with the real thing.<p>I know a number of highly intelligent people in the sciences who make decisions like this (searching/waiting for Science to tell them what’s right) and who laugh at me when I follow intuition/folk knowledge.<p>Don’t get me wrong, academic research is an amazing thing. I follow many research backed protocols for fitness, diet etc. But I also think when it comes to systems as complex as our bodies, there’s much collective wisdom in our intuition and societal traditions that science hasn’t and may never catch up to.</p>
]]></description><pubDate>Tue, 06 Dec 2022 14:45:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=33880718</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33880718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33880718</guid></item><item><title><![CDATA[New comment by jkcorrea in "Extism: Make all software programmable with WebAssembly"]]></title><description><![CDATA[
<p>Congrats on the launch! Just yesterday I was pondering if I could do something like this for a saas I’m working on: I’d like to offer users the ability to extend their dashboard in certain ways (a la WP/Shopify plugins), but those ways require extending the ui AND the server code.<p>Extism seems like a great fit for this, I’ll definitely be checking it out :)</p>
]]></description><pubDate>Thu, 01 Dec 2022 14:59:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=33817045</link><dc:creator>jkcorrea</dc:creator><comments>https://news.ycombinator.com/item?id=33817045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33817045</guid></item></channel></rss>