<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: tehbeard</title><link>https://news.ycombinator.com/user?id=tehbeard</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 03 Jun 2026 21:40:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tehbeard" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tehbeard in "DaVinci Resolve 21"]]></title><description><![CDATA[
<p>Because those people see the phrase "AI features" and the first thought is those sloppy generative AI stuff where things shift.<p>Where as marketing at all these corporation is trying to genericize "AI features" into anything using an algorithm. 
"Content aware fill", something we've had for over a decade is now "AI object removal"<p>"Noise suppression" is "AI voice extraction"<p>Motion unblur is now "AI motion unblur".</p>
]]></description><pubDate>Wed, 03 Jun 2026 16:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48386454</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=48386454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48386454</guid></item><item><title><![CDATA[New comment by tehbeard in "Backblaze has stopped backing up OneDrive and Dropbox folders and maybe others"]]></title><description><![CDATA[
<p>Does the UI atleast hint there's hidden files or is it only by going to the filters you can find this out?<p>It seems incredibly stupid for a BACKUP PROGRAM to not list the hidden files instead of indicating they're hidden (e.g. _(hidden)_.git)</p>
]]></description><pubDate>Tue, 14 Apr 2026 19:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47770217</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=47770217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47770217</guid></item><item><title><![CDATA[New comment by tehbeard in "France to ditch Windows for Linux to reduce reliance on US tech"]]></title><description><![CDATA[
<p>Not sure if it's still the case in the 2020's, but back in the 2010's I had no end of issues with Windows deciding to either fuck up the dualboot so nothing would load or overwrite it entirely and leave it as Windows only.</p>
]]></description><pubDate>Sat, 11 Apr 2026 10:16:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729239</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=47729239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729239</guid></item><item><title><![CDATA[New comment by tehbeard in "Forget Flags and Scripts: Just Rename the File"]]></title><description><![CDATA[
<p>This is the classname soup mess of TailwindCSS (when people don't precompile that away) manifested into the CLI...</p>
]]></description><pubDate>Wed, 18 Mar 2026 06:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47422327</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=47422327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47422327</guid></item><item><title><![CDATA[New comment by tehbeard in "Forget Flags and Scripts: Just Rename the File"]]></title><description><![CDATA[
<p>That's more a case of providing the distinct "APIs" ( bzip2 , gunzip etc) to userland / scripts, while the implementation for all is just one binary; than it being "Configuration via name..."<p>Somewhat similar to how busybox does its thing.</p>
]]></description><pubDate>Wed, 18 Mar 2026 06:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47422315</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=47422315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47422315</guid></item><item><title><![CDATA[New comment by tehbeard in "VSCode rebrands as "The open source AI code editor""]]></title><description><![CDATA[
<p>Jumped back to it to try seeing how functional it'd be as something more than than large logfile explorer.<p>Package control is still only in the command palette. If you want to explore what's on offer you have to do so on the actual package control site.<p>Managed to get LSP + intelephense installed so I have good PHP parsing (Other LSP providers appear to be available)... but stuck at the moment trying to get an intellisense analogue setup... Doesn't show up in package control in the program despite showing up on the site.<p>So right now I have syntax highlighting and errors flagged for a php file... but I don't have anything that can take the fact the class is missing several methods from the interfaces, and stub them out in a few keystrokes.</p>
]]></description><pubDate>Sun, 28 Dec 2025 08:59:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46409552</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=46409552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46409552</guid></item><item><title><![CDATA[New comment by tehbeard in "VSCode rebrands as "The open source AI code editor""]]></title><description><![CDATA[
<p>How is Sublime's plugin ecosystem these days?<p>I'd love to move back to it (or rather, use it for dev work beyond opening large log files to search for things), or atleast have it as a backup for vscode's inevitable enshittification.</p>
]]></description><pubDate>Sat, 27 Dec 2025 20:01:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46404744</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=46404744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404744</guid></item><item><title><![CDATA[New comment by tehbeard in "Package managers keep using Git as a database, it never works out"]]></title><description><![CDATA[
<p>All depends on the type of interaction.<p>A high usage one, absolutely improve the time of it.<p>Loading the profile page? Isn't done often so not really worth it unless it's a known and vocal issue.<p><a href="https://xkcd.com/1205/" rel="nofollow">https://xkcd.com/1205/</a> gives a good estimate.</p>
]]></description><pubDate>Fri, 26 Dec 2025 14:44:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46392446</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=46392446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46392446</guid></item><item><title><![CDATA[New comment by tehbeard in "Helldivers 2 devs slash install size from 154GB to 23GB"]]></title><description><![CDATA[
<p>It's not which duplicated instance....<p>Think of it as I have two packs for levels.<p>Creek.level and roboplanet.level<p>Both use the cyborg enemies, by duplicating the cyborg enemy model and texture data across both files, Only the level file needs to be opened to get all nessecary data for a match.<p>Because modern OS will allow you to preallocate contiguous segments and have auto defrag, you can have it read this level file at max speed, rather than having to stop and seek to go find cyborg.model file because it was referenced by the spawn pool. Engine limitations may prevent other optimisations you think up as a thought exercise after reading this.<p>It's similar to how crash bandicoot packed their level data to handle the slow speed of the ps1 disc drive.<p>As to why they had a HDD optimisation in 2024... <i>Shrugs</i></p>
]]></description><pubDate>Wed, 03 Dec 2025 14:01:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46134556</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=46134556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46134556</guid></item><item><title><![CDATA[New comment by tehbeard in "PHP 8.5"]]></title><description><![CDATA[
<p>You can still write php 5-esque slop and have it run... mostly (some particulars like the half dozen ways of interpolating a variable into a string have been paired down, some extensions left in the dustbin, but the fundamental "shit out a script and run it" capability still remains doable).<p>non of the "modern" things are particularly taxing to teach someone with more than two braincells. If they don't understand them then they haven't kept up with ANY programming trends in the past decade and are best placed infront of the TV with an iPad than left to mess with the possible critical infrastructure of a business.</p>
]]></description><pubDate>Thu, 20 Nov 2025 15:14:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45993443</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45993443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45993443</guid></item><item><title><![CDATA[New comment by tehbeard in "Dead Framework Theory"]]></title><description><![CDATA[
<p>> Takes 30 seconds to load.<p>Tried a cleared cache load, open and usable in 3 seconds, loading my work inbox which is fairly busy and not clean.<p>I'm not sure what FPS has to do with this? Have you some sort of fancy windows 11 animations extension installed that star wipes from inbox to email view and it's stuttering??<p>I click and email it shows instantly, the only thing close to "low FPS" is it loads in some styles for a calendar notification and there's a minor layout shift on the email.<p>What / how are you using it that you apparently get such piss poor performance?</p>
]]></description><pubDate>Fri, 07 Nov 2025 13:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45846211</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45846211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45846211</guid></item><item><title><![CDATA[New comment by tehbeard in "FFmpeg dealing with a security researcher"]]></title><description><![CDATA[
<p>> Recieving vuln reports is a gift.<p>A real gift would be to include a patch for it. Not just to run off into the sunset.</p>
]]></description><pubDate>Sun, 02 Nov 2025 08:15:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45788682</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45788682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45788682</guid></item><item><title><![CDATA[New comment by tehbeard in "Moving PHP open source forward"]]></title><description><![CDATA[
<p>I've had phpstorm get stuck indexing until I shut the app down, no matter what Stack overflow voodoo I tried to break the cycle.<p>Vscode and intelephense handled the same project without breaking a sweat.<p>I've had much better experience with IntelliJ. No matter the maven or gradle project I've thrown at it, it just works.</p>
]]></description><pubDate>Thu, 02 Oct 2025 15:32:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45451069</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45451069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45451069</guid></item><item><title><![CDATA[New comment by tehbeard in "Moving PHP open source forward"]]></title><description><![CDATA[
<p>How much do you trust them to keep it to "just" non-commercial though...</p>
]]></description><pubDate>Thu, 02 Oct 2025 15:17:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45450859</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45450859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45450859</guid></item><item><title><![CDATA[New comment by tehbeard in "Mesh: I tried Htmx, then ditched it"]]></title><description><![CDATA[
<p><a href="https://bundlephobia.com/package/react-dom@18.3.1" rel="nofollow">https://bundlephobia.com/package/react-dom@18.3.1</a> 130kb for react-dom 15-18 (would check more but site has rate limited me...)<p>So, while yes the very latest version of react is *finally* as slim as competitors like preact, don't act like all the legacy projects where a migration is off the table due to time or money just don't exist.</p>
]]></description><pubDate>Wed, 24 Sep 2025 05:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45356736</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45356736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45356736</guid></item><item><title><![CDATA[New comment by tehbeard in "Playing “Minecraft” without Minecraft (2024)"]]></title><description><![CDATA[
<p>A key part you're missing either willfully or ignorantly is that they're midway through the refactoring to make it data driven, so you have these odd/rough edges.<p>Yes, having to declare json files for your new block in your mod is a pain...<p>Meanwhile what it was built for, resource packs, this actually gives a good amount of power to the pack maker without having to ask the client to run untrusted java code.</p>
]]></description><pubDate>Fri, 19 Sep 2025 09:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45299557</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45299557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45299557</guid></item><item><title><![CDATA[New comment by tehbeard in "<template>: The Content Template element"]]></title><description><![CDATA[
<p>The example is a contrived *simple* example to get the point of it being easily cloneable into DOM nodes you then manipulate.<p>Maybe a more understandable example for you would be it's use in conjunction with <slot>, shown here: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/slot" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...</a></p>
]]></description><pubDate>Tue, 02 Sep 2025 18:51:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45107398</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=45107398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45107398</guid></item><item><title><![CDATA[New comment by tehbeard in "Sqlite3 will also read and write ZIP archives"]]></title><description><![CDATA[
<p>Sounds like an optional module that lets you avoid needing to clobber something with python/node/perl and bash to turn zipped files into sqlite data, or vice versa.</p>
]]></description><pubDate>Fri, 08 Aug 2025 13:18:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44836624</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=44836624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44836624</guid></item><item><title><![CDATA[New comment by tehbeard in "Apple's Browser Engine Ban Persists, Even Under the DMA"]]></title><description><![CDATA[
<p>Remote debug on iOS is ass unless you are fully invested into their ecosystem.<p>And apple has some "nice" licencing nonsense around their software that makes VMs not the "obvious" solution.</p>
]]></description><pubDate>Mon, 14 Jul 2025 09:47:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44558141</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=44558141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44558141</guid></item><item><title><![CDATA[New comment by tehbeard in "Game publishers respond to Stop Killing Games claim it curtails developer choice"]]></title><description><![CDATA[
<p>Because parents and the general public won't see that it's Bob's private server for $game. They see $game_name by $developer/publisher.<p>Mojang (creators of Minecraft ) is an unfortunate good case study for this. It's sale to Microsoft is in part down to not being able to balance freedom for server owners and the PR issues caused by people scamming others, in this case children, while obscuring it under the Minecraft brand.<p>I don't agree that we should be coerced into being in the kid safe padded play area, but I ain't blind enough to not see why we are.</p>
]]></description><pubDate>Sun, 06 Jul 2025 07:35:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44478628</link><dc:creator>tehbeard</dc:creator><comments>https://news.ycombinator.com/item?id=44478628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44478628</guid></item></channel></rss>