HackerLangs
TopNewTrendsCommentsPastAskShowJobs

heyoni

no profile record

comments

heyoni
·15 дней назад·discuss
What assumptions are needed for inferring cost based on api pricing?
heyoni
·2 года назад·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 года назад·discuss
And that’s the answer isn’t it? Banks are behind the times in terms of security and tech.
heyoni
·2 года назад·discuss
Passwords have full scope of permission while session tokens can be limited.
heyoni
·2 года назад·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 года назад·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 года назад·discuss
But why won’t banks at least support customer provided yubikeys?
heyoni
·3 года назад·discuss
Yes it is. Hackintosh users have no problem using iMessage or FaceTime.
heyoni
·3 года назад·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 года назад·discuss
There’s a show about a jury in California where they buy lunch every day. Jury duty
heyoni
·3 года назад·discuss
Every jury orders food from local restaurants lol
heyoni
·3 года назад·discuss
But you learned how to build things so….
heyoni
·7 лет назад·discuss
Thank you sir!
heyoni
·7 лет назад·discuss
What’s cargo culting exactly? Seriously asking
heyoni
·7 лет назад·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 лет назад·discuss
I absolutely need to get back into front-end so thanks for that!
heyoni
·7 лет назад·discuss
A large part is definitely because I get overwhelmed and have trouble ignoring the "magic" that the article talks about.
heyoni
·7 лет назад·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 лет назад·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 лет назад·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.