<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: brewmarche</title><link>https://news.ycombinator.com/user?id=brewmarche</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 19 May 2026 02:04:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=brewmarche" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by brewmarche in "What Is Date:Italy?"]]></title><description><![CDATA[
<p>Without HTTPS someone could alter the content, spread false information, inject ads, malware, and other stuff, redirect to some other site, …<p>(This is a general remark, but it goes for a blog post like this as well.)</p>
]]></description><pubDate>Mon, 18 May 2026 17:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48182625</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=48182625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48182625</guid></item><item><title><![CDATA[New comment by brewmarche in "Maybe you shouldn't install new software for a bit"]]></title><description><![CDATA[
<p>I thought that podman uses jails under the hood on FreeBSD, but it is a guess. The podman code seems to reference jails: <<a href="https://github.com/search?q=repo%3Acontainers%2Fpodman%20freebsd&type=code" rel="nofollow">https://github.com/search?q=repo%3Acontainers%2Fpodman%20fre...</a>><p>But jails of course are older and can be used on their own, I didn’t want to imply they’re the same thing</p>
]]></description><pubDate>Fri, 08 May 2026 21:15:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48068867</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=48068867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48068867</guid></item><item><title><![CDATA[New comment by brewmarche in "Maybe you shouldn't install new software for a bit"]]></title><description><![CDATA[
<p>My experiences from dabbling with it a few months ago:<p>In general everything needs to be compiled for FreeBSD, but the ports collection is quite extensive. For example you will find Firefox, wayland, GNOME, KDE, xfce, … even dotnet was on there.<p>Problems arise with properietary stuff like Spotify, Widevine DRM etc. However, FreeBSD has a Linux emulation layer (providing syscalls), dubbed ‘Linuxulator’. I managed to run the Spotify Linux desktop client but the Spotify website wouldn’t let me log in, didn’t research further. AFAIK the emulator is limited though, not implementing all syscalls.<p>There is also podman for FreeBSD and in addition to running FreeBSD containers (using Jails under the hood I guess?) it can run Linux containers as well (using the Linuxulator in addition then?).<p>It also comes with a hypervisor called bhyve  if you want to run VMs<p>There is a handbook on their website describing how to set up a system (including desktop environment) if you want to give it a go.</p>
]]></description><pubDate>Fri, 08 May 2026 14:41:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48063940</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=48063940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48063940</guid></item><item><title><![CDATA[New comment by brewmarche in "IBM didn't want Microsoft to use the Tab key to move between dialog fields"]]></title><description><![CDATA[
<p>Also, some layouts use shift lock (so actually turning 1 into !) instead of caps lock</p>
]]></description><pubDate>Wed, 06 May 2026 08:07:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48033592</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=48033592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48033592</guid></item><item><title><![CDATA[New comment by brewmarche in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Germany (UTC +1/+2), EU citizen
  Remote: preferred
  Willing to relocate: no
  Technologies: C# and previously C++ and Java, prefer functional style and privately dabble with F# and Haskell. I know SQL, Azure, Docker, high performance computing (Monte Carlo simulations), see also CV
  CV: https://stash.ldr.name/wwtbh/rcv-202605-b77e.pdf
  Email: whoshiring-b77e /-\T ldr D()T name
</code></pre>
I work in mathematical finance so a lot of domain knowledge in that area (derivatives, pricing, probability theory).<p>I am looking for work in other domains as well.<p>Happy to provide you with a full CV personally.</p>
]]></description><pubDate>Fri, 01 May 2026 23:05:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47981526</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47981526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47981526</guid></item><item><title><![CDATA[New comment by brewmarche in "10 years ago, someone wrote a test for Servo that included an expiry in 2026"]]></title><description><![CDATA[
<p>This sounds like the idea behind mutation testing</p>
]]></description><pubDate>Mon, 20 Apr 2026 18:59:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47838971</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47838971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47838971</guid></item><item><title><![CDATA[New comment by brewmarche in "Make tmux pretty and usable (2024)"]]></title><description><![CDATA[
<p>Maybe give terminal windows in vim a try? vim is not a terminal multiplexer, but if all you need is multiple terminals windows:<p>:term to open a terminal in a new vim window (or :vert term)<p>Standard window movements apply (by default the window prefix is Ctrl-W), most important are: Ctrl-W,{hjkl} to switch between windows, Ctrl-W,{<>+-} to resize windows, Ctrl-W,{HJKL} to move windows to edges, Ctrl-W,{qc} to (force) close windows<p>Enter normal mode of a terminal buffer with Ctrl-W,N: now you can perform vim motions and scroll the output<p>Enter insert mode with i and you can type into the terminal again<p>In insert mode: Ctrl-W "x to paste register x, Ctrl-W . to send a literal Ctrl-W. If too annoying, you can change the window prefix of vim<p>This goes for vim, neovim also has a terminal mode but it works differently I think</p>
]]></description><pubDate>Mon, 13 Apr 2026 16:48:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47754745</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47754745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47754745</guid></item><item><title><![CDATA[New comment by brewmarche in "Migrating to the EU"]]></title><description><![CDATA[
<p>I think on the sending side, being able to send from others’ addresses is fixed by now: <a href="https://userforum-en.mailbox.org/topic/anti-spoofing-for-custom-domains-spf-dkim-dmarc#comment-11566" rel="nofollow">https://userforum-en.mailbox.org/topic/anti-spoofing-for-cus...</a><p>But it definitely used to be possible, I tried once with success.<p>Anti spoofing for incoming mails was not perfect the last time I checked either, but is a different issue.</p>
]]></description><pubDate>Mon, 23 Mar 2026 21:33:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495396</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47495396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495396</guid></item><item><title><![CDATA[New comment by brewmarche in "A most elegant TCP hole punching algorithm"]]></title><description><![CDATA[
<p>Yes, you are right, quite literally, as RFC 6296 is marked ‘experimental.’</p>
]]></description><pubDate>Mon, 16 Mar 2026 17:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47402260</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47402260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47402260</guid></item><item><title><![CDATA[New comment by brewmarche in "A most elegant TCP hole punching algorithm"]]></title><description><![CDATA[
<p>IPv6 still allows proper NAT (prefix translation), but even then finding your global address wouldn’t need TURN, just STUN, actually not even that, just a service like “What’s My IP.”</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:02:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47400806</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47400806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47400806</guid></item><item><title><![CDATA[New comment by brewmarche in "A most elegant TCP hole punching algorithm"]]></title><description><![CDATA[
<p>I thought TURN is for symmetrical PAT, not for proper NAT (which just needs STUN for address determination) or full/restricted cone PAT (which need STUN for address and port determination, and then performs a hole punch).<p>Standard-conforming IPv6 at most allows prefix translation (i.e., proper NAT, not PAT), which wouldn’t need it.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:01:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47400784</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47400784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47400784</guid></item><item><title><![CDATA[New comment by brewmarche in "A most elegant TCP hole punching algorithm"]]></title><description><![CDATA[
<p>That’s true we won’t get rid of hole-punching with IPv6. But at least it will get rid of TURN.</p>
]]></description><pubDate>Sun, 15 Mar 2026 15:33:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47388390</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=47388390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47388390</guid></item><item><title><![CDATA[New comment by brewmarche in "San Francisco Graffiti"]]></title><description><![CDATA[
<p>If value was the price no trade would be possible. The seller needs to value the cash more than the good and vice versa.</p>
]]></description><pubDate>Tue, 03 Feb 2026 18:47:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46875362</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46875362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46875362</guid></item><item><title><![CDATA[New comment by brewmarche in "iPhone 5s Gets New Software Update 13 Years After Launch"]]></title><description><![CDATA[
<p>Still using it, it’s fine performance wise, maybe needs another new battery in a year or so. Apple Pay, authenticators and messaging apps are working.<p>Was hoping for the new iPhone Fold (with Touch ID even) to be small but looks like it’s going to be a really weird ratio when folded.<p>Of course there are caveats:
- Spotify not getting app updates anymore (but still playing fine)<p>- some websites do not support the Safari version, e.g. GitHub<p>- most banking apps are not supported</p>
]]></description><pubDate>Tue, 27 Jan 2026 13:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46779793</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46779793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46779793</guid></item><item><title><![CDATA[New comment by brewmarche in "Television is 100 years old today"]]></title><description><![CDATA[
<p>I only knew about SECAM, where it’s even part of the name (Système Électronique Couleur Avec Mémoire)</p>
]]></description><pubDate>Tue, 27 Jan 2026 00:53:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46774002</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46774002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46774002</guid></item><item><title><![CDATA[New comment by brewmarche in "How problematic is resampling audio from 44.1 to 48 kHz?"]]></title><description><![CDATA[
<p>That would mean that higher sampling rates (which add more inaudible frequencies) could cause similar problems. OK xiphmont actually mentions that, sorry, I had only watched the video when I replied.</p>
]]></description><pubDate>Tue, 13 Jan 2026 16:46:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46603503</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46603503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46603503</guid></item><item><title><![CDATA[New comment by brewmarche in "How problematic is resampling audio from 44.1 to 48 kHz?"]]></title><description><![CDATA[
<p>Someone else wrote that it was chosen to best match PAL and NTSC. IIRC there is also a Technology Connections video about those early PCM adaptor devices that would record to VHS tape.<p><<a href="https://en.wikipedia.org/w/index.php?title=44,100_Hz&oldid=1312604804#Recording_on_video_equipment" rel="nofollow">https://en.wikipedia.org/w/index.php?title=44,100_Hz&oldid=1...</a>><p>Take it with a grain of salt, I’m not really knowledgeable about this.<p>E: also note the section about prime number squares below</p>
]]></description><pubDate>Tue, 13 Jan 2026 14:02:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46601013</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46601013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46601013</guid></item><item><title><![CDATA[New comment by brewmarche in "How problematic is resampling audio from 44.1 to 48 kHz?"]]></title><description><![CDATA[
<p>> Now you could play it back wrong by emitting a sharp pulse f_s times per second with the indicated level. This will have a lot of frequency content above 20kHz and, in fact, above f_s/2. It will sounds all kinds of nasty.<p>Wouldn’t the additional frequencies be inaudible with the original frequencies still present? Why would that sound nasty?</p>
]]></description><pubDate>Tue, 13 Jan 2026 10:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46599253</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46599253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46599253</guid></item><item><title><![CDATA[New comment by brewmarche in "How problematic is resampling audio from 44.1 to 48 kHz?"]]></title><description><![CDATA[
<p>This is a nice video. But I’m wondering: do we even need to get back the original signal from the samples? The zero-order hold output actually contains the same audible frequencies doesn’t it? If we only want to listen to it, the stepped wave would be enough then</p>
]]></description><pubDate>Mon, 12 Jan 2026 18:15:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46592103</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46592103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46592103</guid></item><item><title><![CDATA[New comment by brewmarche in "Microsoft May Have Created the Slowest Windows in 25 Years with Windows 11"]]></title><description><![CDATA[
<p>I think I had to disable spellcheck to fix the ignored keystrokes, it happened even after disabling formatting</p>
]]></description><pubDate>Sat, 10 Jan 2026 21:22:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46570050</link><dc:creator>brewmarche</dc:creator><comments>https://news.ycombinator.com/item?id=46570050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46570050</guid></item></channel></rss>