Viewing profile — kiadimoondi
kiadimoondi
HN member- Joined
- Wed, Mar 11, 2020, 1:59 AM UTC
- HN karma
- 20
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About kiadimoondi
No profile information was provided.
Recent public activity
-
comment
Comment #28082772
Agreed. I was writing a port of the redis protocol to erlang for a personal project that's a server using said protocol as an interface for distributed MPSC "locking", and it was i…
-
comment
Comment #27587908
I'll second what ZephyrBlue said: - you aren't defined by who your employer is - your intelligence isn't defined by who your employer is - you can't control what other people say o…
-
comment
Comment #27557330
I guess you could consider border states of Mexico as the same geographical region as the southwestern US, but those too. Anecdotal, but I've seen routine thermal throttling on mac…
-
comment
Comment #27389384
Would a nationalized bug bounty program help here? Along with some compliance enforcement that the bounty is actually addressed, fulfilled, and payed by the vulnerable entity or th…
-
comment
Comment #27376481
That's a pretty unfair characterization of people who prefer to work remotely. However, your last point about letting remote employees stay remote and letting people who prefer off…
-
comment
Comment #26974321
Adding on to what others have said, it's also that some non-US countries have much better internet infrastructure than telecom (which might've affected pricing, can't say for sure)…
-
comment
Comment #26871233
Suspected this but didn't want to claim anything I couldn't back up. Thanks for the link!
-
comment
Comment #26870574
Honestly, depends on the company and the state you're working in. It's all anecdotal, so take the following with a grain of salt. I've worked for startups in Washington and Califor…
-
comment
Comment #25521408
Can't speak for the commenter, but I used to work for a team couple years ago that used rust and tokio extensively, and some projects were just not a good fit. At the time, futures…
-
comment
Comment #22547596
I agree, I'd never argue that there isn't creativity involved. It's essentially language. And someone said before that there's a base level of competency involved in making API dec…
-
comment
Comment #22543560
I agree there's nuance to the issue, and thst's where the argument is to be made. But I think it'd be a bad faith application of copyright or patent law, as your competitive edge l…
-
comment
Comment #22543296
I think there's a case to be made that there's nothing novel in an API itself (emphasis on the interface). The novelty comes from the implementation, whereby competition actually k…
-
comment
Comment #22542320
Exactly. And even then, database choice faces some of the same selection criteria. What's better supported, does it have well tested and documented client implementations (or do I …
-
comment
Comment #22542275
Some of those DBs solve different use cases than others. I wouldn't use Redis as an embedded DB (unless benchmarking indicated it fit my needs better), as the user of that software…