<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: drybjed</title><link>https://news.ycombinator.com/user?id=drybjed</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 15:22:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=drybjed" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by drybjed in "“I applied to be pope”: Losing grip on reality while using ChatGPT"]]></title><description><![CDATA[
<p>What do you mean? Catcholic Church has records, did they just came up with something about a nonexistent Pope Joan out of thin air? How could they...</p>
]]></description><pubDate>Wed, 13 May 2026 12:22:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48120998</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=48120998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48120998</guid></item><item><title><![CDATA[New comment by drybjed in "Running out of disk space in production"]]></title><description><![CDATA[
<p>Make sure your /tmp is on disk and not a tmpfs, like in recent Linux distrubitions.</p>
]]></description><pubDate>Wed, 08 Apr 2026 09:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47687585</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=47687585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47687585</guid></item><item><title><![CDATA[New comment by drybjed in "Celestia – Real-time 3D visualization of space"]]></title><description><![CDATA[
<p><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809916" rel="nofollow">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809916</a></p>
]]></description><pubDate>Mon, 15 Sep 2025 11:37:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45248492</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=45248492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45248492</guid></item><item><title><![CDATA[New comment by drybjed in "European govt air-gapped systems breached using custom malware"]]></title><description><![CDATA[
<p>This could be implemented via Delay-Torelant Networking protocols.<p><a href="https://en.wikipedia.org/wiki/Delay-tolerant_networking" rel="nofollow">https://en.wikipedia.org/wiki/Delay-tolerant_networking</a></p>
]]></description><pubDate>Wed, 09 Oct 2024 09:29:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41785985</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41785985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41785985</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>The project is up on GitHub, here's Show HN: <a href="https://news.ycombinator.com/item?id=41577391">https://news.ycombinator.com/item?id=41577391</a></p>
]]></description><pubDate>Wed, 18 Sep 2024 08:52:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41577406</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41577406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577406</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>The project is up on GitHub, here's Show HN: <a href="https://news.ycombinator.com/item?id=41577391">https://news.ycombinator.com/item?id=41577391</a></p>
]]></description><pubDate>Wed, 18 Sep 2024 08:51:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41577405</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41577405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577405</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>The project is up on GitHub, here's Show HN: <a href="https://news.ycombinator.com/item?id=41577391">https://news.ycombinator.com/item?id=41577391</a></p>
]]></description><pubDate>Wed, 18 Sep 2024 08:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41577399</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41577399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577399</guid></item><item><title><![CDATA[Show HN: Chimed – wind chimes in your Linux environments]]></title><description><![CDATA[
<p>Have you ever played a game or watched a TV show/movie where certain actions like button presses or other events produced different sounds? This is usually done for audience's benefit (more action on screen) or in a game, to enforce the game loop. I wondered if sound effects could be useful in a work environment, in my case `vim`, to influence my brain in a similar way a game loop does things, and make working more "interesting" than procrastination. So I wrote 'chimed', a Python daemon that lets me play sounds on command and added `autocmd` options in `vim` to play sounds when entering/leaving Insert mode or command line, adding text, yanking, etc.<p>The idea is simple - load small `.wav` files into memory to make latency as small as possible and play them when certain events occur on inputs (and learn how daemons work in Python). Currently the only input is a FIFO, daemon expects specific configurable strings and plays a set of sounds found on <a href="https://freesound.org/" rel="nofollow">https://freesound.org/</a>. This could be expanded in the future to inputs over UDP or TCP, I had also an idea to create a set of process threads which could listen for certain interrupts and play a specific sound, like a set of "bells" in a "wind chime", which could be activated randomly. I'm sure many more ideas could be implemented later.<p>You can find `chimed` on GitHub, it's also available on PyPI as `chimed`.[1] I tested the installation using `pipx` in a clean Debian Bookworm environment, but if there are issues with installation please let me know in the comments. To integrate it with `vim` you can use an example configuration file [2]. See the README.md file for more details.<p>[1]: <a href="https://pypi.org/project/chimed/0.1.0/" rel="nofollow">https://pypi.org/project/chimed/0.1.0/</a><p>[2]: <a href="https://github.com/drybjed/chimed/blob/master/lib/vim/vimrc">https://github.com/drybjed/chimed/blob/master/lib/vim/vimrc</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41577391">https://news.ycombinator.com/item?id=41577391</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 18 Sep 2024 08:49:28 +0000</pubDate><link>https://github.com/drybjed/chimed</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41577391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41577391</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>With a daemon approach and clever integration within applications that handle missing fifo correctly, all you need to do to get rid of the sounds is just stop the service. And it's also configurable, so you can set what actions actually do produce sounds.</p>
]]></description><pubDate>Mon, 16 Sep 2024 19:42:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41559835</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41559835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41559835</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>Maybe. :-)</p>
]]></description><pubDate>Mon, 16 Sep 2024 19:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41559806</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41559806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41559806</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>I'll set it up on GitHub in 1-2 days and publish it on Hacker News.</p>
]]></description><pubDate>Mon, 16 Sep 2024 19:40:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41559797</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41559797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41559797</guid></item><item><title><![CDATA[New comment by drybjed in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>This sounds like an idea borrowed from games or other media where doing certain actions results in an audible feedback. This is often done for the benefit of the audience, or to enhance the gaming experience, but I had an idea to implement this in my workspace to somehow influence my brain and make it more enticing to write code and somehow beat procrastination.<p>I wrote a Python daemon which on startup loads small .wav files into memory to make latency as small as possible, and listens for interrupts as well as reads from a fifo. Other programs can send commands to it to play certain chimes on demand. In ~/.vimrc I added autocommands on certain actions - buffer write, enter/exit Insert mode, enter/exit command line, text change, etc. to send commands to my daemon. Now, when I use vim, I get audible feedback of my actions during writing. Since this is all in a separate daemon done in an UNIXy way, adding support for this in other applications should be easy enough if I want to.<p>If there was interest, I think that I could clean up the project a little and publish it, including a set of free .wav chimes to use.</p>
]]></description><pubDate>Mon, 16 Sep 2024 13:56:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41556122</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=41556122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41556122</guid></item><item><title><![CDATA[New comment by drybjed in "Why are we templating YAML? (2019)"]]></title><description><![CDATA[
<p>YAML, TOML and JSON can be ingested to represent the same data structures internally, it's just a few lines of code to decide which load() function should we use for a particular file. Why not support all three formats in your applications for configuration and just let users decide, which one they want to use? Put a 'config.json' in '/etc/app/conf.d/' and you get the same data, as with 'config.yml' or 'config.toml'. Then users can use whichever format they prefer for the input data.</p>
]]></description><pubDate>Tue, 23 Jan 2024 16:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=39105516</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=39105516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39105516</guid></item><item><title><![CDATA[New comment by drybjed in "Rewind Pendant: a wearable that captures what you say and hear"]]></title><description><![CDATA[
<p>"The Entire History of You" [1]<p>[1]: <a href="https://www.imdb.com/title/tt2089050/" rel="nofollow noreferrer">https://www.imdb.com/title/tt2089050/</a></p>
]]></description><pubDate>Mon, 02 Oct 2023 22:05:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=37745095</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=37745095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37745095</guid></item><item><title><![CDATA[New comment by drybjed in "Could the Universe be a giant quantum computer?"]]></title><description><![CDATA[
<p>Sounds like the "Dark" TV show on Netflix.</p>
]]></description><pubDate>Wed, 30 Aug 2023 18:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37326968</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=37326968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37326968</guid></item><item><title><![CDATA[New comment by drybjed in "Scripps Institution of Oceanography’s FLIP vessel decommissioned after 60 years"]]></title><description><![CDATA[
<p>This ship was the inspiration for the MS Curie vessel in SOMA.<p><a href="https://soma.fandom.com/wiki/MS_CURIE" rel="nofollow noreferrer">https://soma.fandom.com/wiki/MS_CURIE</a></p>
]]></description><pubDate>Thu, 10 Aug 2023 07:55:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=37073267</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=37073267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37073267</guid></item><item><title><![CDATA[New comment by drybjed in "AMC Says More Than 20k Have Booked 'Barbie'-'Oppenheimer' Double Features"]]></title><description><![CDATA[
<p>The response of both communities for that was amazing: <a href="https://www.youtube.com/watch?v=U4lz8MN6MQA">https://www.youtube.com/watch?v=U4lz8MN6MQA</a></p>
]]></description><pubDate>Wed, 12 Jul 2023 07:31:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=36691436</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=36691436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36691436</guid></item><item><title><![CDATA[RFR: Left and Right Neural Networks – Inspired by Our Bicameral Brains (2021)]]></title><description><![CDATA[
<p>Article URL: <a href="https://wba-initiative.org/en/research/rfr/rfr-left-and-right-nn/">https://wba-initiative.org/en/research/rfr/rfr-left-and-right-nn/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35959372">https://news.ycombinator.com/item?id=35959372</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 May 2023 09:17:05 +0000</pubDate><link>https://wba-initiative.org/en/research/rfr/rfr-left-and-right-nn/</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=35959372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35959372</guid></item><item><title><![CDATA[New comment by drybjed in "How Wolfenstein 3D shocked the world, 30 years later"]]></title><description><![CDATA[
<p>Deep dive on the Wolfenstein 3D by Ahoy is worth watching, if you're interested in the game: <a href="https://www.youtube.com/watch?v=BSb87DC-PtA">https://www.youtube.com/watch?v=BSb87DC-PtA</a></p>
]]></description><pubDate>Fri, 05 May 2023 17:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35832847</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=35832847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35832847</guid></item><item><title><![CDATA[New comment by drybjed in "'Indiana Jones 5' will feature a de-aged Harrison Ford for the first 25 minutes"]]></title><description><![CDATA[
<p>Who knew that The Congress (2013)[1] would be so prescient...<p>[1]: <a href="https://www.imdb.com/title/tt1821641/" rel="nofollow">https://www.imdb.com/title/tt1821641/</a></p>
]]></description><pubDate>Wed, 26 Apr 2023 22:51:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35721034</link><dc:creator>drybjed</dc:creator><comments>https://news.ycombinator.com/item?id=35721034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35721034</guid></item></channel></rss>