HackerTrans
TopNewTrendsCommentsPastAskShowJobs

abiro

no profile record

Submissions

Zero Knowledge Encryption: Analysis of Three Cloud-based Password Managers

eprint.iacr.org
3 points·by abiro·5 ay önce·0 comments

AMA with a WoW botter / gold seller

old.reddit.com
2 points·by abiro·3 yıl önce·0 comments

Why the golden ratio is mostly non-sense by a Fields Medal winner [video]

youtube.com
4 points·by abiro·3 yıl önce·0 comments

Free42 – An HP-42S Calculator Simulator

thomasokken.com
80 points·by abiro·3 yıl önce·35 comments

Exploring Ethereum Token Transfers with TLA+ for Wallet Security

sealvault.org
1 points·by abiro·3 yıl önce·0 comments

comments

abiro
·5 ay önce·discuss
A lot of the apparel being destroyed is unsold inventory of up-market brands to protect their pricing power. If they shipped that to less affluent countries for destruction, it's unlikely that they'd be destroyed, because those items would fetch a good price on the black market.
abiro
·3 yıl önce·discuss
I thought it weird that the post didn’t mention RustCrypto. It’s legit.
abiro
·3 yıl önce·discuss
> The second step failed almost immediately, with an error telling me that a replayed log entry was recording data belonging to a machine which didn't exist. This provoked some head-scratching until I realized that this was introduced by some code I wrote in 2014: Occasionally Tarsnap users need to move a machine between accounts, and I handle this storing a new "machine registration" log entry and deleting the previous one

Recommend writing a TLA+ model to catch stuff like this
abiro
·3 yıl önce·discuss
What to read on the slice universe?
abiro
·3 yıl önce·discuss
Any details on how passkeys sync using external providers?
abiro
·3 yıl önce·discuss
Very cool project, congrats to the author!

Baaed on the comments, I feel that people are both under and overestimating this. On the one hand it replaces the manual tasks of searching for a template and then googling errors and this is huge! It completely disrupts search on the internet as we know it. On the other hand it won’t be able to solve problems that you couldn’t just google anyway, since that’s what it basically does under the hood.
abiro
·4 yıl önce·discuss
I looked at Bazel ~5 years ago for a C++, Scala, JS, Python codebase and it looked like the perfect solution, but there seemed to be a lot of breaking changes in Bazel at the time so I passed in the end.

Then I started a project this year that will be a Rust, Swift, Kotlin, JS codebase (maybe C# too if Rust for Windows isn’t stable enough) and I had a look at Bazel again, but already the official tutorial from last year didn’t work on the latest stable release so I gave up on it again. Anyone had similar experience and pushed through? Is it worth it?

I currently have a bunch of Python scripts and will most likely end up with Gradle which is ok but not great in my experience.
abiro
·6 yıl önce·discuss
Maybe not as great as Intellij, but definitely much better than VSCode
abiro
·6 yıl önce·discuss
I tend to run into performance regressions maybe once year after upgrading one of their non-Intellij products. I suppose this is because they mostly use Intellij internally so less dog fooding for other products.