Readit News logoReadit News
jmschlmrs commented on 2022 Climate Tech VC funding totals $70.1B, up 89% on 2021   holoniq.com/notes/2022-cl... · Posted by u/doener
SoftTalker · 3 years ago
No startup is going to do didly-squat about the climate. If you want to reduce CO2 you will need nation-state commitment to nuclear power. Nothing else matters.
jmschlmrs · 3 years ago
They could if there was a (nation state) enforced price for carbon and hence a market to operate in.
jmschlmrs commented on Ask HN: New job at BigCo. Everything has friction    · Posted by u/edmcnulty101
throwbigdata · 4 years ago
All these people telling you to coast are right for 80% of the population.

If you have great ability, do t squander it. Get another job where you can be more effective. Find your passion and your fortune will likely follow.

I eschewed advice like the others give, and I didn’t have to work after 35. Yes I got lucky but I also worked hard and failed and got back up and found a place to succeed.

Big companies are mostly for drones.

jmschlmrs · 4 years ago
I your case, was the fortune a product of starting your own company or working at a smaller one?
jmschlmrs commented on Actual is going open-source   actualbudget.com/open-sou... · Posted by u/pbowyer
jmschlmrs · 4 years ago
I’m working on a similar product at https://mygraph.ca and always looked up to James and Actual. Great product and well engineered.

It was amazing to see how productive he has been the past few years working on it while also being at Stripe. Not surprised to hear it got to be a bit much.

jmschlmrs commented on Plaid is an evil nightmare product from Security Hell   drewdevault.com/2022/02/1... · Posted by u/TangerineDream
jmschlmrs · 4 years ago
This is one of the main reasons I’m building https://mygraph.ca.

Unfortunately the only current and sane way to allow users to aggregate their financial data seems to be by having users pull .csv files from all of their accounts (at least where I am, in Canada).

jmschlmrs commented on How you can track your personal finances using Python   sgoel.dev/posts/how-you-c... · Posted by u/siddhant
jmschlmrs · 5 years ago
I built https://mygraph.ca as I was tired of Mint failing to sync with Canadian banks (and later dropped Mint anyway because of the security/privacy concerns).

It’s not targeting technical users but it would be cool to add a SQL integration like Stripe Sigma, etc at some point.

jmschlmrs commented on I Don't Want to Be a Founder   carolchen.me/blog/foundin... · Posted by u/kipply
thisisbrians · 6 years ago
I enjoyed this article, but I think it glosses over a very important part of my (and my cofounders') own motivation for starting a company: vision.

Sometimes you see or believe something that others simply can't or don't, and you want to do something about it. Trying to find a (usually narrowly-defined) job that lets you work on these things can be very hard because there usually has to be someone looking for solutions to these hard-to-see problems, and you sacrifice a bunch (more) of your autonomy in the process.

Founding a startup is a great solution to this problem; convince some capital that you have deep conviction and competence to make a material change in the world and put in your own elbow grease to prove it. If you are willing to work hard you don't need very much money to amplify the impact of your own decisions and efforts and the snowball grows, attracting more resources along its path.

It's still really hard to do, but founding a startup remains one of the best ways to prove out a hypothesis in the real world and achieve actual change, while still allowing for a decent income even in the event of failure. It is worth it if the mission is compelling.

jmschlmrs · 6 years ago
"[..] while still allowing for a decent income even in the event of failure." How does this work? You're just taking enough of a salary as an early stage C[X]O/founder that your downside is limited?
jmschlmrs commented on Guide to JavaScript Frameworks   javascriptreport.com/the-... · Posted by u/kiyanwang
kowdermeister · 8 years ago
"Some of Vue’s syntax will look very similar to AngularJS (e.g. v-if vs ng-if). This is because there were a lot of things that AngularJS got right and these were an inspiration for Vue very early in its development"

https://vuejs.org/v2/guide/comparison.html

jmschlmrs · 8 years ago
So is it fair to say that Vue is for people that wish Angular had stayed on the V1 path and not diverged to be more like React for V2 onward?
jmschlmrs commented on Guide to JavaScript Frameworks   javascriptreport.com/the-... · Posted by u/kiyanwang
_fol8 · 8 years ago
Reasons why Vue will rock your socks off

- Don't need to know jsx!

- Sane way of scripting puts the script in an object and each component is <template>html</template> <script>javascript</script> <style>css</style>

- Event buses allow sharing of variables between child components without either redux or pushing variables down one child at a time (finally!)

- v-for looping is saner than reacts mapping

- v-if allows v-if statements without renderIf component or multiple render statements in react (antipatterns boo!).

- two way data binding with vue-model

- native vuex with an index file that holds state sanely, rather than just having state held in each reducer as done in react

- Great documentation!

- Yay !

jmschlmrs · 8 years ago
This sounds very much like Angular 1.
jmschlmrs commented on Job applicants over 40 filtered out by employers   uu.se/en/media/news/artic... · Posted by u/fraqed
sandoze · 9 years ago
I might have 'lucked out', I'm 41. I under performed in my 20s (it was the 90s after all and the bubble burst just as I was gaining momentum in the market) and received my college degree at 30. I assume most people who see my resume consider me 8 - 10 years younger than I really am. Doesn't hurt that I hit the gym and haven't gone gray yet. I went the mobile route (iOS) and haven't had a pay cut in 8 years (currently 200k+ living in the mid-west). Not without its ups and downs, I tend to not get hired at start ups, maybe those 20 somethings smell something is up, but fortune 100s are quick to give me an offer letter.

With age comes maturity. It's allowed me to get along better with my co-workers (so many upper 20s, lower 30s tend to be a bit... hot headed) and I'm not afraid to negotiate. The older I've gotten, the more comfortable in my skin and in my skill set I've become.

If there's ageism I've yet to experience it and I've worked with people well in their 50s doing mobile. It comes down to who you're working for, what your skill set is, timing and, in my opinion, health. You've got to stay healthy and look healthy! Also, I tend to prune my resume, no one wants to see your experience 8+ years ago.

Or maybe it's all luck, ask me in five years what I think when Objc/Swift goes the way of PHP, I might be singing a different tune.

jmschlmrs · 9 years ago
Unrelated question, but are you working as an iOS developer and making that salary in the Midwest? Or do you have a different role like Architect or PM?
jmschlmrs commented on Learning Node.js and React while building a product   javascriptkicks.com/artic... · Posted by u/senoff
miroslavpopovic · 9 years ago
Hey @acemarke, thanks for the comment!

For myself, I still have not decided whether I like JSX or not :) My colleague finds it great, and I like the declarative nature of it, just need to persuade myself to accept it mixed in JS file.

Yes on .bind, but I got used to not having to care about it in Aurelia (and Angular also). Got my fair share of `this` handling in pre-ES6.

And of course, thank you for the links. Bookmarked! :)

jmschlmrs · 9 years ago
Are you using arrow functions? I find that using es2015 arrow functions for class methods takes care of most of the problems around this and react.

The only annoyance is dealing with binding event handlers to items/components in a list. Generally you need to abstract the list item into it's own component and do the event handler binding there.

I don't use .bind() anywhere in my react code.

u/jmschlmrs

KarmaCake day30February 4, 2014View Original