<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: procparam</title><link>https://news.ycombinator.com/user?id=procparam</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 13:29:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=procparam" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by procparam in "Project Euler"]]></title><description><![CDATA[
<p>Wow. The idea of getting to 100% on PE is almost incomprehensible to me. I've solved basically none outside the first couple pages.<p>What was your strategy like? How much math background do you have?</p>
]]></description><pubDate>Mon, 14 Oct 2024 22:38:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41842908</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=41842908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41842908</guid></item><item><title><![CDATA[New comment by procparam in "Show HN: X11 tool to share a screen area in any video meeting"]]></title><description><![CDATA[
<p>I've always wanted something like this, but for i3 workspaces. Something like "share workspace 2." Anyone know how to accomplish this?</p>
]]></description><pubDate>Mon, 14 Oct 2024 16:19:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41838989</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=41838989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41838989</guid></item><item><title><![CDATA[New comment by procparam in "Infinite Craft"]]></title><description><![CDATA[
<p>My friends and I have played so much already that the list of elements on the sidebar is unwieldy. You can paste this little js snippet into the console to add a basic search feature<p><pre><code>  items = () => [...document.querySelectorAll('.items div.item')]
  show = (elt) => elt.style.display=''
  hide = (elt) => elt.style.display='none'
  search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().includes(text.toLowerCase())).forEach(hide))
  inputElt = document.createElement('input'); inputElt.type='text';
  document.querySelector('.sidebar').prepend(inputElt)
  function handle(e) { search(e.target.value) }
  inputElt.addEventListener('input', handle)</code></pre></p>
]]></description><pubDate>Thu, 01 Feb 2024 01:38:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=39211906</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=39211906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39211906</guid></item><item><title><![CDATA[Show HN: Sndscr.wtf – live-updating public "screens"]]></title><description><![CDATA[
<p>I wrote this app over the last couple days. Join a "screen" for your interest and watch what the other viewers put up on it, or change it yourself.<p>I haven't really figured out what or who this is for. I like the idea of having a private screen with friends that we all leave up and occasionally update. If you come up with any interesting ways to use it, let me know :)<p>The site is built with go and htmx.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38100237">https://news.ycombinator.com/item?id=38100237</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Nov 2023 16:04:54 +0000</pubDate><link>https://sndscr.wtf</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=38100237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38100237</guid></item><item><title><![CDATA[New comment by procparam in "20 Years of Gentoo"]]></title><description><![CDATA[
<p>It's not you Gentoo, it's me. I'm just not good enough.<p>I've been trying to like Gentoo for over four years, ever since I installed it on my primary laptop. I love the idea of having the fine-tuned control that Gentoo offers, and I love the idea that everything I install is tailored to my specific system.<p>But despite my best intentions I have not mastered it - in fact I barely feel like I understand it. When I remember to update it <i>a couple times a week</i> everything is pretty smooth. Go much longer than that and all bets are off. If I go on a long vacation I dread coming back to a Gentoo update. I just don't have the discipline to keep up.<p>Lately portage has been scolding me because some random packages are trying to install different versions of openssl. I've been ignoring it for weeks while I muster the courage to solve it.<p>And in my experience this kind of problem is super common. Either I'm pulling multiple versions of a package into the same slot, or I'm trying to merge a masked package, or some package is trying to put files in a place it doesn't own, or who knows...<p>Every time I try to solve one of these issues it's like I'm starting from scratch. I read manpages, online docs, bug trackers. I try various incantations of emerge flags. And eventually I show up the IRC channel with my tail between my legs.<p>Fortunately, the IRC community is extremely knowledgeable and can usually fix my problem in no time. But I hate having to ask for help, and I never seem to get closer to solving them myself.<p>The other major issue I have is convenience: it sometimes takes <i>so long</i> to install a new package. I get it - that's what you expect with a source-based distro. But man I did not understand just how much compiling time I'd need. Krita releases a new patch version? There's a couple hours with my laptop fans blasting. My laptop has easily spent 10x or 50x the time compiling Krita vs actually running it! And that's just one random program; god help you if you want Firefox on the same machine.<p>Anyway, on my next computer I'll probably install Arch.</p>
]]></description><pubDate>Thu, 18 May 2023 23:08:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35995554</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=35995554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35995554</guid></item><item><title><![CDATA[New comment by procparam in "Kombucha cultures can be turned into flexible electric circuit boards"]]></title><description><![CDATA[
<p>The mat at the top of the kombucha is not the SCOBY. It is a waste product of the SCOBY - just a big slab of cellulose. This is a misunderstanding that I've seen people on r/kombucha get pretty upset about<p>The actual SCOBY is in the kombucha itself, not the cellulose. It's pretty easy to prove; when I made kombucha I would throw out the mat after every batch and save some of the liquid to use as starter for the next.</p>
]]></description><pubDate>Fri, 24 Feb 2023 15:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34925405</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=34925405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34925405</guid></item><item><title><![CDATA[New comment by procparam in "Unsettling capital letters"]]></title><description><![CDATA[
<p>Some great contenders for new uppestcase letters on this page.<p><a href="http://tom7.org/lowercase/" rel="nofollow">http://tom7.org/lowercase/</a></p>
]]></description><pubDate>Mon, 19 Apr 2021 03:29:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=26858877</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=26858877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26858877</guid></item><item><title><![CDATA[New comment by procparam in "Throw away code"]]></title><description><![CDATA[
<p>Can you say more about how you use eval() during prototyping?</p>
]]></description><pubDate>Fri, 25 Sep 2020 22:05:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=24594590</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=24594590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24594590</guid></item><item><title><![CDATA[New comment by procparam in "Why Lisp macros are cool, a Perl perspective (2005)"]]></title><description><![CDATA[
<p>A separate language? How do you mean?<p>This is one of the big advantages of Lisp macros over C macros. In Lisp you write macros using Lisp, including normal user-defined functions. In C, on the other hand, you write macros using "C Preprocessor directives"</p>
]]></description><pubDate>Mon, 16 Dec 2019 23:42:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=21808816</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=21808816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21808816</guid></item><item><title><![CDATA[New comment by procparam in "Spent – Poverty Simulator (2011)"]]></title><description><![CDATA[
<p>It's not "helpful" in the sense that it's the smart decision for anyone.<p>The point is, that's actually how real people see the lottery. A big payout feels more likely than a $100k/yr job when you've been under the poverty line long enough.<p>Remember, the goal of this game isn't to see how efficiently you get to the end; it's to help you put yourself in the shoes of people actually in this position.</p>
]]></description><pubDate>Tue, 23 Oct 2018 15:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=18284234</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=18284234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18284234</guid></item><item><title><![CDATA[New comment by procparam in "Dumber phone"]]></title><description><![CDATA[
<p>One huge distraction-enabler is the fingerprint sensor. It makes things too easy for me - I put my hand in my pocket, put my finger on the sensor, and by the time it's in front of my face I can be mindlessly browsing reddit.<p>So I would add the following tip: disable the fingerprint sensor if you have one (also face recognition, etc), and replace it with an inconveniently long password. This way you really need to think about whether it's worth the time to open your phone.</p>
]]></description><pubDate>Tue, 24 Apr 2018 15:27:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=16913383</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=16913383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16913383</guid></item><item><title><![CDATA[New comment by procparam in "Moving efficiently in the CLI"]]></title><description><![CDATA[
<p>I use the windows key for the i3 modifier, and leave alt alone. If your keyboard doesn't have a windows key, you can probably map left-alt to mod and leave right-alt alone. Or vice versa.<p>Basically, find a redundant key to use as your wm mod key.</p>
]]></description><pubDate>Fri, 26 Jan 2018 22:06:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=16243283</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=16243283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16243283</guid></item><item><title><![CDATA[New comment by procparam in "iPhone 8"]]></title><description><![CDATA[
<p>I have a magnetic phone mount in my car. When I get in, I put my phone on the mount, then connect it to the charging cable. Just because it's a pain to fool with cables in the car (especially if I remember after I start driving) I've found myself wishing that (1) my phone allows wireless charging and (2) the phone mount doubled as a wireless charging pad.<p>That's the best use case I can think of.</p>
]]></description><pubDate>Tue, 12 Sep 2017 18:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=15229937</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=15229937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15229937</guid></item><item><title><![CDATA[New comment by procparam in "Radiance: a flexible web-application environment for Common Lisp"]]></title><description><![CDATA[
<p>> these days that is more often the case for me than targeting CL itself, cf. 4500 recent lines of Lisp that turns into 8000 lines of terse JavaScript<p>I'm very interested by this. Can you say more about the project? Or, even better, share some code?</p>
]]></description><pubDate>Sat, 08 Apr 2017 05:56:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=14065541</link><dc:creator>procparam</dc:creator><comments>https://news.ycombinator.com/item?id=14065541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14065541</guid></item></channel></rss>