<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: MayeulC</title><link>https://news.ycombinator.com/user?id=MayeulC</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 20:29:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=MayeulC" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by MayeulC in "Steam on Linux Use Skyrocketed Above 5% in March"]]></title><description><![CDATA[
<p>Not sure why that happens, but you may want to try "borderless window" instead of fullscreen in the game options. If that does not work, you could try running the game in gamescope, or enabling the wine virtual desktop with winecfg (point it at your game-specific wine prefix, you can also run it from protontricks). These are just a few ideas,  but it does sound like a mechanism that is part if the game, not wine. Just like some games crash when you alt-tab in windows; gamescope tends to fix that.</p>
]]></description><pubDate>Thu, 02 Apr 2026 07:25:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47611103</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47611103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47611103</guid></item><item><title><![CDATA[New comment by MayeulC in "You can run a DNS server (2025)"]]></title><description><![CDATA[
<p>Thank you for the explanation, it was most interesting, I had no idea Bedrock could be coerced into talking to java servers.<p>Here are a few ideas:<p>1. Geoblocking. Not ideal, but it can make your resolver public for fewer people.<p>2. What if your DNS only answers queries for a single domain? Depending on the system, the fallback DNS server may handle other requests?<p>3. You could always hand out a device that connects to the WLAN. Think a cheap esp32. Only needs to be powered on when doing the resolution. Then you have a bit more freedom: ipv6 RADV + VPN, or try hijacking DNS queries (will not work with client isolation), or set it as resolver (may need manual config on each LAN, impractical).<p>4. IP whitelist, but ask them to visit a HTTP server from their LAN if it does not work (the switch has a browser, I think), this will give you the IP to allow, you can even password-protect it.<p>I'd say 2. Is worth a try. 4. Is easy enough to implement, but not entirely frictionless.</p>
]]></description><pubDate>Wed, 25 Mar 2026 21:18:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47523410</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47523410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47523410</guid></item><item><title><![CDATA[New comment by MayeulC in "BIO: The Bao I/O Coprocessor"]]></title><description><![CDATA[
<p>Ah, thank you for the example, I understand how a linearly-increasing counter can be useful, if you use it that way. It would obviously be more versatile with write access & configurable clock dividers, pre-setters, counting direction, etc. The current design probably allows re-using the counter across cores & minimize space, so makes sense to me. I should dig into the RTL when I have a bit of time… Maybe I'll make it my bedside reading?<p>You could also say it's up to the user to implement a fully-fledged timer/counter in a BIO coprocessor if they need one, though ideally there would be a shared register (or a way to configure the FIFOs depth + make them non-blocking) to communicate the result.<p>Small cores like these are really fun to play with: the constraints easily fit in your head, and finding some clever way to use the existing HW is very rewarding. Who needs Zachtronics games when you have a BIO or PIO?</p>
]]></description><pubDate>Tue, 24 Mar 2026 16:41:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47505457</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47505457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47505457</guid></item><item><title><![CDATA[New comment by MayeulC in "BIO: The Bao I/O Coprocessor"]]></title><description><![CDATA[
<p>This is true, but only relevant if you order enough units (>100 k? Depending on price & margin of course) to customize your die. Otherwise, you have to find a chip with the I/Os that you want, all the rest being equal. Good luck with that if you need something specific (8 UARTs for instance) or obscure.</p>
]]></description><pubDate>Tue, 24 Mar 2026 15:32:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47504168</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47504168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47504168</guid></item><item><title><![CDATA[New comment by MayeulC in "BIO: The Bao I/O Coprocessor"]]></title><description><![CDATA[
<p>Hey, glad to see you here. I'm a huge fan of your projects, and the Baochip was one I didn't see coming. Very nice surprise!<p>I ordered a few, thinking it would make a good logic analyzer (before the details of the BIO were published). Obviously, it's going to be a stretch with multiple cycles per instructions, and a reduced instruction set. I'll see how far I can push it if I rely on multiple BIOs, perhaps with some tricks such as relying on an external clock signal.
At first glance, they seemed to be perfect for doing some basic RLE or Huffman compression on-the-fly, but I am less sure now, I will have to play with it. Bit-packing may be somewhat expensive to perform, too.<p>One thing stood out to me in this design: that liberal use of the 16 extra registers. It's a very clever trick, but wouldn't some of these be better exposed as memory addresses? Or do you foresee applications where they are in the hot path (where the inability to write immediate values may matter). Stuff like core ID, debug, or even GPIO direction could be hard-wired to memory addresses, leaving space for some extra features (not sure which? General purpose registers? More queues? More GPIOs? A special purpose HW block?).<p>I really like the "snap to quantum" mechanism: as you wrote, it is good for portability, though there should be a way to query frequency, if portability is really a goal.<p>Anyway, it's plenty for a v1, plenty of exciting things to play with, including the MMU of the main core!</p>
]]></description><pubDate>Tue, 24 Mar 2026 15:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47503997</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47503997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47503997</guid></item><item><title><![CDATA[New comment by MayeulC in "SSH Secret Menu"]]></title><description><![CDATA[
<p>I typically just create a "new" connection in a separate tab when I want to add tunneling.<p>I put new in quotes because I use another little-known feature, "ControlMaster". Multiplexes multiple connections into one, it makes making " new" sessions instant (can also be configured to persist a bit after disconnecting). Also useful for tab-completing remote paths. It does not prompt for authentication again, though. And it's a bit annoying when the connection hands (can be solved with ssh -o close, IIRC).</p>
]]></description><pubDate>Wed, 11 Mar 2026 00:48:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47330620</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47330620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330620</guid></item><item><title><![CDATA[New comment by MayeulC in "SSH Secret Menu"]]></title><description><![CDATA[
<p>Note that it only works after pressing enter, so the odds are slim. In practice, I don't think I ever hit it by accident.</p>
]]></description><pubDate>Wed, 11 Mar 2026 00:41:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47330587</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47330587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330587</guid></item><item><title><![CDATA[New comment by MayeulC in "Intel's make-or-break 18A process node debuts for data center with 288-core Xeon"]]></title><description><![CDATA[
<p>I'm curious, what is the powe draw for such a system? Of course, it heavily depends on the disks, but does it idle under 200W?<p>I personally feel like I will downscale my homelab hardware to reduce its power draw. My HW is rather old (and leagues below yours), more recent HW tends to be more efficient, but I have no idea how well these high end server boards can lower their idle power consumption?</p>
]]></description><pubDate>Tue, 03 Mar 2026 20:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47238799</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47238799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47238799</guid></item><item><title><![CDATA[New comment by MayeulC in "Hacking an old Kindle to display bus arrival times"]]></title><description><![CDATA[
<p>Usually you can bind ZigBee devices together. I have multiple IKEA "rodret" switches bound to generic ZigBee smart plugs from Aliexpress. Works great, with minimal latency.<p>With zha, you can bind them together from the Home Assistant device page.<p>I usually favor an architecture that can work without Home Assistant, such as standalone ZigBee dimmers, or contactors that can work with existing wiring. Home Assistant brings automation on top, but it doesn't matter much if it breaks (I mostly notice the shutters not opening with sunrise). Then Internet connectivity can bring additional features, but most things still work if it's down.<p>I'd say it has been pretty solid for years, and I don't stress too much when I have server issues.</p>
]]></description><pubDate>Wed, 25 Feb 2026 09:51:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47149495</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47149495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47149495</guid></item><item><title><![CDATA[New comment by MayeulC in "Sub-$200 Lidar could reshuffle auto sensor economics"]]></title><description><![CDATA[
<p>The beam is split and re-emitted in multiple points. By controlling the optical length (refractive index, or just the length of the waveguide by using optical junctions) of the path that leads to each emitter, the phase can be adjusted.<p>In practice, this can be done with phase change materials (heat/cool materials to change their index), or micro ring resonators (to divert light from one wave guide to another).<p>The beam then self-interferes, and the resulting interference pattern (constructive/destructive depending on the direction) are used to modulate the beam orientation.<p>You are right that a single source is needed, though I imagine that you can also use a laser source and shine it at another "pumped" material to have it emit more coherent light.<p>I've been thinking about possible use-cases for this technology besides LIDAR,. Point to point laser communication could be an interesting application: satellite-to-satellite communication, or drone-to-drone in high-EMI settings (battlefield with jammers). This would make mounting laser designators on small drones a lot easier. Here you go, free startup ideas ;)</p>
]]></description><pubDate>Mon, 23 Feb 2026 09:31:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47120018</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47120018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47120018</guid></item><item><title><![CDATA[New comment by MayeulC in "Show HN: AsteroidOS 2.0 – Nobody asked, we shipped anyway"]]></title><description><![CDATA[
<p>Hey, thanks for the new release. I should definitely fix my wristband and start wearing my AsteroisOS watch again (LG Lenok).<p>You have probably addressed that somewhere, but would it be possible to run your UI stack somewhere else? (PostmarketOS).<p>My other wish for AsteroidOS would be for it to leverage Wi-Fi better. Not sure how much more energy it would use, but having a longer range for my notifications would be nice (at least on LAN). Being able to perform a few other actions independently of my phone would be great: weather % time updates, e-mail notifications, home assistant control, etc. I get that it may affect battery life as well.<p>While I'm at it: tiny bug report, but I adjusted the time while the stopwatch was running, and this affected the stopwatch result.</p>
]]></description><pubDate>Tue, 17 Feb 2026 22:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47054157</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=47054157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47054157</guid></item><item><title><![CDATA[New comment by MayeulC in "Anthropic raises $30B in Series G funding at $380B post-money valuation"]]></title><description><![CDATA[
<p>> Just like the US not bankrolling half of Ukraine's defense would be unthinkable...<p>This is outdated. Look at page 4 of this report for instance: <a href="https://www.kielinstitut.de/publications/europe-steps-up-ukraine-support-after-four-years-of-war-19486/" rel="nofollow">https://www.kielinstitut.de/publications/europe-steps-up-ukr...</a><p>Their data is not perfect as they rely on public sources, and some governments are more transparent than others, but the reality is that US funding all but vanished in 2025.<p>Back to the topic, there is also a pattern of promising European startups being bought by wealthy USA incumbent companies. This is also happening to established compagnies: see ARM, Alstom Power, etc.
As Europe de-couples from the USA in the current context, I suspect (and hope) that such acquisitions will come under more regulatory scrutiny.</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46996737</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46996737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996737</guid></item><item><title><![CDATA[New comment by MayeulC in "An AI agent published a hit piece on me"]]></title><description><![CDATA[
<p>I personally agree with the more elaborate response:<p>1. It lays down the policy explicitly, making it seem fair, not arbitrary and capricious, both to human observers (including the mastermind) and the agent.<p>2. It can be linked to / quoted as a reference in this project or from other projects.<p>3. It is inevitably going to get absorbed in the training dataset of future models.<p>You can argue it's feeding the troll, though.</p>
]]></description><pubDate>Thu, 12 Feb 2026 21:37:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46995589</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46995589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46995589</guid></item><item><title><![CDATA[New comment by MayeulC in "IPv6 is not insecure because it lacks a NAT"]]></title><description><![CDATA[
<p>Ugh, this is part of the reason why I left them, but <a href="https://free.fr" rel="nofollow">https://free.fr</a> still does this AFAIR. They were deploying IPv6 to all their consumers well before the other ISPs (more than 15 tears ago), but they have stagnated since.<p>IPv6 firewall disabled by default. There is only one config for the firewall: on / off. Accept all inbound or reject all inbounding.<p>To think that they used to brand themselves as "for the geeks", with reverse DNS customization, built-in user-configurable server on the router (all of their routers offer a Wireguard VPN, torrent client, audio output with DLNA & others), a m3u for IPTV, etc. I wouldn't advise anyone to use them due to this issue.<p>This ticket said they would reopen an internal ticket, back in 2022: <a href="https://dev.freebox.fr/bugs/task/27613" rel="nofollow">https://dev.freebox.fr/bugs/task/27613</a><p>Their basic firewall dates back to 2019: <a href="https://dev.freebox.fr/bugs/task/27268" rel="nofollow">https://dev.freebox.fr/bugs/task/27268</a> (a lot of spam in the replies there). There was none before, and it is still off by default.<p>This is no small ISP either, they have more than 50 millions clients (including mobile), and are in the top 10 ISPs in Europe. Baffling.</p>
]]></description><pubDate>Wed, 21 Jan 2026 21:20:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711716</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46711716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711716</guid></item><item><title><![CDATA[New comment by MayeulC in "Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)"]]></title><description><![CDATA[
<p>Ah, I wonder if corporate proxies will end up flagging your blog as porn, if you protect it this way?</p>
]]></description><pubDate>Fri, 19 Dec 2025 15:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46326896</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46326896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46326896</guid></item><item><title><![CDATA[New comment by MayeulC in "Perl's decline was cultural"]]></title><description><![CDATA[
<p>At least you have bash scripts. Most of my coworkers write tcsh scripts :|<p>(And yes, I have been pushing for bash or posix sh).</p>
]]></description><pubDate>Sun, 07 Dec 2025 09:52:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46180507</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46180507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46180507</guid></item><item><title><![CDATA[New comment by MayeulC in "Valve reveals it’s the architect behind a push to bring Windows games to Arm"]]></title><description><![CDATA[
<p>The PCI bus has nothing to do with the instruction set. Usually it is just a block a designer can add to a chip, and connect to an internal bus like AXI, give or take a few other adjustments on the chip.
You can have PCIe buses without proper CPUs, even: it's quite common to find them paired with FPGAs.<p>For instance, Rasberry Pis have had a PCI bus for a few generations now, at first used for USB3. The Pi 5 breaks it out on a dedicated connector, making it easy to plug external devices: <a href="https://raspberrytips.com/pcie-raspberry-pi5/" rel="nofollow">https://raspberrytips.com/pcie-raspberry-pi5/</a> (random link).<p>Of course, discrete GPUs are less ideal from a power efficiency perspective (duplicated memory controller, buses, and power circuits), so they wouldn't fit the Steam Deck. But write a big enough check, and I'm sure that AMD or Intel would be willing to share their iGPU designs. NVidia also makes Tegras.</p>
]]></description><pubDate>Thu, 04 Dec 2025 15:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46148848</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46148848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46148848</guid></item><item><title><![CDATA[New comment by MayeulC in "IBM CEO says there is 'no way' spending on AI data centers will pay off"]]></title><description><![CDATA[
<p>s/fans/fabs/ (blame autocorrect)</p>
]]></description><pubDate>Thu, 04 Dec 2025 07:20:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46144714</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46144714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46144714</guid></item><item><title><![CDATA[New comment by MayeulC in "IBM CEO says there is 'no way' spending on AI data centers will pay off"]]></title><description><![CDATA[
<p>If you want to be pedantic, the original (and revised) law are definitely about cost. The original formulation was that the number of features (i.e. transistors) on an integrated circuit doubled every two years for the best-priced chips (smallest cost per feature).<p><a href="https://web.archive.org/web/20220911094433/https://newsroom.intel.com/wp-content/uploads/sites/11/2018/05/moores-law-electronics.pdf" rel="nofollow">https://web.archive.org/web/20220911094433/https://newsroom....</a><p>> <i>The complexity for minimum component costs has increased at a rate of roughly a factor of two per year (see graph on next page).</i><p>And it is formulated in a section aptly titled "Costs and curves". This law has always been an economic law first, some kind of roadmap for fans to follow. But that roadmap drove almost-exponential investment costs as well.<p>I concede that density still rises, especially if you count " advanced packaging". But the densest and most recent is not the cheapest anymore.</p>
]]></description><pubDate>Wed, 03 Dec 2025 15:17:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46135459</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46135459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46135459</guid></item><item><title><![CDATA[New comment by MayeulC in "The Death of Arduino?"]]></title><description><![CDATA[
<p>As far as I know, these don't have programmable IOs (PIO), though, which may make it more difficult if you want fine timing control of your GPIO, such as "bit-banging" (not really with PIO) arbitrary protocols. And they have much lower power consumption.<p>Fair point though, the price difference isn't much, an the Pi Zero are much more capable.</p>
]]></description><pubDate>Wed, 26 Nov 2025 13:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46057424</link><dc:creator>MayeulC</dc:creator><comments>https://news.ycombinator.com/item?id=46057424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46057424</guid></item></channel></rss>