Readit News logoReadit News
redleather commented on Apple violated antitrust ruling, judge finds   wsj.com/tech/apple-violat... · Posted by u/shayneo
rafaelcosta · 10 months ago
There's a whole class of sh*t-software that only exists (and is profitable) because users subscribe to them and then forget – primarily because the subscription fee is charged as "Apple" on their Credit Card. I wonder what's gonna happen with this type of scam.
redleather · 10 months ago
Nothing? The ruling is that app developers get to choose how they communicate to users, or how they charge in-app fees. The kind of shady developers you describe would simply continue to use Apple, as it benefits them to do so.
redleather commented on Scaling Knative to 100K+ Webapps   render.com/blog/knative... · Posted by u/anurag
lbhdc · 2 years ago
Really interesting read.

> With a little experimentation, we discovered that the activator could both wake Pods and reverse-proxy to a woke Pod, even though that behavior wasn’t documented! We just needed to set the right headers.

Are you setting those headers on call #2 (tell [knative] autoscaler to bring up pod) in the diagrams from y'alls other post?

https://render.com/blog/knative-design-doc

redleather · 2 years ago
Glad you enjoyed it!

It was in step #1. Most knative tutorials we found have you set up istio, which was the one setting the headers. There was separate work to rip out istio (which did not scale well either) that we didn't include in the post.

So istio used to sit between our proxy and knative's proxy. In order to figure out what headers it was setting, we ran a caddy container as a sidecar to the activator, and had it output the request metadata. We then read the code to confirm

redleather commented on Scaling Knative to 100K+ Webapps   render.com/blog/knative... · Posted by u/anurag
nijave · 2 years ago
It'd be nice if the CPU graphs contained the y axis. The proportion is a large drop but it's unclear is that's 1000m to 100m or 4000m to 250m (a much bigger cost reduction)

It also sounds like their knative solution is slowly getting flattened into a load balanced or "smart" L7 proxy.

Also curious is they submitted these changes upstream. Seems like a pretty clear use case with numbers behind it which usually helps with interest.

Finally, I really love a solution that net deletes code and makes everything faster (and simpler).

redleather · 2 years ago
Hi there, my name is on the post! The CPU graph was a 500 (second) drop in the sum of CPU usage of kube-proxy pods alone. I think this is okay to disclose (we took out most y axes during final edits, this one seems to be a collateral). You're right about the flattening - since this work, we've taken out the pieces of knative we really needed. Right again about embedding some of those pieces in our L7 proxy. We didn't upstream the changes because we feel our use case is atypical - all KServices (Knative Services) only ever had one pod. This constraint enabled most of the simplifications we were able to make. On the last point - so do we!
redleather commented on The Apple $2T Economy   asymco.com/2023/09/04/the... · Posted by u/zdw
seydor · 3 years ago
Paypal transacted 1.3T in 2022. Paypal's market cap is 69B, apple 2960B
redleather · 3 years ago
Are you saying the amount of transactions processed should dictate market value?
redleather commented on Italian watchdog bans use of Google Analytics   gpdp.it/web/guest/home/do... · Posted by u/giuliomagnifico
cm2012 · 4 years ago
Another decision in a long stream that will make it much harder for EU start-ups companies to catch up to American ones. With absolutely no improvements to actual EU citizen well being.
redleather · 4 years ago
That's assuming a European GDPR-compliant alternative to Google analytics wouldn't arise. But of course it will. It's not even a very difficult product to build. If anything this is both sticking it to Google and creating opportunities for European startups to fill the void.
redleather commented on Heroku resetting passwords for “a portion” of their users immediately    · Posted by u/vorador
multiplegeorges · 4 years ago
Yeah, same here. I have accelerated my plans to move to either GCP or AWS. I am evaluating both and plan to move to Kubernetes... even though I'd been avoiding it as long as possible.
redleather · 4 years ago
Check out Render
redleather commented on Hammerspoon – Lua-based powerful tool automation of macOS   hammerspoon.org/... · Posted by u/gurjeet
cranekam · 4 years ago
Hammerspoon is great. I use it to manage windows (eg set vscode and a browser side-by-side when connected to an external display, full screen when not), add a hotkey to translate selected text with Deepl, to mute sound when the machine sleeps, and to launch a terminal with an fzf-based browser history searcher that beats Firefox’s hands down.

It’s easy to use and has great docs. Lua is fun to write. HS is a really nice project.

redleather · 4 years ago
Do you mind sharing your code for the translation and fzf-history hotkeys? Those sound like useful applications.
redleather commented on You Don't Need to Rebuild Your Development Docker Image on Every Code Change   vsupalov.com/rebuilding-d... · Posted by u/one2three4
roofwellhams · 5 years ago
Did you try typescript? Now I can write for hours without trying out the app. And when I try... It just works
redleather · 5 years ago
This is such a weird comment.. nothing about the OC suggests they were talking about front end dev; not to mention that writing for hours before actually running it is a pretty terrible way to code. Typescript is also not a workaround for volume binding, which can accommodate any stack.

u/redleather

KarmaCake day26May 6, 2021View Original