Lauri Peltonen (@lauripelto) 's Twitter Profile
Lauri Peltonen

@lauripelto

ZK & EVM freelancer

ID: 1454860585217183745

linkhttps://linktr.ee/lauripeltonen calendar_today31-10-2021 17:19:44

3,3K Tweet

1,1K Followers

686 Following

zak.eth (@0xzak) 's Twitter Profile Photo

🚨 I was just targeted in a sophisticated phishing attempt that almost got me. But I got the scammer on a live call (video recording below), strung him along, and trolled him with Kim Jong Un gay porn while dissecting his $3k/month malware kit. Buckle up, this gets wild. πŸ§΅πŸ‘‡

Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

How many times would a person be ok with explaining the same thing over and over again...? This is one of the beauties of AI. I've asked it to explain quotient polynomials at least 10 times now, with different examples. Thank you.

How many times would a person be ok with explaining the same thing over and over again...?

This is one of the beauties of AI. I've asked it to explain quotient polynomials at least 10 times now, with different examples.

Thank you.
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

It's time for Last Call for my ERC! The standard suggests a new way to encode a transaction hash with a chain id. This will enable things like forwarding a query to the correct blockchain explorer, based on just one string. User no longer needs to be asking "give me the

It's time for Last Call for my ERC!

The standard suggests a new way to encode a transaction hash with a chain id.

This will enable things like forwarding a query to the correct blockchain explorer, based on just one string. User no longer needs to be asking "give me the
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

My secret superpower is being confused. I get confused about ZK concepts, spend an eternity understanding them and then try to teach it to others. We desperately need more learning material for the "simple people" who are not expert cryptographers. Like me. After talking with

My secret superpower is being confused. 

I get confused about ZK concepts, spend an eternity understanding them and then try to teach it to others.

We desperately need more learning material for the "simple people" who are not expert cryptographers. Like me.

After talking with
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Who am I? What do I do? - Freelance developer obsessed with ZK and Solidity - I research, design architectures and hack on implementations - Write loads of educational ZK material that even makes people smile sometimes πŸ˜„ I'm open to various dev projects, ideally ones that

Who am I? What do I do?

- Freelance developer obsessed with ZK and Solidity
- I research, design architectures and hack on implementations
- Write loads of educational ZK material that even makes people smile sometimes πŸ˜„

I'm open to various dev projects, ideally ones that
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Can a (ZK?) protocol have partial soundness? Or is it always all or nothing? Imagine a protocol that has perfect soundness, except for one minor detail. Because of that small thing, the protocol is not secure. Does this make the whole protocol useless? I started considering

Can a (ZK?) protocol have partial soundness? Or is it always all or nothing?

Imagine a protocol that has perfect soundness, except for one minor detail. Because of that small thing, the protocol is not secure. Does this make the whole protocol useless?

I started considering
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Do you like the way I write and explain complicated topics? frankmangone showed me his article stash and it's full of very similar explanations. So if you want a lot more of the stuff I write, go check out his site! medium.com/@francomangone…

Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

I had a fun thought experiment the other day. What if I decided to deploy a Aztec mainnet alone? In theory, there's nothing stopping me. Most of the code is probably open source so I could just take the pieces, run them and call it Aztec. The fun thing about

Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Time for September freelancing update! πŸ’Έ Once a month I give an update on the previous month's earnings, projects and plans. So here goes for September. What did I do? - Finalized my STARK prover project that had been hanging for over a year - Continued RareSkills article

Time for September freelancing update! πŸ’Έ 

Once a month I give an update on the previous month's earnings, projects and plans. So here goes for September.

What did I do?
- Finalized my STARK prover project that had been hanging for over a year
- Continued RareSkills article
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

What the heck is Lagrange interpolation? Just published an article describing it in more details, but here's the short version. πŸ‘‡ Say you have a few measurements of something. Temperature, scores, money or just points on a chart. Interpolation is a method that helps you

What the heck is Lagrange interpolation?

Just published an article describing it in more details, but here's the short version. πŸ‘‡

Say you have a few measurements of something. Temperature, scores, money or just points on a chart.

Interpolation is a method that helps you
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Create your own contract dashboard! Or admin view. Or whatever simple interaction you need! Much more powerful than the rudimentary interaction options available in Etherscan.

Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

What a wonderful feeling. I got to go read crate documentation! Without AI! Sometimes AI just fails miserably in its task. When the fifth prompt keeps on using the same shit, it's time to throw out AI and go all-fashioned. Read some docs. Write some code. Refreshing.

What a wonderful feeling. I got to go read crate documentation! Without AI!

Sometimes AI just fails miserably in its task. When the fifth prompt keeps on using the same shit, it's time to throw out AI and go all-fashioned. Read some docs. Write some code.

Refreshing.
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

Oh look, a new, finalized ERC! Wouldn't it be great to know the context whenever you see a transaction hash? Someone needs to tell you the network/chain where the hash is generated. Otherwise you just have to check all options manually. This standard establishes a way to encode

Oh look, a new, finalized ERC!

Wouldn't it be great to know the context whenever you see a transaction hash? Someone needs to tell you the network/chain where the hash is generated. Otherwise you just have to check all options manually.

This standard establishes a way to encode
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

So, umm, I somehow thought we are the clients of headhunters? Is it normal for them to just ignore us? Is this normal policy nowadays? No, I didn't respond to this proposal. If they can't be bothered to answer their clients, why should I bother to answer them?

So, umm, I somehow thought we are the clients of headhunters?

Is it normal for them to just ignore us? Is this normal policy nowadays?

No, I didn't respond to this proposal. If they can't be bothered to answer their clients, why should I bother to answer them?
Lauri Peltonen (@lauripelto) 's Twitter Profile Photo

A client asked to add the Tron network to their small project. Easy enough, since it's an EVM chain, right? I had written some contracts for Tron a million years ago, and I remembered that part was pretty much like EVM. So I figured it's a rather regular EVM network. How wrong

A client asked to add the Tron network to their small project. Easy enough, since it's an EVM chain, right?

I had written some contracts for Tron a million years ago, and I remembered that part was pretty much like EVM. So I figured it's a rather regular EVM network.

How wrong