Readit News logoReadit News
dwedge commented on Running our Docker registry on-prem with Harbor   dev.37signals.com/running... · Posted by u/airblade
qmarchi · a day ago
Would be interested to see a cost breakdown for the ECR vs S3 and compute cost.
dwedge · 19 hours ago
Unless I totally misread it, it's their own S3 cluster
dwedge commented on A blog does not need “analytics”   thisdaysportion.com/posts... · Posted by u/FromTheArchives
sim7c00 · 2 days ago
perfect answer tbh just scrap server logs. sites that offer blogging capabilities as service should do that for their users and provide 'local analytics'. its really trivial to do :/ u get tons of info. if u need more a lot of webservers can also dish out additional logs for you. applications can also be trivially configured to track such things themselves at near 0 cost and effort.

hell, theres ready to use log collectors that will give u even nice dashboarding capabilities if you want to provide more fancy offerings in analytics. if ppl like that so much isnt it an easy sell? non invasive analytics?

(should be noted some platforms do this ofc.. :) )

dwedge · a day ago
I was confused by your comment until I realised you meant scrape the server logs, not scrap them
dwedge commented on Anything can be a message queue if you use it wrongly enough (2023)   xeiaso.net/blog/anything-... · Posted by u/crescit_eundo
dwedge · 3 days ago
I thought the "multiple anime personalities explaining things to each other" style of tech blogging was so 2018
dwedge commented on How to install TrueNAS on a Raspberry Pi   jeffgeerling.com/blog/202... · Posted by u/furkansahin
dwedge · 3 days ago
I feel like that article took longer than it should have done to say that your storage probably won't work
dwedge commented on The Therac-25 Incident (2021)   thedailywtf.com/articles/... · Posted by u/lemper
technofiend · 4 days ago
I recently had to argue a junior into leaving the health check frequency alone on an ECS container: the regular log entries annoyed her and she didn't know how to filter logs, so her solution was to take healthchecks down to every five minutes, as just one example of trying to talk to people about the unhappy path.
dwedge · 4 days ago
That sounds more like a disaster waiting to happen than a junior. I find it difficult to believe that she didn't know the purpose of the healthcheck, so it sounds like breaking (someone else's problem) instead of addressing gaps in ability
dwedge commented on We regret but have to temporary suspend the shipments to USA   olimex.wordpress.com/2025... · Posted by u/CTOSian
KerrAvon · 5 days ago
My one experience with this recently is that UPS will charge you anyway for the duty and if you don't pay they will threaten to turn you over to debt collectors even if they don't deliver the package. So I'm not sure why they in particular would care.
dwedge · 5 days ago
I had the same with FedEx. I reported it as a lost padkage at X value and they decided to write off the customs charge
dwedge commented on OpenBSD is so fast, I had to modify the program slightly to measure itself   flak.tedunangst.com/post/... · Posted by u/Bogdanp
its-summertime · 16 days ago
I don't think I'd ever want someone to consider the hacker news audience when writing a post
dwedge · 16 days ago
A company I used to work at would write posts, put it on hacker news, post the HN link in slack and ask everyone with an account to upvote it
dwedge commented on I accidentally became PureGym’s unofficial Apple Wallet developer   drobinin.com/posts/how-i-... · Posted by u/valzevul
valzevul · 16 days ago
Yeah, screenshot on Monday, messed with the app that evening, tried using it Tuesday morning -- dead.

I've seen people on PureGym's Twitter successfully refreshing screenshots weekly though, and the API response suggests the same.

That being said, I couldn't find a validation endpoint to check if mine got invalidated by something specific (maybe signing out?) or if there's some other magic happening.

dwedge · 16 days ago
I wonder if opening the app invalidated it, and those people who had it working just screenshot once.

My gym has a similar system but I realised it's time based and the app functions without Internet. I installed the app onto an old android with no sim, logged in at home over WiFi and it successfully regenerated QRs without data

dwedge commented on I accidentally became PureGym’s unofficial Apple Wallet developer   drobinin.com/posts/how-i-... · Posted by u/valzevul
shermantanktop · 16 days ago
Nope. As I read it, any token less than a week old would work. So for any user, they have 7 * 24 * 60 tokens live at any time.
dwedge · 16 days ago
He said the code from Monday didn't work on Tuesday
dwedge commented on Nginx introduces native support for ACME protocol   blog.nginx.org/blog/nativ... · Posted by u/phickey
vivzkestrel · 18 days ago
Not gonna lie, setting up Nginx, Certbot inside docker is the biggest PITA ever. you need certificates to start the NGINX server but you need the NGINX server to issue certificates? see the problem? It is made infinitely worse by a tonne of online solutions and blog posts none of which I could ever get to work. I would really appreciate if someone has documented this extensively for docker compose. I dont want to use libraries like nginx-proxy as customizing that library is another nightmare alltogether
dwedge · 18 days ago
Usually the solution is to either not add ssl until you have the certs, or use selfsigned/snakeoil placeholder certs to get nginx started.

Personally I use dns everywhere. I have a central server running dehydrated and dns challenges every night which then rsyncs to all the servers (I'm going to replace it with vault). I kind of like having one place to check for certs

u/dwedge

KarmaCake day277February 17, 2025View Original