<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: akras14</title><link>https://news.ycombinator.com/user?id=akras14</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 00:54:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=akras14" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Ask HN: Generative AI Enthusiasts Community]]></title><description><![CDATA[
<p>I enjoy automating small things in my daily life with LLMs and Python.<p>I was looking to join a group of like minded individuals to converse about this technology. Perhaps an active Slack or WhatsApp up group.<p>Any recommendations?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43752954">https://news.ycombinator.com/item?id=43752954</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 21 Apr 2025 15:20:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43752954</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=43752954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43752954</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: Who is hiring? (December 2024)"]]></title><description><![CDATA[
<p>AppFolio | Full-Stack Software Engineer | Full Time | Remote (US)<p>Our team in Tenant Screening is hiring! Don't worry about the listed level (up or down); if you dig computers/software (reading this site is a great sign that you do), we want to talk to you! You can find my contact info linked in my profile. Please mention Hacker News if you decide to reach out.<p>More info about the role can be found here: <a href="https://www.appfolio.com/open-roles?p=job%2FoD2uufwn" rel="nofollow">https://www.appfolio.com/open-roles?p=job%2FoD2uufwn</a><p>AppFolio has many roles open: <a href="https://www.appfolio.com/open-roles" rel="nofollow">https://www.appfolio.com/open-roles</a></p>
]]></description><pubDate>Mon, 09 Dec 2024 02:14:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42362509</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=42362509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42362509</guid></item><item><title><![CDATA[New comment by akras14 in "Show HN: BBC “In Our Time”, categorised by Dewey Decimal, heavy lifting by GPT"]]></title><description><![CDATA[
<p>Whisper worked great on an old speech by Winston Churchill. Haven’t looked into the time limit.<p>API used and results can be found here: <a href="https://techtldr.com/transcribing-speech-to-text-with-python-and-openai-api-whisper/" rel="nofollow">https://techtldr.com/transcribing-speech-to-text-with-python...</a></p>
]]></description><pubDate>Thu, 09 Mar 2023 04:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=35078195</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=35078195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35078195</guid></item><item><title><![CDATA[Transcribing Speech to Text with Python and OpenAI API (Whisper)]]></title><description><![CDATA[
<p>Article URL: <a href="https://techtldr.com/transcribing-speech-to-text-with-python-and-openai-api-whisper/">https://techtldr.com/transcribing-speech-to-text-with-python-and-openai-api-whisper/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34992059">https://news.ycombinator.com/item?id=34992059</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 02 Mar 2023 04:35:35 +0000</pubDate><link>https://techtldr.com/transcribing-speech-to-text-with-python-and-openai-api-whisper/</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=34992059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34992059</guid></item><item><title><![CDATA[Ask HN: Learning Ruby on Rails in 2022]]></title><description><![CDATA[
<p>Any advice on best way to learn RoR in 2022? Books, Courses etc</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34128954">https://news.ycombinator.com/item?id=34128954</a></p>
<p>Points: 19</p>
<p># Comments: 14</p>
]]></description><pubDate>Sun, 25 Dec 2022 17:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=34128954</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=34128954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34128954</guid></item><item><title><![CDATA[New comment by akras14 in "Watchman: Execute a command when something changes"]]></title><description><![CDATA[
<p>Edit: it may have been a different watchman, but same point still applies.<p>It’s been a few years, so perhaps it got addressed, but this library used to introduce a “memory leak” by design, by infinity storing pointers to files being watched.<p>It was a pain to isolate (<a href="https://techtldr.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/" rel="nofollow">https://techtldr.com/simple-guide-to-finding-a-javascript-me...</a>)<p>Ultimately I ended up fixing it by writing my own version using native system calls available on Node.<p>The moral of the story, this library is great if you are building cross platform dev tool. It is not (at least wasn’t at the time) great for long lived processes that target only one type of operating system.</p>
]]></description><pubDate>Wed, 05 Oct 2022 14:34:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=33096088</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=33096088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33096088</guid></item><item><title><![CDATA[Ask HN: Who is NOT hiring? (October 2022)]]></title><description><![CDATA[
<p>Just curious to get a pulse how many companies have hiring freeze etc.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33071613">https://news.ycombinator.com/item?id=33071613</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Oct 2022 18:26:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=33071613</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=33071613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33071613</guid></item><item><title><![CDATA[Evernote’s completely redesigned iOS app arrives today]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.engadget.com/evernote-rebuilt-ios-app-launches-130010252.html">https://www.engadget.com/evernote-rebuilt-ios-app-launches-130010252.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24498609">https://news.ycombinator.com/item?id=24498609</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Sep 2020 22:13:06 +0000</pubDate><link>https://www.engadget.com/evernote-rebuilt-ios-app-launches-130010252.html</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=24498609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24498609</guid></item><item><title><![CDATA[What do you expect from a Principal Software Engineer?]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@alexey.tsitkin/what-do-you-expect-from-a-principal-software-engineer-2d8f9e4e317c">https://medium.com/@alexey.tsitkin/what-do-you-expect-from-a-principal-software-engineer-2d8f9e4e317c</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22836304">https://news.ycombinator.com/item?id=22836304</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Apr 2020 19:06:09 +0000</pubDate><link>https://medium.com/@alexey.tsitkin/what-do-you-expect-from-a-principal-software-engineer-2d8f9e4e317c</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=22836304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22836304</guid></item><item><title><![CDATA[Ask HN: What market verticals are benefiting from Coronavirus?]]></title><description><![CDATA[
<p>The world is changing around us. There will be new winners and new losers created by this change. Which market verticals do you think are poised to benefit from this? To start off here are a few:<p>- Online marketplaces like Amazon<p>- Remote work tools like Zoom and Slack<p>- Food delivery like Instacart</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22835743">https://news.ycombinator.com/item?id=22835743</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 10 Apr 2020 18:12:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22835743</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=22835743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22835743</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: Who is hiring right now?"]]></title><description><![CDATA[
<p>Evernote | Various | Full-Time| Onsite (Flexible WFH) | US & Chile<p><a href="https://evernote.com/careers" rel="nofollow">https://evernote.com/careers</a><p>Click on my profiler for contact info, if you have more questions.</p>
]]></description><pubDate>Sat, 28 Mar 2020 00:05:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=22708009</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=22708009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22708009</guid></item><item><title><![CDATA[Simple Guide to Finding a JavaScript Memory Leak in Node.js (2015)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.alexkras.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/">https://www.alexkras.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21713959">https://news.ycombinator.com/item?id=21713959</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Dec 2019 17:02:49 +0000</pubDate><link>https://www.alexkras.com/simple-guide-to-finding-a-javascript-memory-leak-in-node-js/</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=21713959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21713959</guid></item><item><title><![CDATA[One Year Without Self-Promotion]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.alexkras.com/one-year-without-self-promotion/">https://www.alexkras.com/one-year-without-self-promotion/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21340032">https://news.ycombinator.com/item?id=21340032</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 23 Oct 2019 23:09:53 +0000</pubDate><link>https://www.alexkras.com/one-year-without-self-promotion/</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=21340032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21340032</guid></item><item><title><![CDATA[YouTube Should Stream Audio for Free]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.alexkras.com/youtube-should-stream-audio-only-version-from-videos-for-free/">https://www.alexkras.com/youtube-should-stream-audio-only-version-from-videos-for-free/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21256303">https://news.ycombinator.com/item?id=21256303</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 15 Oct 2019 07:31:05 +0000</pubDate><link>https://www.alexkras.com/youtube-should-stream-audio-only-version-from-videos-for-free/</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=21256303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21256303</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: If your job was remote, which city would you choose to live in?"]]></title><description><![CDATA[
<p>What does CBD stands for? Google is not being helpful, unless you do mean weed.</p>
]]></description><pubDate>Fri, 02 Aug 2019 14:26:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=20593177</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20593177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20593177</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: Who is hiring? (August 2019)"]]></title><description><![CDATA[
<p>Forgot to mention, our tech stack is: Golang, Typescript, React, React Native, GraphQL, gRPC, AWS/Terraform.</p>
]]></description><pubDate>Thu, 01 Aug 2019 18:27:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=20586755</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20586755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20586755</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: Who is hiring? (August 2019)"]]></title><description><![CDATA[
<p>Samsara | Hundreds of Roles | San Francisco, San Jose, Atlanta, and London<p>#16 Top Start Up according to LinkedIn [1]<p>Top CEO in 2018 According to Glassdoor and 4.5 Glassdoor Rating [2]<p>All funding rounds led by Andreessen Horowitz [3]<p>Feel free to contact me, if you have any questions [4]<p>>>> I’d be happy to personally submit you, just fill out this form: <a href="https://bit.ly/2KaOakW" rel="nofollow">https://bit.ly/2KaOakW</a><p>1. <a href="https://www.linkedin.com/pulse/linkedin-top-startups-2018-50-most-sought-after-us-daniel-roth/" rel="nofollow">https://www.linkedin.com/pulse/linkedin-top-startups-2018-50...</a><p>2. <a href="https://www.glassdoor.com/Award/Top-CEOs-at-SMBs-2018-LST_KQ0,21.htm" rel="nofollow">https://www.glassdoor.com/Award/Top-CEOs-at-SMBs-2018-LST_KQ...</a><p>3. <a href="https://www.crunchbase.com/organization/samsara-2" rel="nofollow">https://www.crunchbase.com/organization/samsara-2</a><p>4. My profiler has instructions to find contact information.</p>
]]></description><pubDate>Thu, 01 Aug 2019 16:19:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=20585287</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20585287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20585287</guid></item><item><title><![CDATA[New comment by akras14 in "Google Photos is making photos semi-public"]]></title><description><![CDATA[
<p>Glad to see it trending again. I raised the same concern years ago, and was mostly ridiculed. Nothing has changed since then.<p>I’ve been using Google Drive integration to share photos securely, but Google just announced that this will be going away.<p>In addition I realized that Google strips out metadata from my files during conversion. Common sense, but not something I thought about before.<p>Time to switch. If anybody has good alternatives I am all ears.<p><a href="https://www.alexkras.com/do-not-share-your-google-photos/" rel="nofollow">https://www.alexkras.com/do-not-share-your-google-photos/</a></p>
]]></description><pubDate>Sun, 14 Jul 2019 01:05:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=20431059</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20431059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20431059</guid></item><item><title><![CDATA[New comment by akras14 in "Ask HN: Who is hiring? (July 2019)"]]></title><description><![CDATA[
<p>Samsara | Hundreds of Roles | San Francisco, San Jose, Atlanta, and London<p>IoT company that makes sense<p>#16 Top Start Up according to LinkedIn [1]<p>Top CEO in 2018 According to Glassdoor and 4.5 Glassdoor Rating [2]<p>All funding rounds led by Andreessen Horowitz [3]<p>Feel free to contact me, if you have any questions [4]<p>>>> See all open positions and apply here: <a href="https://grnh.se/05fc18371" rel="nofollow">https://grnh.se/05fc18371</a><p>1. <a href="https://www.linkedin.com/pulse/linkedin-top-startups-2018-50-most-sought-after-us-daniel-roth/" rel="nofollow">https://www.linkedin.com/pulse/linkedin-top-startups-2018-50...</a><p>2. <a href="https://www.glassdoor.com/Award/Top-CEOs-at-SMBs-2018-LST_KQ0,21.htm" rel="nofollow">https://www.glassdoor.com/Award/Top-CEOs-at-SMBs-2018-LST_KQ...</a><p>3. <a href="https://www.crunchbase.com/organization/samsara-2" rel="nofollow">https://www.crunchbase.com/organization/samsara-2</a><p>4. My profiler has instructions to find contact information.</p>
]]></description><pubDate>Tue, 02 Jul 2019 06:24:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=20332643</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20332643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20332643</guid></item><item><title><![CDATA[New comment by akras14 in "The battle in Israel to create an unhackable phone"]]></title><description><![CDATA[
<p>He is clearly not a fan, just look through his comment history.</p>
]]></description><pubDate>Mon, 10 Jun 2019 07:34:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=20144606</link><dc:creator>akras14</dc:creator><comments>https://news.ycombinator.com/item?id=20144606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20144606</guid></item></channel></rss>