Viewing profile — scaleout1
scaleout1
HN member- Joined
- Fri, Aug 28, 2015, 4:55 PM UTC
- HN karma
- 226
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About scaleout1
No profile information was provided.
Recent public activity
- story
-
comment
Comment #25280411
from the article they are thinking of fining up to 3.x million USD
-
comment
Comment #25278502
I read your comment but it's not clear to me how what you are suggesting would work practically. My friend and I are bootstrapping a startup that would primarily cater to Pakistan …
-
comment
Comment #18821066
Last time I work at a massive Monorepo, half of my team was running got fetch as a cron job. It was an extremely painful experience
-
comment
Comment #18802395
Yes thats the pattern I ended up using with the help of `custom_error` crate which automates the implementation of `From` for your custom errors. I guess the disconnect for me was …
-
comment
Comment #18801752
Does it help with Error enum coming for third party crates? I can see how it will help with my own code though
-
comment
Comment #18801739
I can see your point for unit testing but I am struggling to see how it will work for Integration testing. For example I would like to initialize a connection pool (or other heavy …
-
comment
Comment #18801614
Recently started introducing Rust in my team and here are my notes on some of the issues we have run into so far. We are primarily a Scala/JVM shop with a little bit of Python. - `…
-
comment
Comment #18614302
wait till they break Google voice into Google talking and Google Listening
-
comment
Comment #18553445
Unfortunately in Bay Area and specially at FAANG you need 0% of job "Requirements" on your resume as they will leetcode the shit out of you in the interview without asking one rele…
-
comment
Comment #18329291
Thanks for the reply, got a few more additional questions for you :-) Lets say you are counting distinct ips used by `users` using HLL. Lets say you start getting DDOSed by certain…
-
comment
Comment #18312882
Hey man, thats pretty cool and we do exactly the same using Cassandra instead of FDB. Since Cassandra doesnt support transaction at high volume (100K tps) we do a shuffle so that a…
-
comment
Comment #18195003
Why are almost all the replies by ex Google engineers? I thought I would see an even distribution from all FAANG companies but replies are pretty heavily skewed toward ex google em…
-
comment
Comment #16759928
This maybe offtopic so I apologize in advance but when people say "Asian-Americans" does it include South Asians as well or just East Asians? As a south asian this has caused me a …
- story
-
comment
Comment #15438381
Interesting project although cant say I am happy to see SQL being used in Streaming Systems like this. In my last two jobs I had to write frameworks and tools to enable "Data Scien…
-
comment
Comment #14075706
Finagle/Finatra based microservices at Twitter. Using the same stack at a different company now
-
comment
Comment #14074463
Spring vs. JavaEE is a topic that stopped being relevant five years ago. I cant believe anyone seriously considering any of these heavy duty teach stack in 2017. There are much muc…
-
comment
Comment #13970267
Few things that comes to my mind - Have clarity around what time people are expected to arrive/leave. If your company offers free food, dont schedule breakfast super early and dinn…
-
comment
Comment #12353349
when I was college I thought all the data structure and algorithm courses were complete waste of time. Primarily because I was working as an intern on the side, making crud applica…
-
comment
Comment #12306390
Problem with gradle is that every build script is its own special snowflake as Gradle does not impose build structure. I am glad that they are moving toward Kotlin as Groovy is awf…
-
comment
Comment #12153968
Thats an interesting approach. One question though, in our use case user often travel from city to city and country to country. How do you model that if you are only using local DC…
-
comment
Comment #12060245
the trick is not to go through the recruiter. Instead ask Committer on their OSS project or your internal contact to vouch for you to the hiring manager.
-
comment
Comment #12059920
This article makes me sad. Interviewing in our industry is so broken. I have been out of school for a while and switch jobs every few years and this is the technique I use to beat …
-
comment
Comment #11996394
Yes this is based on teams of 1000+ developer at a non google company