<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: gsliepen</title><link>https://news.ycombinator.com/user?id=gsliepen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 07:48:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gsliepen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gsliepen in "Surelock: Deadlock-Free Mutexes for Rust"]]></title><description><![CDATA[
<p>What about mutexes living in shared memory, and each process having a different address mapping?</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:05:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733540</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=47733540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733540</guid></item><item><title><![CDATA[New comment by gsliepen in "Raspberry Pi Pico as AM Radio Transmitter"]]></title><description><![CDATA[
<p>Something similar: <a href="https://www.youtube.com/watch?v=7t7_naYJnHo" rel="nofollow">https://www.youtube.com/watch?v=7t7_naYJnHo</a>
Source code can be found here: <a href="https://github.com/spookysys/attiny-synth" rel="nofollow">https://github.com/spookysys/attiny-synth</a></p>
]]></description><pubDate>Wed, 04 Mar 2026 22:13:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47254693</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=47254693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47254693</guid></item><item><title><![CDATA[New comment by gsliepen in "Can I start using Wayland in 2026?"]]></title><description><![CDATA[
<p>A rather big problem is that Wayland is just a protocol, not an implementation. There are many competing implementations, like Gnome, KDE and wlroots. The problems you have with one of them might not appear in another. The reference compositor, Weston, is not really usable as a daily driver. So while with Xorg you have a solid base, and desktops are implemented on top of that, with Wayland the each desktop is reinventing the wheel, and each of them has to deal with all the quirks of the graphics drivers. I think this is a big problem with the architecture of Wayland. There really should be a standard library that all desktops use. Wlroots aims to be one, but I don't see Gnome and KDE moving to it anytime soon.</p>
]]></description><pubDate>Sun, 04 Jan 2026 10:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46486555</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=46486555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46486555</guid></item><item><title><![CDATA[New comment by gsliepen in "Ask HN: How do I bridge the gap between PhD and SWE experiences?"]]></title><description><![CDATA[
<p>I did move from physics to becoming a SWE. I could put the knowledge I gained doing 3D rendering and GPU compute used for visualization and simulations in my academic jobs on my CV, and get a job as a SWE that way. Later I moved to another job where I could use my physics background to help develop a new sensor.<p>As for how to market yourself: first you should convert your academic CV to one that is suited for the type of companies you are applying for. Unless you wrote something that ended up in Nature or some other super high profile journal, companies typically don't care about your publications. What they do care about is things like: can you communicate well? How well can you organize things on your own? Do you handle stress well? You did a PhD, so the answer to those things is yes, you just need to write that in your CV in a way a company recruiter/interviewer understands, even if they themselves are not from academia. So you don't have two halves that belong to different resumes, you are just one person and you just translate your resume to the "language" that your prospective job provider speaks.<p>Finally, your list of skills does not need to be a perfect match for what a company is looking for. Of course, there needs to be some overlap, but as long as it means you can pick up new things quickly, it will be fine. That and being a good fit for the company's culture are the most important things.<p>I did not start out with a unicorn role, but in I found ways to apply my physics background in my current job.</p>
]]></description><pubDate>Thu, 25 Dec 2025 15:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46384889</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=46384889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46384889</guid></item><item><title><![CDATA[New comment by gsliepen in "Programmers and software developers lost the plot on naming their tools"]]></title><description><![CDATA[
<p>I used GIMP before I ever used Photoshop. My experience was the opposite. I think that means the UIs are different, but there is no one that is objectively better, it's just a matter of what your expectations are, which are set by whatever you learned first.<p>As for CMYK support: why do designers even need to use this? Sure, not every RGB is the same, and it took some while before we even got sRGB as some standard, but the same goes for CMYK: every printer has its own profile. I had the displeasure of trying to get the CMYK profile of a "professional" printing company that only accepted files in CMYK, and they didn't even know which profile their printers used. Ideally you would send a RGB file including the display profile your screen uses, and then the printing facility converts that to whatever CMYK they need.<p>Of course there are also special colors or effects outside of RGB/CMYK that you might want to use when printing something, that's something else.</p>
]]></description><pubDate>Fri, 12 Dec 2025 09:24:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46242359</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=46242359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46242359</guid></item><item><title><![CDATA[New comment by gsliepen in "The Lucas-Lehmer Prime Number Test"]]></title><description><![CDATA[
<p>You are assuming division itself is an O(1) operation. However, it also scales with the size of the number. So more correct would be to say that this naive method is O(sqrt(N) log(N) log(log(N))).</p>
]]></description><pubDate>Thu, 20 Nov 2025 06:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45989637</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45989637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45989637</guid></item><item><title><![CDATA[New comment by gsliepen in "TCP, the workhorse of the internet"]]></title><description><![CDATA[
<p>If you start with the problem of how to create a reliable stream of data on top of an unreliable datagram layer, then the solution that comes out will look virtually identical to TCP. It just is the right solution for the job.<p>The three drawbacks of the original TCP algorithm were the window size (the maximum value is just too small for today's speeds), poor handling of missing packets (addressed by extensions such as selective-ACK), and the fact that it only manages one stream at a time, and some applications want multiple streams that don't block each other. You could use multiple TCP connections, but that adds its own overhead, so SCTP and QUIC were designed to address those issues.<p>The congestion control algorithm is not part of the on-the-wire protocol, it's just some code on each side of the connection that decides when to (re)send packets to make the best use of the available bandwidth. Anything that implements a reliable stream on top of datagrams needs to implement such an algorithm. The original ones (Reno, Vegas, etc) were very simple but already did a good job, although back then network equipment didn't have large buffers. A lot of research is going into making better algorithms that handle large buffers, large roundtrip times, varying bandwidth needs and also being fair when multiple connections share the same bandwidth.</p>
]]></description><pubDate>Sat, 15 Nov 2025 08:50:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45936004</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45936004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45936004</guid></item><item><title><![CDATA[New comment by gsliepen in "TCP, the workhorse of the internet"]]></title><description><![CDATA[
<p>They shouldn't; the whole point is that the IP header is enough to route packets between endpoints, and only the endpoints should care about any higher layer protocols. But unfortunately some routers do, and if you have NAT then the NAT device needs to examine the TCP or UDP header to know how to forward those packets.</p>
]]></description><pubDate>Sat, 15 Nov 2025 08:39:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45935960</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45935960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45935960</guid></item><item><title><![CDATA[New comment by gsliepen in "AMD could enter ARM market with Sound Wave APU built on TSMC 3nm process"]]></title><description><![CDATA[
<p>Could be an interesting chip for a future Raspberry Pi model? With Radeon having nice open source drivers, it would be easy to run a vanilla Linux OS on it. The TDP looks compatible as well.</p>
]]></description><pubDate>Fri, 31 Oct 2025 08:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45769797</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45769797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45769797</guid></item><item><title><![CDATA[New comment by gsliepen in "The pivot"]]></title><description><![CDATA[
<p>Predicting the future is very hard (think butterfly effects, Lyapunov exponents and so on). It's also easy to extrapolate what would happen if the current situation continues <i>unchanged</i>, but very hard to predict what will happen in the near future in response to the current situation. People are already reacting to changes in politics and climate, thereby softening the blow, and maybe in some cases averting it.<p>I'm hoping Charles Stross knows this, and you should take his predictions as "this is what would happen if we did absolutely nothing about it".</p>
]]></description><pubDate>Sat, 18 Oct 2025 10:28:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45626263</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45626263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45626263</guid></item><item><title><![CDATA[New comment by gsliepen in "Benefits of choosing email over messaging"]]></title><description><![CDATA[
<p>Nice. Note though that you don't necessarily have to limit everyone else to email; some messaging platforms allow one user to post something using a webpage for example, and cause that to send email to another user, and vice versa. One data point: GitHub's issue tracker can forward issues as email, and you can reply to those back via email, and your response will end up as a new comment on the issue.</p>
]]></description><pubDate>Sun, 05 Oct 2025 09:07:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45480102</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45480102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45480102</guid></item><item><title><![CDATA[New comment by gsliepen in "Raspberry Pi 500+"]]></title><description><![CDATA[
<p>The problem of a Linux phone is not the hardware, it's the software. Are you doing to run a desktop OS on it? No. And if you want something like Android but not Android itself, how are you getting enough quality apps made? What about things like banking apps, who is going to port those?<p>While I would like a pure Linux phone, I think the only reasonable course of action is Android with something like Samsung's DeX on top. Maybe that is something they could do, but I don't see this happening any time soon.</p>
]]></description><pubDate>Fri, 26 Sep 2025 08:11:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45384039</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45384039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45384039</guid></item><item><title><![CDATA[New comment by gsliepen in "Micro-LEDs boost random number generation"]]></title><description><![CDATA[
<p>I am not surprised, as most things that generate light are generating photons using quantum effects, and thus are true random. Furthermore, CCD and CMOS detectors themselves have a quantum efficiency less than 100%, meaning they only detect a fraction of the incoming photons at random. So, a regular light bulb in front of a webcam is already a quite high-bandwidth source of true random numbers.<p>So, there is nothing revolutionary going on there, this paper is more about how to build a system with micro-LEDs and a photodetector and how to remove any inherent biases in that system, with the obvious benefit of being able to make something very compact.</p>
]]></description><pubDate>Sat, 20 Sep 2025 08:58:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45311643</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45311643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45311643</guid></item><item><title><![CDATA[New comment by gsliepen in "Weird CPU architectures, the MOV only CPU (2020)"]]></title><description><![CDATA[
<p>The Intel architecture is already Turing complete when you just use MOV instructions: <a href="https://github.com/xoreaxeaxeax/movfuscator" rel="nofollow">https://github.com/xoreaxeaxeax/movfuscator</a>. Of course, you don't even need instructions at all: <a href="https://news.ycombinator.com/item?id=5261598">https://news.ycombinator.com/item?id=5261598</a></p>
]]></description><pubDate>Sat, 13 Sep 2025 10:57:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45231071</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45231071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45231071</guid></item><item><title><![CDATA[New comment by gsliepen in "Raspberry Pi Synthesizers – How the Pi is transforming synths"]]></title><description><![CDATA[
<p>I wrote a software synth myself with the intention of running it on Raspbery Pi 3 / Zero 2. Those are actually quite capable processers; sound synthesis requires very little RAM, both code and for maintaining state, so everything fits in the rather tiny cache. But at the same time, while these Pis use "little" cores, the maximum throughput of NEON instructions is actually the same as for the corresponding "big" cores like the Cortex-A72. With four cores, you can do in the order of ~10 GFLOPS 32-bit FMA instructions. With a sample rate of 96 kHz and 32-note polyphony, you theoretically have a few thousand FMA instructions per note to spend.</p>
]]></description><pubDate>Sat, 13 Sep 2025 08:31:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45230379</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45230379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45230379</guid></item><item><title><![CDATA[New comment by gsliepen in "Legal win"]]></title><description><![CDATA[
<p>> My hunch is that many advocates would hesitate to put this in their project Readme, because they know that some companies might actually comply... by not using the code.<p>Definitely. And not only companies; even Debian rejected some packages because the upstream owners added restrictive "desires" on top of the actual licenses.</p>
]]></description><pubDate>Sat, 13 Sep 2025 08:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45230308</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45230308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45230308</guid></item><item><title><![CDATA[New comment by gsliepen in "1TB Raspberry Pi SSD on sale now for $70"]]></title><description><![CDATA[
<p>Well, they probably didn't have a choice in which GPU to use. You choose a SoC and then you are stuck with everything it comes with. What is most amazing is that they put in the effort to make a completely open source, upstreamed driver for its GPU.<p>I see only two possible paths for another GPU on RPis in the future: either Broadcom drops the VideoCore GPU and switches to Mali or Adreno (which I think is unlikely), or RPi stops using Broadcom SoCs and switches to something completely different. Still unlikely, but now that they have the RP1 chip taking over most of the I/O functions, it would not be too hard for them to change and still make boards that retain compatibility with existing hats.<p>Still, the RPi is made at a certain pricepoint, which very likely precludes putting in a flagship SoC, so even if they change, I'm not sure it will do wonders for GPU performance.</p>
]]></description><pubDate>Sat, 06 Sep 2025 14:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45149807</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45149807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45149807</guid></item><item><title><![CDATA[New comment by gsliepen in "Protobuffers Are Wrong (2018)"]]></title><description><![CDATA[
<p>Something like MessagePack or CBOR, and if you want versioning, just have a version field at the start. You don't require a schema to pack/unpack, which I personally think is a good thing.</p>
]]></description><pubDate>Fri, 05 Sep 2025 16:09:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45140181</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45140181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45140181</guid></item><item><title><![CDATA[New comment by gsliepen in "1TB Raspberry Pi SSD on sale now for $70"]]></title><description><![CDATA[
<p>IMO, the GPU is actually a strength. It might not be the most powerful, but it is supported by the mainline kernel and libraries. Many other phone SoCs throw some binary drivers over the wall if you are lucky, and good luck if you ever want to upgrade the OS it came with.</p>
]]></description><pubDate>Fri, 05 Sep 2025 15:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45140050</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45140050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45140050</guid></item><item><title><![CDATA[New comment by gsliepen in "Farewell to Meshnet"]]></title><description><![CDATA[
<p>Tinc unfortunately has a complete lack of maintainers with enough time to dedicate to it.<p>Tinc 1.1 should make setting up easier; it has a CLI to set up and add nodes without having to manually edit config files. And you can generate invitation URLs which can make it even easier.</p>
]]></description><pubDate>Thu, 04 Sep 2025 20:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45132017</link><dc:creator>gsliepen</dc:creator><comments>https://news.ycombinator.com/item?id=45132017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45132017</guid></item></channel></rss>