HackerLangs
TopNewTrendsCommentsPastAskShowJobs

heyoni

no profile record

comments

heyoni
·15 days ago·discuss
What assumptions are needed for inferring cost based on api pricing?
heyoni
·2 years ago·discuss
I didn’t know that about pypi but github has seemed ok to me. I’ve also implemented my own scoped authentication systems so even if they’re not perfect I know it can be done
heyoni
·2 years ago·discuss
And that’s the answer isn’t it? Banks are behind the times in terms of security and tech.
heyoni
·2 years ago·discuss
Passwords have full scope of permission while session tokens can be limited.
heyoni
·2 years ago·discuss
Session keys expire and can be scoped to do anything except reset password, export data, etc…that’s why you’ll sometimes be asked to login again on some websites.
heyoni
·2 years ago·discuss
They’re a bank. If they can secure their portals with hardware keys, at least allow customers to onboard their own keys.
heyoni
·2 years ago·discuss
But why won’t banks at least support customer provided yubikeys?
heyoni
·3 years ago·discuss
Yes it is. Hackintosh users have no problem using iMessage or FaceTime.
heyoni
·3 years ago·discuss
Yea I think it depends on which county you're in and the case as well. These guys had their hotels paid for by the end of it because they had to be sequestered.
heyoni
·3 years ago·discuss
There’s a show about a jury in California where they buy lunch every day. Jury duty
heyoni
·3 years ago·discuss
Every jury orders food from local restaurants lol
heyoni
·3 years ago·discuss
But you learned how to build things so….
heyoni
·7 years ago·discuss
Thank you sir!
heyoni
·7 years ago·discuss
What’s cargo culting exactly? Seriously asking
heyoni
·7 years ago·discuss
But that’s the point isn’t it? Goland clearly goes above and beyond what free and open source can provide, so don’t feel like you’re getting ripped off paying for an IDE.
heyoni
·7 years ago·discuss
I absolutely need to get back into front-end so thanks for that!
heyoni
·7 years ago·discuss
A large part is definitely because I get overwhelmed and have trouble ignoring the "magic" that the article talks about.
heyoni
·7 years ago·discuss
I know...and I kind of got the gist of it except I had a lot of trouble developing an intuition for it by trying to understand the history, other methods and just basically copying source code from existing websites...it's just my process for learning new things and it quickly gets overwhelming with front-end development...
heyoni
·7 years ago·discuss
And everything carries over too. Parts of the DOM are historical or there to fix historical incompatibilities, there are 18 different ways to create your CSS grids, many of which are outdated...oddly enough, I had no problem understanding how/why observability works, but really disliked writing JavaScript :\
heyoni
·7 years ago·discuss
I don't know, but I do know I would rather fix a race condition on a multithreaded application than figure out how flexbox works or even understand all the different parts of the DOM.