<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: mrighele</title><link>https://news.ycombinator.com/user?id=mrighele</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 10:25:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrighele" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrighele in "Backblaze has stopped backing up your data"]]></title><description><![CDATA[
<p>I think the author is referring to the personal backup plan [1] which has a fixed monthly amount<p>[1] <a href="https://www.backblaze.com/cloud-backup/personal" rel="nofollow">https://www.backblaze.com/cloud-backup/personal</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 10:12:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47763600</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47763600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47763600</guid></item><item><title><![CDATA[New comment by mrighele in "Help Keep Thunderbird Alive"]]></title><description><![CDATA[
<p>When I pay money to buy food I don't need to ask how the shop is going to use that money: I gave money, I got food.<p>If I am going to donate money to a company/NGO that wants to buy food for poor people, of course I am interested in knowing how much of that money is going to salaries, how much into activities of sort, and how much in actually feeding people.</p>
]]></description><pubDate>Thu, 09 Apr 2026 17:19:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706426</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47706426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706426</guid></item><item><title><![CDATA[New comment by mrighele in "Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP"]]></title><description><![CDATA[
<p>For a printer like an Epson MX80 an esp32 should be enough to share the printer on a raw TCP interface (AppSocket I think the protocol is named) on port 9100. It is supported by Windows and CUPS.<p>Very easy implementation as it essentially it just forwards the data to the printer. Since it's a raw interface you need the proper driver, but luckily Epson provides a Windows 10 driver for the Epson MX-80 (!) [1] CUPS doesn't have driver for the MX-80 but it has a number of generic Epson drivers and my guess is that one of those will work.<p>The most difficult part is probably the parallel interface (unless you have a printer with a serial interface in which case it will be much easier)<p>[1] <a href="https://epson.com/Support/Printers/Impact-Printers/MX-Series/Epson-MX-80/s/SPT_M80?review-filter=Windows+10+64-bit" rel="nofollow">https://epson.com/Support/Printers/Impact-Printers/MX-Series...</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 18:55:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47679752</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47679752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47679752</guid></item><item><title><![CDATA[New comment by mrighele in "ESP32-S31: Dual-Core RISC-V SoC with Wi-Fi 6, Bluetooth 5.4, and Advanced HMI"]]></title><description><![CDATA[
<p>There is μClinux [1] although it is not clear to me how much alive is the project<p>I wish I could run DiscoBSD/RetroBSD [2] on an ESP32, I like the idea of running on a MCU something that was originally meant for a PDP/11 (2.11 BSD)<p>[1] <a href="https://en.wikipedia.org/wiki/%CE%9CClinux" rel="nofollow">https://en.wikipedia.org/wiki/%CE%9CClinux</a><p>[2] <a href="https://github.com/chettrick/discobsd" rel="nofollow">https://github.com/chettrick/discobsd</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 13:17:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47626356</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47626356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47626356</guid></item><item><title><![CDATA[New comment by mrighele in "Critics say EU risks ceding control of its tech laws under U.S. pressure"]]></title><description><![CDATA[
<p>There is no point fighting against global warming if you're the only one doing it. If China, USA and India are not on the same page, the result will be that production will move even more to those countries, global warming will continue and European will just be poorer.</p>
]]></description><pubDate>Fri, 03 Apr 2026 12:21:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47625858</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47625858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47625858</guid></item><item><title><![CDATA[New comment by mrighele in "Windows 95 defenses against installers that overwrite a file with an older one"]]></title><description><![CDATA[
<p>> I think the MS-DOS installer disk put files in C:\DOS by convention but that was just a convention.<p>That assume that you where going to install the OS, which assumes that you had an hard drive :-). The original IBM PC didn't, and anyway MS-DOS didn't support folders until version 2.0.<p>On those old PCs you would boot your computer on a floppy drive with all the files on the root of a floppy, and execute your command there. There was not much to work with anyway, check the content of the boot floppy of MSDOS 1.0 [1].<p>And also, especially if you had a single floppy, you wouldn't even use it: to run your software you would boot a disk with a IO.SYS, MSDOS.SYS, COMMAND.COM and an AUTOEXEC.BAT that would start your favorite word processor (WordStar of course :-D ).<p>[1] <a href="https://www.youtube.com/watch?v=0-X7Thsn0pI" rel="nofollow">https://www.youtube.com/watch?v=0-X7Thsn0pI</a></p>
]]></description><pubDate>Wed, 01 Apr 2026 23:42:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47608129</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47608129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47608129</guid></item><item><title><![CDATA[New comment by mrighele in "We haven't seen the worst of what gambling and prediction markets will do"]]></title><description><![CDATA[
<p>> I'm in senior leadership, and have made it clear that anyone who has worked on these products should not be hired.<p>I appreciate your approach, but I wonder: would you hire somebody with a past in Meta, or ByteDance (to just name two)? They are at least as bad in pushing addiction to people, maybe worse if you think about the scale.</p>
]]></description><pubDate>Thu, 26 Mar 2026 21:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47536163</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47536163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47536163</guid></item><item><title><![CDATA[New comment by mrighele in "PC Gamer recommends RSS readers in a 37mb article that just keeps downloading"]]></title><description><![CDATA[
<p>What is your screen resolution ? I have the same setup but got different results.<p>Initial load, after closing cookie banner and another one, was about 500KiB (200KiB transferred). After scrolling to the bottom I got 1.7MiB/1.0MiB transferred.<p>I guess you're using a retina-like display ? (I got there results with a 1080p screen)</p>
]]></description><pubDate>Sun, 22 Mar 2026 20:55:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47482034</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47482034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47482034</guid></item><item><title><![CDATA[New comment by mrighele in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>Documentation [1] says:<p>The small_model option configures a separate model for lightweight tasks like title generation. By default, OpenCode tries to use a cheaper model if one is available from your provider, otherwise it falls back to your main model.<p>I would expect that if you set a local model it would just use the same model. Or if for example you set GPT as main model, it would use something else from OpenAI. I see no mentions of Grok as default<p>[1] <a href="https://opencode.ai/docs/config/" rel="nofollow">https://opencode.ai/docs/config/</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 12:44:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466525</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47466525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466525</guid></item><item><title><![CDATA[New comment by mrighele in "Temporal: The 9-year journey to fix time in JavaScript"]]></title><description><![CDATA[
<p>I think a more practical and compatible approach is to keep json as it is, and use a side channel (e.g. an openapi spec) to convey metadata.
Then it is up to the client to decide that a date returned as a string is a date or string, or to create a specific class instead of a generic object</p>
]]></description><pubDate>Thu, 12 Mar 2026 10:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47348663</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47348663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47348663</guid></item><item><title><![CDATA[New comment by mrighele in "When AI writes the software, who verifies it?"]]></title><description><![CDATA[
<p>> The LLM happily churns out unit tests which are simply reinforcing the existing behaviour of the code<p>This is true for humans too. Tests should not be written or performed by the same person that writes the code</p>
]]></description><pubDate>Wed, 04 Mar 2026 08:11:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47244572</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47244572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47244572</guid></item><item><title><![CDATA[New comment by mrighele in "Ghosts'n Goblins – “Worse danger is ahead”"]]></title><description><![CDATA[
<p>To be fair, we are talking about arcade games. You were not supposed to finish them, but to finish your money before that :-) [<i>].<p>You are paying for a game, so you have the right to continue playing until you die. In that context, restarting the game (hopefully with an higher difficulty level) is the proper course of actoin<p>[</i>] The authors of Pacman probably didn't even think you would be able to reach level 256 and overflow the variable. That's how you get to a kill screen that corrupts memory.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:50:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47200079</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47200079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47200079</guid></item><item><title><![CDATA[New comment by mrighele in "Ghosts'n Goblins – “Worse danger is ahead”"]]></title><description><![CDATA[
<p>Some random thoughts...<p>(I was a kid in the 80s and I played in arcades a lot. I think I could still tell in which arcade I played each game).<p>>  There was an economic motivation for this difficulty, in getting more coins from players quicker, but Fujiwara would later insist that wasn’t the primary motivation and that they were meeting a demand from strong players for challenge.<p>Thats' not completely true. If it was that way, players would quickly grew fed up and stop playing. You need a balance between getting money out of people and people keep playing because they have fun.<p>I think one of the most efficient way to do that is having MOST of your players being suckers that keep pouring money, but allow a few to get very good at it, and play an inordinate amount of time with a single coin. That way the suckers will keep playing hoping to do the same. Most people would last 5 level in Bubble Bobble, but you had the occasional "genius" that would finish it.<p>Very difficult games like GnG were well regarded but not as played as others, as much as I can remember.<p>> Fujiwara later responded to a question about SNK’s Ikari and its resemblance to Commando by saying that was just how things were, although he was disappointed that they had got to release more sequels than him.<p>In the 80's there were not many game mechanics available [<i>]. I dare say that 90% of the games were either<p></i> vertical shoot 'em ups (think Galaxian)
* horizontal shoot 'em ups (think Gradius)
* beat 'em ups (think Double Dragon)
* platform (think Mario)
* to a lesser extent, racing games (think Outrun)<p>I think mostly due to HW limitations.<p>So if you are going to have a soldier going around killing people, of course it is going to resemble Command in some way. Doesn't mean they are the same, in the same way that Poker and Bridge are not the same despite using the same set of cards.<p>[*] There were some outliers, and some of them were great (Tron, Star Wars) but they more the exception that the rule.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:43:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47200014</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47200014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47200014</guid></item><item><title><![CDATA[New comment by mrighele in "The United States and Israel have launched a major attack on Iran"]]></title><description><![CDATA[
<p>The countries in middle east want Iran to be weak, not to fall.<p>I think that from the point of the neighbouring countries, Iran is fine as it is. Israel and the USA keep it in check, it is under sanctions, which are both beneficial for its adversaries.<p>If the regime in Iran were to fall, first of all you would have repercussions on the neighbors, (refugees and the like), and instability. But also, in the longer run, the chance of a more better government, which could make the country stronger than it is.</p>
]]></description><pubDate>Sat, 28 Feb 2026 17:30:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197940</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47197940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197940</guid></item><item><title><![CDATA[New comment by mrighele in "Intel XeSS 3: expanded support for Core Ultra/Core Ultra 2 and Arc A, B series"]]></title><description><![CDATA[
<p>Not everybody plays FPS (as in First Person Shooter) and need to squeeze every ms of latency.<p>For those, some "free FPS (as in Frame Per Second)" is a good thing.<p>edit: clarified the two FPS</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47135857</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47135857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135857</guid></item><item><title><![CDATA[New comment by mrighele in "My journey to the microwave alternate timeline"]]></title><description><![CDATA[
<p>The microwave has two big related issues (both mentioned in the article).<p>The first is that it is not easy to make a mental model of how it works. The second is that since it takes little too cook the food, it is unforgiving and you have to be very careful with both timings and amounts.<p>This makes it hard to learn how to properly use it just by trial and error. Also since now we have inductive stoves there is even less reason to use it.</p>
]]></description><pubDate>Mon, 23 Feb 2026 07:57:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47119352</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47119352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47119352</guid></item><item><title><![CDATA[New comment by mrighele in "Facebook is cooked"]]></title><description><![CDATA[
<p>I still use Facebook. Not often, let say once or twice a month, but I live abroad and FB is the only way to contact some people.<p>My feed is far from good, but not horrible. Once you interact a minimum with it (like in clicking on some posts, not even putting a like), FB will adjust the content appropriately. Right now for some reason I regularly get problems from International Mathematical Olympiad, chess, and nerd stuff about engineering.<p>I am not surprised that those that access FB after many years find the timeline full of half-naked women, pseudo-porn and the like: it's probably what men (those still on FB at least) on average crave for.<p><i>rant incoming</i><p>It is sad. I think that the original FB, the one from middle 00's, was really peak social media: you see stuff from people you know, you interact with them, even playing games with them. You would get in contact with old classmates that you couldn't speak with for 20 years... wonderful.<p>The point of original FB was to use it as an aggregator for your RL; go to a party, meet some gal, and the following day you would have a new contact on FB that you could contact to go out together again. Think about getting their phone number, but one order of magnitute better.<p>Heck I remember somehow waking up with a terrible hangover after a party and having a number of new girls as a contact on FB and asking myself "who the heck are they?". Fun times.<p>Current social media (Tiktok, Instagram, etc) is about seeing how people that you don't know get a life much better than yours. Not necessarily true, but it gets under your skin. How do youngsters use social media without going mad?</p>
]]></description><pubDate>Sat, 21 Feb 2026 00:16:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47095940</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47095940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47095940</guid></item><item><title><![CDATA[New comment by mrighele in "Micropayments as a reality check for news sites"]]></title><description><![CDATA[
<p>I think that most people don't really care about tracking, but the fact that often ads make their experience miserable.<p>You open a link, you get a full screen ad, and have to wait 10 seconds or more. When you finally can close the ad, a popup appears asking if you want to subscribe to their newsletter. you close that too. A cookie banner reminds you that they care about your privacy, that's why they share your details with 1000+ partners. When you find the hidden button to say that you don't accept finally the article appears, but the bottom half is occupied by an overlay with a video ad. All the while the page scrolls terribly because of the amount of javascript loaded.<p>Or, sometimes, you get ad, cookie banner and then they tell you that you have to pay to access the content.<p>I suspect that if people had to choose between ads without tracking and tracking without the ads, they would choose the latter.</p>
]]></description><pubDate>Thu, 19 Feb 2026 22:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47080609</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47080609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47080609</guid></item><item><title><![CDATA[New comment by mrighele in "US plans online portal to bypass content bans in Europe and elsewhere"]]></title><description><![CDATA[
<p>Historically the US did care a lot, in a way it reminds me of the Crusade for Freedom [1] and Radio Free Europe [2].<p>So I find this in line with the behavior of many American administration, the weird thing being that this time the target is not the just usual suspects (China, Iran, etc.) but also European allies.<p>(not saying this is a good thing btw, just trying to put it in perspective)<p>[1] <a href="https://en.wikipedia.org/wiki/Crusade_for_Freedom" rel="nofollow">https://en.wikipedia.org/wiki/Crusade_for_Freedom</a><p>[2] <a href="https://en.wikipedia.org/wiki/Radio_Free_Europe/Radio_Liberty" rel="nofollow">https://en.wikipedia.org/wiki/Radio_Free_Europe/Radio_Libert...</a></p>
]]></description><pubDate>Thu, 19 Feb 2026 21:41:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47079888</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47079888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47079888</guid></item><item><title><![CDATA[New comment by mrighele in "Electrobun v1: Build fast, tiny, and cross-platform desktop apps with TypeScript"]]></title><description><![CDATA[
<p>Just tried their hello world<p>* npx electrobun init<p>* [choose hello-world]<p>* bun install<p>* bun run build<p>This generates in linux a folder that takes about 60M [1] (mostly the "bun" executable)<p>[1] du says 60M, ls says 100M, maybe it is a sparse file ?</p>
]]></description><pubDate>Thu, 19 Feb 2026 11:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47072820</link><dc:creator>mrighele</dc:creator><comments>https://news.ycombinator.com/item?id=47072820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47072820</guid></item></channel></rss>