🎙Exciting news! Introducing the CS Café podcast ☕️ hosted by @CobolStone 🌐 Join us as we dive into the amazing world of #Security, #AI and more! 🚀
📺 Watch on YouTube: https://t.co/uBhAERFnNk
🎧 Listen on Spotify: https://t.co/f352Z2LAsL
CS News #8 is out 🚀
- ⚙️Discover @aztecnetwork upcoming hybrid zkrollup to extend #Ethereum with privacy features
- 🔥See what is #mojo, the new programming language for AI, a superset of Python with C-like performances!
- 🥊Update on the #Google vs #OpenAI AI war!
Link in🧵
CS News #7 is out ☀️ Discover @zksync#Era launch, @PyTorch 2.0 release and Microsoft vs Google battle on AI productivity tools
Read it now👇
https://t.co/HgGi2goEkR
CS News #6 is out 🔥! Discover what is the #LLaMA model from @MetaAI, how #ControlNet model works, what is the current state of Smart Contract security and how was the #Plan9 project designed to take over UNIX!
👇
https://t.co/gcAhCYbxI6
CS News #5 is out 🤗 discover NodeJs rising alternatives like @deno_land and #BunJs, 🧠 @Starknet prover Open Source announcement, 🥊 Google vs Microsoft on #AI and #DRL based agent environment mapping
⤵️
https://t.co/dklYIHS3Ts
CS News #4 is out 🚀 Discover how you can use #angr for Symbolic Analysis, the new Google #MusicML model for music generation and #DetectGPT to detect if ChatGPT has been used to generate a text 👀
Read it here 👉 https://t.co/9S3FGKl4l2
CS News #3 is out!
💡Discover how @gizatechxyz brings AI models on-chain
🔒 @github announced 3 Git vulnerabilities leading to RCE
🧠 @GoogleAI 2022 retrospective and future roadmap
But also many more interesting Computer Science news and resources!
👉 https://t.co/dz0PTGFiHW
We've learned a lot from the ChatGPT research preview and have been making important updates based on user feedback. ChatGPT will be coming to our API and Microsoft's Azure OpenAI Service soon.
Sign up for updates here: https://t.co/C7kMVpMAKv
CS News #2 is out! 🔥 Better Go concurrency, Rust in Chromium, Tracr, RL in Minecraft... Read the latest AI, Security and Software news here: https://t.co/5XYvgkBlFF
@OpenAI launched JukeBox: "a neural net that generates music, including rudimentary singing, as raw audio in a variety of genres and artist styles." https://t.co/2qWSTcdBtc
"Hacker News is typically ahead of the mainstream, often by a few years, but you would need to be paying very close attention to catch the early mentions of a new tech trend."
https://t.co/R7Fzu2NbIY
Malware analysis of a Mirai Botnet malware variant that exploits Huawei vulnerability of CVE-2017-17215
https://t.co/jeXWCgiStA
#malwareanalysis#cybersecurity#infosec#CVE
@OpenAI released Codex, the model used by @github copilot, on a private API available through a waiting list. Check out the paper here➡️ https://t.co/WuZMVozCOV
and the waiting list here➡️
https://t.co/MTtU9xlP0L
@cutter_re is a great tool to start #ReverseEngineering ctf challenges. If you want to learn more, check out their documentation (https://t.co/1KQCXZaQif) and their featured articles here https://t.co/XWq96eIJLZ
You are starting #ReverseEngineering and don't really know what to do with your binary ? Let's see how you can use @cutter_re to approach a reverse challenge in a CTF competition. Thread ⬇️
If you want to run the binary to study its behavior, you can use the debugger (in beta). Once you've specified the program parameters, you can start executing instructions, looking at the stack and the registers. You can also edit their value during the run!