<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: __mp</title><link>https://news.ycombinator.com/user?id=__mp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Jul 2026 04:15:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=__mp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by __mp in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I built my own weather prediction / visualization app: <a href="https://wx.rsp.li" rel="nofollow">https://wx.rsp.li</a> (on-device temperature lapsing, on device interpolation modes, user-selectable aggregations, etc…). One of these days I should do a writeup.<p>I also asked Claude to build a photo gallery for me <a href="https://places.pascalspoerri.ch" rel="nofollow">https://places.pascalspoerri.ch</a> (HDR, map support, similar images)</p>
]]></description><pubDate>Mon, 13 Jul 2026 05:31:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48888306</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=48888306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48888306</guid></item><item><title><![CDATA[New comment by __mp in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I enjoy Opus on personal projects. I don’t even bother to check the code.
Go/JavaScript/Typescript/CSS works very well for me.
Swift not so much. I haven’t tried C/C++ yet. Scala was Ok.<p>Professionally I hardly use the tools for coding, since I’m in an architecture role and mostly write design docs and do reviews. And I write the occasional prototype.<p>I have started building tools to integrate copilot (Opus) better with $CORP. This way I can ask it questions across confluence and github.<p>Leveraging Claude for a project feels very addictive to me. I have to make a conscious effort to stop and I end up working on multiple projects at the same time.</p>
]]></description><pubDate>Sun, 15 Mar 2026 19:10:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47390781</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=47390781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47390781</guid></item><item><title><![CDATA[New comment by __mp in "100 hour gap between a vibecoded prototype and a working product"]]></title><description><![CDATA[
<p>yes. depending on the techstack your experience might be better or worse.
HTML/CSS/React/Go worked great, but it struggled with Swift (which I had no experience in).</p>
]]></description><pubDate>Sun, 15 Mar 2026 15:00:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47388045</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=47388045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47388045</guid></item><item><title><![CDATA[New comment by __mp in "Ladybird adopts Rust, with help from AI"]]></title><description><![CDATA[
<p>you have to ask it to profile and optimize the code for you. Then have it document the changes and run it in a loop. It’ll do wonders.<p>I asked a cursor agent to do the same for a geotiff to pmtiles converter. It managed to optimize the performance from tens of days to half a day for the case I wanted to solve.</p>
]]></description><pubDate>Tue, 24 Feb 2026 02:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47132110</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=47132110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47132110</guid></item><item><title><![CDATA[New comment by __mp in "My Browser WASM't Prepared for This. Using DuckDB, Apache Arrow and Web Workers"]]></title><description><![CDATA[
<p>I’ve been toying with the idea of implementing a distributed analytics engine on top of Cloudflare workers and DuckDB.<p>I’m not sure if this goes against the CloudFlare TOS tough (last time I checked they had some provisons against processing images).</p>
]]></description><pubDate>Sun, 06 Apr 2025 11:19:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43600596</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=43600596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43600596</guid></item><item><title><![CDATA[New comment by __mp in "Ask HN: Programming Courses for Experienced Coders?"]]></title><description><![CDATA[
<p>"Computer Systems: A Programmer's Perspective" is a great introductory systems textbook on everything going on in a computer.<p>For more advanced C/C++ developers I can recommend "The Linux Programming Interface" - (<a href="https://man7.org/tlpi/" rel="nofollow">https://man7.org/tlpi/</a>). It is a GREAT compendium for writing code against the POSIX API. I have a (legal) copy of this book on all the computers I have access to.<p>"The Database Redbook" - (<a href="http://www.redbook.io" rel="nofollow">http://www.redbook.io</a>) is a valuable source on database implementations.<p>"Compilers: Principles, Techniques, and Tools" (Dragon Book) is a great starting point. The book is out of print and but I think it should still hold up for most basic use-cases.</p>
]]></description><pubDate>Fri, 29 Dec 2023 15:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=38806057</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=38806057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38806057</guid></item><item><title><![CDATA[New comment by __mp in "Ask HN: Programming Courses for Experienced Coders?"]]></title><description><![CDATA[
<p>I understand. But as a long-time programmer I like to explore new programming languages or APIs by working on a small project. I start with a first prototype to get the feel of the language, before I look into extended documentation. 
Chat GPT helps with this use-case.<p>It's also more fun to have something which can be easily extended than to start from scratch.</p>
]]></description><pubDate>Fri, 29 Dec 2023 15:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=38805945</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=38805945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38805945</guid></item><item><title><![CDATA[New comment by __mp in "Ask HN: Programming Courses for Experienced Coders?"]]></title><description><![CDATA[
<p>When writing a small application in Go I had great success asking Chat GPT specific questions. It helped me figure out which packages I needed to use and how to interact with them.<p>I understand that this might not fit your use-case, but it's worth a try. Just be aware that it tends to hallucinate APIs.</p>
]]></description><pubDate>Fri, 29 Dec 2023 14:35:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38805336</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=38805336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38805336</guid></item><item><title><![CDATA[Tamarin-C: Hardware hacking tooling for the new iPhone generation (USB-C Debug) [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://media.ccc.de/v/37c3-12074-apple_s_iphone_15_under_the_c">https://media.ccc.de/v/37c3-12074-apple_s_iphone_15_under_the_c</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38796134">https://news.ycombinator.com/item?id=38796134</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 Dec 2023 17:49:29 +0000</pubDate><link>https://media.ccc.de/v/37c3-12074-apple_s_iphone_15_under_the_c</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=38796134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38796134</guid></item><item><title><![CDATA[New comment by __mp in "Dark Sky iOS app will no longer work from Dec 31"]]></title><description><![CDATA[
<p>I like<p>- <a href="https://www.meteoblue.com" rel="nofollow">https://www.meteoblue.com</a> - check out the multi model, the multi model ensemble , the meteograms and the weather maps! Sadly the app itself is not as good as the website.<p>- <a href="https://yr.no" rel="nofollow">https://yr.no</a> - One of the few "free" providers with ECMWF model data (Norway has open data, that's why the data is free)<p>- <a href="https://www.windy.com/" rel="nofollow">https://www.windy.com/</a> - ECMWF, GFS and ICON. I don't like their presentation, but the available data is quite nice.<p>If you want a DarkSky replacement API, then checkout out <a href="https://pirateweather.net/" rel="nofollow">https://pirateweather.net/</a> (GFS only, sadly :/ )</p>
]]></description><pubDate>Tue, 13 Sep 2022 08:26:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=32821872</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32821872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32821872</guid></item><item><title><![CDATA[New comment by __mp in "The largest model airport and railway"]]></title><description><![CDATA[
<p>They have also a great YouTube channel: <a href="https://www.youtube.com/c/MiWuLaTV" rel="nofollow">https://www.youtube.com/c/MiWuLaTV</a></p>
]]></description><pubDate>Thu, 25 Aug 2022 09:11:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32591364</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32591364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32591364</guid></item><item><title><![CDATA[New comment by __mp in "Bear Blog – A privacy-first, fast blogging platform"]]></title><description><![CDATA[
<p>It looks very nice</p>
]]></description><pubDate>Mon, 18 Jul 2022 06:38:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32135412</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32135412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32135412</guid></item><item><title><![CDATA[New comment by __mp in "Bear Blog – A privacy-first, fast blogging platform"]]></title><description><![CDATA[
<p>Hugo is very fast in updating a website. Unless you have thousands of blog posts I would not bother.<p>You can self-host it on a "cheap" webhost and rsync the changes (that's the way I do it). Or you can integrate it with Github and host it with<p>- Netlify <a href="https://gohugo.io/hosting-and-deployment/hosting-on-netlify/" rel="nofollow">https://gohugo.io/hosting-and-deployment/hosting-on-netlify/</a><p>- AWS Amplify <a href="https://gohugo.io/hosting-and-deployment/hosting-on-aws-amplify/" rel="nofollow">https://gohugo.io/hosting-and-deployment/hosting-on-aws-ampl...</a><p>- Cloudflare Pages <a href="https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/" rel="nofollow">https://developers.cloudflare.com/pages/framework-guides/dep...</a><p>to name a few. The hugo site has a couple of howtos.<p>Some hosting solutions require that the entire website is stored in a separate branch, others regenerate the HTML through a CI pipeline and store it in an object store.</p>
]]></description><pubDate>Mon, 18 Jul 2022 06:24:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32135339</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32135339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32135339</guid></item><item><title><![CDATA[New comment by __mp in "Bear Blog – A privacy-first, fast blogging platform"]]></title><description><![CDATA[
<p>Sure, there's certainly interest in doing this. See this post for more details: <a href="https://misha.brukman.net/blog/2022/04/writing-math-with-hugo/#server-side-rendering" rel="nofollow">https://misha.brukman.net/blog/2022/04/writing-math-with-hug...</a> (I'm not the author of this post)<p>Client-side rendering works well enough for me, and has been for years (as a visitor). I don't see a benefit to integrate a custom Hugo patch to get server-side rendering for my simple personal blog.</p>
]]></description><pubDate>Sun, 17 Jul 2022 19:07:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=32130025</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32130025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32130025</guid></item><item><title><![CDATA[New comment by __mp in "Bear Blog – A privacy-first, fast blogging platform"]]></title><description><![CDATA[
<p>Hugo in combination with the Congo Theme (see <a href="https://github.com/jpanther/congo" rel="nofollow">https://github.com/jpanther/congo</a>) has scratched this itch for me. The theme is well thought out and has all the features I need.<p>There's the usual youtube and vimeo integration, but also<p>- integration with Flowcharts through mermaid <a href="https://jpanther.github.io/congo/samples/diagrams-flowcharts/" rel="nofollow">https://jpanther.github.io/congo/samples/diagrams-flowcharts...</a><p>- charts through Chart.js <a href="https://jpanther.github.io/congo/samples/charts/" rel="nofollow">https://jpanther.github.io/congo/samples/charts/</a><p>- and even LaTeX support: <a href="https://jpanther.github.io/congo/samples/mathematical-notation/" rel="nofollow">https://jpanther.github.io/congo/samples/mathematical-notati...</a></p>
]]></description><pubDate>Sun, 17 Jul 2022 17:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=32128807</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=32128807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32128807</guid></item><item><title><![CDATA[New comment by __mp in "My journey for dual displays with my M1 Pro Mac (2021)"]]></title><description><![CDATA[
<p>You can use better dummy to achieve a similar resolution:
See here <a href="https://github.com/waydabber/BetterDummy" rel="nofollow">https://github.com/waydabber/BetterDummy</a> and this MacRumors thread <a href="https://forums.macrumors.com/threads/m1-mbp-lg-34-inch-ultra-wide-5k2k.2267299/page-22" rel="nofollow">https://forums.macrumors.com/threads/m1-mbp-lg-34-inch-ultra...</a><p>I tried it on my M1 Mini + LG5K2K and soon disabled it again. The performance impact was noticeable in Lightroom and the display adapter config got in the way once I switched display input to my work laptop.</p>
]]></description><pubDate>Sat, 05 Mar 2022 07:01:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=30565095</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=30565095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30565095</guid></item><item><title><![CDATA[New comment by __mp in "macOS Setup after 15 Years of Linux"]]></title><description><![CDATA[
<p>I faced similar issues with the Swiss keyboard layout. I suggest switching to the “US International“ layout and use the dead keys to obtain the umlauts. There’s also a keyboard option that enables a umlaut menu with a long press on the keyboard- if you really want to avoid the dead keys (this might help: <a href="https://apple.stackexchange.com/questions/254094/character-accent-menu-doesnt-appear-anymore-in-macos-sierra" rel="nofollow">https://apple.stackexchange.com/questions/254094/character-a...</a>).<p>The Apple “English International“ keyboard has a big enter key - if you dislike the small enter key of the US keyboard layout.</p>
]]></description><pubDate>Fri, 31 Dec 2021 05:23:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=29745226</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=29745226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29745226</guid></item><item><title><![CDATA[New comment by __mp in "The open calendar, task and note space is a mess"]]></title><description><![CDATA[
<p>Fantastical (iOS/macOS) solves this use-case for me. It supports configuring different views (personal, work, etc...). Moving an event from one calendar to another calendar is also well-supported.</p>
]]></description><pubDate>Tue, 31 Aug 2021 05:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=28364374</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=28364374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28364374</guid></item><item><title><![CDATA[New comment by __mp in "The future is in symmetrical, high-speed internet speeds"]]></title><description><![CDATA[
<p>Switzerland, I’m getting 1, 10 or 25gbit (ptp) from my local isp (<a href="https://www.init7.net" rel="nofollow">https://www.init7.net</a>) for ~70 usd per month. 
I currently only use 1gbit because the 25/10gbit hardware is too big or too loud to fit into my electrical cabinet.
There’s also cheaper 1/10 gbit options, but they suffer from massive oversubscription and gpon.</p>
]]></description><pubDate>Mon, 05 Jul 2021 04:07:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=27734554</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=27734554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27734554</guid></item><item><title><![CDATA[New comment by __mp in "Astronomical Algorithms (1999)"]]></title><description><![CDATA[
<p>It looks like they disabled their webshop:<p><pre><code>  We are closed for business.
  New orders are no longer accepted.</code></pre></p>
]]></description><pubDate>Sun, 25 Apr 2021 06:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=26930728</link><dc:creator>__mp</dc:creator><comments>https://news.ycombinator.com/item?id=26930728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26930728</guid></item></channel></rss>