<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: klaushardt</title><link>https://news.ycombinator.com/user?id=klaushardt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 09:14:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=klaushardt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by klaushardt in "Running out of disk space in production"]]></title><description><![CDATA[
<p>This is my snippet i used alot. In doubt when even rm wont work just reboot.<p>Disc Space Insurance File<p><pre><code>    fallocate -l 8G /tmp/DELETE_IF_OUT_OF_SPACE.img
</code></pre>
<a href="https://gist.github.com/klaushardt/9a5f6b0b078d28a23fd968f7549f6bba#disc-space-insurance-file" rel="nofollow">https://gist.github.com/klaushardt/9a5f6b0b078d28a23fd968f75...</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 18:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47679067</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=47679067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47679067</guid></item><item><title><![CDATA[New comment by klaushardt in "Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost"]]></title><description><![CDATA[
<p>Would be nice to have a flag to customize the URL displayed for Docker containers. I connect to my host via Tailscale, but I can’t open links with localhost. It would be helpful to have a parameter that allows us to choose a network device or specify an IP address to display.<p><pre><code>    3000    wud (getwud/wud:latest)                            wud          getwud/wud:latest                       3000    http://localhost:3000
    3001    dockhand (fnsys/dockhand:latest)                   dockhand     fnsys/dockhand:latest                   3000    http://localhost:3001</code></pre></p>
]]></description><pubDate>Fri, 20 Mar 2026 12:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453783</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=47453783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453783</guid></item><item><title><![CDATA[New comment by klaushardt in "iTerm2 critical security release"]]></title><description><![CDATA[
<p>Could you post your config for inspiration? I dont like starting with a blank canvas.</p>
]]></description><pubDate>Fri, 03 Jan 2025 02:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42581429</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=42581429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42581429</guid></item><item><title><![CDATA[New comment by klaushardt in "Ask HN: How does my school block DoH?"]]></title><description><![CDATA[
<p>SSH Socks over 443 could be a solution.</p>
]]></description><pubDate>Sun, 08 Sep 2024 20:30:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41482957</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=41482957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41482957</guid></item><item><title><![CDATA[New comment by klaushardt in "Ask HN: I built a Yubikey-based domain controller. Is it sellable?"]]></title><description><![CDATA[
<p>So for example Shibboleth with privacyIDEA and enabled webAuthn and 2FA for AnyConnect or some other VPN?</p>
]]></description><pubDate>Tue, 23 Jul 2024 23:39:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=41052185</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=41052185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41052185</guid></item><item><title><![CDATA[New comment by klaushardt in "Apple must open iPadOS to sideloading within 6 months, EU says"]]></title><description><![CDATA[
<p>I bet it will happen that some apps i now use, which are in the regualar app store, will be pulled in favor of a own app store which has more tracking and maybe even cost money. So it will be a downgrade if now working apps move to an ad and tracking app store which are not privacy sensitive like iAds.</p>
]]></description><pubDate>Tue, 30 Apr 2024 06:28:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40207839</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=40207839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40207839</guid></item><item><title><![CDATA[New comment by klaushardt in "Show HN: Workout Tracker – self-hosted, single binary web application"]]></title><description><![CDATA[
<p>HealthFit can export Workouts as .gpx or .fit files.</p>
]]></description><pubDate>Thu, 29 Feb 2024 21:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39555577</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=39555577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39555577</guid></item><item><title><![CDATA[New comment by klaushardt in "Built-in workaround for applications hiding under the MacBook Pro notch"]]></title><description><![CDATA[
<p>I just dump my default changes here. Maybe somebody finds something usefull for themself. Added the command from this thread too. :)
Edit: Looks like i already did edit this before since mine was already at 8 and 12. Added the original source like its linked above.<p># Defaults and other Stuff<p><pre><code>    sudo scutil --set HostName nix
    
    # https://macos-defaults.com/
    defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
    defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true
    defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
    defaults write com.apple.dock "autohide-delay" -float "0" && killall Dock
    defaults write com.apple.dock "autohide-time-modifier" -float "0.3" && killall Dock
    defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
    defaults write NSGlobalDomain AppleShowScrollBars -string "Always"; killall Finder
    defaults write com.apple.screencapture "disable-shadow" -bool "true"
    defaults write com.apple.dock "tilesize" -int "38" && killall Dock
    defaults write com.apple.dock "mineffect" -string "scale" && killall Dock
    defaults write com.apple.finder "ShowExternalHardDrivesOnDesktop" -bool "false" && killall Finder
    defaults write com.apple.finder "ShowRemovableMediaOnDesktop" -bool "false" && killall Finder
    defaults write com.apple.dock "mru-spaces" -bool "false" && killall Dock
    defaults write com.apple.TimeMachine "DoNotOfferNewDisksForBackup" -bool "true"
    defaults write com.apple.dock "enable-spring-load-actions-on-all-items" -bool "true" && killall Dock
    defaults write com.apple.Music "userWantsPlaybackNotifications" -bool "false" && killall Music
    
    # https://www.jessesquires.com/blog/2023/12/16/macbook-notch-and-menu-bar-fixes/
    # https://www.reddit.com/r/MacOS/comments/16lpfg5/hidden_preference_to_alter_the_menubar_spacing/
    # https://flaky.build/native-fix-for-applications-hiding-under-the-macbook-pro-notch
    # https://news.ycombinator.com/item?id=39343919
    defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8
    defaults -currentHost write -globalDomain NSStatusItemSpacing -int 12

    # https://www.reddit.com/r/macgaming/comments/16ra8di/metal_hud_enabledisable_shortcut/
    # https://www.icloud.com/shortcuts/1271048e407543d391415934cad5edcd
    defaults write -g MetalForceHudEnabled -bool YES
    /bin/launchctl setenv MTL_HUD_ENABLED 1</code></pre></p>
]]></description><pubDate>Mon, 12 Feb 2024 18:00:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=39348102</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=39348102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39348102</guid></item><item><title><![CDATA[New comment by klaushardt in "Fail2ban Sucks (2020)"]]></title><description><![CDATA[
<p>You can rsync, scp and what not using your .ssh/config alias.<p><pre><code>    scp myfile.txt myhost.tld:~/foo</code></pre></p>
]]></description><pubDate>Tue, 02 Jan 2024 19:10:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=38845652</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=38845652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38845652</guid></item><item><title><![CDATA[New comment by klaushardt in "Fail2ban Sucks (2020)"]]></title><description><![CDATA[
<p>* changing your SSH port means that you'll have to do a bunch of fuckery to get basic functionality working. you will very likely waste hours of your life. you will have to google "rsync ssh non standard port" every time you want to use rsync. you will have to remember scp flags. this is also bad. probably worse.<p>---<p>I dont need to remember non standard ports if i just use my .ssh/config.<p><pre><code>    Host myhost.tld
      Hostname 127.0.0.1
      Port 333
      User MyUser
      IdentityFile ~/.ssh/myhost.tld</code></pre></p>
]]></description><pubDate>Mon, 01 Jan 2024 23:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38836194</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=38836194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38836194</guid></item><item><title><![CDATA[New comment by klaushardt in "Apple's iCloud+ “VPN”"]]></title><description><![CDATA[
<p>If you tap the wifi button in your controll center it just turns it off for 24 hours or when you switch locations. If you turn it off in the Settings App then it stays off.</p>
]]></description><pubDate>Wed, 16 Jun 2021 16:57:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=27530741</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=27530741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27530741</guid></item><item><title><![CDATA[New comment by klaushardt in "30K Macs are infected with ‘Silver Sparrow’ virus and no one knows why"]]></title><description><![CDATA[
<p><a href="https://github.com/ronaldstoner/sparrow-detector" rel="nofollow">https://github.com/ronaldstoner/sparrow-detector</a></p>
]]></description><pubDate>Mon, 22 Feb 2021 19:46:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=26229549</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=26229549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26229549</guid></item><item><title><![CDATA[New comment by klaushardt in "30K Macs are infected with ‘Silver Sparrow’ virus and no one knows why"]]></title><description><![CDATA[
<p><a href="https://github.com/ronaldstoner/sparrow-detector" rel="nofollow">https://github.com/ronaldstoner/sparrow-detector</a></p>
]]></description><pubDate>Mon, 22 Feb 2021 19:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=26229543</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=26229543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26229543</guid></item><item><title><![CDATA[New comment by klaushardt in "Threema – Secure and Private Messenger"]]></title><description><![CDATA[
<p>The free trial is just asking the App Store for a refund. I did it twice so far when i bought an App wich sounded good but then didnt do what i wanted. I think you have 48 hours time for this.<p>iOS: <a href="https://support.apple.com/de-de/HT204084" rel="nofollow">https://support.apple.com/de-de/HT204084</a><p>Android: <a href="https://support.google.com/googleplay/answer/7205930" rel="nofollow">https://support.google.com/googleplay/answer/7205930</a></p>
]]></description><pubDate>Thu, 21 Jan 2021 16:35:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=25860735</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=25860735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25860735</guid></item><item><title><![CDATA[New comment by klaushardt in "macOS unable to open any non-Apple application"]]></title><description><![CDATA[
<p>I got a 2019 Dell Precision 5540 with an UHD OLED, 3.840 x 2.160 and have 100% DCI-P3. And i think many other OLED Screens have it too.<p>When i configured the Laptop i could choose from these options:<p>FHD IGZO4, 1.920 x 1.080, 100% sRGB<p>UHD IGZO4, 3.840 x 2.160, 100% AdobeRGB Touch<p>UHD OLED, 3.840 x 2.160, 100% DCI-P3</p>
]]></description><pubDate>Fri, 13 Nov 2020 08:07:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=25080134</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=25080134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25080134</guid></item><item><title><![CDATA[New comment by klaushardt in "Show HN: Kanmail – An email client that functions like a kanban board"]]></title><description><![CDATA[
<p>Jut a Headsup, Chrome blocked the download and a virustotal report look like this: <a href="https://www.virustotal.com/gui/file/2e78fed158e9e6857db7bfc6af37b3cc8abc2d7092fe63f64cb59e4ad10a3c22/detection" rel="nofollow">https://www.virustotal.com/gui/file/2e78fed158e9e6857db7bfc6...</a><p>6 engines detected this file<p>Do what you want with this information, cloud be false positive, cloud be something else idk.</p>
]]></description><pubDate>Sun, 26 Apr 2020 19:29:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=22989500</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=22989500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22989500</guid></item><item><title><![CDATA[New comment by klaushardt in "Volk Fi: Distributed network smartphone"]]></title><description><![CDATA[
<p>In Germany there is exactly this for free.
<a href="https://freifunk.net/en/" rel="nofollow">https://freifunk.net/en/</a><p>Altough its far away from good coverage you get free wifi here and there. Especially Coffee Shops and in Big Citys.</p>
]]></description><pubDate>Wed, 20 Mar 2019 08:34:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=19440100</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=19440100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19440100</guid></item><item><title><![CDATA[Better C++ Using Machine Learning on Large Projects (CppCon2018) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/CppCon/CppCon2018/blob/master/Presentations/better_cpp_using_machine_learning_on_large_projects/better_cpp_using_machine_learning_on_large_projects__nicolas_fleury_mathieu_nayrolles__cppcon_2018.pdf">https://github.com/CppCon/CppCon2018/blob/master/Presentations/better_cpp_using_machine_learning_on_large_projects/better_cpp_using_machine_learning_on_large_projects__nicolas_fleury_mathieu_nayrolles__cppcon_2018.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18382383">https://news.ycombinator.com/item?id=18382383</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 05 Nov 2018 14:09:06 +0000</pubDate><link>https://github.com/CppCon/CppCon2018/blob/master/Presentations/better_cpp_using_machine_learning_on_large_projects/better_cpp_using_machine_learning_on_large_projects__nicolas_fleury_mathieu_nayrolles__cppcon_2018.pdf</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=18382383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18382383</guid></item><item><title><![CDATA[The Four Waves of A.I]]></title><description><![CDATA[
<p>Article URL: <a href="http://fortune.com/2018/10/22/artificial-intelligence-ai-deep-learning-kai-fu-lee/">http://fortune.com/2018/10/22/artificial-intelligence-ai-deep-learning-kai-fu-lee/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18281925">https://news.ycombinator.com/item?id=18281925</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 23 Oct 2018 09:21:23 +0000</pubDate><link>http://fortune.com/2018/10/22/artificial-intelligence-ai-deep-learning-kai-fu-lee/</link><dc:creator>klaushardt</dc:creator><comments>https://news.ycombinator.com/item?id=18281925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18281925</guid></item></channel></rss>