<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: macromaniac</title><link>https://news.ycombinator.com/user?id=macromaniac</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 06:32:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=macromaniac" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by macromaniac in "How Potatoes Evolved"]]></title><description><![CDATA[
<p>I threw potatoes into the back part of my yard without burying them or tending them in any way and they did quiet well. Ended up dying from a freeze, I think I will throw them more strategically next time.</p>
]]></description><pubDate>Sun, 10 Aug 2025 14:00:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44855249</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=44855249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44855249</guid></item><item><title><![CDATA[New comment by macromaniac in "I got OpenAI o1 to play the boardgame Codenames and it's super good"]]></title><description><![CDATA[
<p>True, because then it feels more intentional (+ the extra strategy). It was definitely a bit thrown together- atm I only ever use it when I need a bit of practice before playing codenames.</p>
]]></description><pubDate>Sat, 25 Jan 2025 17:13:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=42822927</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=42822927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42822927</guid></item><item><title><![CDATA[New comment by macromaniac in "OpenAI's o1 Playing Codenames"]]></title><description><![CDATA[
<p>I made one where you play with the AI a few years back instead of AI v AI but never posted it anywhere if anyone wants to try, just updated it to gpt-4o-mini <a href="https://wordswithrobots.isotropic.us/" rel="nofollow">https://wordswithrobots.isotropic.us/</a></p>
]]></description><pubDate>Sat, 25 Jan 2025 16:38:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42822644</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=42822644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42822644</guid></item><item><title><![CDATA[New comment by macromaniac in "What I Learned Failing to Finish a Game in 2024"]]></title><description><![CDATA[
<p>I more meant like now you can bot word or story type multiplayer games too e.g. if you were designing a codenames or a mafia style party game or something. 95% of the time though ya you are just doing basic AI logic, go towards objective, attack nearby enemies, avoid nearby danger, etc</p>
]]></description><pubDate>Thu, 16 Jan 2025 14:11:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42725324</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=42725324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42725324</guid></item><item><title><![CDATA[New comment by macromaniac in "What I Learned Failing to Finish a Game in 2024"]]></title><description><![CDATA[
<p>>you just depend on everyone you know for play testing constantly<p>I had this problem, didn't figure out the solution till the end of the project- it's bots. Even bad bots are HUGELY important for multiplayer game development because now you can iterate every second instead of every week. I thought bots would be too hard to make for my game, but they really weren't as they don't even have to be good. With LLMs i'm fairly sure almost any type of game can be botted at this point too.</p>
]]></description><pubDate>Thu, 16 Jan 2025 13:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42724893</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=42724893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42724893</guid></item><item><title><![CDATA[New comment by macromaniac in ".INTERNAL is now reserved for private-use applications"]]></title><description><![CDATA[
<p>Wasn't aware of dnsmasq/pihole, I have a BIND9 configured to do it on my network and yeah its much nicer. I've seen people get bit by this all the time in college and still even now join projects with like weird hosts file usage. Instead of having 3 different systems for apple/ms/linux name resolution that don't interop the problem is better fixed higher up.</p>
]]></description><pubDate>Sat, 10 Aug 2024 16:03:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41210394</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=41210394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41210394</guid></item><item><title><![CDATA[New comment by macromaniac in ".INTERNAL is now reserved for private-use applications"]]></title><description><![CDATA[
<p>>Are there any good reasons to use a TLD like .internal for private-use applications, rather than just a regular gTLD like .com?<p>These local TLDs should IMO be used on all home routers, it fixes a lot of problems.<p>If you've ever plugged in e.g. a raspberry pi and been unable to "ping pi" it it's because there is no DNS mapping to it. There are cludges that Windows, Linux, and Macs use to get around this fact, but they only work in their own ecosystem, so you often can't see macs from e.g. windows, it's a total mess that leads confusing resolution behaviour, you end up having to look in the router page or hardcode the IP to reach a device which is just awful.<p>Home routers can simply assign pi into e.g. pi.home when doing dhcp. Then you can "ping pi" on all systems. It fixes everything- for that reason alone these reserved TLDs are, imo, useful. Unfortunately I've never seen a router do this, but here's hoping.<p>Also, p. sure I grew up playing wc3 w you?</p>
]]></description><pubDate>Sat, 10 Aug 2024 14:53:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=41209942</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=41209942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41209942</guid></item><item><title><![CDATA[New comment by macromaniac in "Troubleshooting: Terminal Lag"]]></title><description><![CDATA[
<p>Mine takes 50ms, assuming wsl is hot (recorded screen and compared mouse click frame to window pop up frame). I think op should try a different wsl distro or a blank machine and compare differences. I have on access scanning off, performance on, Ubuntu wsl distro, and windows 10.</p>
]]></description><pubDate>Wed, 31 Jul 2024 11:35:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41118237</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=41118237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41118237</guid></item><item><title><![CDATA[New comment by macromaniac in "Ryanair – when every page is a dark pattern"]]></title><description><![CDATA[
<p>Frontier airlines literally wouldn't let me check in to my flight back without paying 25$, I would just get a loading bar if I didn't select a seat.<p><a href="https://www.youtube.com/watch?v=hIw5WlBZ-ds" rel="nofollow">https://www.youtube.com/watch?v=hIw5WlBZ-ds</a><p>I tried every trick in the book, but in the end only dev console could save the day. It was a null reference exception on not buying a bundle...</p>
]]></description><pubDate>Fri, 19 Jul 2024 12:48:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41005962</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=41005962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41005962</guid></item><item><title><![CDATA[New comment by macromaniac in "Ask HN: What is your ChatGPT customization prompt?"]]></title><description><![CDATA[
<p>Ive got a small console app that I made and it accepts snippets, that way I can use the appropriate snippet when needed. My most common one is:<p>ss: |system| Answer as many different ways as you can. Each answer should be short and sweet. No more than a line. Assume each previous answer failed to solve the problem. |user|<p>So "ss how to center a div" would  give you code for flexbox, css grid, text align, absolute positioning etc.<p>In general I am using AI for syntax questions like "how can I do X in language Y" or getting it to write scripts. Honestly, often the default is pretty good.</p>
]]></description><pubDate>Sat, 25 May 2024 23:15:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40478546</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=40478546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40478546</guid></item><item><title><![CDATA[New comment by macromaniac in "I can't stand using VSCode so I wrote my own"]]></title><description><![CDATA[
<p>>I'd tweak the script; then to see the results I would press F5 to run the already built binary and wait over a second EVERY SINGLE TIME (about 1480ms).<p>I put in a bug report for this years ago but it got ignored :( <a href="https://github.com/microsoft/vscode/issues/137066">https://github.com/microsoft/vscode/issues/137066</a><p>Vscode has gotten slower over time. It's true you can't get nanosecond performance out of JS, but anything under 17ms should be trivial. I believe the vscode developers are skilled, it's just they don't care (imo) enough about performance for whatever reason, and that's a shame.</p>
]]></description><pubDate>Sun, 21 Apr 2024 15:58:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=40106752</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=40106752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40106752</guid></item><item><title><![CDATA[New comment by macromaniac in "Google DeepMind's Aloha Unleashed is pushing the boundaries of robot dexterity"]]></title><description><![CDATA[
<p>It's impressive that transformers, diffusion, and human generated data can go so far in robotics. I would have expected simulation would be needed to achieve such results.<p>My fear is that we see a similar problem with other generative AI in that it gets stuck in loops on complex problems and is unable to correct itself because the training data covers the problem but not the failure modes.</p>
]]></description><pubDate>Tue, 16 Apr 2024 18:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40055763</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=40055763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40055763</guid></item><item><title><![CDATA[New comment by macromaniac in "AI will shrink workforces within five years, say company execs"]]></title><description><![CDATA[
<p>>AI will shrink workforces within five years, say company execs... The wide-ranging poll of 2,000 executives, conducted by Swiss staffing firm Adecco Group in collaboration with research firm Oxford Economics, showed that 41% of them expect to employ fewer people because of the technology.<p>Isn't that the opposite of the title? ~60% of execs then don't expect this? Also, the execs don't really clarify what "fewer people" means, could be .001% fewer people.</p>
]]></description><pubDate>Fri, 05 Apr 2024 18:28:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39945504</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39945504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39945504</guid></item><item><title><![CDATA[New comment by macromaniac in "Playing audio files in a Pi Pico without a DAC"]]></title><description><![CDATA[
<p>Hrm there probably is, but the pio commands don't have addition so the integration part of the delta sigma modulator could be trouble. You could preprocess but it would create enormous files.<p>I did do a delta sigma using the pios but fed via cpu, essentially used just a look up table of amplitudes that fed a bitstream into the pios to get a psuedo 133 MSPs dac.</p>
]]></description><pubDate>Sat, 09 Mar 2024 01:21:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=39648493</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39648493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39648493</guid></item><item><title><![CDATA[New comment by macromaniac in "Home Lab Beginners guide"]]></title><description><![CDATA[
<p>I accidentally wiped the drives on my server last year, but it wasn't so bad due to my setup.<p>My strat is having a deploy.ps1 script in every project folder that sets the project up. 80% of the time this is making the vm, rcloning the files, and installing/starting the service if needed. Roughly 3ish lines, using custom commands. Takes about 100ms to deploy assuming the vm is up. Sometimes the script gets more complicated, but the general idea is that whatever system I use under the covers, running deploy.ps1 will set it up, without internet, without dependencies, this script will work until the heat death of the universe.<p>After losing everything I reran the deploys (put them into a list) and got everything back.<p>I'm with you on some of the routing setups, mine aren't 100% documented either. I think my router/switch config is too complex honestly and I should just tone it down.</p>
]]></description><pubDate>Sat, 09 Mar 2024 01:00:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39648354</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39648354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39648354</guid></item><item><title><![CDATA[New comment by macromaniac in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>NP! I like it too :D</p>
]]></description><pubDate>Tue, 27 Feb 2024 17:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=39526638</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39526638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39526638</guid></item><item><title><![CDATA[New comment by macromaniac in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>Thank you! Yes, only one solution.</p>
]]></description><pubDate>Mon, 19 Feb 2024 13:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39429742</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39429742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39429742</guid></item><item><title><![CDATA[New comment by macromaniac in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>I will try to fix this, sounds frustrating. Most likely I will change the default to what yall suggest and keep the way it works now as a settings option just for me because my muscle memory can't handle the change ha.</p>
]]></description><pubDate>Mon, 19 Feb 2024 02:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=39425603</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39425603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39425603</guid></item><item><title><![CDATA[New comment by macromaniac in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>TY. I am a fan of 7x7 with 5 stones, 8x8 I need to revisit (I haven't tried 8x8 with stones, was playing without stones for a while but they add a lot to the game).<p>Absolutely yes-<p>Funny story, originally it was generating 10kish tilings for a 6x6 board with 2 stones. but when I moved one of the stones over we would get... 0. WHAT? Apparently there is an entire field about dominoes (of course) and I had stumbled into something called the "Mutilated Chessboard Problem". It's impossible to tile a chessboard that has the top left and bottom right square removed. 62 open squares, doesn't matter, it's untilable. Crazy. Many boards are like this.<p>There is actually a very neat proof as to why, too. Placing a domino tile removes 1 black and 1 white square. So if you have e.g. 10 black and 12 white squares you're done for, you will always end up with the 0 black squares and 2 white squares remaining. With this intuition I was able to speed up the generator by skipping these types of boards.<p>As for it's implementation, it is a bit brute force, it recurses over a 64 bit bitboard to find all the possible domino tilings for a particular board, using bitwise operators for moves. I then use the 01 02 domino values and group them by the row/column numbers, so I can eliminate multiple solutions (less fun imo). There are definitely trillions of tilings, so after calculating all of them for a particular board and shuffling them only the first N are stored and then saved to a sqlite database.</p>
]]></description><pubDate>Mon, 19 Feb 2024 02:13:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39425563</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39425563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39425563</guid></item><item><title><![CDATA[New comment by macromaniac in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>Yey these comments are making me smile.<p>A bit of both, made a generator that spits out games and then I played 10 procedurally generated levels and picked the ones I liked.<p>In general my favorite levels are the 7x7 with 5 stones, you can legit logic them out if you are patient. I only put in one since it takes quite a bit of practice to get to that point.</p>
]]></description><pubDate>Sun, 18 Feb 2024 19:11:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39422079</link><dc:creator>macromaniac</dc:creator><comments>https://news.ycombinator.com/item?id=39422079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39422079</guid></item></channel></rss>