<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: aleksanderhan</title><link>https://news.ycombinator.com/user?id=aleksanderhan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 02 May 2026 20:49:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aleksanderhan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aleksanderhan in "Show HN: Turbo-Genius"]]></title><description><![CDATA[
<p>Turbo-Genius just got image capabilities. Still early days, but I'm planning on implementing this paper: <a href="https://arxiv.org/abs/2303.04671" rel="nofollow">https://arxiv.org/abs/2303.04671</a> - only with local models.</p>
]]></description><pubDate>Thu, 06 Jun 2024 19:49:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40601594</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=40601594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40601594</guid></item><item><title><![CDATA[Show HN: Turbo-Genius]]></title><description><![CDATA[
<p>Just another streaming llm server and client for local huggingface transformers models.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40583407">https://news.ycombinator.com/item?id=40583407</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 05 Jun 2024 10:39:16 +0000</pubDate><link>https://github.com/aleksanderhan/turbo-genius</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=40583407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40583407</guid></item><item><title><![CDATA[New comment by aleksanderhan in "Ask HN: Who wants to be hired? (June 2024)"]]></title><description><![CDATA[
<p>Location: Oslo<p>Remote: Yes<p>Willing to relocate: Yes<p>Technologies:<p><pre><code>  Languages: Java, Python, Typescript

  Frameworks: Spring Boot, Flask, FastApi, transformers, langchain

  Databases: Postgresql, MySql

  Cloud: AWS
</code></pre>
Résumé/CV: <a href="https://www.linkedin.com/in/aleksander-hansen/" rel="nofollow">https://www.linkedin.com/in/aleksander-hansen/</a><p>Email: aleksanderhan [at] gmail [dot] com<p>Website: <a href="http://app.algobase.ai" rel="nofollow">http://app.algobase.ai</a></p>
]]></description><pubDate>Mon, 03 Jun 2024 21:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40567904</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=40567904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40567904</guid></item><item><title><![CDATA[New comment by aleksanderhan in "OpenAI's board has fired Sam Altman"]]></title><description><![CDATA[
<p>>Mr. Altman’s departure follows a deliberative review process by the board, which concluded that he was not consistently candid in his communications with the board<p>>In a statement, the board of directors said: “OpenAI was deliberately structured to advance our mission: to ensure that artificial general intelligence benefits all humanity. The board remains fully committed to serving this mission<p>>OpenAI was founded as a non-profit in 2015 with the core mission of ensuring that artificial general intelligence benefits all of humanity<p>This suggest to me that he was trying move them away from the mission of creating AGI and instead focus more on profits</p>
]]></description><pubDate>Fri, 17 Nov 2023 23:12:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38311972</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=38311972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38311972</guid></item><item><title><![CDATA[A Programatical Ode to Galileo]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/aleksanderhan/ode-to-galileo">https://github.com/aleksanderhan/ode-to-galileo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37576993">https://news.ycombinator.com/item?id=37576993</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Sep 2023 21:27:08 +0000</pubDate><link>https://github.com/aleksanderhan/ode-to-galileo</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=37576993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37576993</guid></item><item><title><![CDATA[New comment by aleksanderhan in "Jupyter AI"]]></title><description><![CDATA[
<p>I made something similar just for fun: <a href="https://github.com/aleksanderhan/labpilot">https://github.com/aleksanderhan/labpilot</a>
It seems Jupyter is perfect for these kinds of code assist tools. Instead of going to Wikipedia and scratching your head about how this algorithm worked again, you can just mention what you want and have a rough/good enough implementation in no time.</p>
]]></description><pubDate>Mon, 07 Aug 2023 13:08:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37033918</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=37033918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37033918</guid></item><item><title><![CDATA[Show HN: Labpilot – comment driven development with Jupyter lab]]></title><description><![CDATA[
<p>Hello,<p>I've been working on this project of mine these last couple of months, and with the release of Jupyter AI, I just had to go ahead and release my own project into the wild.<p>I call the paradigm, "comment driven development". You use special comments, "#@" in the notebook cells, to steer the LLM to write the code you need. Got a bug in your code? - The debug feature takes the stacktrace and fixes the code for you. It also has a explain feature if some of the code is hard to understand.<p>I'm also working on a more experimental "autogpt" feature that can be accessed from the Labpilot terminal, which is built into Jupyter lab.<p>It's been really fun to build and play with. I hope somebody will find it useful. I appreciate any feedback I can get. Thank you.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36990430">https://news.ycombinator.com/item?id=36990430</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 03 Aug 2023 19:17:33 +0000</pubDate><link>https://github.com/aleksanderhan/labpilot</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=36990430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36990430</guid></item><item><title><![CDATA[New comment by aleksanderhan in "OpenAI’s policies hinder reproducible research on language models"]]></title><description><![CDATA[
<p>Nobody are forced to anything. You don't have to use openai services if you don't want to...</p>
]]></description><pubDate>Thu, 23 Mar 2023 12:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=35273452</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=35273452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35273452</guid></item><item><title><![CDATA[New comment by aleksanderhan in "Ask HN: What's the largest amount of bad code you have ever seen work?"]]></title><description><![CDATA[
<p>Sounds like a way an reinforcement learning algorithm could write code.</p>
]]></description><pubDate>Wed, 14 Nov 2018 17:21:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=18451598</link><dc:creator>aleksanderhan</dc:creator><comments>https://news.ycombinator.com/item?id=18451598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18451598</guid></item></channel></rss>