<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: paeselhz</title><link>https://news.ycombinator.com/user?id=paeselhz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 22:58:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=paeselhz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by paeselhz in "Ask HN: Does Duolingo Work?"]]></title><description><![CDATA[
<p>I've been using Duolingo to learn French for 1300+ days, and one of my ways to measure real improvement is by comparing how well I would do on the TEF ( Test d'Evaluation de Français). During the first two years, I noticed a clear improvement, mostly because of vocabulary, but Duolingo's interface and the way the classes are built made it harder for me to fully understand some of the subtlety of the language, so I feel like I'm stuck forever at a B1 level, even though I keep progressing on the "Duolingo Score".<p>I believe it is a great tool, especially if you want to skip the beginner's lessons, however, it seems to me to have diminishing returns with time.</p>
]]></description><pubDate>Mon, 09 Dec 2024 14:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42366512</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=42366512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42366512</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: What keyboard and keyboard layout are you using?"]]></title><description><![CDATA[
<p>Logitech MX Keys with Qwerty layout</p>
]]></description><pubDate>Thu, 06 Jun 2024 17:10:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40599861</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=40599861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40599861</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Best way for a Markdown based blog and eBook?"]]></title><description><![CDATA[
<p>I've used Quarto[1] to build a personal blog and it has been really easy and straightforward. Especially if you want to run some code alongside the post (like Python, R, or Julia). As far as I know, you can also use it to write books and presentations.<p>[1]: <a href="https://quarto.org/" rel="nofollow">https://quarto.org/</a></p>
]]></description><pubDate>Fri, 17 May 2024 17:28:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40392286</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=40392286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40392286</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Does anyone have experience running LLMs on a Mac Mini M2?"]]></title><description><![CDATA[
<p>I bought a Mac Mini M2 last year to start playing around with some personal projects, and I did some tests using LM Studio running Mixtral models with pretty good throughput, I also tested Open AI's whisper models to do some transcriptions and those ran fine as well.<p>I do, however, recommend that you upgrade the RAM, 8GB is barely enough as is, so getting at least 16GB would be better. (I don't recommend upgrading the SSD though, since because of Thunderbolt 4 you can have a fast external SSD for half the price that Apple charges for storage).</p>
]]></description><pubDate>Mon, 15 Jan 2024 20:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39006000</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=39006000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39006000</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: What's the stack for your "home-cooked meal" apps?"]]></title><description><![CDATA[
<p>Hahaha, exactly! A simple game that has been around for centuries, and now even Microsoft riddled it with ads and (no idea how or why) paid features. Looks like they took a page from EAs book...</p>
]]></description><pubDate>Fri, 05 Jan 2024 18:35:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38882749</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=38882749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38882749</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: What's the stack for your "home-cooked meal" apps?"]]></title><description><![CDATA[
<p>Recently I've felt overwhelmed by the amount of ads in a simple solitaire game (from many distributors). So I've spent some time learning Unity and built my own Solitaire Game to play during my commute, with no required internet connection, and no loading screen, just like the old days of Solitaire in Windows 98. I'm still pending on adding some features to make the game more complete, but it has been a joyride to learn a new stack while building something completely personal.<p>Other than that I've built some tools just for the sake of exploring some hypothesis that I had, but all of those always felt like work. The game development was something that truly felt like "cooking at home".</p>
]]></description><pubDate>Fri, 05 Jan 2024 14:24:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=38879344</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=38879344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38879344</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Career recommendations for middle a ML engineer"]]></title><description><![CDATA[
<p>I did the Deep Learning Specialization on MLOps which is available on Coursera (<a href="https://www.deeplearning.ai/courses/machine-learning-engineering-for-production-mlops/" rel="nofollow noreferrer">https://www.deeplearning.ai/courses/machine-learning-enginee...</a>), however, I found it too "Tensorflow-oriented" and it did not match the current development stack of the team that I was working on.<p>Most of the knowledge I was able to glue together came from webinars/lives/tutorials/books I found that already solved the same problems I was looking for.<p>If you have a solid Python foundation and already have some experience in Machine Learning in general, I would recommend the Practical MLOps book( <a href="https://www.oreilly.com/library/view/practical-mlops/9781098103002/" rel="nofollow noreferrer">https://www.oreilly.com/library/view/practical-mlops/9781098...</a>), or even Introducing MLOps (<a href="https://www.oreilly.com/library/view/introducing-mlops/9781492083283/" rel="nofollow noreferrer">https://www.oreilly.com/library/view/introducing-mlops/97814...</a>) as starting points.<p>EDIT: Also, nothing beats a good project end-to-end, where you take a toy problem, and try to build an entire stack around it, from the training of simple ML models, tracking the models' versions, creating APIs to serve these models, monitoring, and so on.</p>
]]></description><pubDate>Mon, 20 Nov 2023 20:53:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=38354553</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=38354553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38354553</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Career recommendations for middle a ML engineer"]]></title><description><![CDATA[
<p>My career started as a Data Scientist, but as a necessity from the company I used to work for (and because it was a subject of my interest), I shifted to an MLOps hat. We didn't have many people in that role at the time, but it was really interesting to make this move.<p>Most of my time, I spent trying to better understand how to "approximate" the Data Science/ML workloads to the Development stack of the company, so I spent a lot of time learning about containerization, and multiple ways to deploy those artifacts.  On top of that, I started learning about the CI/CD stack, and introducing the CT (Continuous Training), by tracking metrics of the live models that were being served, and triggering data-drift alerts.<p>Most of my work was done using Python, and the FastAPI library, and the containerization was done mostly using Docker, but I had to gain an understanding of how to deploy it in cloud environments, at the time it was really valuable to learn Terraform to understand how to use Infrastructure as Code.</p>
]]></description><pubDate>Wed, 15 Nov 2023 14:49:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=38277159</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=38277159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38277159</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Seeking Advice – Relocating to Canada as a Software Engineer"]]></title><description><![CDATA[
<p>Hey, recently my wife and I decided to make a similar change, we moved from Brazil to Canada, for her to pursue her studies, and for me to make a professional change, in Brazil I was a Machine Learning Engineer.<p>1. The demand for software-related jobs is quite high, but the breakthrough in some companies (especially big ones) is quite challenging, in part because of the recent waves of layoffs, but a lot of the hiring market here is based on connections. For me, it was especially hard to get a job offer before arriving in the country.<p>2. It depends on where you want to live, but most of the jobs are in large metropolitan areas like Toronto, Montreal, and Vancouver, and a lot of them have been requiring at least hybrid work, so you need to factor in the cost of living in this cities. Afaik, the average Canadian household spends half of their income on living expenses (shelter, heating, power). Also, telecommunication services here are quite expensive, so if you plan to have good internet to work from home, you might need to add a couple hundred dollars to your monthly expenses for that.<p>3. About immigration, the best way is for you to reach an Immigration Attorney or Consultant, each case is particular and there is no one-size-fits-all for this. I've met people from the most diverse backgrounds, with completely different immigration strategies, and it worked out for them. Find what works best for your scenario and customize your immigration strategy based on that.<p>4. I'm still planning to visit Vancouver, but having known Toronto and Montreal, I feel that Toronto is a really good city to start, there are plenty of opportunities, and many Canadian companies choose to have their offices.<p>I would agree with another commenter who said that building a solid portfolio might go a long way in getting job interviews.<p>Good luck on your path!</p>
]]></description><pubDate>Thu, 02 Nov 2023 13:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38113189</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=38113189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38113189</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Holy grails of free, online courses?"]]></title><description><![CDATA[
<p>Hastie and Tibshirani's class on Statistical Learning is a must for someone that wants to learn about ML. All of the classes are available here (<a href="https://www.youtube.com/playlist?list=PLoROMvodv4rOzrYsAxzQyHb8n_RWNuS1e">https://www.youtube.com/playlist?list=PLoROMvodv4rOzrYsAxzQy...</a>) and the book recently got a Python version to complement the original R classes.<p><a href="https://www.statlearning.com/" rel="nofollow noreferrer">https://www.statlearning.com/</a></p>
]]></description><pubDate>Thu, 21 Sep 2023 18:20:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37601710</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=37601710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37601710</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: What niche task/tool websites have you built?"]]></title><description><![CDATA[
<p>Recently I've built a tool to explore Inflation data in Canada ( <a href="https://maplecpi.ca/" rel="nofollow noreferrer">https://maplecpi.ca/</a> ). Certainly not interesting to everyone, but still gave me some insights on the current situation of the economy.</p>
]]></description><pubDate>Wed, 30 Aug 2023 20:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=37328742</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=37328742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37328742</guid></item><item><title><![CDATA[Show HN: MapleCPI – Exploratory tool to view Canadian inflation data]]></title><description><![CDATA[
<p>Article URL: <a href="https://maplecpi.ca/">https://maplecpi.ca/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37149792">https://news.ycombinator.com/item?id=37149792</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Aug 2023 16:45:52 +0000</pubDate><link>https://maplecpi.ca/</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=37149792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37149792</guid></item><item><title><![CDATA[New comment by paeselhz in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://paeselhz.github.io/" rel="nofollow noreferrer">https://paeselhz.github.io/</a><p>Every time I try to put myself to write regularly, I fail miserably. But the ones that I get to complete are mostly related to data analysis on public data that I found interesting, or technologies that I've been working on.</p>
]]></description><pubDate>Tue, 04 Jul 2023 18:07:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=36590428</link><dc:creator>paeselhz</dc:creator><comments>https://news.ycombinator.com/item?id=36590428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36590428</guid></item></channel></rss>