Viewing profile — fatchan
fatchan
HN member- Joined
- Sat, Apr 05, 2025, 10:26 AM UTC
- HN karma
- 39
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About fatchan
No profile information was provided.
Recent public activity
-
comment
Comment #46111872
I would hope the invoice is 0 for that amount of traffic.
-
comment
Comment #46064752
Github is by far the more woke platform, so I think you missed the point.
-
comment
Comment #45966554
Once again vindicated by running my own CDN and not living with the irrational belief that everything needs cloudflare.
-
comment
Comment #45319648
Yeah, currently hosting LLHLS edge nodes in US + EU and caching CDN worldwide. The base cost grows if you have an audience of e.g. 2000 live viewers for a 2mbps stream = 4gbps. Cou…
-
comment
Comment #45319622
You misread the bandwidth cost part of my comment. A $28/mo (Australian) vimeo subscription, or the "Advanced" $91/mo plan include the same 2TB bandwidth/month for viewers of your …
-
comment
Comment #45310834
Hence https://jobs.now/ Get applying, every application sends a H1-B fraudster home (not, but we can wish).
-
comment
Comment #45310825
> When you see fraud, report it. https://www.uscis.gov/report-fraud/uscis-tip-form And tell your manager explicitly and put it on the record that you reported it. Get fired in reta…
-
comment
Comment #45310639
People paying for managed services have no concept of bandwidth costs, so they probably think what you just described is impossible. Bandwidth these days can be less than .25/m at …
-
comment
Comment #45310615
Written by somebody who hasn't taken 1 look at yt-dlp source code or issues. Google regularly pushes updates that "coincidentally" break downloaders. The obfuscation and things the…
-
comment
Comment #45274653
1.2 million weekly downloads to this day, when we've had builtin padStart since ES2017. Yes, I remember thinking at the time "how are people not ashamed to install this?"
-
comment
Comment #45229550
Freedom with crypto means I can pay bills without unjust barriers, and no individual and especially no "financial institution" (ultimately the governments) decides if my transactio…
-
comment
Comment #45149096
Github is my push --mirror location, nothing more. Main is a popular Gitlab instance gitgud.io, and I host my own secondary mirror. Gitlab is of course adding more AI and corpo gar…
-
comment
Comment #45101280
I always use a custom server (even express will work) with next.js, because I found the middleware and edge stuff a load of overcomplicated BS. Client side works like regular react…
-
comment
Comment #44148571
No. First of all, just check for `navigator.brave`. If it exists, it's Brave. When I ran a .onion site I added a JavaScript check and if navigator.brave was present, it redirected …
-
comment
Comment #43869198
Hey, funny to see my project mentioned here also. Yes, similar in concept. Some differences: - Uses HAProxy (duh) - Proof of work can be either sha256 or argon2 - Optional recaptch…
-
comment
Comment #43592354
Offering more detailed timeouts for other stages of the request would be great, too. For example with HAProxy you can configure separate timeouts for just about everything. The tim…