<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: sinker</title><link>https://news.ycombinator.com/user?id=sinker</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 13:42:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sinker" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sinker in "FreeCAD  v1.1"]]></title><description><![CDATA[
<p>Spreadsheets are better in theory but varsets work so much better in practice.</p>
]]></description><pubDate>Thu, 26 Mar 2026 03:37:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47526389</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=47526389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47526389</guid></item><item><title><![CDATA[New comment by sinker in "Claude Tips for 3D Work"]]></title><description><![CDATA[
<p>I'm not sure what went wrong exactly, but a common issue people run into with lofts is caused by the fact that FreeCAD tries to match vertices to vertices. If you use the split edge tool on your square to create 8 edges out of the existing 4 (maintaining the same square shape), it should loft smoothly to the octagon.<p>If the loft appears twisted it only means you need to change the order in which you created the geometry. FC in addition to matching vertex to vertex will also match them in the order they were created. This allows you to purposely create twisted shapes, but sometimes can happen inadvertently also.</p>
]]></description><pubDate>Tue, 17 Mar 2026 16:00:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47414505</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=47414505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47414505</guid></item><item><title><![CDATA[New comment by sinker in "Shaders: How to draw high fidelity graphics with just x and y coordinates"]]></title><description><![CDATA[
<p>From the home page:<p>Question: <i>How do you make the illustrations?</i><p>Answer:<p>I get asked this more than anything else but honestly, I don't have a good answer.<p>I make them by hand, in Figma. There's no secret - it's as complicated as it looks.<p>The Advanced Edition of the book will include a tutorial explaining how I make them, where I get references and inspiration from.</p>
]]></description><pubDate>Sun, 23 Nov 2025 19:50:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46026695</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=46026695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46026695</guid></item><item><title><![CDATA[New comment by sinker in "Shaders: How to draw high fidelity graphics with just x and y coordinates"]]></title><description><![CDATA[
<p>The entire website is incredible. I'm amazed all the illustrations were done in Figma.</p>
]]></description><pubDate>Sun, 23 Nov 2025 19:48:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46026675</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=46026675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46026675</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>I can't tell for sure without knowing exactly what's happening, but one reason is that if you create a sketch from the <i>Sketcher</i> workbench, it will <i>not</i> be added to the active body.<p>If you create the sketch from the <i>Part Design</i> workbench, then it <i>will</i> be added to the active body.<p>A Body is specifically a Part Design concept, and FC doesn't presume you'll be working in PD, so this makes sense in a way - it works on the presumption that the Sketcher workbench works with other workbenches and not just PD specifically.<p>One thing to note is that creating sketches from Sketcher and PD is different. Sketcher offers attachment options to faces, edges, etc., while PD only offers to attach the sketch to base plane (XY, XZ, or YZ).<p>There is a good reason for this also. The reason is that in designing parts, especially complex parts, it is highly discouraged to use faces or edges (i.e., features) as attachment points because it makes your model very brittle against changes.<p>This is more of a general CAD philosophy than a FC thing. It's better to set where a sketch attaches based on variable values. For example, if you have a cylinder with a height 20 and you want to attach a box to the top of the cylinder - rather than attaching to the top face of the cylinder, it's better to create a variable h=20, and set the cylinder to height h, and set the box's z-value also to h.<p>In FC, I use VarSets for this. I used to use the Spreadsheet workbench, but found it clumsy.</p>
]]></description><pubDate>Fri, 21 Nov 2025 18:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46007059</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=46007059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46007059</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>As an opposing viewpoint, I also use FC extensively for designing moderately complex parts (fully parametrically constrained assemblies, dozens of parts per assembly, mechanical components involving motion).<p>I've also extended the functionality with python, and have heavily customized the theme and shortcuts to fit my personal taste.<p>I not only tolerate the software, but enjoy using it, and am quite proficient at it.<p>I <i>would</i> recommend FreeCAD to others, but with some caveats. The most important being that they need to be willing to tolerate a few hours of introductory material, and second that they are serious about using the software long-term.<p>Otherwise, I'd probably just recommend Onshape. But, for many others, FC is fully viable.</p>
]]></description><pubDate>Wed, 19 Nov 2025 19:22:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983846</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45983846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983846</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>FreeCAD is still in active development and there was a major release (1.0) recently. There will be a feature freeze soon where the devs will focus primarily on stability and eliminating bugs.<p>That said, I use FC as my main CAD driver and, not only tolerate it, but enjoy using it. I had to watch several hours of introductory videos to get the hang of things initially, but now I'm quite fast and proficient.<p>The initial pains and common complaints about UI and such, are basically non-issues for me now and when I model, my cognitive energy is basically devoted to the design problem itself rather than issues with UI or the behavior of the software.<p>It's necessary to put the time into learning it, but it's worth it.</p>
]]></description><pubDate>Wed, 19 Nov 2025 19:12:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983733</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45983733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983733</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>Sorry about the bad experience. If you decide to give it another try, it's worth spending a few hours on some intro tutorials first. I recommend MangoJelly on youtube.<p>FC is not a program you can just open and start using, especially if you have zero experience with parametric modeling.<p>If you're serious about design, modeling, engineering, etc., and want to own your own data, it's worth investing the hours to learn it starting from the very basics.</p>
]]></description><pubDate>Wed, 19 Nov 2025 19:02:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983612</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45983612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983612</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>Some of the basics aren't immediately obvious or even hinted at very well for new users, but the "problems" that come up are consistent with its own editing model.<p>> complaining that the sketch doesn't belong to any object<p>The sketch is by default attached to the "active body". Active Body is a simple, but important concept to understand. Any operation you do, including adding a sketch, is applied to what is designated as the active body. You designate the active body by right-clicking on the desired body in the object pane.<p>> It suffers from too many "workbenches"<p>Another understandably common source of confusion. There's the ever-confusing Part and Part Design workbenches.<p>I think it's best to just ignore Part and use Part Design whenever possible. Part lets you do operations at a more granular level, but Part Design provides a lot more QOL enhancements and is more intuitive. For the vast majority of things, Part Design is more than capable. I would only use Part workbench when absolutely necessary.<p>You probably understand all of this already. It's directed more towards the reader. I feel the need to defend FC when certain accusations are brought up. It's immensely powerful, capable, and usable. In my case, I can work very rapidly with it - though it's taken some time to arrive here. The project deserves more than just aspersions.</p>
]]></description><pubDate>Wed, 19 Nov 2025 18:56:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983535</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45983535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983535</guid></item><item><title><![CDATA[New comment by sinker in "Blender 5.0"]]></title><description><![CDATA[
<p>Productive FreeCAD user chiming in here. I understand the frustration. It has a moderate learning curve, but the editing model forms an intuitive picture once you learn the basics and start using it.<p>Also second the MangoJelly tutorials. You will have a much better time if you walk through a few lessons first as opposed to just winging it and expecting to understand how everything works immediately.</p>
]]></description><pubDate>Wed, 19 Nov 2025 18:44:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45983330</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45983330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45983330</guid></item><item><title><![CDATA[New comment by sinker in "Ask HN: Where to begin with "modern" Emacs?"]]></title><description><![CDATA[
<p>I recommend starting with vanilla Emacs and just adding things as you find the need for them. Emacs comes with a lot of things OOTB. After a decade, my only essential package addon-ons are magit and yasnippet.<p>I have other packages installed, but they're esoteric for my own purposes.</p>
]]></description><pubDate>Sat, 01 Nov 2025 17:48:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45783679</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=45783679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45783679</guid></item><item><title><![CDATA[New comment by sinker in "Open hardware desktop 3D printing is dead?"]]></title><description><![CDATA[
<p>Okay, but that is a complete misrepresentation of Prusa machines. You can buy a Prusa today and it'll spit out prints like any other modern printer. And this has been the case for a long time now. Only a small minority of people actually tinker with their machines. It seem like you're attacking a complete projection.</p>
]]></description><pubDate>Sat, 16 Aug 2025 19:20:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44926199</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=44926199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44926199</guid></item><item><title><![CDATA[New comment by sinker in "Open hardware desktop 3D printing is dead?"]]></title><description><![CDATA[
<p>Are you confusing Prusa with older Enders? If you buy assembled, they just work like any other modern printer. In fact they're known for long-term reliability. If there's any detraction, it's on the basis of printing speed, price, and availability, but not on fragility.</p>
]]></description><pubDate>Sat, 16 Aug 2025 19:17:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44926173</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=44926173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44926173</guid></item><item><title><![CDATA[New comment by sinker in "Teen on Musk's DOGE team graduated from 'The Com'"]]></title><description><![CDATA[
<p>Sounds like the classic Joe Rogan "I know a guy." rumor peddling.</p>
]]></description><pubDate>Mon, 10 Feb 2025 17:57:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43003118</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=43003118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43003118</guid></item><item><title><![CDATA[New comment by sinker in "Open-Source CLI tool to inspect databases fast"]]></title><description><![CDATA[
<p>It's not a lot of work, but it takes a little bit of existing Elisp knowledge. You can still evaluate plain SQL code in a buffer (sql-mode) and get most of the benefits I described, you just won't get the convenience of evaluating Lisp forms.</p>
]]></description><pubDate>Sun, 22 Sep 2024 20:28:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41619798</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=41619798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41619798</guid></item><item><title><![CDATA[New comment by sinker in "Open-Source CLI tool to inspect databases fast"]]></title><description><![CDATA[
<p>I've started using Emacs as a database explorer.<p>So, Emacs has a built-in interactive SQL mode (M-x sql-mysql / postgres / sqlite). This mode opens a SQL shell similar to what you would see in a terminal. From there, you can do your selects, inserts, updates, etc.<p>You can also send strings from a different buffer to your SQL shell buffer.<p>Now in Emacs you can very easily evaluate Lisp code to define functions, redefine functions, and execute arbitrary expressions. You can also wrap your SQL expressions inside of Lisp code. By doing so, you can take advantage of Emacs's built-in Lisp evaluation tools to interact with your SQL database.<p>So instead of opening a shell in your terminal, selecting a database, and writing select statements to inspect your DB, you can instead...<p>In Emacs, create a file called something like "sql-notebook.el". Inside that file you write Lisp expressions to execute SQL queries. To execute those queries, you move the cursor over it and just run the command `eval-last-expr` (I have this bound to Ctrl-c Ctrl-c). The results of the evaluated expressions appear in your interactive SQL buffer.<p>The obvious advantage of this is that you end up creating a library of often-used queries which are very convenient to execute simply by moving the cursor over the query and hitting Ctrl-c twice.<p>You also retain a history of these queries by virtue of them existing in a plain file, as opposed to ephemeral shell history.</p>
]]></description><pubDate>Sun, 22 Sep 2024 19:21:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41619268</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=41619268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41619268</guid></item><item><title><![CDATA[New comment by sinker in "Linux 6.11 Released"]]></title><description><![CDATA[
<p>Kernel version 6.8 broke suspend ($ systemctl suspend) for me. I run two machines with near identical setups. I upgrade my "preview" machine first before updating my primary machine to test for defects.<p>If I boot from kernel version 6.5, suspend works fine. Hold shift while your machine is booting and the grub menu will allow you to select a different kernel version.</p>
]]></description><pubDate>Mon, 16 Sep 2024 00:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41551706</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=41551706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41551706</guid></item><item><title><![CDATA[New comment by sinker in "Porting SBCL to the Nintendo Switch"]]></title><description><![CDATA[
<p>Lisp languages seem well-suited for building games. The ability to evaluate code interactively without recompilation is a huge deal for feature building, incremental development, and bug-fixing. Retaining application state between code changes seems like it would be incredibly useful. Common Lisp also appears to be a much faster language than I would have blindly assumed.<p>The main downside for me (in general, not just for game programming) is the clunkiness in using data structures - maps especially. But the tradeoff seems worth it.</p>
]]></description><pubDate>Fri, 13 Sep 2024 15:58:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41532410</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=41532410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41532410</guid></item><item><title><![CDATA[New comment by sinker in "Ask HN: What have you created that deserves a second chance on HN?"]]></title><description><![CDATA[
<p>It's freely available on Wikipedia, UFCstats, sherdog, and tapology. You have to scrape it, but you can also find large collections of structured data if you look around.</p>
]]></description><pubDate>Sat, 28 Jan 2023 19:03:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34560441</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=34560441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34560441</guid></item><item><title><![CDATA[New comment by sinker in "Ask HN: What have you created that deserves a second chance on HN?"]]></title><description><![CDATA[
<p>I'm far from a data scientist. I'm just someone that has an interest in building UIs and saw a potential to look at data in a way I hadn't seen before. I'm not actively working on this right now, but if you'd like to drop a line for whatever reason, I still check my Twitter for messages when they come up.<p><a href="https://twitter.com/mmabetsharp" rel="nofollow">https://twitter.com/mmabetsharp</a></p>
]]></description><pubDate>Fri, 27 Jan 2023 03:58:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=34542273</link><dc:creator>sinker</dc:creator><comments>https://news.ycombinator.com/item?id=34542273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34542273</guid></item></channel></rss>