<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: redat00</title><link>https://news.ycombinator.com/user?id=redat00</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 11 Apr 2026 07:53:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=redat00" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by redat00 in "Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead"]]></title><description><![CDATA[
<p>funny enough the guy behind the project also has an app like that <a href="https://github.com/zmeyer44/OpenVitals" rel="nofollow">https://github.com/zmeyer44/OpenVitals</a><p>(and regarding contributors for all of his projects, it's mostly vibe-coded)</p>
]]></description><pubDate>Tue, 07 Apr 2026 12:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47674488</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47674488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674488</guid></item><item><title><![CDATA[New comment by redat00 in "Proton meet isn't what they told you it was"]]></title><description><![CDATA[
<p><a href="https://datatracker.ietf.org/doc/html/rfc5321" rel="nofollow">https://datatracker.ietf.org/doc/html/rfc5321</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 19:23:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47630963</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47630963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47630963</guid></item><item><title><![CDATA[New comment by redat00 in "Proton meet isn't what they told you it was"]]></title><description><![CDATA[
<p>> Is there anything preventing Proton from disclosing the email content or metadata?<p>Mmh.. The fact that it is encrypted client-side ? I mean the code is open-source fgs. [0][1][2]<p>[0]<a href="https://github.com/ProtonMail/android-mail" rel="nofollow">https://github.com/ProtonMail/android-mail</a>
[1]<a href="https://github.com/ProtonMail/ios-mail" rel="nofollow">https://github.com/ProtonMail/ios-mail</a>
[3]<a href="https://github.com/ProtonMail/WebClients" rel="nofollow">https://github.com/ProtonMail/WebClients</a></p>
]]></description><pubDate>Fri, 03 Apr 2026 13:40:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47626552</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47626552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47626552</guid></item><item><title><![CDATA[New comment by redat00 in "Show HN: Peekl – A modern alternative to Ansible and Puppet"]]></title><description><![CDATA[
<p>Yeah at beginning I really wanted to use HCL.. But their parser and implementing it was actually a little bit more difficult that doing just raw YAML parsing.<p>It also doesn't help that I'm not that familiar with the language.</p>
]]></description><pubDate>Mon, 09 Mar 2026 10:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47307288</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47307288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47307288</guid></item><item><title><![CDATA[New comment by redat00 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I'm working on an alternative solution to Ansible and Puppet, trying to mix the best of both world: The pull-based aspect of Puppet, by having an agent running on nodes, and the simplicity of Ansible, by writing playbooks and roles.<p>It's called Peekl, and is available on Github. Tho it's still in what I'd called "alpha". Lot of new features to come!<p><a href="https://peekl.dev" rel="nofollow">https://peekl.dev</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 10:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47307245</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47307245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47307245</guid></item><item><title><![CDATA[New comment by redat00 in "Show HN: Peekl – A modern alternative to Ansible and Puppet"]]></title><description><![CDATA[
<p>Hi! I found that it was the most easy language to get started with. I looked at other language such as `HCL` (the Terraform language) but I thought that it would be too complex to learn, and to get started with. I really want this project to be easy to work with.<p>What language did you have in mind that you'd rather use compared to YAML ?</p>
]]></description><pubDate>Tue, 24 Feb 2026 08:47:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47134572</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47134572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47134572</guid></item><item><title><![CDATA[Show HN: Peekl – A modern alternative to Ansible and Puppet]]></title><description><![CDATA[
<p>Hi everyone!<p>For the last few months I've been working on "Peekl" a configuration management solution.<p>The idea was to get the good part of what I liked with Ansible (the ease of use, the fact that you can get started quickly) with what I loved with Puppet (mainly the pull based model with the agent).<p>The project is now in a state where I believe I can share it with the world. Of course there is still a long way to go for it to be on-par in term of features to Puppet or Ansible, but I think that currently it's a good starting point.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47129222">https://news.ycombinator.com/item?id=47129222</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 23 Feb 2026 21:35:27 +0000</pubDate><link>https://peekl.dev</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=47129222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47129222</guid></item><item><title><![CDATA[New comment by redat00 in "Notebooks for Quantum Emulation"]]></title><description><![CDATA[
<p>OVHcloud unveils its Quantum Platform: the first European solution for accessing quantum computers in the cloud.<p>Available now, it will provide access to at least eight quantum computers, including Pasqal's Orion Beta</p>
]]></description><pubDate>Mon, 17 Nov 2025 14:48:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45954051</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=45954051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45954051</guid></item><item><title><![CDATA[Notebooks for Quantum Emulation]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ovhcloud.com/en-gb/public-cloud/quantum-emulators/">https://www.ovhcloud.com/en-gb/public-cloud/quantum-emulators/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45954050">https://news.ycombinator.com/item?id=45954050</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 17 Nov 2025 14:48:43 +0000</pubDate><link>https://www.ovhcloud.com/en-gb/public-cloud/quantum-emulators/</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=45954050</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45954050</guid></item><item><title><![CDATA[New comment by redat00 in "NPM flooded with malicious packages downloaded more than 86k times"]]></title><description><![CDATA[
<p>Just tested it and apparently it's not the case, neat!</p>
]]></description><pubDate>Fri, 31 Oct 2025 16:34:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45773928</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=45773928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45773928</guid></item><item><title><![CDATA[New comment by redat00 in "NPM flooded with malicious packages downloaded more than 86k times"]]></title><description><![CDATA[
<p>Doesn't Docker run as `root` by default, and alter the permission of your folder by taking ownership and making it as `root:root` ?</p>
]]></description><pubDate>Fri, 31 Oct 2025 16:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45773915</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=45773915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45773915</guid></item><item><title><![CDATA[New comment by redat00 in "Job Listing Site Highlighting H-1B Positions So Americans Can Apply"]]></title><description><![CDATA[
<p>:thumbsup:</p>
]]></description><pubDate>Thu, 28 Aug 2025 09:02:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45050004</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=45050004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45050004</guid></item><item><title><![CDATA[New comment by redat00 in "Job Listing Site Highlighting H-1B Positions So Americans Can Apply"]]></title><description><![CDATA[
<p>(French citizen speaking)<p>I think that y'all are a bit unfair in the way you're talking about H-1Bs.<p>I know that in the US recruitment in tech is at a all time low, and that you would most likely want the few jobs that actually exist to go towards US Citizens. I get this feeling.<p>However, thinking that you're jobless because of H-1B is kind of ridiculous. You're straight up lying to yourselves at this point.<p>I get that some companies might abuse the system, especially tech consulting firms that are looking for people that will work for way cheaper, since they would do absolutely everything to evade their third world country.<p>But please, at a time where companies are insulting everyone of us by saying that they can simply replace us with clankers, don't use H-1Bs as a punching ball. The people in charge, who are just seeking higher margins, are the one that makes it hard for you guys to find a job, and making you leave hell with layoffs.<p>Be better.</p>
]]></description><pubDate>Thu, 14 Aug 2025 09:21:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44898434</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44898434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44898434</guid></item><item><title><![CDATA[New comment by redat00 in "Millau Viaduct"]]></title><description><![CDATA[
<p>Pas mal non ? C'est français.</p>
]]></description><pubDate>Mon, 11 Aug 2025 13:44:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44863988</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44863988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44863988</guid></item><item><title><![CDATA[New comment by redat00 in "How I use Tailscale"]]></title><description><![CDATA[
<p>Neat way to use Tailscale !<p>I have a similar set-up, without authentication however, relying on Nebula! <a href="https://github.com/slackhq/nebula" rel="nofollow">https://github.com/slackhq/nebula</a></p>
]]></description><pubDate>Fri, 08 Aug 2025 10:09:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44835323</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44835323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44835323</guid></item><item><title><![CDATA[New comment by redat00 in "GitHub CEO delivers stark message to developers: Embrace AI or get out"]]></title><description><![CDATA[
<p>No, you're not.<p>If consumer spending decreases, everything goes down.
For example if you take ads shown on blog post, news media.. What happens tomorrow once human traffic decrease, and it's mostly crawlers.. How can those website still keep up ? Crawlers don't click ads.<p>Either rich people are just trying to surf the wave of AI and we've got to endure this for a few years. Or if it's not a wave, it could deeply change our society, beyond everything we've seen.</p>
]]></description><pubDate>Wed, 06 Aug 2025 09:06:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44809617</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44809617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44809617</guid></item><item><title><![CDATA[New comment by redat00 in "GitHub CEO delivers stark message to developers: Embrace AI or get out"]]></title><description><![CDATA[
<p>It's always funny when the people telling you to absolutely do something or your world will end... are the same one that have the exact cure to the problem. A problem that they mostly created.<p>I'm all in for AI to take over my job. And then other peoples jobs. But then what ? Once the world is made mostly of unemployed people, what will happen ? Sure you can have food prepared by clankers, delivered by clankers, taxis driven by clankers and so far... But with which consumers ? Will clankers pay money to other clankers ? Surely not.<p>And I'm not even that much of an anti-AI guy, I'm just wondering where the hell are we going with that ? Sure for rich people it's an absolute delight to see that they can now produce code without having to pay people, increase margins like never before ... But then what ?</p>
]]></description><pubDate>Wed, 06 Aug 2025 08:53:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44809533</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44809533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44809533</guid></item><item><title><![CDATA[New comment by redat00 in "Europe is breaking its reliance on American science"]]></title><description><![CDATA[
<p>This kind of threat that we would suffer without the US help is so infuriating.<p>When Russia started the war with Ukraine, they we're saying that it would be a blitzkrieg. It wasn't. And we're talking about a country which doesn't have any nuclear weapons, who's fighting with shitty FPV drones.<p>And you're here, telling us that Russia would even dare to set a single foot in any of the European country ? While they're in reach of French nuclear arsenal ? Without the ability to even know where "Le Terrible" is on earth ?<p>Come on kid, be serious for a minute.</p>
]]></description><pubDate>Tue, 05 Aug 2025 09:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796041</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44796041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796041</guid></item><item><title><![CDATA[New datacenter in Italy that capture heat waste]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reuters.com/sustainability/climate-energy/italys-a2a-links-warmth-generated-by-data-centre-district-heating-2025-06-25/">https://www.reuters.com/sustainability/climate-energy/italys-a2a-links-warmth-generated-by-data-centre-district-heating-2025-06-25/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44382940">https://news.ycombinator.com/item?id=44382940</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 25 Jun 2025 23:58:21 +0000</pubDate><link>https://www.reuters.com/sustainability/climate-energy/italys-a2a-links-warmth-generated-by-data-centre-district-heating-2025-06-25/</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=44382940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44382940</guid></item><item><title><![CDATA[Smocker: Smocker is a simple and efficient HTTP mock server and proxy]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Thiht/smocker">https://github.com/Thiht/smocker</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39452889">https://news.ycombinator.com/item?id=39452889</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 21 Feb 2024 12:15:17 +0000</pubDate><link>https://github.com/Thiht/smocker</link><dc:creator>redat00</dc:creator><comments>https://news.ycombinator.com/item?id=39452889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39452889</guid></item></channel></rss>