🚨🚨| NEW: Eduardo Saverin, one of the co-founders of Facebook, is among the 𝐁𝐈𝐋𝐋𝐈𝐎𝐍𝐀𝐈𝐑𝐄𝐒 who have been approached to join the consortium plotting to acquire a stake in Liverpool Football Club.
[@SkySportsNews]
قارتي الأفريقية الى الان في المونديال :
🇲🇦 = دور الـ 32 ✅
🇿🇦 = دور الـ 32 ✅
🇨🇮 = دور الـ 32 ✅
🇪🇬= دور الـ 32 ✅
🇨🇻 = دور الـ 32 ✅
🇬🇭 = دور الـ 32 ✅
🇸🇳= دور الـ 32 ⏳
🇩🇿 = دور الـ 32 ⏳
🇨🇩 = دور الـ 32 ⏳
قارتي وحبيبتي الماما أفريكا ترفعُ رأسي ❤️
Résultat ce fils de poulpe a auditer ma branche dev mais est reparti de la branche main qui date de 1 semaine en n’embarquant pas toutes les modifs front et contrats d’API.
Il a fix un truc oui dans le back mais tout autour il a fait de la merde turbo 100.
Et évidemment qu’a 4h du mat j’ai pas testé le front , ben non moi mes tests back sont passés j’ai dit “ouai trop cool” mais j’aurai pas du le croire.
Anthropic hate max.
Most students say they don't have resources.
Meanwhile, some of the best learning materials on the internet are completely free:
Computer Science Fundamentals
https://t.co/TixUJ1isY3
Data Structures & Algorithms
https://t.co/EGyon2SBWu
System Design
https://t.co/3z6U7AK9Rc
Web Development
https://t.co/w0fxW0A5gW
Frontend Development
https://t.co/y9RSRdhyBt
Backend Development
https://t.co/y9RSRdhyBt
DevOps
https://t.co/y9RSRdhyBt
Cloud Computing
https://t.co/y9RSRdhyBt
Data Engineering
https://t.co/g0OljYCkD6
Machine Learning & AI
https://t.co/HiJQXjkxoC
MLOps
https://t.co/jij6IbQE4P
Cybersecurity
https://t.co/HMxTjR3Wti
Linux
https://t.co/B1uEY4w3Nl
Free Programming Books
https://t.co/syyEvqZPd5
A student with an internet connection can learn almost every in-demand tech skill for free.
Information isn't scarce.
Consistency is.
i was reading the SQLite source
and found that DELETE does not actually shrink the database file
deleted pages are placed onto an internal freelist inside the file
new inserts reuse those free pages before growing the database again
the file itself only gets smaller when you run VACUUM
delete everything from a 1GB database and the file is still 1GB until you compact it
"We introduce the Polymarket-v1 Database: the complete on-chain trade archive of Polymarket’s first-generation CTF Exchange on Polygon, spanning 2022-11-21 to 2026-04-28...The dataset comprises 1.20 billion trade records across 1.30 million markets..."
Paper: https://t.co/22ignMPAft
Dataset: https://t.co/VCKQhrjLu3
Want to find active backdoor connections on your Linux system? 🚨
Here’s a one-liner to detect reverse shells and suspicious outbound connections:
netstat -antp | awk ‘$6 == “ESTABLISHED” && $5 !~ /:22$|:80$|:443$/ {print $5, $7}’ | sort -u
Miranda IM and dozens of other open source projects had this exact bug
PVS Studio found it in more than 100+ real codebases
what is the output when s = "" (empty string)?
supervision just hit 40,000 GitHub stars!
it now powers over 6.5k open-source computer vision projects, including all my demos like basketball AI
link: https://t.co/xXMRaS4ejS