HN user

70rd

84 karma
Posts0
Comments50
View on HN
No posts found.

Anyone tracking signup conversion will realize that phone numbers are autofilled whereas 2FA requires an installation for a greater number of users, leading to drop-off.

Open Circuits 3 years ago

I'd buy this (and gift it to everyone I'd think would like it) in an instant. Especially if you somehow included and refined the analysis you have in the blog posts.

Good at what they're being programmed for is a bit of tautology.

FPGAs being selected for performance per watt was only a fairly recent phenomenon, when they were deployed on semi large scale as password crackers/cryptocurrency miners.

Their real strength is ultimately real time processing (DSP or networking), with reconfigurability often quite valuable for networking applications. For DSP applications it's usually because a MOQ of custom silicon can't be justified.

Huh?

I quickly scrolled through and he does mention a move which could explain the tree change.

This is a pretty generic homelab, there's communities built around the hobby on reddit or lemmy.

It's 10k+ of equipement at retail but people in IT often get inside deals on old equipment that's being upgraded.

Use GNU Emacs 3 years ago

Remember to contribute money/time if you love and use emacs!

Microsoft recently cancelled PayPal for Github sponsors and Tarsius lost significant amounts of income (that was already below minimum wage)[1].

A small contribution, the price of a coffee a week, which for successful developers is very little, goes a long way in supporting open source that doesn't have extensive corporate support like chromium/linux/docker.

https://magit.vc/donate/ https://liberapay.com/hlissner/donate https://liberapay.com/bzg/ (org-mode maintainer) https://www.patreon.com/sanityinc (MELPA) https://github.com/freetonik/support-emacs-community-devs (other good list)

[1] https://www.reddit.com/r/emacs/comments/11cezoq/magit_mainta...

What exception? If you are a citizen and intend on returning to the US (or even intend to renounce) you should be in good standing with the IRS (FBARs and annual filings). You owe the difference between locally paid taxes and federal taxes, and can claim overpayment as tax credits.

Most low-earners don't bother with this and use the Foreign Earned Income Exclusion Act [1]. Don't forget about FBARs if you have more than 10k across foreign banks accounts.

[1] https://www.irs.gov/individuals/international-taxpayers/fore...

It's available as grey-market generics shipped from India (in the US). That said, it is Schedule IV.

It's fairly well tolerated and widely prescribed for narcolepsy, and used off label as a 'nootropic', or cognitive enhancer.

Ironically enough, the rate of adverse effects might actually be comparable to Advil, and modafinil has a noticeably lower median lethal dose.

An interesting approach to vendor-independent attestation was outlined in [1]. Basically the bitstream is fed into a physical unclonable function (PUF) which is used to derive a key to decrypt the rest of the bitstream. For attestation, one could simply store the secret part of an asymmetric key in the encrypted bitstream (for challenge-response).

[1]: An Autonomous, Self-Authenticating, and Self-Contained Secure Boot Process for Field-Programmable Gate Arrays, https://www.mdpi.com/2410-387X/2/3/15

There's a tradeoff between decentralization and throughput. In the extreme, only people owning entire datacenters could operate a full 'node' that would be processing 1 000 000 TPS.

Slowness is not the mechanism, ETH had ~13 second block times before the merge. Bitcoin is slow because the difficulty is targeting longer block times, not because of inherent need for slowness. Difficulty is only required so that adverserial agents (with less than 51% of hashpower) can't rewrite the chain and change transactions.

Scarce energy does not secure PoW, the value of the mined currency does, in the same way that scarce supply does not secure the gold standard, it's the value of gold (the 'fiat' shared illusion that it's a reserve).

I can fork a PoW chain with a difficulty bomb so that the difficulty is 1000x that of mainnet for any given hashrate. Energy is still scarce, you can't double spend energy on my chain and the 'real' one. Yet my chain isn't secure, because no one will recognize it as canonical: the rewards it yields aren't worth expending effort for.

I think you're confused about what the chain is securing. It's not who owns what, it's who spends WHEN. Distributed consensus of ownership does not require PoW/PoS, these were invented to solve double spending/censorship attacks that were a problem in P2P networks.

You can't attack a chain to muddle the past, only the present. A successful attack on ETH won't change who holds ETH, it will only prevent agreeing on who receives it.

Hard question to answer without specifying topics. The usual way is to find an introductory textbook on the subject, find the papers and authors referenced for results and theorems and work forward through the literature. This will give you both historical perspective and develop your knowledge at a gradual pace.