<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: timeforcomputer</title><link>https://news.ycombinator.com/user?id=timeforcomputer</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 01 Jul 2026 08:03:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=timeforcomputer" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by timeforcomputer in "Ask HN: What did you read in 2025?"]]></title><description><![CDATA[
<p>Hyperion is awesome. Each story could be its own novella but especially the priest's tale. I also loved the consul's tale. I haven't read the rest yet because I am unsure how the story will go without that structure as I wasn't too invested in the space politics, but I hear it is good. Also if you haven't read, The Terror by Dan Simmons is also great and strikes historical/horror like I feel hyperion does scifi/horror</p>
]]></description><pubDate>Fri, 26 Dec 2025 23:42:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46397605</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46397605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46397605</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Ask HN: What did you read in 2025?"]]></title><description><![CDATA[
<p>I still have to read Wind and Truth but I'm still waiting for the same paperback edition I have the other books in haha. Great series</p>
]]></description><pubDate>Fri, 26 Dec 2025 23:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46397408</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46397408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46397408</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Rob Reiner has died"]]></title><description><![CDATA[
<p>I really enjoyed Fezzick and Inigo's chapters. And the Zoo of Death! As I remember, the framing narrative was quite different, something about a screenwriter with some glaring personal issues IIRC. Worth reading if you love the movie, definitely.</p>
]]></description><pubDate>Mon, 15 Dec 2025 14:35:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46275057</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46275057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46275057</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Using e-ink tablet as monitor for Linux"]]></title><description><![CDATA[
<p>How is the latency for drawing?
I am going to start doing this, but it makes me think, it would be nice to have a way to disable full refresh while drawing, and doing tablet-side drawing over the current VNC frame while the stream is paused, and asynchronously forwarding the input which will hopefully recreate the same drawing path on the server.</p>
]]></description><pubDate>Sun, 14 Dec 2025 12:03:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46262474</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46262474</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46262474</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Emacs is my new window manager (2015)"]]></title><description><![CDATA[
<p>You can also use EXWM in Xephyr, so you can have an emacs window with its own controlled windows instead of replacing the whole DE/window-manager. I suppose this doesn't work with multiple frames though.<p>I have been experimenting with xdotool windowmap/windowunmap and override_redirect (and maybe LD_PRELOAD?) to try get something like EXWM to work without creating another X server, by capturing windows. I'm doing this in vim though.<p>By the way, neovim has an apparently working EXWM-like plugin, NXWM/nwm: <a href="https://github.com/altermo/nwm" rel="nofollow">https://github.com/altermo/nwm</a></p>
]]></description><pubDate>Mon, 08 Dec 2025 11:03:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46190930</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46190930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46190930</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Cool-retro-term: terminal emulator which mimics look and feel of CRTs"]]></title><description><![CDATA[
<p>I love it because I have glare/doubling around words. Adding some visual noise can mask my own eye problems, and adding some visual effects with the glowbar and jittering if I feel like it, can really make it easier to focus for some reason.</p>
]]></description><pubDate>Tue, 25 Nov 2025 01:47:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46041500</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=46041500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46041500</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Bear is now source-available"]]></title><description><![CDATA[
<p>Almost the same emoticon logo too.<p>ʕ•ᴥ•ʔ Bear    vs.   ʕ·ᴥ·ʔ Build EAR<p>The compilation database tool (<a href="https://github.com/rizsotto/Bear" rel="nofollow">https://github.com/rizsotto/Bear</a>), is extremely helpful. It got CCLS/clangd working for me over multiple in-house build systems at a vfx studio.<p>It also is super helpful for debugging. I have used it a lot alongside a script which converts a compile_commands.json to a sequence of commands, so I can edit them individually without fiddling with the build system, and then once fixed (such as adding a flag to one TU) try to find the way to do that in the build system.</p>
]]></description><pubDate>Tue, 02 Sep 2025 06:10:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45099646</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=45099646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45099646</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Electromechanical reshaping,  an alternative to laser eye surgery"]]></title><description><![CDATA[
<p>I've heard good things about sclerals and am planning to get them. Small triple images in the left eye and triple in the right eye with a major image further away, like 3 lines on my computer screen away. It doesn't sound nearly as bad as the many images but good to hear sclerals work with worse cases!</p>
]]></description><pubDate>Tue, 19 Aug 2025 07:03:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44948986</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=44948986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44948986</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Replacing tmux in my dev workflow"]]></title><description><![CDATA[
<p>Thanks for the link to tmuxinator, I had heard of it but never learned what it does. I think I'd like something like this.
But I think this is a case of tmux providing a platform, I think the core idea of tmuxinator could be implemented outside of tmux, so tmux in that regard is basically an implementation detail.<p>Then it is a pragmatic decision, using tmux you get to use the ecosystem of things like tmuxinator which explicitly target tmux to get a known number of terminal features like splits.
What I learn from the OP, is that there are technical reasons that tmux is not a "good design" - like Kovid's comments on how it constrains innovation in terminal designs - which might lead someone to consider, what actually does tmux do and could my workflow be implemented otherwise?<p>It might be a bunch of unixy hacks and tricks (as another commenter here said) but it can work. I'd imagine recreating something like tmuxinator would be hard though, but it could also be interesting, like having arbitrary GUI programs configured to appear in "splits" using tiling integrated seamlessly within the terminals. But yeah, if the workflow is already set up and serviceable and supported with a community, using tmux, then I'd just keep using it.</p>
]]></description><pubDate>Fri, 01 Aug 2025 14:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44757718</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=44757718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44757718</guid></item><item><title><![CDATA[New comment by timeforcomputer in "The Who Cares Era"]]></title><description><![CDATA[
<p>VFX software development, repairing and modifying pipelines for artists, at a company with a large internal tool infrastructure like Weta, ILM, Pixar, is my target job</p>
]]></description><pubDate>Thu, 29 May 2025 13:20:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44125844</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=44125844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44125844</guid></item><item><title><![CDATA[New comment by timeforcomputer in "LLMs are more persuasive than incentivized human persuaders"]]></title><description><![CDATA[
<p>"Because we raise the trigger and only two carrying noodles, and only two can announce in this network but their excess cites their examine this places where the apparatus of military power torches the ground"<p>He makes an intriguing point.</p>
]]></description><pubDate>Sun, 18 May 2025 03:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44018807</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=44018807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44018807</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Cloth"]]></title><description><![CDATA[
<p>I have felt similar, wanting to learn physics sims. I have had to learn over time to separate domains of knowledge like physics from programming tools used to ~manifest them. Especially starting with gamedev, initially it felt like there should be a natural programming idiomatic way to set up each of the major simulations like rigid bodies, cloth, springs, fluids, so the first thought I had was these sims will be naturally encoded in the language, like a fluid sim being somehow setting up a grid, then choosing some update rules per timestep. But really it is modelling a problem as real mathematics and physics, then mapping this to a language/toolset which perhaps can't naturally express it idiomatically.<p>There are a few algorithms like some cloth sims based on particle positions and springs, which can be coded easily, but that was misleading to me when trying to improve, I had to dig a lot more into physics and numerical analysis then mapping the problem to code, which can end up clunky and with a lot of magic numbers.</p>
]]></description><pubDate>Sat, 26 Apr 2025 14:16:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43803829</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=43803829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43803829</guid></item><item><title><![CDATA[New comment by timeforcomputer in "My Struggle with Doom Scrolling"]]></title><description><![CDATA[
<p>As latexr said you can disable watch history. This means there is no home page (even when it should have known my interests, my home page was awful so this isn't so bad). You don't get watch-progress memory on videos, which is simple to adjust to. Recommended are less targeted and I get a lot of the typical ragey youtube stuff but it is mostly half relevant. I no longer watch any shorts which I kept clicking just to "see how bad they are" until it became a habit. And the UI keeps pushing it... If youtube makes the no-watch-history method not work, I'm just deleting the app and waiting until I'm bothered to configure revanced.</p>
]]></description><pubDate>Wed, 22 Jan 2025 16:01:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42794167</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42794167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42794167</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Physically Based Rendering: From Theory to Implementation"]]></title><description><![CDATA[
<p>I love this book so much. The literate programming style I think inspired from Knuth's cweb, great writing, beautiful high-quality physical book worth buying but also free access to knowledge. The literate-programming style means you are almost immediately applying theory to a practical system, I keep having to take breaks to learn outside math/physics though, but it is self-contained in principle I think.</p>
]]></description><pubDate>Fri, 17 Jan 2025 04:11:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=42733986</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42733986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42733986</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Physically Based Rendering: From Theory to Implementation"]]></title><description><![CDATA[
<p>I think the geo URI scheme might work if you have an exact location for the book.</p>
]]></description><pubDate>Fri, 17 Jan 2025 04:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42733960</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42733960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42733960</guid></item><item><title><![CDATA[New comment by timeforcomputer in "There's No Such Thing as Software Productivity (2012)"]]></title><description><![CDATA[
<p>Yay Ben Rady. He has a great podcast with Matt Godbolt (who made Compiler Explorer) called Two's Complement.</p>
]]></description><pubDate>Thu, 19 Dec 2024 02:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42457838</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42457838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42457838</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Common misconceptions about compilers"]]></title><description><![CDATA[
<p>I just realised in the above comment I was making a mistake in an analogy to shortest path optimal substructure. In shortest path, starting with an optimal solution, "subproblems" have optimal solutions. This is not true starting from a non-optimal path, although length-1 subpaths are optimal. But still not sure of a particular way to phrase optimal substructure for code size. Sorry for the confusion!</p>
]]></description><pubDate>Thu, 12 Dec 2024 06:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42396858</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42396858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42396858</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Common misconceptions about compilers"]]></title><description><![CDATA[
<p>Thanks, it looks like I had forgotten how dynamic programming works, e.g. constructing from possibly all subproblem solutions rather than just some way of breaking into some disjoint union. In this case I guess for code optimization a "subproblem" needs to be defined. I'm not sure if just breaking the code into chunks works as I was imagining. Maybe optimal substructure applies to some graph-like model of computation but not the naive assumption I made on how this would work.</p>
]]></description><pubDate>Tue, 10 Dec 2024 22:23:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42382282</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42382282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42382282</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Common misconceptions about compilers"]]></title><description><![CDATA[
<p>Yes I was surprised at that sentence because I think (considering theoretical properties of code size are the same as instruction count) that the main initial reason compiler optimization is non-trivial is because these kinds of global optimizations are possible, like your loop example.<p>Also I am really enjoying your article, still reading it with wikipedia open on the side haha.</p>
]]></description><pubDate>Tue, 10 Dec 2024 09:32:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42375247</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42375247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42375247</guid></item><item><title><![CDATA[New comment by timeforcomputer in "Common misconceptions about compilers"]]></title><description><![CDATA[
<p>In the article he says "Now, let's say you split the function in two parts and you find their minimums independently", so I am trying to think of what that means. I was thinking something like splitting "func() { ins1; ins2; }" into "ins1func() { ins1; } ins2func() { ins2; } func() { ins1func(); ins2func() }", but I agree this is an unwieldy/unrealistic example, all the register context would need to be passed in, stack memory addressing etc., and this changes instruction counts non-trivially.<p>So I guess I don't need to think too much of the functionness of splitting up a code-block, I suppose this example contradiction would also apply and more cleanly if just thinking of the compiler considering blocks of code individually e.g. in a greedy algorithm.<p>(Actually reading the intro again I think I overcomplicated this and he actually does mean just splitting into code blocks. My mistake)</p>
]]></description><pubDate>Tue, 10 Dec 2024 09:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42375150</link><dc:creator>timeforcomputer</dc:creator><comments>https://news.ycombinator.com/item?id=42375150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42375150</guid></item></channel></rss>