<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: alinspired</title><link>https://news.ycombinator.com/user?id=alinspired</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 22:27:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alinspired" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alinspired in "ContainerSSH: Launch containers on demand"]]></title><description><![CDATA[
<p>Try xrdp and xorgxrdp (with --enable_glamor) for gpu acceleration of x-windows in containers. I have successfully tried it on integrated intel and radeon GPUs with opensource drivers.<p><a href="https://github.com/neutrinolabs/xrdp/issues/1029" rel="nofollow">https://github.com/neutrinolabs/xrdp/issues/1029</a></p>
]]></description><pubDate>Sun, 11 Sep 2022 15:21:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=32800375</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=32800375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32800375</guid></item><item><title><![CDATA[New comment by alinspired in "Ask HN: Can I see your scripts?"]]></title><description><![CDATA[
<p>Show kubernetes pods in "unusual states" or restarted 8 or more times:<p><pre><code>    kubectl get pods --all-namespaces --sort-by=.metadata.creationTimestamp -o wide -Lapp \
        | grep -vP "Completed|Terminating|ContainerCreating|Running\s+[01234567]\s+"</code></pre></p>
]]></description><pubDate>Tue, 16 Aug 2022 18:42:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=32486957</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=32486957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32486957</guid></item><item><title><![CDATA[New comment by alinspired in "LineageOS 19"]]></title><description><![CDATA[
<p>Google Pixel 5a has aux but no sd card</p>
]]></description><pubDate>Wed, 27 Apr 2022 02:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=31175721</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=31175721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31175721</guid></item><item><title><![CDATA[New comment by alinspired in "Ask HN: Full-text browser history search forever?"]]></title><description><![CDATA[
<p>TIL of monolith, thanks. It worked great for old.reddit.com but failed to capture www.reddit.com for mobile</p>
]]></description><pubDate>Fri, 18 Mar 2022 21:28:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=30727767</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=30727767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30727767</guid></item><item><title><![CDATA[New comment by alinspired in "My essential Firefox fixes in 2022"]]></title><description><![CDATA[
<p>Here is how i hide top tab bar with TreeStyleTab<p><pre><code>  $ cat userChrome.css 
  /* Hide horizontal tabs at the top of the window */
  #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
    opacity: 0;
    pointer-events: none;
  }
  #main-window:not([tabsintitlebar="true"]) #TabsToolbar {
      visibility: collapse !important;
  }
  
  /* Hide the "Tree Style Tab" header at the top of the sidebar */
  #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
    display: none;
  }</code></pre></p>
]]></description><pubDate>Wed, 16 Mar 2022 21:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=30704131</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=30704131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30704131</guid></item><item><title><![CDATA[New comment by alinspired in "Show HN: LANDrop – A cross-platform AirDrop-like file transfer tool"]]></title><description><![CDATA[
<p>I used Resilio Sync (ex BTSync) to transfer between devices, but it's not open source and by default allows to use "relay" servers: <a href="https://www.resilio.com/individuals/" rel="nofollow">https://www.resilio.com/individuals/</a></p>
]]></description><pubDate>Sun, 20 Jun 2021 18:59:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=27572926</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27572926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27572926</guid></item><item><title><![CDATA[New comment by alinspired in "Firefox Release 89.0"]]></title><description><![CDATA[
<p>i use <a href="https://github.com/Aris-t2/CustomCSSforFx" rel="nofollow">https://github.com/Aris-t2/CustomCSSforFx</a> to "freeze" my preferred firefox look</p>
]]></description><pubDate>Thu, 03 Jun 2021 23:06:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=27388576</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27388576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27388576</guid></item><item><title><![CDATA[New comment by alinspired in "Ask HN: Favorite purchases of last two years?"]]></title><description><![CDATA[
<p>ergonomic vertical mouse - tried a few and liked Workstream by Monoprice <a href="https://www.monoprice.com/product?p_id=38963" rel="nofollow">https://www.monoprice.com/product?p_id=38963</a></p>
]]></description><pubDate>Mon, 24 May 2021 00:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=27259974</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27259974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27259974</guid></item><item><title><![CDATA[New comment by alinspired in "Extreme HTTP Performance Tuning"]]></title><description><![CDATA[
<p>What was an MTU in the test, how increasing it affects the results ?<p>Reminds me how complicated it was to generate 40Gbit/sec of http traffic (with default MTU) to test F5 Bigip appliances, luckily TCL irules had `HTTP::retry`</p>
]]></description><pubDate>Fri, 21 May 2021 06:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=27230987</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27230987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27230987</guid></item><item><title><![CDATA[New comment by alinspired in "Replacing Elasticsearch with Rust and SQLite (2017)"]]></title><description><![CDATA[
<p>for nginx a Prometheus exporter module can be used <a href="https://github.com/vozlt/nginx-module-vts" rel="nofollow">https://github.com/vozlt/nginx-module-vts</a></p>
]]></description><pubDate>Mon, 17 May 2021 21:18:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=27188586</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27188586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27188586</guid></item><item><title><![CDATA[New comment by alinspired in "Rescue Mission for Sci-Hub and Open Science: We are the library"]]></title><description><![CDATA[
<p>these are not available, i don't see any high storage options for sale at hetzner</p>
]]></description><pubDate>Fri, 14 May 2021 23:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=27160698</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=27160698</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27160698</guid></item><item><title><![CDATA[New comment by alinspired in "Apt Encounters of the Third Kind"]]></title><description><![CDATA[
<p>sounds like a non-conventional bank with many details allowed to be posted, perhaps something crypto ?</p>
]]></description><pubDate>Sat, 27 Mar 2021 01:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=26599125</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=26599125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26599125</guid></item><item><title><![CDATA[New comment by alinspired in "Apt Encounters of the Third Kind"]]></title><description><![CDATA[
<p>in solarwind hack their cicd systems were hacked, don't see a lesson here</p>
]]></description><pubDate>Sat, 27 Mar 2021 01:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=26599087</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=26599087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26599087</guid></item><item><title><![CDATA[New comment by alinspired in "Backblaze Hard Drive Stats for 2020"]]></title><description><![CDATA[
<p>perhaps margin of error should be raised to accommodate this change of about 1%, although the set of drives under test is likely not the same between years</p>
]]></description><pubDate>Tue, 26 Jan 2021 21:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=25921502</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=25921502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25921502</guid></item><item><title><![CDATA[New comment by alinspired in "2021 GPS Accuracy Issue Impacting Some Garmin, Suunto, other GPS Devices"]]></title><description><![CDATA[
<p>I might have run into this on a few systems, which started reporting first days of new year as 53rd week of 2021, instead of 2020.<p>Most systems behave as expected:<p><pre><code>  $  date +%G.%V --date="03 Jan 2021 00:00:15"
  2020.53
  
  $  date +%G.%V --date="04 Jan 2021 00:00:15"
  2021.01</code></pre></p>
]]></description><pubDate>Sun, 03 Jan 2021 20:31:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=25624944</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=25624944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25624944</guid></item><item><title><![CDATA[New comment by alinspired in "Migrating Dropbox from Nginx to Envoy"]]></title><description><![CDATA[
<p>nginx had cold (for American standards) and conservative community to begin with, commercial version and F5 ownership likely "closed" it even more<p>it's a pity that community never evolved with nginx growth and success</p>
]]></description><pubDate>Tue, 04 Aug 2020 01:59:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=24045731</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=24045731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24045731</guid></item><item><title><![CDATA[New comment by alinspired in "Make Linux Fast Again (2019)"]]></title><description><![CDATA[
<p>same conclusion on the hardware i tested with</p>
]]></description><pubDate>Sat, 11 Apr 2020 20:30:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=22843992</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=22843992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22843992</guid></item><item><title><![CDATA[New comment by alinspired in "Off-Facebook activity"]]></title><description><![CDATA[
<p>never installed facebook app on a phone, but multiple 3rd party apps on the phone report to facebook. For some reported apps i've never been logged in.<p>looks like facebook knows my phone's "hardware id" from somewhere<p>edit: good to know that uBlock blocked all web activity</p>
]]></description><pubDate>Wed, 29 Jan 2020 21:28:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=22186036</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=22186036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22186036</guid></item><item><title><![CDATA[New comment by alinspired in "Ask HN: Ever worked with a service that can never be restarted?"]]></title><description><![CDATA[
<p>check <a href="https://github.com/checkpoint-restore/criu" rel="nofollow">https://github.com/checkpoint-restore/criu</a> - designed to dump a set of process to a file and restore it elsewere</p>
]]></description><pubDate>Thu, 16 Jan 2020 21:55:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=22069431</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=22069431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22069431</guid></item><item><title><![CDATA[New comment by alinspired in "Docker-slim: Minify your Docker container image without changing anything"]]></title><description><![CDATA[
<p>use a docker sidecar, in fact explained in the docker-slim repo:<p><a href="https://github.com/docker-slim/docker-slim#debugging-minified-containers" rel="nofollow">https://github.com/docker-slim/docker-slim#debugging-minifie...</a></p>
]]></description><pubDate>Wed, 11 Dec 2019 02:02:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=21758899</link><dc:creator>alinspired</dc:creator><comments>https://news.ycombinator.com/item?id=21758899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21758899</guid></item></channel></rss>