<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: dimarco</title><link>https://news.ycombinator.com/user?id=dimarco</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 06 Aug 2026 05:20:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dimarco" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dimarco in "Ask HN: Who is hiring? (March 2026)"]]></title><description><![CDATA[
<p>Buildforce (<a href="https://www.buildforce.com" rel="nofollow">https://www.buildforce.com</a>) | Staff Product Engineer | Austin, TX (Onsite/Hybrid)<p>Buildforce is a skilled trade staffing marketplace facilitating connections between subcontractors and tradespeople.<p>Our products include a mobile app (RN), a NextJS app, and a GraphQL/Typescript API. We've been around for 5 years and we have a Product & Eng org of 5 including myself. We're well-funded and business is going great.<p>We're looking to add 1 more senior/staff member to the team. We are a product-minded group of engineers, and startup experience a huge plus.<p>You'll be in-office for at least a couple days a week, WFH the rest.<p>mark [at] buildforce [dot] com</p>
]]></description><pubDate>Mon, 02 Mar 2026 20:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47223365</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=47223365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47223365</guid></item><item><title><![CDATA[Live Asteroid and Neo Visualization]]></title><description><![CDATA[
<p>Article URL: <a href="https://untilanasteroid.com/">https://untilanasteroid.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45932846">https://news.ycombinator.com/item?id=45932846</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 14 Nov 2025 22:20:47 +0000</pubDate><link>https://untilanasteroid.com/</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=45932846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45932846</guid></item><item><title><![CDATA[Picking an AI Code Reviewer]]></title><description><![CDATA[
<p>Article URL: <a href="https://markmarkoh.com/post/picking-an-ai-code-reviewer/">https://markmarkoh.com/post/picking-an-ai-code-reviewer/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45542972">https://news.ycombinator.com/item?id=45542972</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Oct 2025 19:44:48 +0000</pubDate><link>https://markmarkoh.com/post/picking-an-ai-code-reviewer/</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=45542972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45542972</guid></item><item><title><![CDATA[New comment by dimarco in "Jiratui – A Textual UI for interacting with Atlassian Jira from your shell"]]></title><description><![CDATA[
<p>Rust is a joy to work with 85% of the time. Ratatui was a fun and easy way to get a TUI up and running.</p>
]]></description><pubDate>Thu, 11 Sep 2025 15:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45212781</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=45212781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45212781</guid></item><item><title><![CDATA[New comment by dimarco in "Jiratui – A Textual UI for interacting with Atlassian Jira from your shell"]]></title><description><![CDATA[
<p><a href="https://github.com/markmarkoh/lt" rel="nofollow">https://github.com/markmarkoh/lt</a><p>I wrote lt as a TUI for navigating/searching Linear issues. It is read-only right now.</p>
]]></description><pubDate>Thu, 11 Sep 2025 01:47:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45206708</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=45206708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45206708</guid></item><item><title><![CDATA[Show HN: Lt – A TUI for Linear.app Issues]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/markmarkoh/lt">https://github.com/markmarkoh/lt</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44247425">https://news.ycombinator.com/item?id=44247425</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Jun 2025 13:28:54 +0000</pubDate><link>https://github.com/markmarkoh/lt</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=44247425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44247425</guid></item><item><title><![CDATA[Show HN: dialectical.dev: Compare and contrast programming languages]]></title><description><![CDATA[
<p>Nim is an interesting language. Elixir looks amazing. Zig has some fantastic syntax patterns. Rust has blown up recently. Every few months a new language pops up, and with the adoption of LLM-assisted programming, I'm hoping we start seeing more usage of languages like these in professional settings.<p>I put together this project that lets you compare the same concept across multiple languages - like how do type annotations work in Typescript versus Zig, or how do lambdas or anonymous functions work in Nim versus Python, and so on. I've included Kotlin, Typescript, Zig, Nim, Elixir, Gleam, Python, Go, and Rust, but on the lookout for more languages.<p>I always learn better when I can compare something I want to know against something I already know.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43621070">https://news.ycombinator.com/item?id=43621070</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 08 Apr 2025 12:43:20 +0000</pubDate><link>https://dialectical.dev/zig/typescript</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=43621070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43621070</guid></item><item><title><![CDATA[New comment by dimarco in "Los Angeles is painting some of its streets white (2018)"]]></title><description><![CDATA[
<p>Are the streets still painted? I looked at satellite views of Agnes and Jordan Ave and I don’t see it.</p>
]]></description><pubDate>Fri, 14 Jul 2023 02:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=36718620</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=36718620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36718620</guid></item><item><title><![CDATA[User Interface Algorithms: Part 1]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@markmarkoh/user-interface-algorithms-part-1-f8059b59b36b">https://medium.com/@markmarkoh/user-interface-algorithms-part-1-f8059b59b36b</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30663269">https://news.ycombinator.com/item?id=30663269</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 13 Mar 2022 17:06:54 +0000</pubDate><link>https://medium.com/@markmarkoh/user-interface-algorithms-part-1-f8059b59b36b</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=30663269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30663269</guid></item><item><title><![CDATA[The most comprehensive Product Hunt dataset ever released]]></title><description><![CDATA[
<p>Article URL: <a href="https://data.world/producthunt/product-hunt-research">https://data.world/producthunt/product-hunt-research</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13092983">https://news.ycombinator.com/item?id=13092983</a></p>
<p>Points: 59</p>
<p># Comments: 9</p>
]]></description><pubDate>Fri, 02 Dec 2016 22:42:43 +0000</pubDate><link>https://data.world/producthunt/product-hunt-research</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=13092983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13092983</guid></item><item><title><![CDATA[Show HN: Recreating the Birdman Opening Credits with HTML5 Web Audio APIs]]></title><description><![CDATA[
<p>Article URL: <a href="http://markmarkoh.com/birdman/">http://markmarkoh.com/birdman/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9434084">https://news.ycombinator.com/item?id=9434084</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Apr 2015 15:42:46 +0000</pubDate><link>http://markmarkoh.com/birdman/</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=9434084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9434084</guid></item><item><title><![CDATA[Indeed.com acquired by Japanese Recruit Co.]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.statesman.com/business/technology/austins-indeed-com-bought-by-japanese-company-2466787.html">http://www.statesman.com/business/technology/austins-indeed-com-bought-by-japanese-company-2466787.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=4571093">https://news.ycombinator.com/item?id=4571093</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 25 Sep 2012 16:08:35 +0000</pubDate><link>http://www.statesman.com/business/technology/austins-indeed-com-bought-by-japanese-company-2466787.html</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=4571093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4571093</guid></item><item><title><![CDATA[New comment by dimarco in "Jam - The JavaScript package manager"]]></title><description><![CDATA[
<p>Libraries like this are useful.<p>Ender sounds similar and has been out for quite some time: <a href="http://ender.no.de/" rel="nofollow">http://ender.no.de/</a></p>
]]></description><pubDate>Mon, 18 Jun 2012 16:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=4127084</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=4127084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4127084</guid></item><item><title><![CDATA[Conway's Game of Life in D3.js as a scrolling decoration]]></title><description><![CDATA[
<p>Article URL: <a href="http://rhokaustin.org/">http://rhokaustin.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=4049704">https://news.ycombinator.com/item?id=4049704</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 31 May 2012 18:54:26 +0000</pubDate><link>http://rhokaustin.org/</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=4049704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4049704</guid></item><item><title><![CDATA[New comment by dimarco in "YC Facelift: EXEC"]]></title><description><![CDATA[
<p>It's a good first shot, although a lot of the feedback provided by HNers seems to be on point.<p>It's funny that it only took a few months to get sick of the Twitter Bootstrap look, felt like it took a year to get sick of the 37Signals/Basecamp rip offs.</p>
]]></description><pubDate>Mon, 09 Apr 2012 16:44:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=3817752</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=3817752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3817752</guid></item><item><title><![CDATA[New comment by dimarco in "Happy Easter CSS3 animation"]]></title><description><![CDATA[
<p>My CPU barely worked at all. (latest MB Pro).</p>
]]></description><pubDate>Sun, 08 Apr 2012 23:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=3815168</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=3815168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3815168</guid></item><item><title><![CDATA[New comment by dimarco in "Gazehawk Team (YC S10) Joins Facebook"]]></title><description><![CDATA[
<p>In one of Facebook's more recent big acquisitions - Gowalla - the product was shut down within a few weeks.</p>
]]></description><pubDate>Thu, 08 Mar 2012 22:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=3681919</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=3681919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3681919</guid></item><item><title><![CDATA[New comment by dimarco in "[dead]"]]></title><description><![CDATA[
<p>This only proves a bubble if they bring in $20 million of funding from Andreessen-Horowitz.</p>
]]></description><pubDate>Mon, 28 Nov 2011 06:45:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=3284870</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=3284870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=3284870</guid></item><item><title><![CDATA[New comment by dimarco in "AT&T's Rube Golbergian Web Form"]]></title><description><![CDATA[
<p>Typically, "upgrade your browser" techniques are welcomed in HN. Google drops support for IE6, then IE7 - smiles all around. Apps block off IE6 - "good for them".<p>AT&T does something similar and it's met with frustration?<p>Requiring IE* should be frowned upon. But anything that says "upgrade from IE6", in end-user land, is probably a good thing.</p>
]]></description><pubDate>Sun, 26 Jun 2011 04:14:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=2697360</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=2697360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2697360</guid></item><item><title><![CDATA[New comment by dimarco in "Ask HN: Who is Hiring? (June 2011)"]]></title><description><![CDATA[
<p>Austin, TX<p>Bazaarvoice is hiring tons of folks this year.<p>We're almost always rated the Best Place In Austin to work.<p>We need engineers and product managers.<p>Natural Language Processing, Big Data, Mobile and more:<p><a href="https://careers-bazaarvoice.icims.com/jobs/search?ss=1&searchKeyword=&searchLocation=12781-12827-Austin&searchCategory=&searchCompany=" rel="nofollow">https://careers-bazaarvoice.icims.com/jobs/search?ss=1&s...</a></p>
]]></description><pubDate>Wed, 01 Jun 2011 19:10:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=2608829</link><dc:creator>dimarco</dc:creator><comments>https://news.ycombinator.com/item?id=2608829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2608829</guid></item></channel></rss>