Is there a possibility of adding OCR/linking it with apps like Roam Research or LogSeq?
HN user
throwawaypls
Sorbet is very useful, but the ergonomics suck. It’s fucking difficult to write rspec tests. The performance overhead of writing sorbet on rails in a big codebase is so much that we have turned it off. The pre-interpreter type checking is somewhat useful.
The alpha releases are also a big concern. We are stuck on a 300 commit (release) old build and can never upgrade safely.
We have also never been able to get the VSCode extensions to run.
Thanks for Sorbet, but I’d suggest people outside Stripe to look elsewhere.
Don’t want to be cynical (and appreciate your more constructive feedback), but i’m surprised by the kind of stuff that makes up to the front page these days.
Isn’t this just GPT-3 under the hood? Other similar things do exist (eg: copy.ai).
Not sure whether there’s much of a difference between all these GPT-3 powered services when all that distinguishes you from competition is some (slick) UI and the 500-1000 extra words of “training” you give to GPT-3.
For anyone curious, http://mbasic.facebook.com/ is one of the least data-intensive way to access facebook.
Linux Kernel Development By Robert Love and Operating Systems Concepts by Silberschatz are great resources.
Interesting rationalization. Thanks for putting it into words.
I agree that my tone was could have been better.
I don't buy the rest of your arguments, and would not comment on them for the sake of being misinterpreted again -- following the Golden rule of not feeding the trolls.
Thanks.
@neonate I am interested in knowing how am I being a "jerk" here.
I would prefer not to.
I expressed my concerns about not hearing back from employers to Kartik -- I applied only because he reassured me that every application "in their system" (sic, iirc) gets a response.
"We don't do that", hah. If a founder wants to lie to prospective hires, that too when they are meeting them for the first time, it suggests that something is really rotten at the company. If you don't treat people nicely, well, there's a tonne of other firms in the area that are hiring...
Folks who are downvoting, please care to explain your reasoning. Thanks.
I would ask people to stay away from Starsky. Terrible recruiting practices -- I met some of their senior staff and they assured me, well even guaranteed that someone will get back, but no one did.
As job-seekers, we should start maintaining a black list of firms that treat prospective employees badly, and urge others to not apply.
Devise, if you’re building a Rails app.
I read this book titled "Designing Data Intensive Applications", which covers this and a lot of other stuff about designing applications in general. https://www.amazon.com/Designing-Data-Intensive-Applications...
Back when I worked for Shopify, I got a chance to work on something similar -- GhostFerry(https://github.com/shopify/ghostferry), which allows for doing all sorts of migrations, that too between various databases.
It was recently open-sourced. Do take a look.