<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: aleden</title><link>https://news.ycombinator.com/user?id=aleden</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 06 Jun 2026 22:37:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aleden" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aleden in "VS Code Pets"]]></title><description><![CDATA[
<p>Yes! This is along the lines of what I thought of when I saw ghostty.<p><pre><code>  https://news.ycombinator.com/item?id=42524537
</code></pre>
It's too bad I don't use vscode. I think it would be cool to have something that can jump between terminal emulators, something that isn't shackled to a text editor.<p>EDIT: I seem to vaguely remember something similar to this concept from some anime I watched that depicted a "hacker". It might have been serial experiments lain, or cowboy bebop..</p>
]]></description><pubDate>Sat, 18 Jan 2025 22:21:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42751890</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42751890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42751890</guid></item><item><title><![CDATA[New comment by aleden in "Nvidia's Project Digits is a 'personal AI supercomputer'"]]></title><description><![CDATA[
<p>If you spent enough time and energy on it.. I'm fairly confident you could get the newest Ubuntu running. You'd have to build your own kernel, manually generate the initramfs, figure out how to and then flash it. You'd probably run into stupid little problems like the partition table the flash script makes doesn't allocate enough space for the kernel you've built.. I'm sure there would be hiccups, at the very least, but everything's out there to do it.</p>
]]></description><pubDate>Wed, 08 Jan 2025 03:29:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42630589</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42630589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42630589</guid></item><item><title><![CDATA[New comment by aleden in "Nvidia's Project Digits is a 'personal AI supercomputer'"]]></title><description><![CDATA[
<p>You could install Ubuntu 24.04 using debootstrap. That would just get you the user space, though, you'd still have to build your own kernel image.</p>
]]></description><pubDate>Tue, 07 Jan 2025 21:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42627786</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42627786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42627786</guid></item><item><title><![CDATA[New comment by aleden in "Nvidia's Project Digits is a 'personal AI supercomputer'"]]></title><description><![CDATA[
<p>Are you aware that mainline linux runs on these Jetson devices? It's a bit of annoying work, but you can be running ArchLinuxARM.<p><a href="https://github.com/archlinuxarm/PKGBUILDs/pull/1580">https://github.com/archlinuxarm/PKGBUILDs/pull/1580</a><p>Edit: It's been a while since I did this, but I had to manually build the kernel, overwrite a dtb file maybe (and  Linux_for_Tegra/bootloader/l4t_initrd.img) and run something like this (for xavier)<p><pre><code>  sudo ./flash.sh -N 128.30.84.100:/srv/arch -K /home/aeden/out/Image -d /home/aeden/out/tegra194-p2972-0000.dtb jetson-xavier eth0</code></pre></p>
]]></description><pubDate>Tue, 07 Jan 2025 18:50:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42625845</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42625845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42625845</guid></item><item><title><![CDATA[New comment by aleden in "C: Simple Defer, Ready to Use"]]></title><description><![CDATA[
<p>Is that why I got down voted? This thing is header-only, I'm guessing it doesn't need rtti or have a big footprint.</p>
]]></description><pubDate>Tue, 07 Jan 2025 01:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=42618187</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42618187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42618187</guid></item><item><title><![CDATA[New comment by aleden in "C: Simple Defer, Ready to Use"]]></title><description><![CDATA[
<p>Nobody knows about BOOST_SCOPE_DEFER?<p>#include <boost/scope/defer.hpp><p>BOOST_SCOPE_DEFER [&] {<p><pre><code>    close(fd);                                                                    
</code></pre>
};<p>Implementation here:
<a href="https://github.com/boostorg/scope/blob/develop/include/boost/scope/defer.hpp">https://github.com/boostorg/scope/blob/develop/include/boost...</a></p>
]]></description><pubDate>Mon, 06 Jan 2025 21:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42616350</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42616350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42616350</guid></item><item><title><![CDATA[New comment by aleden in "Apple Photos phones home on iOS 18 and macOS 15"]]></title><description><![CDATA[
<p>Fantastic links. They should be at the top of this thread. This stuff looks really impressive to me. I'm not an expert.<p>I take it that it is implicitly assumed that code running on the server (which I cannot spot the source for) doesn't need to be available, to be trusted? (That there's no way you could come up with an attack through cryptanalysis, involving what the server does, since the security of the data coming from the client is all that matters?)</p>
]]></description><pubDate>Mon, 30 Dec 2024 04:14:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42546415</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42546415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42546415</guid></item><item><title><![CDATA[New comment by aleden in "Apple Photos phones home on iOS 18 and macOS 15"]]></title><description><![CDATA[
<p>How did they do it? The idea for homomorphic encryption has been around a long time, but as far as I am aware the time+space requirements have found to be tremendous, thus rendering any serious implementation of it impractible.<p>If they managed to do it, they should open-source the code. If they made a research breakthrough, they should publish. Doing either of those things would give me the peace of mind that I need.</p>
]]></description><pubDate>Sun, 29 Dec 2024 23:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42544342</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42544342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42544342</guid></item><item><title><![CDATA[New comment by aleden in "Ghostty 1.0"]]></title><description><![CDATA[
<p>I went to ghostty.org and spent a long time staring at that animated ghost, and thought of clippy. Except this guy seems to have wider range of emotions.<p>Anyways, I eventually learned this was about a terminal emulator (which is awesome), but the ghost on the front page really inspired my imagination. I think it would be a good thing to have some kind of companion like that, when it's me, by myself, constantly surrounded by terminals all day.
Is the choice of having the ghost be rendered in a text-mode terminal important? I think it is for me.</p>
]]></description><pubDate>Fri, 27 Dec 2024 18:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42524537</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42524537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42524537</guid></item><item><title><![CDATA[New comment by aleden in "Ghostty 1.0"]]></title><description><![CDATA[
<p>What I like about foot is the heuristics governing text selection with the mouse. I find that more often than not, if I double click with the mouse on some text, what it ends up selecting is just the part I need.</p>
]]></description><pubDate>Fri, 27 Dec 2024 18:09:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42524479</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42524479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42524479</guid></item><item><title><![CDATA[New comment by aleden in "C++ is an absolute blast"]]></title><description><![CDATA[
<p>Yeah, totally. I find LLMs are very useful for doing stuff with the preprocessor, too. ChatGPT taught me how to use boost preprocessor (BOOST_PP_FOR_EACH_PRODUCT).<p>Still though, I want to see MyMapType::value_type in compiler errors rather than... Well, you know. It's going to contain the type of the key, the type of the value, the type of the allocator, just when all you want to really know is that it's a pair<key, value>, which I think most people know of as My map type::value_type.</p>
]]></description><pubDate>Mon, 23 Dec 2024 19:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42496767</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42496767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42496767</guid></item><item><title><![CDATA[New comment by aleden in "C++ is an absolute blast"]]></title><description><![CDATA[
<p>For the love of God when will c++ compilers finally be able to output template errors that aren't completely expanded and are written in terms of the user's typedefs? Most of the time I spend parsing template errors with boost is just to figure out what the hell is being complained about.</p>
]]></description><pubDate>Mon, 23 Dec 2024 17:11:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42495896</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42495896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42495896</guid></item><item><title><![CDATA[New comment by aleden in "Deciphering C++ compiler errors: Nonsensical errors from a function declaration"]]></title><description><![CDATA[
<p>Before #define ing MY_MACRO, do<p>#ifdef MY_MACRO<p>#error<p>#endif<p>edit: and #undef MY_MACRO after done using it, ideally.</p>
]]></description><pubDate>Thu, 12 Dec 2024 05:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42396567</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42396567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42396567</guid></item><item><title><![CDATA[New comment by aleden in "Everyone is capable of, and can benefit from, mathematical thinking"]]></title><description><![CDATA[
<p>Many people dismiss mathematics because they aren't interested in it. I definitely wasn't interested in doing dozens and dozens of error-prone problem sets that mainly boiled down to performing arithmetic. I don't need to do that.<p>My number theory professor was a brilliant mind, someone who had spent lots of time at the Institute for Advanced Study, and he absolutely sucked at adding/subtracting/multiplying numbers. And that was something he freely admitted. It wasn't important to his work, and it isn't important to mine.</p>
]]></description><pubDate>Thu, 21 Nov 2024 21:29:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42208852</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42208852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42208852</guid></item><item><title><![CDATA[New comment by aleden in "Everyone is capable of, and can benefit from, mathematical thinking"]]></title><description><![CDATA[
<p>In my high school we were basically only instructed to get good at applied math. Calculus. Which more often than not was simply "plugging it in". Most of that work is trivially automatible through Mathematica. When I reached a university, I took number theory and abstract algebra and it blew my mind that math was actually so beautiful in a way that defied explanation. When I took real analysis I finally saw the side of calculus that didn't seem like a waste of time.<p>One day, I went back to my high school and spoke to my computer science mentor back then [1]. I passionately asked him why we were never exposed to group theory. The answer, he said, was the SAT. None of that stuff is on the SAT, so it can't be justified teaching.<p>[1] The great Andrew Merrill</p>
]]></description><pubDate>Thu, 21 Nov 2024 20:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42208400</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=42208400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42208400</guid></item><item><title><![CDATA[New comment by aleden in "AAA Gaming on Asahi Linux"]]></title><description><![CDATA[
<p>Then what is proton written in? C++?</p>
]]></description><pubDate>Fri, 11 Oct 2024 08:58:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41807662</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=41807662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41807662</guid></item><item><title><![CDATA[New comment by aleden in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>My model for LDD in my head was, "run the app up until the entry point of the executable, print the loaded DSOs, and exit() before ever starting the exe." That'd get you potentially more libraries than if you just statically examine the needed libraries recursively.</p>
]]></description><pubDate>Sun, 29 Sep 2024 20:34:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41690221</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=41690221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41690221</guid></item><item><title><![CDATA[New comment by aleden in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>I guess I wasn't sure that DT_NEEDED entries covered everything. Sometimes you have stuff that happens in DT_INIT constructors.</p>
]]></description><pubDate>Sun, 29 Sep 2024 17:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41688941</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=41688941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41688941</guid></item><item><title><![CDATA[New comment by aleden in "Ldd(1) and Untrusted Binaries (2023)"]]></title><description><![CDATA[
<p>Disentangling who loads what without actually running the app, i.e. allowing a sequence of dlopen() calls to succeed, seems impossible to accomplish in the presence of binary code which cannot be effectively scrutinized.</p>
]]></description><pubDate>Sun, 29 Sep 2024 17:21:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41688790</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=41688790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41688790</guid></item><item><title><![CDATA[New comment by aleden in "Sublime text started adding a “.s” to new files"]]></title><description><![CDATA[
<p>Yes, there are some wrinkles in upgrading packages on Arch, like you said. I've had to manually install archlinux-keyring with pacman. Ive had to manually upgrade yay because a shared library it is dynamically linked to was upgraded. I've had to rm -rf my gpg cache due before.<p>But my post was primarily focusing on the experience of building / modifying packages. To elaborate just a bit more as an example, the Debian docs claim one can use this environment variable to control certain things when building a package.<p>DEB_BUILD_OPTIONS='nostrip noopt debug'<p>What they don't mention, is that these environment variable values are only enabled on a case-by-case basis for every package. Which means, you can't just expect to be able to easily rebuild an arbitrary package without cleaning first, i.e. doing an incremental build. You have to look at debian/rules, which is highly unstructured (unlike PKGBUILD), uses tons of DEB_ makefile variables which I have no understanding of.</p>
]]></description><pubDate>Mon, 23 Sep 2024 22:24:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=41631229</link><dc:creator>aleden</dc:creator><comments>https://news.ycombinator.com/item?id=41631229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41631229</guid></item></channel></rss>