Viewing profile — InvaderFizz
InvaderFizz
HN member- Joined
- Wed, May 29, 2019, 6:59 PM UTC
- HN karma
- 1,952
- Public activity
- 519 items
- HN profile
- View on Hacker News ↗
About InvaderFizz
No profile information was provided.
Recent public activity
-
comment
Comment #42384363
Same for me on macOS 15 on a M2. It's just Firefox, and I don't run much in the way of extensions there. Just 1Password and uBlock Origin. I haven't noticed it lately, but that's b…
-
comment
Comment #42365914
When put in that context, it seems rather slow.
-
comment
Comment #42364359
Still is. I made a basic http responder last week and it was under 4mb static compiled for a scratch docker container. I didn't even have to resort to compression, just stripped de…
-
comment
Comment #42275556
I agree. Even within my own org there is some nitpicking, but it's almost always about style consistency for our shared codebase, which is valid. If your PR doesn't pass lint check…
-
comment
Comment #42253007
I run clusters on OKE, EKS, and GKE. Code overlap is like 99% with the only real differences all around ingress load balancers. Kubernetes is what has provided us the abstraction l…
-
comment
Comment #42157361
32bit ARM and aarch64 are wildly different instruction sets. 32bit ARM may as well be x86 or MIPS as far as running it on aarch64 hardware, it is going to require just about the sa…
-
comment
Comment #42132746
I'll review resumes of any referrals from my network. Usually provide tips or areas they need to show more substance in. I won't submit any network referral to my company's interna…
-
comment
Comment #42063131
Place it as a sell order on the trading book, above the current price. That way you are a market maker, and pay no fees. 50BTC is small potatoes, you aren't going to move the marke…
-
comment
Comment #42029879
It's not, but I'm saying you have the option to compare the two with an outside reference at the time of voting. You keeping the result on your phone after would be entirely your d…
-
comment
Comment #42029058
USB-C iPhones work with all kinds of USB-C hubs, devices, keyboards, mice, Ethernet adapters, etc out of the box. As far as I have seen, USB-C on iOS devices has no authentication …
-
comment
Comment #42028964
Which is what troubles me about making auditable digital voting systems. I'm not sure how you could do it while preserving the secret ballot. About the best I can come up with is a…
-
comment
Comment #42028852
Reminds me of a group of friends that played call of duty together in the CoD4/WaW days. Individually we were mid-tier players on average. As a group, we completely dominated. We a…
-
comment
Comment #41909723
[flagged]
-
comment
Comment #41805110
I spend most of my time in the path of hurricanes, we lose power 5-10x per year for between 1 to 8 hrs on average. When we lose power the battery backup for the modem takes over(15…
-
comment
Comment #41646724
VRAM is such a small portion of the BOM that they could double it, keep the same margins, and the MSRP would only increase by like $300. The problem isn't margin on the consumer ca…
-
comment
Comment #41641881
Sadly, you can drop "them" from your statement and its accuracy stays about the same.
-
comment
Comment #41628632
Unfortunately, a side effect of the devaluation of the yen is that food quality at conbinis has decreased as they try to maintain price points. I recently spent a few weeks in Toky…
-
comment
Comment #41617187
This is really fun. A usability note, at least on Safari on iOS, you have to put the protocol for a web page to load. If you just put www.cnn.com without the https, it never loads.…
-
comment
Comment #41543038
Linux intentionally has an unstable driver ABI in part to make life a living hell for vendors who don't want to upstream their drivers. Windows on the other hand maintains a very s…
-
comment
Comment #41542331
Anecdotal, but I know the guys behind this. They're about as much free speech absolutists as you'll find. They're not going to remove anything unless it presents a large legal prob…
-
comment
Comment #41536923
Additionally unless it's changed in the last six years, you should pretend ZFS dedupe doesn't exist.
-
comment
Comment #41520135
I would agree with that. Given the history of the Oxide team, they chose what they viewed was the best technology for THEM, as maintainers. The rest is mostly justification of that…
-
comment
Comment #41495437
I wouldn't worry about voice. They offer it as a paid feature of GSuite to business customers. It's not going anywhere.
-
comment
Comment #41448604
I have the Twig and the triple blade. The twig is definitely my preferred. The triple blade is fine for shaving large areas, but any detail work and it's useless. The twig does nee…
-
comment
Comment #41276661
> You cannot, for example, allow AWS Govcloud to handle SSL termination for ECS. Are you saying you can't terminate TLS at the ALB in FedRAMP high and instead have to terminate TLS…