HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arzke

no profile record

comments

arzke
·4개월 전·discuss
We're incapable of putting an accurate, standardized value on developer productivity, yet there often seems to be consensus between senior engineers on who are the high performers and the low performers. I certainly can tell this about the people I work with.
arzke
·5개월 전·discuss
I wonder if the lack of capital letters is a clever trick to make this whole annoucement look more humane and natural. Surely it's intentional: only "U.S" deserves capitals, not even his own name in the signature.
arzke
·5개월 전·discuss
Has anybody ever been forced anyone else to take any drug? The problem is not about being forced, it is about making an informed decision. When you don't have enough safety data you are effectively gambling with your health.
arzke
·5개월 전·discuss
This is precisely why we have clinical studies. We want to measure the efficiency and the innocuousness of drugs. You seem to imply we should just go ahead and try those directly on the general population.
arzke
·작년·discuss
Debugging electronics to fix stuff. Some people seem to be able to repair whatever broken electronic devices we give them, which I find fascinating.
arzke
·작년·discuss
> The author is clear that they're talking about "billion dollar tech companies" for an audience of those people called to them.

> We’re in an industry where burnout isn’t just common - it’s expected. If you’re not pulling all-nighters, you’re "not committed." If you’re not answering Slack messages at midnight, you’re "not a team player." This culture is toxic, and it’s only getting worse. The relentless churn of projects, the constant pressure to innovate, and the ever-present threat of obsolescence create a perfect storm of stress.

No, the author is generalizing what work at a billion dollar tech company is like to the whole industry. I've never worked for a company similar to the one described in this post, and I think that the vast majority of people in tech haven't either. Silicon valley is not the world.

Either ways, unionizing sounds like a great idea.
arzke
·작년·discuss
> If you eliminate fingerprinting, that is in and of itself a fingerprint.

This is why you should "eliminate fingerprinting" by randomizing your fingerprint.
arzke
·2년 전·discuss
This is how I work as well, and the reason I tend to write many small functions rather than few large ones is precisely because it reduces cognitive load. You don't have to understand what the canSubmit function does, unless you are interested in knowing what the conditions to submit this form are.

Ironically, the author of the post claims it has the opposite effect.
arzke
·2년 전·discuss
> I know these ridiculous statements are from people hardly wrote any code in their lives

Some people who actually wrote a decent amount of code in their lives are sharing that opinion, so your comment just sounds like an ad-hominem attack.
arzke
·2년 전·discuss
Brave does this for about two years now: https://brave.com/privacy-updates/21-blocking-cookie-notices...
arzke
·2년 전·discuss
> Based on that you mention being able to see they're associated with someone else's account, you mean that you got a unit that was not factory reset before being given to you right? (And you can't do it yourself because they're Apple-locked for theft reasons.) Not that it got stolen and now you can't find it?

The unit was brand new, however it got somehow linked to some other iCloud account the second I connected it to my phone (which is not an iPhone). Well, the message I got indicated "You cannot use FindMy because the Airpods are linked to another iCloud account" or something like that.

I discussed with the same employee who helped me initially. They called a couple of their colleagues, and because nobody there could do anything to solve the issue, they gave me a phone number telling me this was the only option left.

It was clear to Apple there was an issue on their side, and that they needed to provide a solution. This has never been disputed.

> Either way, they have an obligation to meet the claims put out in marketing statements, including features like FindMy since they say on the website it can do that.

Absolutely, and I made sure to remind them this.

> If you've exhausted the easy options, you can always take it to something like small claims and get at least a refund that way.

Indeed, that could be an option. I just gave up as I was exhausted from spending over 10 hours just for this. At some point, it wasn't worth the effort anymore. But maybe this is what they are expecting us to do.
arzke
·2년 전·discuss
Exactly. The "it works for me so it works" type of thinking is what makes people mistakenly conclude that homoeopathy works any better than a placebo.
arzke
·2년 전·discuss
I can't understand how Apple can possibly get away with this. Is there any chance for them to win if the case were brought to court?

One year ago, I had to contact Apple support because the FindMy feature wouldn't work on my Airpods Pro, which still were under warranty. It looked like they were already associated with another account, which wasn't mine. That made no sense as I bought them myself at the Apple store and only have a single iCloud account.

I went to the store and they acknowledged the issue, and immediately got a replacement which turned out to have the exact same issue. I then had to spend hours on the phone with their customer support. After trying everything without success, the person on the phone told me I'd get a call back in one week to either issue a refund or find a different solution.

That phone call never came. All my following messages to that person were ignored. I finally gave up, but found out I was far from being the only one they had ghosted like that. Reading these stories reinforces my belief that Apple is terrible in terms of accountability when something goes wrong.
arzke
·2년 전·discuss
> “You have to listen to your gut. If something feels off, you’ve gotta listen to what your body is telling you and get out. If you don’t, you’ll end up regretting it.”

> Next time you’re feeling some discomfort in a situation, slow down and take a deep breath. Check in with yourself. Where is your edge? What level of discomfort feels challenging but not overwhelming right now? Can you lean in and try something difficult? Or have you already leaned in too far and need to back off a little? Act accordingly. As the situation progresses, keep checking in with yourself.

So the difference seems to be the notion that "a little discomfort is okay". You still need to place your tolerable discomfort cut-off point somewhere, right before it feels overwhelming.

I kind of agree with the general content of the post, but find it somewhat simplistic with a focus on oneself. I see conversation more like a dance, a delicate balance where you should be aware of your own feelings, but also other people's. Some people feel comfortable over-sharing with someone they barely met, which can create quite intense discomfort. My understanding is that this tends to be more likely in people who struggle setting boundaries in their relationships. I'd assume some neurodivergent people would struggle with this as well, as they might find it challenging to sense this balance.
arzke
·2년 전·discuss
> How true is this when they devices are increasingly hostile to user repair and upgrades?

Not sure what you mean exactly by this, but to me their Self Service Repair program is a step in the right direction.
arzke
·3년 전·discuss
Yes I did. You seem to assume everyone is using a "framework like React". I am not.
arzke
·3년 전·discuss
Actually, the docs says it's perfectly fine to use @apply for highly reusable components like buttons and form controls: https://tailwindcss.com/docs/reusing-styles#avoiding-prematu...