<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: RavSS</title><link>https://news.ycombinator.com/user?id=RavSS</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 21:30:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=RavSS" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by RavSS in "Bohemia Interactive: Cold War Assault Remastered Source Code on GitHub"]]></title><description><![CDATA[
<p>I agree. I've played Arma 3 for more than a whole decade now. Most of it comes down to the open large scale combined arms experience not being available in any other recent video game from a first/third person perspective. There's now Arma Reforger, but it understandably lacks content.</p>
]]></description><pubDate>Thu, 25 Jun 2026 12:42:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48672497</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=48672497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48672497</guid></item><item><title><![CDATA[New comment by RavSS in "Ada 2022"]]></title><description><![CDATA[
<p>I've used it in my personal hobby projects for several years now, Ada/SPARK is a favourite language of mine. It's not a legacy language and it has features which I wish mainstream languages would have, particularly regarding the formal verification utilities of SPARK. It's also great for bare metal development.<p>I've not managed to convince anyone else to use it, as most are discouraged by either its Pascal-style "verbose" syntax on first glance or its general lack of third-party libraries (relative to something like Rust's ecosystem). Anyone who can get past those aspects should really give it a try.</p>
]]></description><pubDate>Sat, 07 Mar 2026 03:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47284153</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=47284153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47284153</guid></item><item><title><![CDATA[New comment by RavSS in "Apple is fighting for TSMC capacity as Nvidia takes center stage"]]></title><description><![CDATA[
<p>I replaced my 1080 Ti recently too (early 2025). I had kept it as my daily GPU since 2017. It was still viable and not in urgent need of a replacement, even though my 1080 Ti is an AIO liquid cooled model from EVGA, so I'm surprised it hasn't leaked yet. It's been put through a lot of stress from overclocking too, and now it lives on inside a homelab server.<p>The 5090 I replaced it with has not been entirely worth it. Expensive GPUs for gaming have had more diminishing returns on improving the gaming experience than ever before, at least in my lifetime.</p>
]]></description><pubDate>Fri, 16 Jan 2026 10:05:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46644876</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=46644876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46644876</guid></item><item><title><![CDATA[New comment by RavSS in "Stop Doom Scrolling, Start Doom Coding: Build via the terminal from your phone"]]></title><description><![CDATA[
<p>Termux can access the full file system if you have root access, which is how I play around with it; however, running a VM is a safer and easier route, especially as smartphone manufacturers are making it tougher to root the device you own.</p>
]]></description><pubDate>Wed, 07 Jan 2026 02:03:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46521607</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=46521607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46521607</guid></item><item><title><![CDATA[New comment by RavSS in "Memory Safety for Skeptics"]]></title><description><![CDATA[
<p>SPARK is practically just a restricted version of Ada with a few added features for formal verification. You can write a program primarily in SPARK but disable said restrictions based on circumstance by setting the `SPARK_Mode` pragma/aspect to `off` on a package, procedure, function, etc. Mixing Ada and SPARK is trivial.<p>I guess it is similar to Rust code that uses `unsafe {}` as the other poster mentioned (maybe `unsafe fn` for a closer analogy). My knowledge of Ada/SPARK is much greater than what I know about Rust, so I might be guessing wrong.</p>
]]></description><pubDate>Tue, 11 Nov 2025 04:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45884010</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=45884010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45884010</guid></item><item><title><![CDATA[New comment by RavSS in "Ada and SPARK enter the automotive ISO-26262 market with Nvidia"]]></title><description><![CDATA[
<p>You don't have to use AdaCore's GNAT Studio. You can quickly get going with Ada/SPARK using Visual Studio Code, as there is an LSP extension for it published by AdaCore themselves.</p>
]]></description><pubDate>Thu, 05 Jun 2025 01:40:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44187508</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=44187508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44187508</guid></item><item><title><![CDATA[New comment by RavSS in "I built a native Windows Todo app in pure C (278 KB, no frameworks)"]]></title><description><![CDATA[
<p>I'd suggest `-Oz` instead, as it optimises for size above all else at the cost of performance, unlike `-Os` which is less aggressive (but likely produces similar code anyway). `-Oz` is somewhat new if I remember correctly, so it depends on the GCC version.</p>
]]></description><pubDate>Sun, 11 May 2025 18:46:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43956000</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=43956000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43956000</guid></item><item><title><![CDATA[New comment by RavSS in "I maintain a 17 year old ThinkPad"]]></title><description><![CDATA[
<p>That is the general nature of reverse engineering efforts, but this one has been documented enough that you don't need to blindly trust completely random executables or code from strange places.<p>You can manually recreate the process of building a patch for the embedded controller instead of just following instructions: <a href="https://github.com/hamishcoleman/thinkpad-ec">https://github.com/hamishcoleman/thinkpad-ec</a>. Here's the presentation by the author himself at linux.conf.au (what used to be the biggest local Linux conference for those of us in Australia and NZ): <a href="https://www.youtube.com/watch?v=Fzmm87oVQ6c" rel="nofollow">https://www.youtube.com/watch?v=Fzmm87oVQ6c</a>. This is of course not supported by Lenovo.<p>Unlocking the BIOS is definitely more like what you described. It's the price to pay for freely playing around with processor power limits, getting AES-NI instruction set support, etc. I have not checked since 2019, so there might be a clearer way.</p>
]]></description><pubDate>Fri, 04 Apr 2025 06:27:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43578923</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=43578923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43578923</guid></item><item><title><![CDATA[New comment by RavSS in "I maintain a 17 year old ThinkPad"]]></title><description><![CDATA[
<p>You can use the T420/T520's keyboard in a T430/T530 with modifications to the firmware, some plastic around the keyboard part itself, and the ribbon cable (just pin isolation with tape). It lets you go with Ivy Bridge over Sandy Bridge.<p>I have a T430 with the T420's keyboard and it lasted me 7 years of daily use before battery life became too big of an issue for me (even with a single DDR3L RAM module and a slice battery), so I put it aside. The typing experience was really excellent.<p>Upgrading the CPU to a quad-core model (ideally one that consumes 35W over 45W) is one of the best upgrades to make for anyone still using these machines.</p>
]]></description><pubDate>Thu, 03 Apr 2025 09:58:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43567313</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=43567313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43567313</guid></item><item><title><![CDATA[New comment by RavSS in "Nvidia's RTX 5090 power connectors are melting"]]></title><description><![CDATA[
<p>Would it be any less safe than a Molex connector? They sometimes still come with brand new PSUs for compatibility. They have 12 volt pins too (yellow wire) if I remember correctly that can be very loose. Back when they were more standard, I'd seen sparks go off after they touched a case's chassis, as a cable to the PSU could have multiple unused/unplugged Molex connectors on it just hanging somewhere. The older PSUs I've used never came with full covers for them, so wrapping them in electrical tape was the "fix".</p>
]]></description><pubDate>Wed, 12 Feb 2025 02:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43021053</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=43021053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43021053</guid></item><item><title><![CDATA[New comment by RavSS in "Should programming languages be safe or powerful?"]]></title><description><![CDATA[
<p>I think one of the reasons why someone might think it's hard to write code in Ada is its Pascal-style syntax and verbosity, which might give the false impression that it's an "outdated legacy language". I've written a few hobbyist projects in Ada (SPARK to be specific) during my spare time and now I greatly enjoy the language, but my very first impression of it wasn't enthusiastic (coming from a C background). I don't fully understand why Ada lacks popularity compared to Rust, outside of Rust having a more vibrant community.</p>
]]></description><pubDate>Sun, 15 Dec 2024 16:21:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=42424251</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=42424251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42424251</guid></item><item><title><![CDATA[New comment by RavSS in "Translating All C to Rust (TRACTOR)"]]></title><description><![CDATA[
<p>>ISO C89<p>Not that it matters, but isn't that technically ANSI C(89)? If I remember correctly, the first ISO C standard is instead C90, which is basically identical to C89.</p>
]]></description><pubDate>Wed, 31 Jul 2024 20:23:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41123058</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=41123058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41123058</guid></item><item><title><![CDATA[New comment by RavSS in "Understanding x86_64 Paging"]]></title><description><![CDATA[
<p>There are also 1 GiB pages in long mode, but support depends on the processor and CPUID's output. Almost all modern x86 processors in the last several years should have it, I think.</p>
]]></description><pubDate>Wed, 17 Jan 2024 03:53:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=39023057</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=39023057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39023057</guid></item><item><title><![CDATA[New comment by RavSS in "The world in which IPv6 was a good design (2017)"]]></title><description><![CDATA[
<p>> IPv4 has a fixed header size (period)<p>Unless I'm mistaken, I would not say it's fixed due to the rarely used IP options field that varies depending on the IHL field. It has a variable size within a range. There might be a way to get "jumbo addresses" but it would have to be terribly hacked onto the design of the header as it is, which is one reason for IPv6's existence.<p><a href="https://en.wikipedia.org/wiki/Internet_Protocol_version_4#Header" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Internet_Protocol_version_4#He...</a></p>
]]></description><pubDate>Tue, 15 Aug 2023 13:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=37133925</link><dc:creator>RavSS</dc:creator><comments>https://news.ycombinator.com/item?id=37133925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37133925</guid></item></channel></rss>