Viewing profile — dmattia
dmattia
HN member- Joined
- Thu, Dec 16, 2021, 7:22 PM UTC
- HN karma
- 338
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About dmattia
No profile information was provided.
Recent public activity
-
comment
Comment #42630635
They are sometimes required. Say you are on a mailing list for some company you gave your email to at some checkout counter one time, and you want to unsubscribe. You probably don'…
-
comment
Comment #42381519
In California under CCPA, it actually goes beyond just frontend regulation and cookie banners, and into the realm of backend tracking management: https://oag.ca.gov/news/press-rele…
-
comment
Comment #41861366
Will it let me feel the breeze at the top of Half Dome? Or have me chase a squirrel around after it stole my snacks? Or have me feel the pride of accomplishing a long hike that I t…
-
comment
Comment #41512803
It's almost certainly for the companies to pay less money, but with a more generous reading, I think it could be argued that that doesn't necessarily have to come out of employee s…
-
comment
Comment #41096304
This seems to be only partially true when I read into it. The EU said that Microsoft would need to move their security tools into user-space (or at least to use the same APIs as ar…
-
comment
Comment #41096109
They shouldn't. Microsoft should have APIs that enable security vendors to work in userspace. The EU didn't say that Microsoft couldn't kick vendors out of the kernel, just that th…
-
comment
Comment #41096035
This is fascinating, thank you for the info! If I am understanding, it would have then been difficult/impossible for CrowdStrike to create a user-mode only sensor without these equ…
-
comment
Comment #41095763
Agreed, I definitely understand their reasoning. But I also found it a bit funny that the word "CrowdStrike" appears 27 times in a fairly short blog
-
comment
Comment #41095746
I suppose I was expecting something more authoritative here. They confirm that there was an attempted read-out-of-bounds, as CrowdStrike said, but that's not really new information…
-
comment
Comment #41089503
I used to like using homebrew on personal machines. But then as the person in charge of the dev environments at my company, I tried using homebrew packages for our devs but it just…
-
comment
Comment #40992290
In my case, my wife has an iPhone, so I was able to setup an Apple Watch as my primary phone, while I do not have any phone other than my watch. So if you're on a family plan, mayb…
-
comment
Comment #40857604
Beautifully shown, thank you for making this. As a full-time RVer that spends a lot of time in national parks, this is quite useful. Fun things I noticed: - All the mountain parks …
-
comment
Comment #40651302
Disclaimer: I used to work on Google Search Ads quality models > Google obviously tracks everything you do for ads, recommendations, AI, you name it. They don’t even hide it, it’s …
-
comment
Comment #40357096
Say I have a pico cluster with a few service nodes and a few upstream clients register themselves, and then I deploy a new version of the service nodes where all existing service n…
-
comment
Comment #40357011
Looks like there is from the instructions in the getting-started guide: https://github.com/andydunstall/pico/blob/main/docs/getting-...
-
comment
Comment #40088197
Thanks for confirming! Could you maybe update https://supabase.com/docs/guides/storage/s3/compatibility to include s3-esque presigning as a feature to track?
-
comment
Comment #40009101
Yeah for sure! So you sort of need a phone paired with it, but only as in you need a family member (or someone on your phone plan) to have an iPhone, but the watch owner themselves…
-
comment
Comment #40001737
I had a dumbphone for two years, it was fine. For the past two years though, I've been using just an Apple Watch, which I was able to connect my old phone number to. It has maps, t…
-
comment
Comment #39808754
+1, my device is unfortunately too old to upgrade to iOS 17 and I wouldn't imagine this app would use too many new features
-
comment
Comment #39529472
My understanding is that your docker image must have the lambda runtime interface client installed on the image in order to work. It's not a huge step usually to add the RIC, but i…
-
comment
Comment #39323213
I'm using Pulumi in production pretty heavily for a bunch of different app types (ECS, EKS, CloudFront, CloudFlare, Vault, Datadog monitors, Lambdas of all types, EC2s with ASGs, e…
-
comment
Comment #39315454
In general, one of the goals of microservices should be that if one of the five services goes down, the other four should be able to operate in some capacity still. In practice, th…
-
comment
Comment #39264047
Some serverless use cases work like you say, but Docker-based options such as AWS ECS, Docker-based Lambda functions, or Kubernetes would all commonly make use of compiled options
-
comment
Comment #38959222
> "is GitHub Actions production ready? The answer is yes, so by proxy, you could run this tool in production" I sent this to some of my coworkers for a good laugh.
-
comment
Comment #38621210
Would upgrading to 11.21 and then using blue/green have been easier? I'm asking as someone with RDS postgres-aurora running 11.9 right now, so I'm genuinely curious on your thought…