PeledYuval
|
2 years ago
|
on: Squeeze the hell out of the system you have
What's your recommended way of implementing this in a simple App Server <> Postgres architecture? Is there a good Postgres plugin or do you utilize something on the App side?
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
Please, if I missed a method to revoke access - let me know how. I'm not being sarcastic, I think I've tried everything there is to try
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
I agree with you. I tried really hard to get this escalated. Tier 1 seem to have absolutely no ability to escalate tickets. It's a cost-saving decision for sure, and it feels really bad to fall between the cracks due to it
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
I don't remember the model, but it was a 4yr old Samsung LED TV
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
Thank you for the suggestion, I have already made sure that there are no App Passwords on my account
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
They're not a bad actor, I wouldn't be surprised if they have no idea they're even logged in.
I actually just threw away my TV in the local drop off point. I thought it was broken beyond a point that was worth to repair but I'm guessing somebody more handy than me picked it up and DIYed it
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
I've done both of these things - to no avail! This is really weird
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
I think the risk of getting banned due to misuse is not worth it... But I like your hacker mentality!
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
This is a solution of last resort that I still don't want to go for
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
Thanks! This does sound ridiculous, but maybe it will work? Worth a shot
PeledYuval
|
3 years ago
|
on: Tell HN: A stranger is using my YouTube account and Google can't log them out
Thank you - I will be trying this
PeledYuval
|
3 years ago
|
on: Post-incident review on the Atlassian April 2022 outage
How do you imagine types would prevent this? No matter how I think about types in this context, I think a runtime check of "is this ID an app ID?" is mandatory in order to truly prevent this (alternatively- different URLs/parameter names to delete an app and a site)
PeledYuval
|
3 years ago
|
on: pnpm: Fast, disk space efficient package manager for JavaScript
pnpm has been my goto JS monorepo package manager + script runner for a couple of years now. IMO it has almost zero downsides and huge upsides. I'd be surprised if npm doesn't end up adopting the pnpm node_modules directory hierarchy in the next 5 years or so.
PeledYuval
|
4 years ago
|
on: Web3 is not going to change the world
I'm a crypto novice. My impression is that the author is correct (though the metaphor with the gas company is terrible) - there is no way to reverse a bad transaction.
Is this not an unsolved problem in blockchain?
PeledYuval
|
4 years ago
|
on: Pen: A programming language for scalable development
I appreciate the stated goals of Pen. However, I don't see how these goals translate to language design. Anybody tried the language and can share how the design facilitates these goals more so than other languages?
- Everyone can learn the language and participate in actual development quickly.
- Developers can focus on application logic rather than ever-changing implementation details.