<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: joddystreet</title><link>https://news.ycombinator.com/user?id=joddystreet</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 08:38:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=joddystreet" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by joddystreet in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>- Web-based, self-hosted database client (a PopSQL alternative)  - <a href="https://github.com/p-raj/collab-sqlc" rel="nofollow">https://github.com/p-raj/collab-sqlc</a><p>- Loaders/Spinners should be fun - <a href="https://github.com/p-raj/pixi-loader" rel="nofollow">https://github.com/p-raj/pixi-loader</a></p>
]]></description><pubDate>Mon, 15 Jun 2026 08:20:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48538198</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48538198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48538198</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>Good point, will update the repo. Though, the comics generated by the local llms all kinda suck.
And, not setting this up for yourself is smart, it kind of fills up the disk pretty fast. All the recordings, local llms, etc.</p>
]]></description><pubDate>Tue, 09 Jun 2026 15:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48462374</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48462374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48462374</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>There’s another one I’m planning to start - subtitles for your conference calls. 
It would generate netflix like expressive subtitles such as - “uncomfortable silence ensues”, “looks at a distance”, “playful music in the background” etc.</p>
]]></description><pubDate>Tue, 09 Jun 2026 08:49:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48458438</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48458438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48458438</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>- self-hosted POPSQL alternative - <a href="https://github.com/p-raj/collab-sqlc" rel="nofollow">https://github.com/p-raj/collab-sqlc</a><p>- CleanMyMac alternative based on opensource tools - <a href="https://github.com/p-raj/open-cleanmymac" rel="nofollow">https://github.com/p-raj/open-cleanmymac</a><p>- Standup meetings to comic generation - <a href="https://github.com/p-raj/standup-to-comics" rel="nofollow">https://github.com/p-raj/standup-to-comics</a><p>- Configurable Pomodoro - <a href="https://github.com/p-raj/open-tomato" rel="nofollow">https://github.com/p-raj/open-tomato</a><p>A few more closed source ones that aren't any close to be in a working state.</p>
]]></description><pubDate>Tue, 09 Jun 2026 05:47:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48456997</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48456997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48456997</guid></item><item><title><![CDATA[Ask HN: What's an advice that you no longer give? Why?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48352580">https://news.ycombinator.com/item?id=48352580</a></p>
<p>Points: 7</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 01 Jun 2026 04:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48352580</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48352580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48352580</guid></item><item><title><![CDATA[Show HN: Self-hosted collaborative SQL editor for teams]]></title><description><![CDATA[
<p>I built a self-hostable web-based sql client interfaces for me and my team.<p>We were using the community version of - <a href="https://dbeaver.io" rel="nofollow">https://dbeaver.io</a>, but we needed a few more features and an improved editor. PopSQL was a modern take on web based sql editor, but it didn't fit into the infra security setup we have.<p>We needed:<p><pre><code>  - SSO
  - Audit logs
  - Modern editor (https://www.pgcli.com/ like hints)
  - Sharable queries
  - Explain queries (https://explain.dalibo.com/ embedded)
  - Query as API service
  - Schema exploration (https://dbdiagram.io/ embedded)
  - Fixed client IP
</code></pre>
With the help of Copilot + GPT-5.5 + GPT-5.4, I was able to build this and have been using in-house since a couple of months now. Presently, it only supports PostgreSQL and ClickHouse.<p>The Roadmap:<p><pre><code>  - Scheduled queries
  - Query pipeline and workflows
  - Embeddable Dashboard builder
  - Edge AI Assistant — Browser-local LLM for query explanation and generation
  - More database drivers — SQLite, Duckdb, Redis
</code></pre>
Please fork it, extend it and make it fit for your own use-cases.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48274780">https://news.ycombinator.com/item?id=48274780</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 26 May 2026 03:54:19 +0000</pubDate><link>https://github.com/p-raj/collab-sqlc/</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=48274780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274780</guid></item><item><title><![CDATA[AI sells swords at dawn and shields at dusk]]></title><description><![CDATA[
<p>Article URL: <a href="https://the-ken.com/the-nutgraf/ai-sells-swords-at-dawn-and-shields-at-dusk/">https://the-ken.com/the-nutgraf/ai-sells-swords-at-dawn-and-shields-at-dusk/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44668274">https://news.ycombinator.com/item?id=44668274</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 24 Jul 2025 08:12:44 +0000</pubDate><link>https://the-ken.com/the-nutgraf/ai-sells-swords-at-dawn-and-shields-at-dusk/</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=44668274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44668274</guid></item><item><title><![CDATA[Ask HN: What are you working on? Share what's interesting about the problem?]]></title><description><![CDATA[
<p>What are you working on? What’s most challenging, interesting about the work or the problem?<p>Are you using any AI tools? What does your setup/workflow look like? Where do you find it most useful/ least useful.<p>What other tools are you looking to further explore/excited about?<p>As for me — 
I am currently working on building data pipelines, merging data from various sources into our database, finally mapping the data to our entities. 
The work is pretty straightforward, not very challenging.<p>The most exciting part for me is just exploring the patterns to build out the solution.
I have built integrations 4 times, ground up, until now. Always with a different data processing pattern goal in mind.<p>And here I find the copilot very useful, the threshold of picking a goal, that is learning about various ways of achieving the same end product goal with different constraints.<p>I don’t enjoy the `chat`, I don’t use `auto-test` generation, I sometimes use the `explain`, and I am truly grateful for the autopilot when it comes to remembering the syntax.<p>On the other hand, when I am in the flow, and stop to think about something, I find the autopilot auto-compete to be distracting, and often it’s just more work to review the code it suggests.
Now, this could be my shortcomings/skill-gaps, I am open to accept that, have not thought about it quite deeply.<p>Apart from copilot, I use Claude, to generate throwaway code, and the quick scripts.<p>I am not using any other tools, I keep exploring though, but didn’t find  utility in paying up for other copilots/coworkers/ai-tools.<p>Non AI-tool that I am trying these days is Zed editor.<p>After working as a full-stack for quite some years now, the next technology I want to work on is database.<p>Not sure how long it would take, but I want to switch domain to becoming a database developer, and hopefully with copilot reducing the threshold of experimentation, I might finally be able to!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40616305">https://news.ycombinator.com/item?id=40616305</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 08 Jun 2024 09:07:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40616305</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=40616305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40616305</guid></item><item><title><![CDATA[Ask HN: How to become a coder who can design?]]></title><description><![CDATA[
<p>It’s like - the designer who can code, but the other way around.<p>- What are the tools of trade?  
- Learning Resources, courses, blogs, people to know and follow 
- Roadmap 
- How long would it take to come to become a “junior designer “ (if that’s a thing)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35759786">https://news.ycombinator.com/item?id=35759786</a></p>
<p>Points: 14</p>
<p># Comments: 11</p>
]]></description><pubDate>Sun, 30 Apr 2023 04:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=35759786</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=35759786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35759786</guid></item><item><title><![CDATA[Ask HN: Interesting and Topic Specific Slack Workspaces You've Joined?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34705594">https://news.ycombinator.com/item?id=34705594</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Feb 2023 08:29:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=34705594</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=34705594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34705594</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What is the most impactful thing you've built?"]]></title><description><![CDATA[
<p>Internet infrastructure monitoring, monitors a third of India’s internet backbone, and a 100% of that of Bhutan. In production since 2014.<p>Python, C/C++, Perl, Celery, Redis, MySQL, Bare Metal.</p>
]]></description><pubDate>Sat, 19 Nov 2022 06:51:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=33667720</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=33667720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33667720</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: Is there a resource available for designers like the roadmap.sh/"]]></title><description><![CDATA[
<p>- app
- illustration<p>not even sure how many fields of expertise the designers have. that’s why something like roadmap.sh makes a total sense. provide someone interested a high level overview of the possible categories and then go deeper in the categories</p>
]]></description><pubDate>Wed, 20 Jul 2022 11:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32164403</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=32164403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32164403</guid></item><item><title><![CDATA[Ask HN: Is there a resource available for designers like the roadmap.sh/]]></title><description><![CDATA[
<p>https://roadmap.sh/ provides a good enough overview of concepts, tools, career paths for becoming a developer.<p>How about becoming a designer?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32134477">https://news.ycombinator.com/item?id=32134477</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 18 Jul 2022 03:56:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=32134477</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=32134477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32134477</guid></item><item><title><![CDATA[Ask HN: How to navigate an interview where the interviews has it against you]]></title><description><![CDATA[
<p>In a recent interview around culture fit, I got a feeling that the interviewer had some agenda against me.<p>I was frequently cut mid sentences, without me being able to build the complete context, and was asked to drill into a negative aspect of the answer.<p>My answers were frequently negated, with interviewer simply stating- “i think here you are wrong and this could be changed”. Upon asking what or how, the reply was - some random philosophy and with the onto the next question.<p>I lost my temper, and to no surprise wasn’t able to move forward in the interview.<p>I might have read the signs wrong, but, I got a feeling that interviewer really got something against me.<p>How to navigate such a situation? Have you ever faces such a situation and were you able to navigate that discussion in your own favor?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31852451">https://news.ycombinator.com/item?id=31852451</a></p>
<p>Points: 8</p>
<p># Comments: 20</p>
]]></description><pubDate>Thu, 23 Jun 2022 17:31:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=31852451</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=31852451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31852451</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What is a movie you keep watching again every couple of years?"]]></title><description><![CDATA[
<p>- Sin City<p>- Forrest Gump</p>
]]></description><pubDate>Thu, 09 Jun 2022 12:15:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=31680224</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=31680224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31680224</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: Why Did VSCode Win?"]]></title><description><![CDATA[
<p>what are you using? as a code editor of course.<p>By win, I mean, it has a blazing adoption rate. Nearly all the libraries (eg tailwinds) is coming with VS Code plugin.<p>VS code clearly is something devs are paying attention to.<p><a href="https://www.google.com/search?q=code+editor+market+share" rel="nofollow">https://www.google.com/search?q=code+editor+market+share</a></p>
]]></description><pubDate>Thu, 09 Jun 2022 12:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=31680160</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=31680160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31680160</guid></item><item><title><![CDATA[Ask HN: Why Did VSCode Win?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31677584">https://news.ycombinator.com/item?id=31677584</a></p>
<p>Points: 7</p>
<p># Comments: 15</p>
]]></description><pubDate>Thu, 09 Jun 2022 04:33:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=31677584</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=31677584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31677584</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: What book changed your life?"]]></title><description><![CDATA[
<p>Behave - Robert Sapolsky
<a href="https://www.goodreads.com/book/show/31170723-behave" rel="nofollow">https://www.goodreads.com/book/show/31170723-behave</a></p>
]]></description><pubDate>Sun, 20 Mar 2022 03:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=30739779</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=30739779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30739779</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: Best “I brought down production” story?"]]></title><description><![CDATA[
<p>BTW, the software is still being used by their OPS team, it’s used to monitor a third of India’s internet backbone infrastructure.<p>The guys who caught me were the actual users of the software, their team actually.<p>Saves them a millions of $ per annum, because of being able to meet SLA.<p>It’s now running for 7 years in their NOC.<p>Users revolted against their CIO (second or third replacement CIO), who proposed replacing this software (and others in their NOC), with an HP unified monitoring suite(a part of CIO’s digital transformation initiative). Apart from this software, rest of the monitoring systems have been replaced.<p>:)</p>
]]></description><pubDate>Sun, 27 Jun 2021 11:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=27650558</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=27650558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27650558</guid></item><item><title><![CDATA[New comment by joddystreet in "Ask HN: Best “I brought down production” story?"]]></title><description><![CDATA[
<p>I was sitting in an escalation-call, called by one of our most important customer and India’s largest ISP. 
There were 13 of them, 3 of us, and only 1 technical (that’s me).
Things were super intense, extremely heated debates were going on, I was fixing a few issues, while answering the questions coming my way, in parallel I was also chatting with my teammates, who were back in the office and were on support calls with the same client’s ops team.
And, then it happened - 
rm -rf /var/lib/mysql (i was already sudo su)<p>Escalation got further escalated - “Dashboard is not opening”<p>For a moment, I was shell-shocked, couldn’t hear a thing, just sitting there frozen.<p>Then i remembered the backup, i, against my usual style, took and the mysql replica i hosted, just as an insincere effort to calm the people in the room, i got to work. Restored the database, re-ram a few etl jobs, and we were back up online.<p>I was relieved, and actually quite happy, started interacting with the people in the room again, and showed them the system robustness even under a disaster, two of the 13 caught my bluff, but were smiling, They winked, turned back to face the others, and the heated debate continued.<p>The escalation went up till the CIO, but the guys who caught my bluff, never gave my deed away (in return i had to code a few more features and reports, just for them).<p>Don’t multitask, especially with a sudo access.</p>
]]></description><pubDate>Sun, 27 Jun 2021 06:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=27649067</link><dc:creator>joddystreet</dc:creator><comments>https://news.ycombinator.com/item?id=27649067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27649067</guid></item></channel></rss>