Agost Biro pfp

Agost Biro

@agostbiro

692 Following
2182 Followers


Agost Biro pfp
Agost Biro
@agostbiro
What’s your most controversial crypto take?
1 reply
0 recast
2 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Rust concurrency is like, great you have a Ferrari, but you have to drive it everywhere
1 reply
4 recasts
15 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Jetbrains Intellisense for TS is significantly faster in my experience than VSCode’s default TS LSP
1 reply
0 recast
1 reaction

Agost Biro pfp
Agost Biro
@agostbiro
Programmable cryptography with MPC
0 reply
0 recast
1 reaction

Agost Biro pfp
Agost Biro
@agostbiro
Works well in Switzerland where local trains serve as subways in cities. ~$7k for a first class annual subscription that covers the entire country. It’s a better option than a car for many.
0 reply
0 recast
1 reaction

Agost Biro pfp
Agost Biro
@agostbiro
I added some comments to the subset transitivity proof
0 reply
2 recasts
9 reactions

Agost Biro pfp
Agost Biro
@agostbiro
You don't get a louder warning than this https://www.nbcnews.com/politics/2024-election/13-former-trump-administration-officials-sign-open-letter-backing-john-rcna177227
0 reply
1 recast
7 reactions

Agost Biro pfp
Agost Biro
@agostbiro
After a two week hiatus I was considerably rustier, so just a short exercise today to prove the transitivity of subset relations: https://github.com/agostbiro/mathematics_in_lean/commit/16ae0aad2173868f365d147e43b7fee1fa65cc71 Gotta prioritize daily progress no matter what
0 reply
0 recast
9 reactions

Agost Biro pfp
Agost Biro
@agostbiro
constraints gud
0 reply
0 recast
11 reactions

Agost Biro pfp
Agost Biro
@agostbiro
I love this and pretty much all of Stephen Mitchell’s work. Recommend Book of Job by him if you haven’t already
1 reply
0 recast
2 reactions

Agost Biro pfp
Agost Biro
@agostbiro
I think about meme coins as Schelling points to express enthusiasm around a topic. So new social primitives for me
0 reply
0 recast
2 reactions

Arjan | That Poetry Guy pfp
Arjan | That Poetry Guy
@arjantupan
"This isn't about mimicking Silicon Valley. It’s about amplifying our unique European strengths: our diversity, our decentralized talent pool, and our unique startup hubs." This is precisely it. For a long time. It's time to finally change this. I signed. What about you? h/t @agostbiro https://www.eu-inc.org/
0 reply
1 recast
6 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Petition for the next commission to get eu/acc on their agenda: https://www.eu-inc.org/
0 reply
4 recasts
12 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Anna Karenina
2 replies
0 recast
2 reactions

Agost Biro pfp
Agost Biro
@agostbiro
https://www.washingtonpost.com/technology/2024/06/02/grayzone-russia-iran-support/
1 reply
0 recast
0 reaction

July pfp
July
@july
Part of this has to do with Intel x86 design, in the 70s and 80s as Intel was the dominant market leader in CPU cores, they kept throwing stuff ad hoc onto the chips they were building. Another reason they were eventually built in the low power market by ARM - Intel SGX being by built on x86 because it’s so haphazardly put together is vulnerable to side channel attacks. ARM (and its equivalent- ARM TrustZone) is also prone to having a single point of failure but the way it was designed was for components that could be more modular and separate (lower power MCUs needed more flexiblity in what components were going to be configured how vs power hungry x86 where you could just throw whatever junk in there and it would work) for a while this was done because everyone was on desktop, but now as we all know embedded systems are more prevalent than ever
1 reply
3 recasts
18 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Is anybody headed to Eurorust in Vienna? Hit me up if you do! I’ll be at the async workshop tomorrow
0 reply
1 recast
11 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Did a few more exercises in the Logic section of Mathematics in Lean. I like that they're introducing a bit of analysis with monotone and even/odd functions in this section to make it less dry. The exercises went quickly as I managed to guess the required theorem names the first or second time. This was previously a source of frustration, but it looks like I'm getting the hang of it. The naming is logical. One interesting bit is that I managed to write a simpler solution than the book for one of the exercises (dark picture is mine and bright is the book). The reason is probably the pattern matching in the rewrite tactic becoming more powerful since the book was written. https://github.com/agostbiro/mathematics_in_lean/commit/f0e5f3b3d40f3ca7d8b7810f7e58b49d24196021
0 reply
4 recasts
7 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Apple open sourced a break through model for monocular (single image) depth estimation. This is a huge unlock for many things from robotics to computer graphics. https://venturebeat.com/ai/apple-releases-depth-pro-an-ai-model-that-rewrites-the-rules-of-3d-vision/
1 reply
0 recast
26 reactions

Agost Biro pfp
Agost Biro
@agostbiro
Did some more exercises in the Logic section of the Mathematics in Lean book.[1] These introduced proof terms which are just a series of function applications with a more elegant lambda-like syntax. Proof terms underscore that proofs in Lean are really just functions from types to types that compile. As a I side note, the annoyance about having to guess theorem names to solve exercises remains. Hopefully I'll get better at this in the future or find better tools to help. https://github.com/agostbiro/mathematics_in_lean/commit/4aa78ca0f8d8dc4c983b429f5dab26d26b726aa7
0 reply
0 recast
5 reactions