Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dallbee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dallbee
1y ago
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 hours of effort at most
2.
▲
by
dallbee
1y ago
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 companies. Keeping ev
3.
▲
by
dallbee
2y ago
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 don't have to pa
4.
▲
by
dallbee
2y ago
Cho 55
5.
▲
by
dallbee
2y ago
This was one of my favorite Google products. It worked exactly as advertised, no frills. Since its release, I haven't once needed to pull out my old Brother document scanner. The maintenance burden for Stack cannot have been significan
6.
▲
by
dallbee
2y ago
I've found this difficult as well, my mother always jumped right to antibiotics and it had some pretty clear long term consequences. My approach with my kids has been to use antibiotics only if there's no progression (better or wo
7.
▲
by
dallbee
3y ago
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.
8.
▲
by
dallbee
3y ago
Our product supports what our customers use, which in this case was EFS. Doesn't really matter if there's better implementations available.
9.
▲
by
dallbee
3y ago
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 frequently.
10.
▲
by
dallbee
3y ago
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. Specifically, we notice
11.
▲
by
dallbee
3y ago
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.
12.
▲
by
dallbee
3y ago
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?
13.
▲
by
dallbee
4y ago
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.
14.
▲
by
dallbee
4y ago
Yes! One that allowed me to relocate at a time that I very much needed it.
15.
▲
by
dallbee
5y ago
Excuse the low effort comment.. Incredible.
16.
▲
by
dallbee
5y ago
This enables newer cards to have updated security features. If there were no expirations, then you'd just make fake ids targeting older versions.
17.
▲
by
dallbee
5y ago
*Meant to say in the United States.
18.
▲
by
dallbee
5y ago
Yeah, Name and DOB are covered under HIPAA as PHI.
19.
▲
by
dallbee
6y ago
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.
20.
▲
by
dallbee
6y ago
Or, perhaps, they're taking the non-networked use case.
21.
▲
by
dallbee
6y ago
Do be careful doing this, if your company cares, a competent network admin can tell what's going on.
22.
▲
by
dallbee
6y ago
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 equivalent, you must
23.
▲
by
dallbee
7y ago
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 myself using th
24.
▲
by
dallbee
7y ago
There's a lot of knee-jerk reaction going on in this thread, and yet I don't think this bill would actually apply to anyone complaining.
25.
▲
by
dallbee
7y ago
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 taxed. For this t
26.
▲
by
dallbee
7y ago
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 _per year_ are no
27.
▲
by
dallbee
7y ago
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 behavior. Other map operation
28.
▲
by
dallbee
7y ago
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 is quite nice. Af
29.
▲
by
dallbee
7y ago
I had Chessmaster 8000 and the engine behind it was always really good at mimicing realistic playstyles. It had presets, and you could control things like pawn weakness, willingness to trade, king safety, and preferred pieces. Modern chess
30.
▲
by
dallbee
7y ago
A lot of my coworkers were getting hung up on this point too. I think they're just emphasizing that large channel buffers can hide concurrency problems, so you want to be careful when using them. The last sentence in the recommendation
More ›