<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: sliken</title><link>https://news.ycombinator.com/user?id=sliken</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 08:00:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sliken" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sliken in "Just Use Go"]]></title><description><![CDATA[
<p>C, for better or worse, is like a high level assembly language.  You can do anything, which pretty much means you are going to have many security and correctness issues.  Double free, use after free, off by one errors, buffer overflows, etc.  Thus numerous CVEs.<p>Go has less flexibility, no pointer arithmetic, a healthy package system, and a smaller domain.  Mostly consuming or providing network services.  My favorite feature is channels.  For me they make levering the performance of multi-core CPUs straight forward, and dramatically nicer than the C approaches I've tried like pthreads and mutexes.<p>I wouldn't rate go as secure as rust, but has a pleasingly developer friendly approach.  Seems way more secure than C.<p>Making a pipeline where each stage is 1 to N threads is pleasingly easy, reliable, and performant.</p>
]]></description><pubDate>Tue, 12 May 2026 16:00:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48110146</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=48110146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48110146</guid></item><item><title><![CDATA[New comment by sliken in "My first impressions on ROCm and Strix Halo"]]></title><description><![CDATA[
<p>AM5 is the AMD standard, it's accurate, seems rather pedantic to differentiate between 2 sub channels per dimm and saying 4 32 bit channels for a total of 128 bit.<p>However the motherboard vendors get annoyingly hide that from you by claiming DDR4 is dual channel (2 x 64 bit which means two outstanding cache misses, one per channel) and just glossing over the difference by saying DDR5 dual channel (4 x 32 bit which means 4 outstanding cache misses).<p>> Yes, because AMD64 has 64-bit words.<p>It's a bit more complicate than that.  First you have 3 levels of cache, the last of which triggers a cache line load, which is 64 bytes (not 64 bits).  That goes to one of the 4 channels, there's a long latency for the first 64 bits.  Then there's the complications of opening the row, which makes the columns available, which can speed up things if you need more than one row.  But the general idea is that you get at the maximum one cache line per channel after waiting for the memory latency.<p>So DDR4 on a 128 bit system can have 2 cache lines in flight.  So 128 bytes * memory latency.  On a DDR5 system you can have 4 cache lines in flight per memory latency.  Sure you need the bandwidth and 32 bit channels have half the bandwidth per clock, but the trick is the memory bus spends most of it's time waiting on memory to start a transfer.  So waiting 50ns then getting 32bit @ 8000 MT/sec isn't that different than waiting 50ns and getting 64 bit @ 8000MT/sec.<p>Each 32 bit subchannel can handle a unique address, which is turned into a row/column, and a separate transfer when done.   So a normal DDR5 system can look up 4 addresses in parallel, wait for the memory latency and return a cache line of 64 bytes.<p>Even better when you have something like strix halo that actually has a 256 bit wide memory system (twice any normal tablet, laptop, or desktop), but also has 16 channels x 16 bit, so it can handle 16 cache misses in flight.  I suspect this is mostly to get it's aggressive iGPU fed.</p>
]]></description><pubDate>Tue, 21 Apr 2026 09:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47846617</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47846617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47846617</guid></item><item><title><![CDATA[New comment by sliken in "My first impressions on ROCm and Strix Halo"]]></title><description><![CDATA[
<p>In computer manufacture speak dual channel = 2 x 64 bit = 128 bits wide.<p>So with 2 dimms or 4 you still get 128 bit wide memory.  With DDR4 that means 2 channels x 64 bit each.  With DDR5 that means 4 channels x 32 bit each.<p>Keep in mind that memory controller is in the CPU, which is where the DDR4/5 memory controller is.  The motherboards job is to connect the right pins on the DIMMs to the right pins on the CPU socket.  The days of a off chip memory controller/north bridge are long gone.<p>So if you look at an AM5 CPU it clearly states:<p><pre><code>   * Memory Type: DDR5-only (no DDR4 compatibility).

   * Channels: 2 Channel (Dual-Channel).

   * Memory Width: 2x32-bit sub-channels (128-bit total for 2 sticks).</code></pre></p>
]]></description><pubDate>Tue, 21 Apr 2026 06:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47845411</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47845411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47845411</guid></item><item><title><![CDATA[New comment by sliken in "My first impressions on ROCm and Strix Halo"]]></title><description><![CDATA[
<p>I think there's a standard wiring for the dimm and some parts are shared.  Each normal ddr5 dimm has 2 sub channels that are 32 bits each, and the new specification for the HUDIMM which will only enable 1 sub channel and only have half the bandwidth.<p>I don't think you can wire up DDR5 dimms willy nilly as if they were 2 separate 32 bit dimms.</p>
]]></description><pubDate>Tue, 21 Apr 2026 04:36:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47844572</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47844572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47844572</guid></item><item><title><![CDATA[New comment by sliken in "My first impressions on ROCm and Strix Halo"]]></title><description><![CDATA[
<p>Sadly motherboards, tech journalist, and many other places confuse the difference between a dimm and channel.  The trick is the DDR4 generation they were the same, 64 bits wide.  However a standard DDR5 dimm is not 1x64 bit, it's actually 2x32 bit.  Thus 2 DDR5 dimms = 4 channels.<p>For some workloads the extra channels help, despite having the same bandwidth.  This is one of the reasons that it's possible for a DDR5 system to be slightly faster than a DDR4 system, even if the memory runs at the same speed.</p>
]]></description><pubDate>Mon, 20 Apr 2026 16:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47836935</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47836935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47836935</guid></item><item><title><![CDATA[New comment by sliken in "My first impressions on ROCm and Strix Halo"]]></title><description><![CDATA[
<p>> Quad-channel RAM is common on consumer desktops<p>Yes, but tablets, laptops, and normal (non-HEDT) desktops have 4 channels, 4x32 bit = 128 bit wide.  Modern memory with DDR5 allows two 32 bit channels on a 64 bit dimm.  The previous gen DDR4 would allow 1 64 bit channel on a 64 bit dimm.<p>So strix halo (on laptops, tablets, and desktops) allows for a 256 bit wide memory system, providing twice the memory bandwidth of any ryzen or intel i3/i5/i7/i9.   The Apple pro (256 bit), max (512 bit), and ultra (1024 bit) lines of apple silicon have greater than 128 bit wide memory systems.  On the  AMD size it's just the Threadripper (256 bit) and Threadripper pro (512 bit), but those are typically in expensive workstations that are physically large, expensive, and need substantial cooling.<p>So the HALO is pretty unique (outside of Apple) for providing twice the memory bandwidth of anything else that fits in the tablet, laptop, or small desktop category.</p>
]]></description><pubDate>Mon, 20 Apr 2026 16:42:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47836883</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47836883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47836883</guid></item><item><title><![CDATA[New comment by sliken in "Reflections on 30 years of HPC programming"]]></title><description><![CDATA[
<p>As you dig deeper I think you'll find a method behind the madness.<p>Sure modules just play with env variables.  But it's easy to inspect (module show), easy to document "use modules load ...", allows admins to change the default when things improve/bug fixed, but also allows users to pin the version.  It's very transparent, very discover-able, and very "stale".  Research needs dictate that you can reproduce research from years past.  It's much easier to look at your output file and see the exact version of compiler, MPI stack, libraries, and application than trying to dig into a container build file or similar.  Not to mention it's crazy more efficient to look at a few lines of output than to keep the container around.<p>As for slurm, I find it quite useful.  Your main complaint is no default systemd service files?  Not like it's hard to setup systemd and dependencies.  Slurms job is scheduling, which involves matching job requests for resources, deciding who to run, and where to run it.  It does that well and runs jobs efficiently.  Cgroup v2, pinning tasks to the CPU it needs, placing jobs on CPU closest to the GPU it's using, etc.  When combined with PMIX2 it allows impressive launch speeds across large clusters.  I guess if your biggest complaint is the systemd service files that's actually high praise.  You did mention logging, I find it pretty good, you can increase the verbosity and focus on server (slurmctld) or client side (slurmd) and enable turning on just what you are interested, like say +backfill.  I've gotten pretty deep into the weeds and basically everything slurm does can be logged, if you ask for it.<p>Sounds like you've used some poorly run clusters, I don't doubt it, but I wouldn't assume that's HPC in general.  I've built HPC clusters and did not use the university's AD, specifically because it wasn't reliable enough.  IMO a cluster should continue to schedule and run jobs, even if the uplink is down.  Running a past EoL OS on an HPC cluster is definitely a sign that it's not run well and seems common when a heroic student ends up managing a cluster and then graduates leaving the cluster unmanaged.  Sadly it's pretty common for IT to run a HPC cluster poorly, it's really a different set of contraints, thus the need for a HPC group.<p>Plenty of HPC clusters out there a happy to support the tools that helps their users get the most research done.</p>
]]></description><pubDate>Fri, 17 Apr 2026 16:21:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47807597</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47807597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47807597</guid></item><item><title><![CDATA[New comment by sliken in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>All.  Keep in mind strix != strix halo.<p>You can get tablets, laptops, and desktops.  I think windows is more limited and might require static allocation of video memory, not because it's a separate pool, just because windows isn't as flexible.<p>With linux you can just select the lowest number in bios (usually 256 or 512MB) then let linux balance the needs of the CPU/GPU.  So you could easily run a model that requires 96GB or more.</p>
]]></description><pubDate>Fri, 17 Apr 2026 03:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47802292</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47802292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47802292</guid></item><item><title><![CDATA[New comment by sliken in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>> You won't like it, but the answer is Apple.<p>Or strix halo.<p>Seems rather over simplified.<p>The different levels of quants, for Qwen3.6 it's 10GB to 38.5GB.<p>Qwen supports a context length of 262,144 natively, but can be extended to 1,010,000 and of course the context length can always be shortened.<p>Just use one of the calculators and you'll get much more useful number.</p>
]]></description><pubDate>Thu, 16 Apr 2026 16:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795630</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47795630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795630</guid></item><item><title><![CDATA[New comment by sliken in "Why Some Men Struggle to Keep Up with Friendships"]]></title><description><![CDATA[
<p>Try this one:
<a href="https://archive.is/UGzzc" rel="nofollow">https://archive.is/UGzzc</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 21:07:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47471369</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47471369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47471369</guid></item><item><title><![CDATA[New comment by sliken in "Show HN: Swarm – Program a colony of 200 ants using a custom assembly language"]]></title><description><![CDATA[
<p>Any chance of turning this into a server/client with an API so people could use the language of their choice?</p>
]]></description><pubDate>Sun, 15 Mar 2026 20:55:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47391796</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=47391796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47391796</guid></item><item><title><![CDATA[New comment by sliken in "Is particle physics dead, dying, or just hard?"]]></title><description><![CDATA[
<p>Along similar lines, the double-slit experiment, seems simple.  Two slits let light though and you get bands where they constructively or destructively interfere, just like waves.<p>However I still find it crazy that when you slow down the laser and one photon at a time goes through either slit you still get the bands.  Which begs the question, what exactly is it constructively or destructively interfering with?<p>Still seems like there's much to be learned about the quantum world, gravity, and things like dark energy vs MOND.</p>
]]></description><pubDate>Tue, 10 Feb 2026 02:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46954477</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46954477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46954477</guid></item><item><title><![CDATA[New comment by sliken in "Ask HN: Iran's 120h internet shutdown, phones back. How to stay resilient?"]]></title><description><![CDATA[
<p>Sure, if you are smart enough.  Maybe mount a small transmitter on a tree then use a directional antenna at a very low power and use the tree as a repeater.<p>Or use NVIS, which at least makes triangulation harder.</p>
]]></description><pubDate>Wed, 14 Jan 2026 16:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46618283</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46618283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46618283</guid></item><item><title><![CDATA[New comment by sliken in "Tux Paint"]]></title><description><![CDATA[
<p>Not that I have to tell this crowd.  Tuxpaint is free, get it from tuxpaint.org, do not buy it, do not download it as part of a "desktop".  I was talking to the author, apparently it's sadly often used to trick people into buying or downloading malware.</p>
]]></description><pubDate>Tue, 13 Jan 2026 16:17:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46603036</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46603036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46603036</guid></item><item><title><![CDATA[New comment by sliken in "Tux Paint"]]></title><description><![CDATA[
<p>I set up my kid, I think she was 3 or so, she started out with stamps of butterflies and the like.  After awhile she looked at her hand, then mouse, then me, stared at me and said "ouch".  I got a "travel" mouse that was half size or so, perfect for her hand and she loved using tux paint.<p>Don't forget to setup sound, preferably in stereo.<p>She used the hell out of it for years.  One time on a call she was fascinated by fish.  I printed out one of her drawings remotely while we were on the phone and she loved it.</p>
]]></description><pubDate>Tue, 13 Jan 2026 16:07:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46602873</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46602873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602873</guid></item><item><title><![CDATA[New comment by sliken in "Gnome and Mozilla Discuss Proposal to Disable Middle Mouse Paste on Linux"]]></title><description><![CDATA[
<p>Keep in mind the desktop env knows when you are left clicking a link or middle clicking.  So on linux, usually it's left click to go to a link or middle click to open link in a new tab.<p>Middle click to open new tabs is compatible with middle click to paste.</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534893</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46534893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534893</guid></item><item><title><![CDATA[New comment by sliken in "Gnome and Mozilla Discuss Proposal to Disable Middle Mouse Paste on Linux"]]></title><description><![CDATA[
<p>In theory I'd agree as well.<p>In reality such features are often dropped, no settings in gnome-settings, and non default features are not tested in new builds.<p>So you end up googling how to get that feature back and the answer is manually navigating the config tree or using gnome-tweaks, both with large disclaimers that any changes might break your system.<p>No thanks, I'd rather have left click to select and middle click to paste, do we really have to involve the keyboard by default?</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:34:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534814</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46534814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534814</guid></item><item><title><![CDATA[New comment by sliken in "Gnome dev gives fans of Linux's middle-click paste the middle finger"]]></title><description><![CDATA[
<p>Similarly gnome-terminal used to have "new terminal" as the first option in the menu of a terminal.  Then it got moved down to 6th item, then in the newer versions removed completely.<p>Very frustrating.</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:27:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534744</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46534744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534744</guid></item><item><title><![CDATA[New comment by sliken in "Gnome dev gives fans of Linux's middle-click paste the middle finger"]]></title><description><![CDATA[
<p>Sure.  But it's a depreciation and there's numerous similar settings that are only available by tweaking settings manually or using gnome-tweaks.  Right now nearly every linux app supports select with the left button and paste with the middle.  It's fast, useful, doesn't require a keyboard, etc.  Amusingly I've seen various logins block control-v, but middle click works.  God forbid you use a password safe with your bank login.<p>When you use gnome-tweaks there's a ton of "WARNING you may break things" and of course anything off the default path is likely to receive zero testing.<p>Personally I find middle click to paste one of the differentiators between MacOS, Windows, and Linux.  I'm pretty surprised it's not more common.  I was amused the iterm2 added select without having to type control-c.</p>
]]></description><pubDate>Wed, 07 Jan 2026 23:08:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534547</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46534547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534547</guid></item><item><title><![CDATA[New comment by sliken in "IPv6 just turned 30 and still hasn't taken over the world"]]></title><description><![CDATA[
<p>Do you have a static IPv4, presumably a single IP?<p>I find it useful, mine does change periodically, but I just have a script that Updates DNS when it changes:<p><pre><code>   nsupdate -v -y "${KEY_ALGO}:${KEY_NAME}:${KEY_SECRET}" <<EOF
   server $DNS_SERVER
   zone $ZONE 
   update delete $RECORD AAAA
   update add $RECORD 300 AAAA $CURRENT_IP
   show
   send
   EOF
</code></pre>
Sure some services might notice for a bit, but it's plenty good for me.</p>
]]></description><pubDate>Fri, 02 Jan 2026 16:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46466250</link><dc:creator>sliken</dc:creator><comments>https://news.ycombinator.com/item?id=46466250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46466250</guid></item></channel></rss>