<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: mariocesar</title><link>https://news.ycombinator.com/user?id=mariocesar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 02:53:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mariocesar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mariocesar in "Ask HN: How long have you been looking for a job?"]]></title><description><![CDATA[
<p>I've been looking for almost two years, though not very actively at first. I had to focus on my health, and job hunting took more energy than I had<p>Two months ago, a local company reached out on LinkedIn. They help with the search. I'm not good at selling myself, so I gave it a shot.<p>They fixed my CV and LinkedIn, and started finding roles for me. Since then, I've had more interviews.<p>The market feels over-automated now. Too much noise, too many filters, too much AI. It's exhausting.</p>
]]></description><pubDate>Mon, 15 Jun 2026 23:51:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48548722</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=48548722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48548722</guid></item><item><title><![CDATA[New comment by mariocesar in "Show HN: Kadō – habit tracker app for iOS, open source and privacy-friendly"]]></title><description><![CDATA[
<p>Just start using it! It really makes sense the % progress.</p>
]]></description><pubDate>Fri, 15 May 2026 23:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48155255</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=48155255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48155255</guid></item><item><title><![CDATA[New comment by mariocesar in "GitHub is sinking"]]></title><description><![CDATA[
<p>Agree with Gitlab as an enterprise alternative. Beautifully boring and safe to have complex teams and permissions. Also has a good enough Terraform support, and a nice workflow to host docker images</p>
]]></description><pubDate>Sun, 10 May 2026 16:57:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48085601</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=48085601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48085601</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p>Location: Santa Cruz, Bolivia (UTC-4)<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies: Python, Django, FastAPI, Postgres, Svelte/Vue/React, Docker, AWS, Terraform, Zapier (Platform/CLI), ETL<p>Résumé/CV: <a href="https://www.linkedin.com/in/mariocesar/" rel="nofollow">https://www.linkedin.com/in/mariocesar/</a> (happy to send PDF)<p>Email: mariocesar "at" humanzilla.com<p>Senior full-stack engineer (10+ yrs). Python/Django-first.<p>I build MVPs that make it to production, and I stabilize/modernize legacy systems without breaking what works. Comfortable across backend, frontend, and infra.<p>Strong on integrations and data flows: Zapier apps (Platform/CLI), ERPs, billing, CRMs, webhooks, ETL. I've spent a lot of time making systems talk to each other reliably.<p>Years of experience in SaaS companies.<p>Ex-integrations @ Zapier / Tesorio. Former CTO/founder.<p>Links: <a href="https://github.com/mariocesar" rel="nofollow">https://github.com/mariocesar</a> <a href="https://mariocesar.xyz/" rel="nofollow">https://mariocesar.xyz/</a></p>
]]></description><pubDate>Fri, 01 May 2026 17:22:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47977425</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=47977425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47977425</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Who wants to be hired? (April 2026)"]]></title><description><![CDATA[
<p>Location: Santa Cruz, Bolivia (UTC-4)<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies: Python, Django, FastAPI, Postgres, Svelte/Vue/React, Docker, AWS, Terraform, Zapier (Platform/CLI), ETL<p>Résumé/CV: <a href="https://www.linkedin.com/in/mariocesar/" rel="nofollow">https://www.linkedin.com/in/mariocesar/</a> (happy to send PDF)<p>Email: mariocesar "at" humanzilla.com<p>Senior full-stack engineer (10+ yrs). Python/Django-first.<p>I build MVPs that make it to production, and I stabilize/modernize legacy systems without breaking what works. Comfortable across backend, frontend, and infra.<p>Strong on integrations and data flows: Zapier apps (Platform/CLI), ERPs, billing, CRMs, webhooks, ETL. I've spent a lot of time making systems talk to each other reliably.<p>Years of experience in SaaS companies.<p>Ex-integrations @ Zapier / Tesorio. Former CTO/founder.<p>Links: <a href="https://github.com/mariocesar" rel="nofollow">https://github.com/mariocesar</a> <a href="https://mariocesar.xyz/" rel="nofollow">https://mariocesar.xyz/</a></p>
]]></description><pubDate>Wed, 01 Apr 2026 16:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47602927</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=47602927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602927</guid></item><item><title><![CDATA[New comment by mariocesar in "Scotty: A beautiful SSH task runner"]]></title><description><![CDATA[
<p>I made something similar years ago, a long one-liner.<p><pre><code>  tar cpf - provision/ | ssh ubuntu@192.168.1.99 "tar xpf - -C /tmp && cd /tmp/provision && bash /tmp/provision/bootstrap.sh && rm -rf /tmp/provision"
</code></pre>
Heres is the full use: <a href="https://gist.github.com/mariocesar/8e674ec40dad6b94114d2a44d9151e23" rel="nofollow">https://gist.github.com/mariocesar/8e674ec40dad6b94114d2a44d...</a><p>I named "Ansible for the Frugal"</p>
]]></description><pubDate>Tue, 31 Mar 2026 20:12:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592808</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=47592808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592808</guid></item><item><title><![CDATA[New comment by mariocesar in "Scotty: A beautiful SSH task runner"]]></title><description><![CDATA[
<p>Feels like Ansible does the same thing, just with nicer output</p>
]]></description><pubDate>Tue, 31 Mar 2026 19:53:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592561</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=47592561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592561</guid></item><item><title><![CDATA[New comment by mariocesar in "I overengineered a spinning top [video]"]]></title><description><![CDATA[
<p>There is a Japanese show that made a Scientist vs Engineers version to build the best Spinning Top:  <a href="https://www.youtube.com/watch?v=-q-hcidtjiM" rel="nofollow">https://www.youtube.com/watch?v=-q-hcidtjiM</a><p>Awesome!</p>
]]></description><pubDate>Wed, 28 Jan 2026 17:08:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46798186</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=46798186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46798186</guid></item><item><title><![CDATA[New comment by mariocesar in "Databases in 2025: A Year in Review"]]></title><description><![CDATA[
<p>Same surprise here. However in practice, the community tends to talk about DuckDB more like a client-side tool than a traditional database</p>
]]></description><pubDate>Mon, 05 Jan 2026 13:48:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46498689</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=46498689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46498689</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Is snapd still controvertial on Ubuntu?"]]></title><description><![CDATA[
<p>> <i>I can’t say I’ve installed a huge number of snaps but when I have they worked</i><p>Thanks. Any apps you avoided installing as snaps?</p>
]]></description><pubDate>Mon, 15 Dec 2025 12:46:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46273777</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=46273777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46273777</guid></item><item><title><![CDATA[Ask HN: Is snapd still controvertial on Ubuntu?]]></title><description><![CDATA[
<p>I've been on Debian and sometimes Arch for years and wanted to try Ubuntu Desktop again. What surprised me is how often Snap shows up as the "Recommended" install way in their docs and others software "Install in Ubuntu" is mostly with Snap.<p>If you're using Ubuntu for Desktop today: how is Snap in practice? Any real pain points or is it basically fine now?<p>It's worthy?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46273731">https://news.ycombinator.com/item?id=46273731</a></p>
<p>Points: 2</p>
<p># Comments: 7</p>
]]></description><pubDate>Mon, 15 Dec 2025 12:42:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46273731</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=46273731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46273731</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Who wants to be hired? (November 2025)"]]></title><description><![CDATA[
<p>Location: Santa Cruz, Bolivia (UTC-4)<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies: Python, Django, FastAPI, Postgres, Svelte/Vue/React, Docker, AWS, Terraform, Zapier (Platform/CLI), ETL<p>Résumé/CV: <a href="https://www.linkedin.com/in/mariocesar/" rel="nofollow">https://www.linkedin.com/in/mariocesar/</a> ask me a PDF by mail.<p>Email: mariocesar "at" humanzilla.com<p>Senior full-stack engineer (10+ yrs). Python + Django are my main tools. Comfortable across backend, frontend, and infra. I build MVPs that turn into products. I also modernize legacy code and keep it running so many times. Deep on integrations & data flows (Zapier, ERPs, billing, CRM). Ex-integrations @ Zapier/Tesorio.<p>Links: GitHub <a href="https://github.com/mariocesar" rel="nofollow">https://github.com/mariocesar</a> · Site <a href="https://mariocesar.xyz/" rel="nofollow">https://mariocesar.xyz/</a></p>
]]></description><pubDate>Mon, 03 Nov 2025 20:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45803727</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45803727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45803727</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Freelancer? Seeking freelancer? (October 2025)"]]></title><description><![CDATA[
<p>SEEKING WORK | Santa Cruz, Bolivia (UTC-4) | Remote: Yes<p>Technologies: Python, Django, FastAPI, Postgres, Svelte/Vue/React, Docker, AWS, Terraform, Zapier (Platform/CLI), ETL<p>Résumé/CV: <a href="https://www.linkedin.com/in/mariocesar/" rel="nofollow">https://www.linkedin.com/in/mariocesar/</a><p>Email: mariocesar [at] humanzilla.com<p>Full-stack, Django-first. I ship MVPs and steady/modernize legacy systems.
Integrations & data flows: Zapier apps/CLI, ERPs, billing, CRMs, webhooks/ETL.  
Collaborative by default, like writing docs. I can learn your domain fast.<p>Ex-integrations @ Zapier/Tesorio. Founder background, hands-on and available for short projects or ongoing work.</p>
]]></description><pubDate>Wed, 01 Oct 2025 20:06:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45442726</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45442726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45442726</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Who wants to be hired? (October 2025)"]]></title><description><![CDATA[
<p>Location: Santa Cruz, Bolivia (UTC-4)<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies: Python, Django, FastAPI, Postgres, Svelte/Vue/React, Docker, AWS, Terraform, Zapier (Platform/CLI), ETL<p>Résumé/CV: <a href="https://www.linkedin.com/in/mariocesar/" rel="nofollow">https://www.linkedin.com/in/mariocesar/</a> ask me a PDF by mail.<p>Email: mariocesar "at" humanzilla.com<p>Senior full-stack engineer (10+ yrs). Python + Django are my main tools. Comfortable across backend, frontend, and infra. I build MVPs that turn into products. I also modernize legacy code and keep it running so many times. Deep on integrations & data flows (Zapier, ERPs, billing, CRM). Ex-integrations @ Zapier/Tesorio. Former CTO/Founder now advising—hands-on and available.<p>Links: GitHub <a href="https://github.com/mariocesar" rel="nofollow">https://github.com/mariocesar</a> · Site <a href="https://mariocesar.xyz/" rel="nofollow">https://mariocesar.xyz/</a></p>
]]></description><pubDate>Wed, 01 Oct 2025 19:05:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45441857</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45441857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45441857</guid></item><item><title><![CDATA[New comment by mariocesar in "Why our website looks like an operating system"]]></title><description><![CDATA[
<p>I open a few pages and then press Command+W, that close the tab :/ muscle memory.<p>However, I really enjoy it!</p>
]]></description><pubDate>Fri, 12 Sep 2025 13:31:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45221940</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45221940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45221940</guid></item><item><title><![CDATA[New comment by mariocesar in "Show HN: Anvil-Install your tool-chain in one command and manage configs easily"]]></title><description><![CDATA[
<p>Nice! I build something similar but without the checks and selection.   my dotfiles include an idempotent install script and a Brewfile with all my packages. The selection and checks features you've added, that's a great touch!<p>Something I'm not able to do nicely is to sync browser profiles, I end up doing all the setup and login step by step, it takes me an hour or so</p>
]]></description><pubDate>Wed, 10 Sep 2025 12:50:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45196888</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45196888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45196888</guid></item><item><title><![CDATA[New comment by mariocesar in "Pico CSS – Minimal CSS Framework for Semantic HTML"]]></title><description><![CDATA[
<p>Yes it does</p>
]]></description><pubDate>Sun, 07 Sep 2025 21:00:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45162099</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45162099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45162099</guid></item><item><title><![CDATA[New comment by mariocesar in "Malleable Software"]]></title><description><![CDATA[
<p>I've been in SaaS for about 17 years, and a pattern I've seen is that for companies customers actually love, customization shows up as a milestone. It helps them find their own way of doing things, but eventually they settle into that way.<p>When it resonates with customers, it feels great.<p>Customizable SaaS is really just a side effect of the deeper need for control, because with control you can execute better. And when that lines up with capital, market fit, and a clear purpose, it creates more than efficiency, it creates meaning.<p>The companies that never settle, always chasing new patterns, usually end up with customers who don't enjoy them and employees who don't enjoy the software either.</p>
]]></description><pubDate>Wed, 27 Aug 2025 14:11:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45040005</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=45040005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45040005</guid></item><item><title><![CDATA[New comment by mariocesar in "Ask HN: Would you get a CS degree today?"]]></title><description><![CDATA[
<p>If the goal is to learn about computer science, then yes absolutely.
However, if the goal is to better one's chances of securing a meaningful and well-paid job, the answer is no.</p>
]]></description><pubDate>Sun, 10 Aug 2025 21:19:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44858384</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=44858384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44858384</guid></item><item><title><![CDATA[New comment by mariocesar in "One Million Screenshots"]]></title><description><![CDATA[
<p>Clicking on the website to view the details appears to be broken</p>
]]></description><pubDate>Sun, 10 Aug 2025 21:14:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44858357</link><dc:creator>mariocesar</dc:creator><comments>https://news.ycombinator.com/item?id=44858357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44858357</guid></item></channel></rss>