<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: urbanslug</title><link>https://news.ycombinator.com/user?id=urbanslug</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 00:23:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=urbanslug" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by urbanslug in "Show HN: H1-B problems? Check your eligibility to move to Canada"]]></title><description><![CDATA[
<p>Thank you for your response.
Sorry for seeing it so late.</p>
]]></description><pubDate>Wed, 14 Aug 2019 11:30:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=20694392</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=20694392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20694392</guid></item><item><title><![CDATA[New comment by urbanslug in "NULL license plate not such a bright idea"]]></title><description><![CDATA[
<p>This wouldn't be a problem if people wrote programs in languages that have <i>proper type systems</i> that can correctly classify failure.<p>I'm thinking of types such as Maybe/Option or Either.<p>I hate it for example when a C/C++ function has to return a -1 in case of failure.</p>
]]></description><pubDate>Wed, 14 Aug 2019 11:24:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=20694365</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=20694365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20694365</guid></item><item><title><![CDATA[New comment by urbanslug in "Show HN: H1-B problems? Check your eligibility to move to Canada"]]></title><description><![CDATA[
<p>Will you sell the data I enter here or what do you do with it?</p>
]]></description><pubDate>Tue, 06 Aug 2019 19:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=20628498</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=20628498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20628498</guid></item><item><title><![CDATA[New comment by urbanslug in "Show HN: Bloom – A free and open source 'Google'"]]></title><description><![CDATA[
<p>:D<p>Sadly my time is like all taken up and Rust skills are zero but I'd love to contribute to such a cause for sure.</p>
]]></description><pubDate>Thu, 06 Jun 2019 21:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=20119601</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=20119601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20119601</guid></item><item><title><![CDATA[New comment by urbanslug in "Show HN: Bloom – A free and open source 'Google'"]]></title><description><![CDATA[
<p>I wonder whether this is how it was when RMS had the userland and all he needed was someone with a Kernel.</p>
]]></description><pubDate>Wed, 05 Jun 2019 20:04:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=20108540</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=20108540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20108540</guid></item><item><title><![CDATA[New comment by urbanslug in "Topics in Advanced Data Structures [pdf]"]]></title><description><![CDATA[
<p>I'm a Bioinformatics student, so it's not for work, but I have been looking into Suffix Arrays, BWTs and FM indexes for my project.<p>I've seen them applied to some real world next gen genomic tools for example this one <a href="https://github.com/vgteam/odgi" rel="nofollow">https://github.com/vgteam/odgi</a> implements a multi string BWT. Technically they're in academia and not making money afaik but it's interesting stuff.</p>
]]></description><pubDate>Mon, 29 Apr 2019 18:50:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=19781391</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19781391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19781391</guid></item><item><title><![CDATA[New comment by urbanslug in "Going hungry affects children for their whole lives"]]></title><description><![CDATA[
<p>Have you tried supplements and multi vitamins? If he won't eat maybe he'll drink it or swallow a pill?</p>
]]></description><pubDate>Mon, 15 Apr 2019 19:19:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=19668045</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19668045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19668045</guid></item><item><title><![CDATA[New comment by urbanslug in "Going hungry affects children for their whole lives"]]></title><description><![CDATA[
<p>> Hunger during childhood can have a ripple effect that we are only just beginning to understand.<p>I come from Africa and I attend talks at a medical research lab, many of which often end up involving malnutrition for obvious reasons.<p>I have seen a lot of research talking about how malnutrition affects kids intellectual abilities, immunity and more. This is not a problem we are just begining to understand.<p>[Edit]<p>It's also fairly common knowledge that children who get malnourised never catch up in many facets of life.</p>
]]></description><pubDate>Mon, 15 Apr 2019 19:07:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=19667980</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19667980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19667980</guid></item><item><title><![CDATA[New comment by urbanslug in "x86 Assembly Guide (2018)"]]></title><description><![CDATA[
<p>Hello, sorry I don't have your solution but I'm in your situation with not quite understanding linking. I have a lot of issues with linking/calling C++ and C libraries from each other or other low level languages. My background is in web stuff.<p>Could you please point me to the resources you used to get to your present level? Thanks :)</p>
]]></description><pubDate>Sun, 07 Apr 2019 08:17:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=19595531</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19595531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19595531</guid></item><item><title><![CDATA[New comment by urbanslug in "Ask HN: What are the best open-access journals for non-academics to submit to?"]]></title><description><![CDATA[
<p>If it's software you can submit to The Journal of Open Source Software <a href="https://joss.theoj.org" rel="nofollow">https://joss.theoj.org</a> which will cost you as much as making a pull request as far as I know :-)</p>
]]></description><pubDate>Tue, 02 Apr 2019 20:16:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=19558139</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19558139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19558139</guid></item><item><title><![CDATA[New comment by urbanslug in "The world might run out of people"]]></title><description><![CDATA[
<p>Right?
Most countries in Africa actually show dropping birth rates. The ones going up or stable are ones with war or poor social amenities.</p>
]]></description><pubDate>Wed, 06 Feb 2019 15:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=19095837</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19095837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19095837</guid></item><item><title><![CDATA[New comment by urbanslug in "The world might run out of people"]]></title><description><![CDATA[
<p>The commenter is talking about averages and you're talking about the tails of the graph.</p>
]]></description><pubDate>Wed, 06 Feb 2019 15:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=19095813</link><dc:creator>urbanslug</dc:creator><comments>https://news.ycombinator.com/item?id=19095813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19095813</guid></item></channel></rss>