I am a hiring manager and we do take home homeworks. I fully agree that this is a key piece of communication. I always take the time to tell candidates that although they have as much time as they want, we expect 2-3…
I cannot upvote this hard enough. I see this all the time with VPNs. By having everything behind the company VPN, application security isn't taken as seriously. As a result, lateral access becomes trivial at these…
A trick I often use to get the most out of messagepack is using array encoding of structs. Most msgp libraries have support for this. This gives you a key benefit of protobuf, without needing external schema files: you…
Cho 55
For what it's worth if I ever had a candidate give me this answer on a systems design problem I'd probably immediately stop evaluating them and start selling them on the role.
Our product supports what our customers use, which in this case was EFS. Doesn't really matter if there's better implementations available.
NFSv4 is designed to alleviate the consistency shortcomings of NFSv3, but unfortunately I'm not aware of any client implementations that leverage the full spec as intended. The linux implementations are improving…
I will have to see if their NFSv4 implementation has improved any. When I added support for EFS to my company's NFSv4 client we ran into a couple of performance bottlenecks and just general spec non-conformance.…
Unfortunately it's common to have a policy in place disallowing 3rd-party app api access to drive storage. This prevents apps like rclone from working, but the drive client works because it isn't 3rd-party.
Interesting. Out of these 5 issues I've only experienced the auto start annoyance on my Subaru crosstrek 2021. Is this limited to their higher end models?
This is the practice we use - link to a ticket if it exists. There's nothing wrong with fixing a bug you discover upon inspection. Forcing tickets for every change discourages code maintenance.
Yes! One that allowed me to relocate at a time that I very much needed it.
Excuse the low effort comment.. Incredible.
This enables newer cards to have updated security features. If there were no expirations, then you'd just make fake ids targeting older versions.
*Meant to say in the United States.
Yeah, Name and DOB are covered under HIPAA as PHI.
Can't share details, I've seen the copy_file_range optimization represent roughly 25% increased throughput for a prior employer. It's more than theoretical.
Or, perhaps, they're taking the non-networked use case.
Do be careful doing this, if your company cares, a competent network admin can tell what's going on.
Your skepticism made me look through the library more carefully. I came across some limitations in comparison to what Go provides: 1. As you suggest, there's no equivalent to the `select` mechanism. To perform the…
You're certainly not alone, but I've had such a wildly different experience. I switched to duckduckgo primarily because I preferred the search results. The privacy aspect was just a bonus. The only time I ever find…
My understanding of the bill is that the tax would apply to the strike price value. $100,000 in strike price is quite a lot more than what your typical startup employee has, and that first $100,000 per year isn't even…
I'm on board with your first suggestion - it all gets a lot simpler (and fairer) if you just tax the realized gains. For the rest though, it may be worth pointing out that the first $100,000 in qualified stock options…
It is a performance hit and I initially had the same reservations. Importantly, the implementation imposes a small overhead on the access time of iteration over a map, but not in a way which changes the scaling…
After years of working with PHP, my take away was similar to C++: There's a great language in there, somewhere. Limit yourself to a subset of the language which is sane, follow all of the PSR standards, and the result…
I am a hiring manager and we do take home homeworks. I fully agree that this is a key piece of communication. I always take the time to tell candidates that although they have as much time as they want, we expect 2-3…
I cannot upvote this hard enough. I see this all the time with VPNs. By having everything behind the company VPN, application security isn't taken as seriously. As a result, lateral access becomes trivial at these…
A trick I often use to get the most out of messagepack is using array encoding of structs. Most msgp libraries have support for this. This gives you a key benefit of protobuf, without needing external schema files: you…
Cho 55
For what it's worth if I ever had a candidate give me this answer on a systems design problem I'd probably immediately stop evaluating them and start selling them on the role.
Our product supports what our customers use, which in this case was EFS. Doesn't really matter if there's better implementations available.
NFSv4 is designed to alleviate the consistency shortcomings of NFSv3, but unfortunately I'm not aware of any client implementations that leverage the full spec as intended. The linux implementations are improving…
I will have to see if their NFSv4 implementation has improved any. When I added support for EFS to my company's NFSv4 client we ran into a couple of performance bottlenecks and just general spec non-conformance.…
Unfortunately it's common to have a policy in place disallowing 3rd-party app api access to drive storage. This prevents apps like rclone from working, but the drive client works because it isn't 3rd-party.
Interesting. Out of these 5 issues I've only experienced the auto start annoyance on my Subaru crosstrek 2021. Is this limited to their higher end models?
This is the practice we use - link to a ticket if it exists. There's nothing wrong with fixing a bug you discover upon inspection. Forcing tickets for every change discourages code maintenance.
Yes! One that allowed me to relocate at a time that I very much needed it.
Excuse the low effort comment.. Incredible.
This enables newer cards to have updated security features. If there were no expirations, then you'd just make fake ids targeting older versions.
*Meant to say in the United States.
Yeah, Name and DOB are covered under HIPAA as PHI.
Can't share details, I've seen the copy_file_range optimization represent roughly 25% increased throughput for a prior employer. It's more than theoretical.
Or, perhaps, they're taking the non-networked use case.
Do be careful doing this, if your company cares, a competent network admin can tell what's going on.
Your skepticism made me look through the library more carefully. I came across some limitations in comparison to what Go provides: 1. As you suggest, there's no equivalent to the `select` mechanism. To perform the…
You're certainly not alone, but I've had such a wildly different experience. I switched to duckduckgo primarily because I preferred the search results. The privacy aspect was just a bonus. The only time I ever find…
My understanding of the bill is that the tax would apply to the strike price value. $100,000 in strike price is quite a lot more than what your typical startup employee has, and that first $100,000 per year isn't even…
I'm on board with your first suggestion - it all gets a lot simpler (and fairer) if you just tax the realized gains. For the rest though, it may be worth pointing out that the first $100,000 in qualified stock options…
It is a performance hit and I initially had the same reservations. Importantly, the implementation imposes a small overhead on the access time of iteration over a map, but not in a way which changes the scaling…
After years of working with PHP, my take away was similar to C++: There's a great language in there, somewhere. Limit yourself to a subset of the language which is sane, follow all of the PSR standards, and the result…