<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: robertbalent</title><link>https://news.ycombinator.com/user?id=robertbalent</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 01:19:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=robertbalent" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[AI Grading in Peer Reviews: Enhancing Coursera's Learning Experience]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.coursera.org/ai-grading-in-peer-reviews-enhancing-courseras-learning-experience-with-faster-high-quality-feedback/">https://blog.coursera.org/ai-grading-in-peer-reviews-enhancing-courseras-learning-experience-with-faster-high-quality-feedback/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41460263">https://news.ycombinator.com/item?id=41460263</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Sep 2024 20:46:06 +0000</pubDate><link>https://blog.coursera.org/ai-grading-in-peer-reviews-enhancing-courseras-learning-experience-with-faster-high-quality-feedback/</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=41460263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41460263</guid></item><item><title><![CDATA[New comment by robertbalent in "Signs that it's time to leave a company"]]></title><description><![CDATA[
<p>> way more coffee breaks<p>That’s upside.</p>
]]></description><pubDate>Wed, 10 Jan 2024 22:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=38944362</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=38944362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38944362</guid></item><item><title><![CDATA[New comment by robertbalent in "Three Hundred Walks"]]></title><description><![CDATA[
<p>That’s a lot of walks!<p>Is there an app that will generate walking routes, so you visit different streets each time?<p>If I wanted to develop something like this, where would I start?</p>
]]></description><pubDate>Thu, 30 Sep 2021 09:03:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=28704402</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=28704402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28704402</guid></item><item><title><![CDATA[Sextant]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Sextant">https://en.wikipedia.org/wiki/Sextant</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27083004">https://news.ycombinator.com/item?id=27083004</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 08 May 2021 02:07:31 +0000</pubDate><link>https://en.wikipedia.org/wiki/Sextant</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=27083004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27083004</guid></item><item><title><![CDATA[New comment by robertbalent in "Ask HN: I've realized I'm a bad software engineer and I'm over 30, what's next?"]]></title><description><![CDATA[
<p>For me, this sounds like a developer with a lot of potential. You realized your weaknesses and want to improve. That's a big step forward.<p>To improve, you need to work on projects with more senior developers.<p>Few things that work for me well:<p>1. Talk with a senior person about everything you are going to do. How are you going to architect and implement stuff. You will learn a lot just by talking with smart people.<p>2. Have all your code reviewed by a senior person. It's good practice to do code reviews anyway.<p>3. Iterate quickly. Preferably, submit your code for review every day. This way you will get immediate feedback and can improve rapidly. I'm even often submitting empty classes and methods just to outline data flow and overall design.</p>
]]></description><pubDate>Wed, 31 Mar 2021 19:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=26652100</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=26652100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26652100</guid></item><item><title><![CDATA[New comment by robertbalent in "Short fat engineers are undervalued"]]></title><description><![CDATA[
<p>Is it really true?<p>A lot of companies are focusing on hiring "short fat" engineers. Especially companies having "dev ops" engineering model, where engineers must be able to work on all stages of the product lifecycle - from design, development, testing, to deployment and operations.</p>
]]></description><pubDate>Fri, 12 Feb 2021 22:42:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=26119411</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=26119411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26119411</guid></item><item><title><![CDATA[New comment by robertbalent in "Ask HN: What is the most rewarding thing you learnt/ recently?"]]></title><description><![CDATA[
<p>Was the stock GME?</p>
]]></description><pubDate>Sun, 31 Jan 2021 20:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=25982502</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25982502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25982502</guid></item><item><title><![CDATA[New comment by robertbalent in "Ask HN: Is there a resource to help choose the right DB for you needs?"]]></title><description><![CDATA[
<p>As for a practical advice:<p>Just use PostgreSQL. You can get really really far with just an SQL database and few indexes. It's enough for 99% of projects.<p>This has two big advantages:<p>1. PostgreSQL is a reliable, high performant database, which has been proven over time. So you are not going to deal with weird issues and can focus on your project.<p>2. You will learn SQL which you are going to use throughout your whole career.<p>And if you decide to go this way, read this: <a href="https://use-the-index-luke.com/" rel="nofollow">https://use-the-index-luke.com/</a></p>
]]></description><pubDate>Tue, 26 Jan 2021 04:51:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=25912687</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25912687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25912687</guid></item><item><title><![CDATA[New comment by robertbalent in "Ask HN: Anyone know any funny programming jokes?"]]></title><description><![CDATA[
<p>Why do Java programmers wear glasses? Because they don't C#.</p>
]]></description><pubDate>Wed, 20 Jan 2021 19:59:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=25851179</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25851179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25851179</guid></item><item><title><![CDATA[New comment by robertbalent in "Are We Really Engineers?"]]></title><description><![CDATA[
<p>However, this is not enforced at all for software engineers.<p>So in lot of companies the official title is software engineer even without any accreditation.</p>
]]></description><pubDate>Mon, 18 Jan 2021 21:31:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=25826893</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25826893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25826893</guid></item><item><title><![CDATA[A Free SSL Certificate Monitoring]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.monitoria.ca/posts/free-ssl-certificate-monitoring/">https://blog.monitoria.ca/posts/free-ssl-certificate-monitoring/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25457818">https://news.ycombinator.com/item?id=25457818</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 17 Dec 2020 17:32:28 +0000</pubDate><link>https://blog.monitoria.ca/posts/free-ssl-certificate-monitoring/</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25457818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25457818</guid></item><item><title><![CDATA[New comment by robertbalent in "Ask HN: How to Get into Google?"]]></title><description><![CDATA[
<p>As mentioned before, work on your Leetcode skills. Be sure you can talk while solving them on whiteboard.<p>From books I like "Elements of Programming Interviews" and also "Cracking the coding interview", even though it's little lightweight.<p>Then make your LinkedIn profile nice and shiny and contact the recruiters.</p>
]]></description><pubDate>Tue, 15 Dec 2020 09:51:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=25428647</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25428647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25428647</guid></item><item><title><![CDATA[New comment by robertbalent in "Show HN: Monitoria – free uptime and SSL monitoring for your website"]]></title><description><![CDATA[
<p>Made an update and now the expiration time of all certificates in the certificate chain is checked.<p>Thanks!</p>
]]></description><pubDate>Fri, 11 Dec 2020 02:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=25381524</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25381524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25381524</guid></item><item><title><![CDATA[New comment by robertbalent in "Show HN: Monitoria – free uptime and SSL monitoring for your website"]]></title><description><![CDATA[
<p>Thank you for the feedback. You are right, checking the whole chain is important.<p>I'm already partially supporting this but need to do few changes.<p>The intermediate certificates returned when making the request are checked. The system will use the earliest expiration time.<p>However, the root certificate (which is stored locally) is not checked.<p>I'll add the feature and update the documentation.<p>Thanks.</p>
]]></description><pubDate>Thu, 10 Dec 2020 03:55:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=25369489</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25369489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25369489</guid></item><item><title><![CDATA[New comment by robertbalent in "Show HN: Monitoria – free uptime and SSL monitoring for your website"]]></title><description><![CDATA[
<p>Hi,<p>My name is Robert and I'm the creator of Monitoria.<p>I've submitted Show HN around 2 months ago but it didn't get any traction [1].<p>Since then I introduced a free plan and SSL certificate monitoring.<p>Please check it out and let me know what you think. I'll be happy to hear any feedback.<p>Thank you very much!<p>Robert<p>[1] <a href="https://news.ycombinator.com/item?id=24768929" rel="nofollow">https://news.ycombinator.com/item?id=24768929</a></p>
]]></description><pubDate>Wed, 09 Dec 2020 22:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=25366091</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25366091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25366091</guid></item><item><title><![CDATA[Show HN: Monitoria – free uptime and SSL monitoring for your website]]></title><description><![CDATA[
<p>Article URL: <a href="https://monitoria.ca">https://monitoria.ca</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25366083">https://news.ycombinator.com/item?id=25366083</a></p>
<p>Points: 3</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 09 Dec 2020 22:20:36 +0000</pubDate><link>https://monitoria.ca</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25366083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25366083</guid></item><item><title><![CDATA[New comment by robertbalent in "The “Perfect” EQ Settings: Unmasking the EQ (2010)"]]></title><description><![CDATA[
<p>If you are on linux, you can try this equalizer setting by installing PulseEffects and selecting ziyad-perfecteq from the equalizer presets.</p>
]]></description><pubDate>Mon, 23 Nov 2020 21:56:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=25192420</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25192420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25192420</guid></item><item><title><![CDATA[The “Perfect” EQ Settings: Unmasking the EQ (2010)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq">https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25192354">https://news.ycombinator.com/item?id=25192354</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 23 Nov 2020 21:50:01 +0000</pubDate><link>https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25192354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25192354</guid></item><item><title><![CDATA[New comment by robertbalent in "Moving from Macbook to Linux"]]></title><description><![CDATA[
<p>I switched to linux about a year ago (after 4 years with Mac and 10 years with linux before).<p>However, transition was anything but smooth. I have Thinkpad X1 Carbon 7th Gen and there was plenty of issues, especially with audio/hardware support. For example:<p>- Laptop has 4 speakers and it took months until they started working properly<p>- There is weird cracking when using headphones (need to run command to fix it)<p>- Attaching/detaching headphones will reset volume (created acpi hook which will change volume for me)<p>- Fingerprint sensor not working (fixed now)<p>- CPU throttling (need to use throttled fix)<p>- Sleep/Suspend issues (fixed now)<p>- Of course some minor scaling issues<p>But in general, I'm very happy with my setup. I know about every service running and every package installed. This way I can keep my system lean and super fast.<p>Also, big thanks to people updating Arch Wiki, otherwise I would be completely screwed.</p>
]]></description><pubDate>Fri, 20 Nov 2020 20:44:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=25164735</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25164735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25164735</guid></item><item><title><![CDATA[New comment by robertbalent in "Dev Fonts"]]></title><description><![CDATA[
<p>I believe all of these fonts can be used without ligatures.<p>If I want to use ligatures, I have to explicitly enable it in my code editor.</p>
]]></description><pubDate>Fri, 20 Nov 2020 12:05:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=25159665</link><dc:creator>robertbalent</dc:creator><comments>https://news.ycombinator.com/item?id=25159665</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25159665</guid></item></channel></rss>