HackerLangs
TopNewTrendsCommentsPastAskShowJobs

heyoni

no profile record

comments

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