not sure if this is kosher with HN rules, but anyway... https://app.devin.ai/invite/DWfktbZQoevKNlNj
HN user
int19h
it has been worth it for me, ymmv of course.
also they have a pay-as-you-go tier now as well.
I pay the full $500 though. This month I'm going to blow past the base allowance and tap into 'gift credits'
speaking of which if anyone wants a referral code (gift creds for me, and for you) hmu
Been using Devin for a few months now, for Typescript and Python.
I've never seen it check-in uncompilable code, but watching the Devin console I can see it building and using the code to ensure commits are not complete garbage. When it has checked-in compilable and almost right but slightly wrong code, automatically running lint and tests (it doesn't always run them before checking in) from ci triggers it to push a fix on its own.
Feedback loops are nice, but they can be expensive, and time consuming (oh look at me complain that it takes Devin a whopping 15 minutes to complete a task) so I can definitely see the value in type constraints.
The way I've heard the CAP theorem used practically at a high level is to frame the question as follows:
What happens in the case of a (logical) network partition? - an AP system continues taking requests and provides eventual consistency, while a CP system waits for the partition to go away, or says come back later.
10 bucks says the lesson learned will be "remember kids, always set -u (and other good ideas, like set -e, set -o pipefail, and personally I like set -o posix but you'll need to give up process substitution for that)."
One unique advantage Palantir would have over Facebook is that if you get the itch to travel, Palantir casts a much wider net throughout the world (assuming you'd be willing to work as a forward deployed engineer, which in Palantir's case is genuinely not a sales role).
Tough call, but a nice problem to have, congrats!
Some people want to see healthy EPS growth, and as you point out some patient investors are willing to buy the "reinvesting in accelerated growth" thesis.
But everyone is getting tired of AMZN's lack of transparency. Increasingly, buying AMZN is akin to buying the "Bezos is the next Jobs" meme on faith.
http://seekingalpha.com/article/2343265-amazon-com-bezos-ser...
There's plenty of work for C devs!
https://github.com/search?q=todo&type=Code&ref=searchresults
The details are different, but s/Amazon/Microsoft and you have a headline from 2005: http://news.cnet.com/Microsoft-sues-over-Google-hire/2100-10...
The mystery around the Hypervisor API in Yosemite is even more intriguing then.
Does this build of chameleon still rock fakesmc? FakeSMC is unambiguously illegal - it violates Apple copyright.
I once had a peek at a slide deck from another marketing services company, with very imaginative cluster names.
If you're in Australia you should wonder if you'd be filed under "Bogan Dreams". Or "Guns and Trucks" if you're in the US.
Extracted to a couple of CSV files (but didn't have time for the appendices): https://github.com/BigDataMalaysia/MH370_Inmarsat
Watch out for errors.
SystemC is the C++ equivalent that's been around for a long time. For a project I was working on, I used SystemC just for system-level modelling, it didn't bother me that I couldn't synthesize. To achieve decent clock-rates it would have been a good idea to reimplement the whole thing in "native" Verilog anyway (though my project didn't get that far). What SystemC provided me with is a way to sanity-check my model at the "transaction" level.
Pretty cool to see this, and going forward as a roadmap there is much they could borrow from SystemC.
I found one board, EK-V7-VC707-CES-G, for USD3.5k
The only time I was ever "in the market" for a board was in 2007, and back then it was a struggle getting parts; this was in the days of FX/LX/SX availability, and I wanted an SX part (with many DSP units) but basically got told no unless I wanted to buy over 50 units. So, had to settle for the bog standard FX. Paid USD5k for it (a premium for Infiniband connectivity).