Earlier quoted context omitted.
That's not true. If you build from a dist tarball, you do not need auto tools installed. You usually do if you build from a git repo, however.
How/why is a dist tarball not exactly the same as a zipped up git tree?
How to not rewrite it in Rust
81–90 of 231 posts
Re: How to not rewrite it in Rust
#82Earlier quoted context omitted.
My life as an immigrant developer, therefore cheaper, hired to fix the shit of the elite quitters :D Sometime I catch them a few weeks before they quit and I get to ask why they developed a low level http server in java interpreting controller code written in javascript that nobody understand but them. "It's much more efficient than using php or nodejs or higher level java" "you benchmarked ?" "I have to go do more k…
I really like the phrase "elite quitters". I wonder if, as a stereotype, it's unique to the software industry.
Re: How to not rewrite it in Rust
#83> The first step in interfacing with a native library is to understand how it was originally intended to work. But reading code is hard, it's easier to project your sense of confusion onto your predecessor than own it yourself, and once you rewrite the code in Rust and start to understand the true complexity that the previous code had to work around, you'll leave for another job (this time with Rust on your resume).
It's called resume driven development, and the reason it's done is because it helps those who do it get jobs
Doubly true if you're not all-in on one of the major Bigcorp silos (Java, C#).
Re: How to not rewrite it in Rust
#84Re: How to not rewrite it in Rust
#85Do we admit that this is a factor in the decision to rewrite vs. reuse?
Re: How to not rewrite it in Rust
#86This article is wonderful and I hope as a setup for second article, "How to Rewrite it in Rust"! > However at best, the temptation to RiiR is unproductive > A much better alternative is to reuse the original library and just publish a safe interface to it. Just as models are a lower dimensional representation of a more complex problem, [1] I have to re-iterate that there are no truth(ism)s in software and as in all e…
Re: How to not rewrite it in Rust
#87Earlier quoted context omitted.
It's called resume driven development, and the reason it's done is because it helps those who do it get jobs
As long as companies keep expecting experience in very specific technologies (only at work—400 hours on a hobby codebase don't count for as much as 40 hours writing something at a job for determining competence in a language or framework or whatever, it seems) this will keep happening. It's really, really dumb, but there's little other choice for folks who want to keep their skills (=the names of tools & languages th…
I occasionally check their LinkedIn and they're still spending 12-15 months every time at companies, being CTO or Big Data Strategist or whatever.
Re: How to not rewrite it in Rust
#88The title of the article is “How to not RIIR”, not “How not to RIIR”. The article is about wrapping an API with a Rust interface so the title used here on HN does not fit the content of the article.
Re: How to not rewrite it in Rust
#89This article is wonderful and I hope as a setup for second article, "How to Rewrite it in Rust"! > However at best, the temptation to RiiR is unproductive > A much better alternative is to reuse the original library and just publish a safe interface to it. Just as models are a lower dimensional representation of a more complex problem, [1] I have to re-iterate that there are no truth(ism)s in software and as in all e…
There's no such thing as a "C/C++".
Re: How to not rewrite it in Rust
#90Earlier quoted context omitted.
But that's how you grow as a software shipper. Our job is not to program crap again and again, it's to deliver some value for the high fees we charge. Rewritting a working library to migrate language is really hard to defend...
No it’s not. You didn’t write it the first time, and grow from writing it the first time. Writing and shipping something in a new programming language is a fantastic way to learn both. This has only become contentious as people try to come up for a reason why rewriting things in Rust is bad, when really it is about as benign as trends go. I never heard the same complaints about rewriting things in Go (another languag…