HackerTrans
トップ新着トレンドコメント過去質問紹介求人

arenaninja

1,641 カルマ登録 14 年前
Blog: http://charmeleon.github.io email: chemical dot rivas [at gmail dot] com

コメント

arenaninja
·昨日·議論
Why not gather up with other like-minded individuals and fund scholarships and grants if you feel strongly about this? I disagree that taxing the rich is our way out of this. There's a reason the starving artist is a cultural trope.

Not only that but the higher ed industry has abused the hell out of this program. I'm close to people who were studying degrees they will never come close to paying and now they're $100k+ in the hole. The reality is that degree shouldn't have been available to them.
arenaninja
·昨日·議論
I'm not convinced it's necessary but it sure as hell is nice. I got through undergrad with subsidized loans and it was nice to not worry about interest while I wasn't working yet.

The private sector does fund some loans but I think the current program just needs re-working. Forgiving all these loans is a no-go so this measure is a step in the right direction. I'd like them to lock down the interest rate to 2% + inflation next. The government does need to incentivize a certain degree of higher education for innovation.
arenaninja
·5 日前·議論
I figure supply chain migration is an incremental process and any progress is a win. In my mind some of the tech needs genuinely experienced staff and that must be seeded somehow.

Note I am talking out of my ass but this is how I see the picture. I have no experience in supply chain or manufacturing :)
arenaninja
·先月·議論
IMO this is a bigger deal than everyone realizes.

If Fable 5/Mythos 5 are considered dangerous enough to invoke export controls on then future models are almost guaranteed to trigger the same process. Locking them down to US citizens is _very_ interesting. I don't think any tech company so far tracks licenses attached to citizenship.
arenaninja
·2 か月前·議論
I was disillusioned with academia before I started. We had a candid talk during undergrad with a grad student who was a TA in our class and he laid it out for us: there wouldn't be enough jobs in the US for our small graduating class each year so if you needed a job to support yourself it would not make financial sense.

I stopped then and there, maybe one or two classmates continued. That was almost 20 years ago.

I'm thankful someone told us the truth and I made a career in a different field.
arenaninja
·5 年前·議論
If a company defaults and doesn't pay outstanding obligations to smaller vendors without much cash to keep it afloat, these smaller vendors also have to stop paying their vendors and fire workers to try to stay afloat, recursively

I saw this play out at several businesses at the start of the COVID-19 pandemic, until their business was deemed essential and they (along with their customers) were allowed to resume operations
arenaninja
·8 年前·議論
I honestly thought about this last night. Current role is a lot of React/Redux/Typescript, which appears to be hot new thing, but is not particularly well paid here in the Southeast. Plus I miss being immersed in dealing with data so I need to lean to a full stack role again
arenaninja
·11 年前·議論
Not the OP but after trying out React, it feels like the way I've always wanted to structure components in JavaScript. I did a once-over of the Angular tutorials and the kitchen-sink approach doesn't really do it for me. React is about your Views, and the logic contained therein, and that's it.

Without virtual DOM considerations on the line, after about a week of it it's very intuitive. The whole component lifecycle thing seems overkill until you realize you have full control over the components. Things are a little trickier if you have to use it as I do (with jQuery), but even then, your biggest hurdle is understanding props vs state -- once that's cleared up, the sky's the limit.