Sabitlenmiş Tweet
Yannis
903 posts

Yannis
@yanstam
Crypto-g(r)eek turned philosopher. Building open-finance stuff before the cool kids named it DeFi. 'Revel in your time.'
London, England Katılım Ocak 2016
495 Takip Edilen440 Takipçiler

@anamorfosis @tbickle1976 Συνήθως κάθονται στα δεξιά εκτός από κάτι θείες και πιτσιρίκια, αλλά ευγενικά τους κάνω στην άκρη! Κάνει καλούς τετρακέφαλους επειδή τα σκαλιά είναι πιο μεγάλα στις κυλιόμενες 💪
Ελληνικά

@yanstam @tbickle1976 Με τοσα ατομα στις κυλιομενες στην Αθηνα, δεν μπορεις να περπατησεις σβελτα σε αυτες.
Ελληνικά

Μόνο εσύ δεν βιάζεσαι σε αυτή τη ζωή: το πραγματικό χακ εινα κυλιόμενες + ενεργό ανέβασμα . Και γυμνάζεσαι και πας πιο γρήγορα. Γράψε και κάτι για τους τύπους που είναι σε «διάδρομο επιτάχυνσης « (επίπεδο) σε αεροδρόμια και αράζουν και τους περνάς από δίπλα περπατώντας. Δεν έχει να κάνει τόσο με ελληνική κουλτούρα, έχει να κάνει με βαριοληδες
Ελληνικά

@tbickle1976 Δεν χτυπας εισιτηριο αν το παρεις;;;;
Παντως πραγματικα οταν βλεπω υγιες ατομο που δεν βιαζεται καν να παιρνει ασανσερ εκνευριζομαι βαθια.
Ελληνικά

I think we just got a demo of Mythos and I’m surprised nobodies talking about it.. 💔
In what might be the first instance the general public has seen of Claude Mythos
Mythos (TBD) just uncovered a critical zero-day vulnerability in Ghost, an open-source platform with over 50,000 stars on GitHub that has never had a critical security flaw in its entire history.
It identified a highly complex "blind SQL injection" a flaw so subtle you can't even see the output, only how the server delays its response. When asked to prove the severity of the bug, the model autonomously wrote a custom Python exploit script that successfully navigated the blind injection to extract the admin API key, secret, and password hashes from the database completely unauthenticated…
This is genuinely game changing because it proves frontier models can now actively discover, reason through, and successfully build exploits for invisible vulnerabilities in enterprise-grade architecture that human developers missed for years.
Cyber security companies are cooked.
English

I fucking love X.
Built a business that made me millions through it. Met more than a thousand smart people, many of which I've worked with. Logging in everyday to consume alpha.
Best social media, BY A LOT. It's the social media for the successful people. Thank you @elonmusk🫡
English

@g_basagiannis look bud. the amount of teachings and tickers I share is insurmountable. i don't care who you are, you don't pay me shit, i'm not your dad or finance manager, i don't click your buttons for you or tell you when to buy when to sell
grow up or litter away from my feed, appreciate
English

@anamorfosis Ε φαντάζομαι ότι αυτό παραβλέπεται επειδή είναι ξένη λέξη και δεν έχει κλίση…το κακό είναι ότι χρησιμοποιείται ως επιθετικός προσδιορισμός
Ελληνικά

@yanstam Χαχα δεν ειναι καν γενικη ομως, σαν να λες ολοι οι προεδρος ανθρωποι (ουτε καν προεδρου!).
Ελληνικά

@veryHighLander @CelermajerB @synthetix Exactly! Did they buy off-chain? Stake where exactly? Too many questions…
English

@CelermajerB @synthetix Why was so much SNX unstaked in the first place?
English

We’re about to stake so much $SNX you’re going to be tired of us staking. You’re going to say please @synthetix stop staking we can’t handle the staking
English

Ομολογω οτι λιγο Twin Peaks εχω δει, ενω λατρευω το στυλ. Και την μουσικη!
Ισως επειδη ειχα ακουσει οτι δεν εχει ολοκληρωθει & περιμενα να γινει.
Σιγουρα δεν εχω δει ταινια του Λυντς που να ηταν συνηθισμενη ή βαρετη. Πρωτη μου αυτη
youtube.com/watch?v=aepBpZ… Κριμα, νωρις εφυγε. ΣΓ

YouTube
Ελληνικά

@VangelisAndr @curiousgurnoor @paramonoww @0xren_cf @LefKok @Hevalon cool post, I'd like to see more blog posts like this, explaining what can and what can't be done with parallel execution.
English

64.85% of Ethereum transactions can be parallelized
full post: blog.sei.io/research-64-85…
Special thanks to @yanstam, @curiousgurnoor, @paramonoww, @0xren_cf, @LefKok, and @Hevalon for feedback and discussions.
-------------
🔍 Analysis of 2.49M Ethereum transactions demonstrates 64.85% parallelization potential using thorough transaction trace analysis via callTracer, examining state modifications and dependencies.
-------------
📊Methodology: Transaction dependencies identified through 4 key metrics:
ERC20 transfers (0xa9059cbb)
ETH transfers to EOAs
Contract function calls
Direct ETH transfers Conflicts tracked through state access patterns.
-------------
📈Critical finding: Only 35.15% of transactions show dependencies, suggesting significant performance optimization potential. Average block (n=14,400) contains 172.9 transactions, with 60.77 dependent txs/block.
-------------
💻Applied Amdahl's Law for parallel computing: P=0.649 (parallelizable fraction) Results show 1.95x speedup (4 cores) to 2.81x (128 cores) Real-world implications: 2-3x throughput increase possible.
-------------
✅Validated findings against @SeiNetwork's OCC implementation:
Avg incarnation rate: 2.68
Conflicts ≈ 1.68 per block Demonstrates practical viability of parallel execution.
-------------
📊Key insight: Even under heavy network utilization, conflict rates projected to stay below 50%, based on current Ethereum state access patterns and empirical OCC performance data.
-------------
🛠️Key takeaway: Parallel execution offers substantial throughput gains while maintaining developer-friendly environment. No complex parallel programming patterns required.
-------------
Full methodology, data analysis, and reproducible code available at: github.com/vangelisandr/e…
Curious to hear from blockchain architects & researchers: What other parallelization strategies might push this beyond 65%? Drop your thoughts on alternative dependency detection methods or share your own parallel execution findings 🤔

English

@elitischmos @aegeanairlines Γενικά απαράδεκτοι σε αυτό το κομμάτι. Τους είχα γράψει εδώ ότι στο mobile app έχει θέμα το 2fa αλλά ακόμη «κρασαρει». Μόλις τσέκαρα. Το αστείο είναι ότι θέλουν να τους κανεις και debugging.
Ελληνικά

Έχετε προσέξει πόσο δυσλειτουργικό είναι το online σύστημα της @aegeanairlines που μπορεί να είσαι logged-in στο mobile app, αλλά με τους ίδιους κωδικούς δεν σου επιτρέπει να κάνεις login στο web; Και είναι χρόοοονια τώρα το ίδιο απαράδεκτο, και πάντα εξίσου δυσλειτουργικό. #fail
Ελληνικά








