<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: Mooty</title><link>https://news.ycombinator.com/user?id=Mooty</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 14:26:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Mooty" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Mooty in "Automattic's board forces CEO Matt Mullenweg into leave of absence"]]></title><description><![CDATA[
<p>Agree as well he has lost his mind in the battle and does not appear to be trustable in such a competitive market at current state of things (well .. ai).<p>Probably a good move to move on with someone else that doesn't need to get microdosis at burning man yearly to get ideas.</p>
]]></description><pubDate>Thu, 10 Sep 2026 08:57:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49640578</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=49640578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49640578</guid></item><item><title><![CDATA[New comment by Mooty in "Ask HN: What did you achieve with GPT 6 Astra so far?"]]></title><description><![CDATA[
<p>I created a cute minecraft spinoff for my son out of his origins (french/thai). All in browser, works on desktop tablet and smartphones. Localised in english and French.<p>He is loving it right now.</p>
]]></description><pubDate>Sat, 05 Sep 2026 09:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49574959</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=49574959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49574959</guid></item><item><title><![CDATA[Ask HN: What did you achieve with GPT 6 Astra so far?]]></title><description><![CDATA[
<p>I'm genuinely interested in what people do with their new tests on AI.<p>So what wonder have you done with Astra ?<p>Please no advertisements and try to stick with ChatGPT Sites urls if possible.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49574294">https://news.ycombinator.com/item?id=49574294</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 05 Sep 2026 08:11:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49574294</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=49574294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49574294</guid></item><item><title><![CDATA[New comment by Mooty in "Show HN: NERV-UI – A brutalist React UI library inspired by Evangelion"]]></title><description><![CDATA[
<p>Happy to see no one cares but anyway github is here <a href="https://github.com/mdrbx/nerv-ui" rel="nofollow">https://github.com/mdrbx/nerv-ui</a></p>
]]></description><pubDate>Fri, 20 Mar 2026 02:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47449922</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=47449922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47449922</guid></item><item><title><![CDATA[Show HN: NERV-UI – A brutalist React UI library inspired by Evangelion]]></title><description><![CDATA[
<p>Hi HN,<p>I am the creator of NERV-UI. I spent the last few weeks building this React component library inspired by the interfaces in Neon Genesis Evangelion (specifically the NERV and MAGI systems).<p>It started as a joke. I just wanted to see if I could recreate that brutalist, 90s anime military aesthetic for the web. But I kept going, and it turned into a full open-source project.<p>The main link points to the live documentation where you can see the components in action. The goal was to make it very simple to drop into an existing React codebase to get hazard stripes, sharp borders, and terminal layouts without fighting complex CSS.<p>This is my first release, and I am actively looking for feedback. I would love to hear your thoughts on the code structure, the component API, or what HUD elements I should build next.<p>I will be around to answer any questions.<p>Matthieu</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47424558">https://news.ycombinator.com/item?id=47424558</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 18 Mar 2026 11:55:48 +0000</pubDate><link>https://mdrbx.github.io/nerv-ui/</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=47424558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47424558</guid></item><item><title><![CDATA[New comment by Mooty in "Ask HN: Do you use LLM for HTML translations?"]]></title><description><![CDATA[
<p>Did you use any library to go from html to json ? Did you have any inconsistensies with stuff like "<div>text<span> is <span> really</span><b> difficult to convert to json</b><span></div>" ?<p>I think using 3rd party API might help with latency as they won't have the same latency problem.</p>
]]></description><pubDate>Tue, 08 Jul 2025 12:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44499354</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=44499354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44499354</guid></item><item><title><![CDATA[Ask HN: Do you use LLM for HTML translations?]]></title><description><![CDATA[
<p>I've came accross a good but quite hard problem to solve which is to translate HTML pages into whatever human langage.<p>I've started tinkering with DeepL which proposes this feature but results are quite off the rails because you cannot provide any context to it.<p>So well, it was a clear case for an LLM to me. After crafting a good context prompt, I've tried o4-mini from OpenAI and it's results are nearly perfect.<p>However came business around and I need to be able to this WAY faster, as a ~100ko page will take like a minute to generate, which is way too long for the end user.<p>I've optimised content a little (sending only html parts that are interesting) but it's still quite slow in the end (more than 10s).
I'm thinking about translating html to json and do it back after translation, so it might be faster.<p>Does anyone do this as well ? Or has any insight of a better performing API/LLM for this problem ?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44497657">https://news.ycombinator.com/item?id=44497657</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 08 Jul 2025 06:37:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44497657</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=44497657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44497657</guid></item><item><title><![CDATA[New comment by Mooty in "Send a message to teams channel on Linux server SSH connexion"]]></title><description><![CDATA[
<p>I've copied a project that basically sends a message to telegram with informations when someone connects on a linux server.<p>But this time it's for MS Teams channels, which is possible through Webhooks.<p>I thought that might be interesting for other persons so I share :) It can probably be adapted to any other webhooks, as soon as webhook urls accepts the JSON sent.</p>
]]></description><pubDate>Fri, 19 May 2023 10:48:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=36000028</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=36000028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36000028</guid></item><item><title><![CDATA[Send a message to teams channel on Linux server SSH connexion]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Blue-Secure/ssh-login-teams-alert-webhook">https://github.com/Blue-Secure/ssh-login-teams-alert-webhook</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36000027">https://news.ycombinator.com/item?id=36000027</a></p>
<p>Points: 45</p>
<p># Comments: 19</p>
]]></description><pubDate>Fri, 19 May 2023 10:48:03 +0000</pubDate><link>https://github.com/Blue-Secure/ssh-login-teams-alert-webhook</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=36000027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36000027</guid></item><item><title><![CDATA[New comment by Mooty in "Ask HN: Solopreneurs, how do you maintain a professional/social network?"]]></title><description><![CDATA[
<p>Can't promote this enough. Same here except wife is photographer and her studio is at home so I took a coworking pass. The biggest challenge is to remain curious and have the guts to go out for something else than drinking beers with strangers.</p>
]]></description><pubDate>Sun, 11 Sep 2022 03:09:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=32796504</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=32796504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32796504</guid></item><item><title><![CDATA[New comment by Mooty in "Show HN: Hacker News client with a twist"]]></title><description><![CDATA[
<p>Would love to see a PWA from this, as most I've found are basically ugly.
Congrats for the work done.<p>PS : Please use another color scheme or put a dark mode somehow, my wife will kill me if I open the app at night.</p>
]]></description><pubDate>Thu, 30 Sep 2021 16:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=28708097</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=28708097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28708097</guid></item><item><title><![CDATA[New comment by Mooty in "Hosting SQLite Databases on GitHub Pages"]]></title><description><![CDATA[
<p>I wonder if you could turn this with a Google Spreadsheet into a real DB system with writing access and a little obfuscated security wrapper.</p>
]]></description><pubDate>Sat, 31 Jul 2021 14:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=28018381</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=28018381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28018381</guid></item><item><title><![CDATA[New comment by Mooty in "Ask HN: What was your best passive income in 2020?"]]></title><description><![CDATA[
<p>Selling few delivery plugins for woocommerce/prestashop was a really nice idea at the time which did not really work that much before pandemic (for ex <a href="https://codecanyon.net/item/stuart-for-woocommerce/25673890" rel="nofollow">https://codecanyon.net/item/stuart-for-woocommerce/25673890</a>)</p>
]]></description><pubDate>Tue, 06 Jul 2021 14:08:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=27748777</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=27748777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27748777</guid></item><item><title><![CDATA[New comment by Mooty in "Scaleway announces measures against abusive Chia plotting and farming"]]></title><description><![CDATA[
<p>Did some, transfer costs beetween instances that serves as plot generators are f** expensive. You need TB of data transfers, for example 15TB to transfer on the internet is somewhere around 1500$.</p>
]]></description><pubDate>Thu, 20 May 2021 20:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27226705</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=27226705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27226705</guid></item><item><title><![CDATA[Someone made a beer tracker for France]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.vitemapinte.com">https://www.vitemapinte.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27206987">https://news.ycombinator.com/item?id=27206987</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 19 May 2021 11:07:02 +0000</pubDate><link>https://www.vitemapinte.com</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=27206987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27206987</guid></item><item><title><![CDATA[New comment by Mooty in "Tell HN: Today I learned Epub is just HTML/CSS"]]></title><description><![CDATA[
<p>Maybe what you are searching for is just a html page exported.</p>
]]></description><pubDate>Thu, 08 Apr 2021 16:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=26740488</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=26740488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26740488</guid></item><item><title><![CDATA[New comment by Mooty in "Show HN: Mail Studio – IDE for designing responsive emails"]]></title><description><![CDATA[
<p>Is this GrapesJS ;) ?</p>
]]></description><pubDate>Thu, 01 Apr 2021 19:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=26664902</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=26664902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26664902</guid></item><item><title><![CDATA[New comment by Mooty in "Smart contracts on Bitcoin"]]></title><description><![CDATA[
<p>Third party temporary reading for medical datas.
For instance any kind of temporary access for something you need to keep private most of the time might be achieve through smart contracts.</p>
]]></description><pubDate>Fri, 15 Jan 2021 09:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=25788669</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=25788669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25788669</guid></item><item><title><![CDATA[New comment by Mooty in "You might not need jQuery (2014)"]]></title><description><![CDATA[
<p>No one mentions the fact that jQuery is still used in Wordpress (33% of all websites) everywhere and (as far as I know) in the last theme version they provided this year.
Which makes it somehow the biggest library around in terms of usage.
I'm still confused why people needs node/react or vue to achieve simple thing that back in the days where pretty easy to do with basic php/jquery. Simplicity in coding was better at the time.</p>
]]></description><pubDate>Thu, 14 Jan 2021 09:03:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=25773925</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=25773925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25773925</guid></item><item><title><![CDATA[New comment by Mooty in "WordPress's Matt in debate with Netlify's Matt"]]></title><description><![CDATA[
<p>Maybe ecommerce or anything else, as it's also a bulletproof framework.</p>
]]></description><pubDate>Wed, 14 Oct 2020 14:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=24776886</link><dc:creator>Mooty</dc:creator><comments>https://news.ycombinator.com/item?id=24776886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24776886</guid></item></channel></rss>