Are we going to see a small market for artisanal thought emerge?
HN user
thidr0
People consistently like free stuff more than they dislike ads.
Another instantiation: people like cheap goods more than they dislike buying foreign made goods
SEEKING WORK | Pittsburgh | C++, Python, Robotics/Automation
Need help building or scaling your robot software? Need to rearchitect a prototype into a product and pay down some technical debt? Need some advice on best practices for robotics programming?
I can help with everything from high-level system architecture, to ROS programming, to pulling off the 3D math required to get your robot moving.
A Carnegie Mellon grad with expert C++ and Python skills, I’ve programmed robots as a robotics software engineer for over 8 years. Additionally, I can tap my network of roboticist friends can help solve any challenge.
Send me an email with a bit more about your problem or goals and we’ll go from there:
hn@fpw.33mail.com
Note: able to assist with other C++ or Python work if robotics isn’t your industry. Just ask!
Oddly, the worst response rate came from “no response needed.” Better not use that one the next time you want a response!
At least in C++11 and later, many classes of these memory bugs are eliminated with more modern container and pointer types. It’s not uncommon to have a company policy of not using “new” or “delete” anywhere.
Pattern matching is one of my favorite things about Haskell. But seeing it done here in a dynamically typed language is a more than little clunky (three indents needed to get to an expression). It would be better to be matched on the parameter list, but again Python’s typing would make that too difficult.
You need a friend to join you on the call to be able broadcast? I’d have a very hard time doing that, but would love to just talk into the ether solo. Creates an unnecessary network effect barrier IMO.
Live proxy
Could it become a violation of their API TOS if too many people use it (ie too many api calls in a minute)
The server is written in JavaScript, yes. But I don’t believe there is any client-side JavaScript
I agree —- I find the Haskell IRC very friendly, even to the point of helping people do research and figure things out instead of just dropping answers. And there’s a beginners IRC for all those stupid questions I have
I track my budget in Sheets. I have some AWS Lambda functions that IFTT calls to update the sheets with new data
Excellent. That sounds like something I'd really enjoy. I don't work in the space, but I'm more interested in the trading systems than the algos, primarily. After all, I'm a little skeptical about my ability to beat the PhDs with their institutional nukes while I'm over here sharpening a dagger.
Do you recommend that book and/or any others? Interested in automated trading + functional languages
You should rebrand it illusion.app. A trick is something a who... oh nevermind
Considering his background in the academic study of city planning, I got an immediate whiff of bias myself.
Whenever I try to do a ‘5 Whys’ analysis on a belief I have (“I believe X.” “Why?”) I almost always have multiple answers (“Because Y and Z”). Then I have to recursively apply another “Why” to both Y and Z, and it ends up being a pretty wide tree of answers.
I’m always left wondering “how am I supposed to really get something out of this?”
Something about this article strikes me as a thinly-veiled complaint about poorly designed object-oriented systems. Take, for example this comment by the author:
Even if the money were half of what today’s coder gets paid it might still be a better job because one is spared the tedium of looking at millions of lines of Java that do almost nothing!
What all those millions of lines of code are is abstractions, decoupling, and modularization of logic/responsibilty. This is hard-won knowledge from the field of software engineering. Granted, a lot of it is probably very poorly designed or organized. But the problem is the design and not the philosophy.
Because scientists all use the same basic rules of math, but each business will each have it's own special rules (i.e. not all payroll software implements the same policy/axioms), this makes it really easy for the hard logic of scientific work to be in a general-purpose library. "Normal" developers need to customize their own rules, or in other words, develop their own services unlike the data scientists.
Now if every data-scientist had to roll his/her own version of numpy, pandas, sci-kit learn, tensorflow, etc. the author would probably be decrying the deluge of procedural spaghetti produced by data scientists. The data scientists' notebooks look simple because of all that indirection is hidden away in the many libraries.
I will often tell candidates on the phone screen that I don't want to go forward for XYZ reasons (always technical). At one point one of the guys I gave feedback to like this turned the call into an occupational therapy session whining about the chicken/egg experience problem, how all these companies want him to know the "trivia" of CS fundamentals, etc.
Believe me, it's a lot easier to just send a form rejection.
First paper I thought of too.
Any idea of what material overlaps or which to read first?
That's like a company saying "We make a product, but 99.999999% of our target market want some feature we don't have. IDIOTS!"
Guess what, in this scenario, you (specifically your labor) is the product.
This reminds me of a famous quote by Chuck Jones[1]: "Every artist has thousands of bad drawings in them and the only way to get rid of them is to draw them out."
In the same way, we probably all have thousands of bad programs/scripts/classes in us. Code 'em out.
[1] I've also seen this attributed to others and phrased differently
One thing I don't understand about net neutrality. Say I'm a toll road. I built the road when cars were relatively small and light. Now, some cars are getting really heavy and big (think semi trucks) and are the majority of my traffic. Because of this, they beat up the road and cause more congestion. So I want to repair the road and/or add more lanes by increasing the toll on these trucks. But all the trucking companies are complaining and preventing me from doing it, thus ultimately hurting the small personal cars that want to zip through.
Obviously this is an analogy to net neutrality, so why is this reasonable situation fundamentally different? In a free market, shouldn't I be able to increase the tolls on my private infrastructure for those that put the most stress on it?
(Now I will say, the fact that there's only one toll road option for many people is anti-competitive and against the free market, but that's not this topic)
Any tips for coming up with good projects to do? Something like this is obviously beyond the scope of most novices.