<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: fabioyy</title><link>https://news.ycombinator.com/user?id=fabioyy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 05:49:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fabioyy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fabioyy in "AirSnitch: Demystifying and breaking client isolation in Wi-Fi networks [pdf]"]]></title><description><![CDATA[
<p>macsec can encrypt data in ethernet for lan, maybe it can solve this</p>
]]></description><pubDate>Thu, 26 Feb 2026 18:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47170415</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=47170415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47170415</guid></item><item><title><![CDATA[New comment by fabioyy in "Static Web Hosting on the Intel N150"]]></title><description><![CDATA[
<p>The numbers seems to be too much near 65535 to be a coincidence.<p>are you making the request from a single IP address source?
are you aware of the limit of using the same source IP address for the same destination IP address ( and port )?  ( each connection can have only a unique source address and source port to the destination, maxing out in source 65535 ports ) for the same destination</p>
]]></description><pubDate>Wed, 19 Nov 2025 20:04:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45984403</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=45984403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45984403</guid></item><item><title><![CDATA[New comment by fabioyy in "Using FreeBSD to make self-hosting fun again"]]></title><description><![CDATA[
<p>what about docker/containerd compatibility? is now possible to run on freebsd?</p>
]]></description><pubDate>Mon, 03 Nov 2025 17:18:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45801545</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=45801545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45801545</guid></item><item><title><![CDATA[New comment by fabioyy in "Ask HN: How to stop an AWS bot sending 2B requests/month?"]]></title><description><![CDATA[
<p>no need to mess with the kernel, block on the local machine firewall outgoing RST packet ,create a program that reads raw socket for incoming SYN and answer the syn/ack).
but anyway, this technique will not differentiate legitimate  connections.</p>
]]></description><pubDate>Fri, 17 Oct 2025 19:16:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45620826</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=45620826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45620826</guid></item><item><title><![CDATA[New comment by fabioyy in "YouTube is a mysterious monopoly"]]></title><description><![CDATA[
<p>since google is tier 1 network.
does anyone knows if they pay for bandwidth for serving youtube?</p>
]]></description><pubDate>Wed, 10 Sep 2025 04:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45193317</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=45193317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45193317</guid></item><item><title><![CDATA[New comment by fabioyy in "Python has had async for 10 years – why isn't it more popular?"]]></title><description><![CDATA[
<p>fork is extremely heavy, 
threads are way lighter, but still opening thousands of threads can become a problem.
opening a thread just to wait for a socket operation don't make sense. and the low level requirements to use ( select/iopool syscalls ) is hard.
coroutines of async/await solve this problem.</p>
]]></description><pubDate>Thu, 04 Sep 2025 15:45:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45128571</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=45128571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45128571</guid></item><item><title><![CDATA[New comment by fabioyy in "AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'"]]></title><description><![CDATA[
<p>I do not agreed. Its was not even worth without llm.
Junior will always take a LOT of time from seniors. and when the junior become good enough, he will find another job. and the senior will be stuck in this loop.<p>junior + llm, it even worse. they become prompt engineers</p>
]]></description><pubDate>Fri, 22 Aug 2025 17:46:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44987433</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=44987433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44987433</guid></item><item><title><![CDATA[New comment by fabioyy in "Ask HN: Dangers of Unsecured WiFi?"]]></title><description><![CDATA[
<p>unless you accepted an invalid https certified popup, its not possible, even on public wifi.
or maybe you still type: <a href="http://" rel="nofollow">http://</a> instead of <a href="https://" rel="nofollow">https://</a>, and then is easy to fake a dns response to point to a clone site</p>
]]></description><pubDate>Mon, 23 Sep 2024 14:33:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=41626584</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=41626584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41626584</guid></item><item><title><![CDATA[Twitter/X migrated to Cloudflare, bypassing Brazilian block]]></title><description><![CDATA[
<p>twitter/X migrated to Cloudflare, rendering the block imposed by the Brazilian judiciary ineffective.<p>will Cloudflare block twitter on brazil?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41582046">https://news.ycombinator.com/item?id=41582046</a></p>
<p>Points: 54</p>
<p># Comments: 79</p>
]]></description><pubDate>Wed, 18 Sep 2024 16:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41582046</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=41582046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41582046</guid></item><item><title><![CDATA[New comment by fabioyy in "SSDs have become fast, except in the cloud"]]></title><description><![CDATA[
<p>it is not worth to use cloud if you need a lot of iops/bandwidth<p>heck, its not worth for anything besides scalability<p>dedicated servers are wayyyy cheaper</p>
]]></description><pubDate>Tue, 20 Feb 2024 17:51:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=39444360</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=39444360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39444360</guid></item><item><title><![CDATA[New comment by fabioyy in "How to build a IP geolocation database from scratch?"]]></title><description><![CDATA[
<p>a long time ago i build a project like that
but instead of relying on whois. i did a traceroute to every ipv4 address avaliable.
several router hops, have a reverse dns that uses some names that include city codes, (like airport codes ).
most providers have a single hop for a city. so its easy to correlate the latest router hop to a city.</p>
]]></description><pubDate>Fri, 15 Sep 2023 04:26:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=37518418</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=37518418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37518418</guid></item><item><title><![CDATA[New comment by fabioyy in "Ask HN: IP cameras that don't require an app or internet?"]]></title><description><![CDATA[
<p>A little off topic, i don´t know your use case, but you can use an old phone as webcam, they will be better in quality than any IP camera.<p>A little example using my old galaxy s11. ( its connected to a pc using usb, airplane mode, no internet )<p><a href="https://www.youtube.com/watch?v=2CDE7PsLwzk">https://www.youtube.com/watch?v=2CDE7PsLwzk</a></p>
]]></description><pubDate>Fri, 23 Jun 2023 17:03:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=36449548</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=36449548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36449548</guid></item><item><title><![CDATA[New comment by fabioyy in "Ask HN: Do you measure and/or mitigate CO2 in your living space?"]]></title><description><![CDATA[
<p>there is a ton of devices that do that on amazon. here ( Brazil/beach ) i get only 300-400 ppm, ps: i dont use gas to Cook/shower. everything is elétric</p>
]]></description><pubDate>Mon, 05 Dec 2022 13:16:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=33865188</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=33865188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33865188</guid></item><item><title><![CDATA[New comment by fabioyy in "Tell HN: Google Cloud suspended our production projects at 1am on Saturday"]]></title><description><![CDATA[
<p>i was BANNED from hetzner when i forgot to Pay ( it has been almost 10 years ).at the time i offer to Pay any debts, but they said that i was not welcome anymore.</p>
]]></description><pubDate>Mon, 22 Aug 2022 09:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=32549290</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=32549290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32549290</guid></item><item><title><![CDATA[New comment by fabioyy in "Ask HN: Hetzner banned me with no explanation. What can I do?"]]></title><description><![CDATA[
<p>They also banned me because I forgot to pay one month ( and my contact email was one that I didn’t use anymore ). After a year I tried to resubscribe and they denied me, ( I offered to pay any debt , but they refuse )</p>
]]></description><pubDate>Tue, 02 Aug 2022 20:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=32323862</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=32323862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32323862</guid></item><item><title><![CDATA[New comment by fabioyy in "Husky, Datadog's Third-Generation Event Store"]]></title><description><![CDATA[
<p>same here<p>one mistake in my logs, and my account was due > 10k us$. until a manager contact-me after a month.
It appears to be a method to force a "sales" call.<p>A simple indicator of how much you are due ( daily ) would solve this kind of problem. ( google/reddit shows that this kind of problem happens all the time in the last 2 years )</p>
]]></description><pubDate>Wed, 18 May 2022 17:49:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=31425598</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=31425598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31425598</guid></item><item><title><![CDATA[New comment by fabioyy in "Wireless is a trap (2020)"]]></title><description><![CDATA[
<p>anyone have tried to use fiber? is there a fiber to ethernet conversor? ( to connect the playstation for example )</p>
]]></description><pubDate>Fri, 13 May 2022 19:03:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=31371359</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=31371359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31371359</guid></item><item><title><![CDATA[New comment by fabioyy in "Timescale raises $110M Series C"]]></title><description><![CDATA[
<p>I have done no optimization, no WAL partition,  no slave (yet). i'm just using a single t3a.xlarge Aws instance with 1500 IOPS (EBS Volume).<p>we use 1500IOPS  just to speed up our read-only jobs and reports.<p>i'm just using AWS EBS snapshot feature ( every hour ) for backup.</p>
]]></description><pubDate>Wed, 23 Feb 2022 08:39:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=30439035</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=30439035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30439035</guid></item><item><title><![CDATA[New comment by fabioyy in "Timescale raises $110M Series C"]]></title><description><![CDATA[
<p>i'm using timescale to store sensor/gps log ( 50 inserts/s - 24/7 ). after 2 months still very good  )</p>
]]></description><pubDate>Tue, 22 Feb 2022 21:22:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=30434013</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=30434013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30434013</guid></item><item><title><![CDATA[New comment by fabioyy in "Serving Netflix Video at 400Gb/s on FreeBSD [pdf]"]]></title><description><![CDATA[
<p>have you considered dpdk?</p>
]]></description><pubDate>Mon, 20 Sep 2021 00:11:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=28589153</link><dc:creator>fabioyy</dc:creator><comments>https://news.ycombinator.com/item?id=28589153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28589153</guid></item></channel></rss>