<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: oflebbe</title><link>https://news.ycombinator.com/user?id=oflebbe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 28 Aug 2026 17:12:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=oflebbe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by oflebbe in "More precise elevation data for GraphHopper routing engine"]]></title><description><![CDATA[
<p>I am really looking forward for using better elevation data. So important for bike planning.</p>
]]></description><pubDate>Thu, 26 Mar 2026 11:40:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47529249</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=47529249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47529249</guid></item><item><title><![CDATA[New comment by oflebbe in "The three pillars of JavaScript bloat"]]></title><description><![CDATA[
<p>Websites built with tons of polyfills are likely not run on these devices anyway, since they will run out of RAM before, let alone after they will only load after sone minutes because of CPU limitations on top of not being loaded because their x509 certs are outdated  as well as the bandwith they support is not suitable to load MB sited pages</p>
]]></description><pubDate>Sun, 22 Mar 2026 07:45:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47475323</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=47475323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47475323</guid></item><item><title><![CDATA[New comment by oflebbe in "The Cost of a Closure in C: The Rest"]]></title><description><![CDATA[
<p>Actually the author is building onto my suggestion <a href="https://github.com/soasis/idk/pull/17/files" rel="nofollow">https://github.com/soasis/idk/pull/17/files</a> which I created several years ago, but adapted a bit too fast while submitting. And yes it looks very similar to GNU nested functions, since I started tinkering with these first.<p>I am really not sure if all these observations mentioned in the article are 100% correct, though.<p>First : Code seems to be compiled with clang. On Linux with gcc the native function one is way faster than the clang one.<p>Second: The author does run the code on ARM64/MacOS .<p>At least on my ryzen CPU on Linux with gcc the "normal C code" is way faster than anything else. Not that we do not need to thing about "closure" type functionality, but one should be careful to extrapolate implementations from one compiler on one platform to the rest of the pack.<p>Regarding N3654 I am not sure how to benchmark it here, since C could potentially use __builtin_call_with_static_chain , but I am not sure how to write the function to use the chain for accessing the variables.<p>I tried to estimate N3654 it by using "tinygo" which is AFAIK using the usual Calling ABI, but it was a factor of two slower than clang. Even "go" with its very specific ABI is still much slower. I discovered this isn't representative since runtime calling costs had been totally shadowed by costs of allocations.<p>Even the rust example I am usually using <a href="http://www.reddit.com/r/rust/comments/2t80mw/the_man_or_boy_test_in_rust/" rel="nofollow">http://www.reddit.com/r/rust/comments/2t80mw/the_man_or_boy_...</a> is much slower than anything else, presumably because of the "Cell" needed<p>TLDR: This micro benchmark might be misleading</p>
]]></description><pubDate>Sat, 03 Jan 2026 18:13:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46479712</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=46479712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46479712</guid></item><item><title><![CDATA[New comment by oflebbe in "Ask HN: Hearing aid wearers, what's hot?"]]></title><description><![CDATA[
<p>I had the chance to test Moment while my Widex Evoke 440 had been in repair. They are indeed a lot better as the Evoke, sounding wise, while having only mild hearing loss. But they are still only MFI (can only connect to an iphone) and since I am migrating away from Apples ecosystem this will be a blocker.</p>
]]></description><pubDate>Mon, 24 Nov 2025 14:35:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46034566</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=46034566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46034566</guid></item><item><title><![CDATA[New comment by oflebbe in "Answering questions about Android developer verification"]]></title><description><![CDATA[
<p>You can sideload apps in ios too, but you may not run it.</p>
]]></description><pubDate>Sat, 04 Oct 2025 07:36:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45471422</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=45471422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45471422</guid></item><item><title><![CDATA[New comment by oflebbe in "Arenas in Rust"]]></title><description><![CDATA[
<p>I think I will love FORTRAN again</p>
]]></description><pubDate>Sat, 04 Oct 2025 06:20:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45470980</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=45470980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45470980</guid></item><item><title><![CDATA[New comment by oflebbe in "FyneDesk: A full desktop environment for Linux written in Go"]]></title><description><![CDATA[
<p>I played with fyne some months ago. Binaries are gigantic and what does drive me crazy it is consuming cpu all the time even if it should stay idle</p>
]]></description><pubDate>Fri, 03 Oct 2025 17:35:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45465478</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=45465478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45465478</guid></item><item><title><![CDATA[New comment by oflebbe in "I write type-safe generic data structures in C"]]></title><description><![CDATA[
<p>OpenMP to the rescue</p>
]]></description><pubDate>Mon, 30 Jun 2025 19:01:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44426691</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=44426691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44426691</guid></item><item><title><![CDATA[New comment by oflebbe in "Falsehoods programmers believe about aviation"]]></title><description><![CDATA[
<p>I know about systems who had two types of serial numbers which ought to be the same, but weren‘t because they had been programmed at different eol stages, when daylight savings time kicked in. One of the system run in utc the other in local time. Date was part of the serial.</p>
]]></description><pubDate>Sat, 07 Jun 2025 07:05:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44207984</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=44207984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44207984</guid></item><item><title><![CDATA[New comment by oflebbe in "Microsoft Teams will soon block screen capture during meetings"]]></title><description><![CDATA[
<p>No Teams meeting with video on Linux any more.</p>
]]></description><pubDate>Sun, 11 May 2025 12:44:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43953416</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=43953416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43953416</guid></item><item><title><![CDATA[New comment by oflebbe in "Migrating away from Rust"]]></title><description><![CDATA[
<p>this!</p>
]]></description><pubDate>Tue, 29 Apr 2025 14:17:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43833023</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=43833023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43833023</guid></item><item><title><![CDATA[New comment by oflebbe in "Deciphering C++ compiler errors: Nonsensical errors from a function declaration"]]></title><description><![CDATA[
<p>Wait what? This is an blogpost from Chen? I did remember reading better quality content before. This is the usual nightmare dealing with larger C++ codebase.</p>
]]></description><pubDate>Thu, 12 Dec 2024 07:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42396943</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=42396943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42396943</guid></item><item><title><![CDATA[New comment by oflebbe in "Apple blocks PC emulator in iOS App Store and third-party app stores"]]></title><description><![CDATA[
<p>But you may not have access to API capabilities needed without an paid account.</p>
]]></description><pubDate>Mon, 10 Jun 2024 18:59:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=40637087</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=40637087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40637087</guid></item><item><title><![CDATA[New comment by oflebbe in "Go can only read 1GiB per Read call"]]></title><description><![CDATA[
<p>Only that there is no official mmap support in go, due to gc concerns, afaik</p>
]]></description><pubDate>Sat, 10 Feb 2024 08:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39324464</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=39324464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39324464</guid></item><item><title><![CDATA[New comment by oflebbe in "Sudo for Windows"]]></title><description><![CDATA[
<p>Next: systemd for windows?</p>
]]></description><pubDate>Thu, 08 Feb 2024 19:19:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39306273</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=39306273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39306273</guid></item><item><title><![CDATA[New comment by oflebbe in "The Open Source GraphHopper Routing Engine 8.0 Released"]]></title><description><![CDATA[
<p>At least previous versions of graphhopper do work on android. Had no chance to test graphhopper 8.0, though. Just use the maven artifacts.<p>For ios you can find projects to transpile to ObjC within the graphhopper project. YMMV</p>
]]></description><pubDate>Wed, 18 Oct 2023 16:11:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=37930787</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=37930787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37930787</guid></item><item><title><![CDATA[New comment by oflebbe in "A Japanese factory that designs clothes on a 40-year-old computer [video]"]]></title><description><![CDATA[
<p>Had an Sharp MZ-731 back in the days. I was able to exchange data with an Sharp MZ-80K from a friend by changing the baud rate of the recording. IIRC Sharp MZ 700 was faster, you could actually hear the different pitch on an audio cassette player.</p>
]]></description><pubDate>Mon, 10 Jul 2023 18:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=36671057</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=36671057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36671057</guid></item><item><title><![CDATA[New comment by oflebbe in "Paving the Road to Vulkan on Asahi Linux"]]></title><description><![CDATA[
<p>using an external monitor on an m1 pro at work.</p>
]]></description><pubDate>Mon, 20 Mar 2023 21:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=35239351</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=35239351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35239351</guid></item><item><title><![CDATA[New comment by oflebbe in "Python 3.11.0 final"]]></title><description><![CDATA[
<p>+1 for explaining kerr singularities</p>
]]></description><pubDate>Tue, 25 Oct 2022 09:47:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33328356</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=33328356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33328356</guid></item><item><title><![CDATA[New comment by oflebbe in "Ask HN: What Happens to Older Designers?"]]></title><description><![CDATA[
<p>if your only tool is a hammer, every problem looks like a nail.</p>
]]></description><pubDate>Sun, 23 Oct 2022 07:57:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=33305355</link><dc:creator>oflebbe</dc:creator><comments>https://news.ycombinator.com/item?id=33305355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33305355</guid></item></channel></rss>