<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: gerlv</title><link>https://news.ycombinator.com/user?id=gerlv</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 09:21:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gerlv" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gerlv in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Building DynoWizard [1] - tool for designing single table DynamoDB tables.<p>I first used DynamoDB 8 years ago and have been designing single-table schemas heavily since. For me, the best way to create drafts was always pen and paper (and then excel/confluence tables), but in reality it's a process (based on The DynamoDB Book) that can be automated to an extent.<p>Decided to build an app while on paternity leave. You define entities and access patterns, create (or get suggested) key and GSI design, and generate code for access patterns (TypeScript and Python), infrastructure (CDK, CloudFormation, Terraform), and documentation you can share with stakeholders.<p>There's more I want to build beyond the MVP - things around understanding and validating designs that you can't get from a chatbot - but for now focusing on the core.<p>If anyone wants to try it out, sign up for the waitlist on the landing page. MVP should be ready in the next few weeks.<p>[1] <a href="https://www.dynowizard.com" rel="nofollow">https://www.dynowizard.com</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 08:08:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47306092</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=47306092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47306092</guid></item><item><title><![CDATA[New comment by gerlv in "When so much knowledge is produced every day, how do you keep up?"]]></title><description><![CDATA[
<p>1. Treat it as a stream - you can't catch all of it as there is so much info, just catch something interesting, read it, and don't stress out if you didn't catch something else. There will always be something else to read.<p>2. Most of the sources you've mentioned are push-based - i.e. someone else is pushing this new info onto you (newsletters, youtube, podcasts, news). This increases FOMO. Instead, try to implement a pull-based approach and only seek and read info that is relevant to what you want to learn, read. It's a lot harder than it seems, but my guess it's harder due to default.<p>Last year, I re-tried[1] the experiment of not using the internet for entertainment for a few months, only for work and life admin. To catch up with news, I subscribed to a paper-based weekly newspaper. If there is something important in the world, you will find out about it, someone will tell you. But this will help a ton with anxiety and mental health.<p>The other thing I realised - when I listen to podcast and go into info overload, I get burned out a lot quicker. Listening to podcasts while working is the worst. I removed all podcast subscriptions and only started adding those that I want to listen + limit when I listen to these episodes.<p>[1] <a href="https://oleggera.com/blog/life-with-no-internet/" rel="nofollow">https://oleggera.com/blog/life-with-no-internet/</a></p>
]]></description><pubDate>Tue, 01 Apr 2025 11:16:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43545403</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=43545403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43545403</guid></item><item><title><![CDATA[ScreenAI: A Vision-Language Model for UI and Infographics Understanding]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2402.04615">https://arxiv.org/abs/2402.04615</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39516336">https://news.ycombinator.com/item?id=39516336</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 26 Feb 2024 20:24:47 +0000</pubDate><link>https://arxiv.org/abs/2402.04615</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=39516336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39516336</guid></item><item><title><![CDATA[An Interactive Agent Foundation Model]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2402.05929">https://arxiv.org/abs/2402.05929</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39361624">https://news.ycombinator.com/item?id=39361624</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 Feb 2024 19:23:10 +0000</pubDate><link>https://arxiv.org/abs/2402.05929</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=39361624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39361624</guid></item><item><title><![CDATA[New comment by gerlv in "Show HN: A simple ChatGPT prompt builder"]]></title><description><![CDATA[
<p>This looks cool and I would definitely use it as at the moment manually type "Act as ..., this is the context, ... etc" to improve the responses.<p>Side note - this is a single page with a few paragraphs, why is it 1.4MB in size (300kb gzipped)? It's just insane size for the amount of functionality it provides.</p>
]]></description><pubDate>Wed, 31 Jan 2024 11:48:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39202678</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=39202678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39202678</guid></item><item><title><![CDATA[New comment by gerlv in "Show HN: A simple ChatGPT prompt builder"]]></title><description><![CDATA[
<p>For API responses that require valid JSON - you can make requests in JSON mode - <a href="https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format" rel="nofollow">https://platform.openai.com/docs/api-reference/chat/create#c...</a><p>Edit: url to API docs</p>
]]></description><pubDate>Wed, 31 Jan 2024 11:44:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39202653</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=39202653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39202653</guid></item><item><title><![CDATA[Universal Android Debloater]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/0x192/universal-android-debloater">https://github.com/0x192/universal-android-debloater</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39039813">https://news.ycombinator.com/item?id=39039813</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 18 Jan 2024 09:39:11 +0000</pubDate><link>https://github.com/0x192/universal-android-debloater</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=39039813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39039813</guid></item><item><title><![CDATA[New comment by gerlv in "Ask HN: What is a failed project that deserves another shot?"]]></title><description><![CDATA[
<p>Google Wave, there were some features that were amazing like splitting messages in their own threads to branch off some ideas and keep conversations on track.</p>
]]></description><pubDate>Thu, 31 Aug 2023 17:04:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37340384</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=37340384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37340384</guid></item><item><title><![CDATA[The Annotated Transformer (2022)]]></title><description><![CDATA[
<p>Article URL: <a href="https://nlp.seas.harvard.edu/annotated-transformer/">https://nlp.seas.harvard.edu/annotated-transformer/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35746413">https://news.ycombinator.com/item?id=35746413</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 28 Apr 2023 20:05:23 +0000</pubDate><link>https://nlp.seas.harvard.edu/annotated-transformer/</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=35746413</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35746413</guid></item><item><title><![CDATA[Show HN: Genome - AI based Instagram post generation tool]]></title><description><![CDATA[
<p>Hey, HN community,<p>We are excited to launch Genome today!<p>Genome is a brand intelligence tool for e-commerce. With just a few clicks, we’re able to create you a new instagram post for your specific brand and product.<p>We've worked with brand experts across the industry to understand what makes a brand appealing and unique.<p>With Genome, you can generate and post customised Instagram publications (image and caption) in your brand's tone of voice, in one tool. Try it for free today. No more hours wasted thinking about a witty caption. No more dollars spent on a social media manager that does not understand your brand's values. Genome can publish a post for you on Instagram in just a few clicks.<p>We use Large Language Models (GPT3), image-to-text models (OFA), and Generative AI (fined tuned Stable Diffusion to maintain product fidelity) to achieve this.<p>Would love your feedback to make the tool better for you along the way.<p>Website: <a href="https://genome.build" rel="nofollow">https://genome.build</a><p>ProductHunt page: <a href="https://www.producthunt.com/posts/genome-2" rel="nofollow">https://www.producthunt.com/posts/genome-2</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34521042">https://news.ycombinator.com/item?id=34521042</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Jan 2023 17:13:26 +0000</pubDate><link>https://genome.build</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=34521042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34521042</guid></item><item><title><![CDATA[JQ Wysiwyg Web Editor]]></title><description><![CDATA[
<p>Article URL: <a href="https://jqterm.com">https://jqterm.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=28799747">https://news.ycombinator.com/item?id=28799747</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 Oct 2021 14:33:39 +0000</pubDate><link>https://jqterm.com</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=28799747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28799747</guid></item><item><title><![CDATA[New comment by gerlv in "Ask HN: How to find the energy for side projects after day job?"]]></title><description><![CDATA[
<p>That's what I do as well and can recommend it.<p>I found I have more energy and focus as everyone else is getting ready for their day.<p>The secret is not to go to HN, twitter, etc :)<p>If you can't find time in the morning, meditating after you finish your day job also helps.<p>It's like leaving all thoughts about work at work and continue with fresh(er) state.</p>
]]></description><pubDate>Thu, 21 Jan 2021 20:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=25863867</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25863867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25863867</guid></item><item><title><![CDATA[New comment by gerlv in "Ask HN: What are you working on?"]]></title><description><![CDATA[
<p>McPiper - macOS status bar app that monitors GitLab CI/CD pipelines and notifies you if they fail.<p>This month released support for on prem GitLab instances, and now working on adding GitHub actions.<p>Website <a href="https://www.mcpiper.app/" rel="nofollow">https://www.mcpiper.app/</a><p>AppStore: <a href="https://apps.apple.com/us/app/mcpiper/id1517471189?ls=1" rel="nofollow">https://apps.apple.com/us/app/mcpiper/id1517471189?ls=1</a><p>Promo codes if someone wants to try it out:<p>KFFLRRFXP6HY<p>39RRKX7KKRTK<p>6TLXLKEM9PRF<p>A4649W4Y7NA9<p>ELNM4F73EYTM<p>Also wrote a blog post on building McPiper v1 a few weeks ago: <a href="https://oleggera.com/blog/mcpiper-v1/" rel="nofollow">https://oleggera.com/blog/mcpiper-v1/</a></p>
]]></description><pubDate>Fri, 15 Jan 2021 08:50:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=25788512</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25788512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25788512</guid></item><item><title><![CDATA[New comment by gerlv in "Ask HN: How to increase SWE salaries in Europe?"]]></title><description><![CDATA[
<p>I was in the same position when I started working at the first company.<p>They just continued to pay the same salary after I graduated.<p>Until you reach senior level, the best strategy for maximising salary is to switch to better paying jobs every ~2 years.<p>Also, I assume you are from Latvia as you have LV in your username - 1k is waaay to low. I have friends making 3.5k eur a month. You can find mid level positions that pay more than 2k/m</p>
]]></description><pubDate>Thu, 14 Jan 2021 08:01:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=25773496</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25773496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25773496</guid></item><item><title><![CDATA[New comment by gerlv in "Show HN: McPiper 1.3 – track Gitlab CI/CD pipelines from macOS status bar"]]></title><description><![CDATA[
<p>Hi Marc, thank you for the detailed feedback, it's very useful!<p>> - the popup to allow notification did not come (after manually allowing it works)<p>What's your macOS version? I've tried replicating it, but seems to work ok. It should ask at the last screen during the onboarding.<p>> - the name seems a bit weird, I guess the Mc comes from Mac?<p>Correct, it's a short version of Mac<p>> - I would prefer to have a setting that filters pipelines that are triggered by me only<p>Yep, it's on the radar, as this data isn't available directly from the GraphQL pipeline object, it requires another REST request to GitLab<p>> - you can open the preferences window unlimited times<p>That should be a quick fix<p>> - a bit weird that it requires write access but I guess that's a problem of GitLabs permission management<p>Yeah, I've raised it with them as docs dont't specify it at all, the ticket still open after 7 months</p>
]]></description><pubDate>Tue, 12 Jan 2021 20:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=25753282</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25753282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25753282</guid></item><item><title><![CDATA[New comment by gerlv in "Show HN: McPiper 1.3 – track Gitlab CI/CD pipelines from macOS status bar"]]></title><description><![CDATA[
<p>Hey everyone,<p>McPiper 1.3 release is out with private GitLab servers support.<p>Let me know what you think!<p>McPiper is a macOS status bar app that tracks GitLab CI/CD pipelines and sends notifications when the pipelines fail.<p>Some promo codes:<p>34F6PPN7RWP4<p>NYWXXK9K4NEH<p>F36NLF7TW3FY<p>WLNFKXRL77FR<p>L3LHELRXFLMF</p>
]]></description><pubDate>Mon, 11 Jan 2021 18:22:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=25733318</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25733318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25733318</guid></item><item><title><![CDATA[Show HN: McPiper 1.3 – track Gitlab CI/CD pipelines from macOS status bar]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mcpiper.app/">https://www.mcpiper.app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25733297">https://news.ycombinator.com/item?id=25733297</a></p>
<p>Points: 4</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 11 Jan 2021 18:21:35 +0000</pubDate><link>https://www.mcpiper.app/</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25733297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25733297</guid></item><item><title><![CDATA[Buster: Captcha Solver for Humans]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/dessant/buster">https://github.com/dessant/buster</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25227251">https://news.ycombinator.com/item?id=25227251</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Nov 2020 10:13:16 +0000</pubDate><link>https://github.com/dessant/buster</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=25227251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25227251</guid></item><item><title><![CDATA[New comment by gerlv in "Ask HN: What do you use to store recipes?"]]></title><description><![CDATA[
<p>Notion. Their browser plugin saves the page content + keeps the link. It's been really useful as I can find the recipes quickly on my mobile when cooking.</p>
]]></description><pubDate>Sun, 05 Jul 2020 18:48:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=23740917</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=23740917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23740917</guid></item><item><title><![CDATA[New comment by gerlv in "Show HN: McPiper – monitor Gitlab CI/CD pipelines from macOS status bar"]]></title><description><![CDATA[
<p>Hey Hacker News,<p>I'm Oleg, maker of McPiper. I've built it to help me monitor GitLab pipelines. While coding I don't look at my emails and I was missing failed pipeline notifications.<p>McPiper is macOS app that lives in the status bar and when a pipeline fails it will highlight it in red and will show the notification.<p>Let me know if you have any questions or comments.<p>I also plan to add GitHub Actions soon. Let me know if you like to see any other CI / CD tool.</p>
]]></description><pubDate>Sun, 05 Jul 2020 08:25:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=23737332</link><dc:creator>gerlv</dc:creator><comments>https://news.ycombinator.com/item?id=23737332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23737332</guid></item></channel></rss>