Steve Borosh (@424f424f) 's Twitter Profile
Steve Borosh

@424f424f

hacker

ID: 97659697

calendar_today18-12-2009 12:54:07

11 Tweet

19 Followers

0 Following

AI at Meta (@aiatmeta) 's Twitter Profile Photo

We’ve developed TransCoder, the first self-supervised neural transcompiler system for migrating code between programming languages. Transcoder can translate code from Python to C++, for example, and it outperforms rule-based translation programs. ai.facebook.com/blog/deep-lear…

OpenAI (@openai) 's Twitter Profile Photo

OpenAI Codex has a qualitatively new capability — it can write code with sufficient accuracy that users can direct their computer in natural language. Codex is now in OpenAI API, for people to build new businesses or integrate with existing applications: openai.com/blog/openai-co…

Google DeepMind (@googledeepmind) 's Twitter Profile Photo

Introducing #AlphaCode: a system that can compete at average human level in competitive coding competitions like Codeforces. An exciting leap in AI problem-solving capabilities, combining many advances in machine learning! Read more: dpmd.ai/Alpha-Code 1/

Introducing #AlphaCode: a system that can compete at average human level in competitive coding competitions like <a href="/codeforces/">Codeforces</a>. An exciting leap in AI problem-solving capabilities, combining many advances in machine learning! 

Read more: dpmd.ai/Alpha-Code 1/
Diana Adams (@adamsconsulting) 's Twitter Profile Photo

I can't stop watching these neural networks. bit.ly/3E7gKOw (by Vincent Granville via Dr. Ganapathi Pulipaka 🇺🇸) #Tech #BigData #Analytics #DataScience #AI #ArtificialIntelligence #MachineLearning #ML #IoT #5G #Data #DeepLearning #Cloud #CloudComputing #Programming #Coding #100DaysofCode

Big Data Analytics News (@bdanalyticsnews) 's Twitter Profile Photo

Top machine learning Algorithms for predictions #ArtificialIntelligence #AI #ML #DataScience #DataScientists #innovation #CodeNewbies #Tech #deeplearning #CyberSecurity #nocode #Python #Coding #javascript #rstats #100DaysOfCode #programming #Linux #lowcode #IoT #IIoT #BigData

Top machine learning Algorithms for predictions

#ArtificialIntelligence #AI #ML #DataScience #DataScientists #innovation #CodeNewbies #Tech #deeplearning #CyberSecurity #nocode #Python #Coding  #javascript #rstats #100DaysOfCode #programming #Linux #lowcode #IoT #IIoT #BigData
Black Hills Information Security (@bhinfosecurity) 's Twitter Profile Photo

TL;DR We built a post-compromise toolset called GraphRunner for interacting with the Microsoft Graph API. Introducing GraphRunner: A Post-Exploitation Toolset for Microsoft 365 by: Beau Bullock & Steve Borosh Published: 10/19/2023 Learn more: blackhillsinfosec.com/introducing-gr…

TL;DR We built a post-compromise toolset called GraphRunner for interacting with the Microsoft Graph API.

Introducing GraphRunner: A Post-Exploitation Toolset for Microsoft 365
by: <a href="/dafthack/">Beau Bullock</a> &amp; <a href="/424f424f/">Steve Borosh</a>
Published: 10/19/2023

Learn more: blackhillsinfosec.com/introducing-gr…
HackSpaceCon (@hackspacecon) 's Twitter Profile Photo

Offensive Operations Against Foreign Adversaries: “C2 Agent 7589292 authenticated from core17.kremlin.ru as Администратор.” Join Steve Borosh & K on a journey as a hacker with no restrictions at HSC24's workshops! eventbrite.com/e/hack-space-c…

Offensive Operations Against Foreign Adversaries: “C2 Agent 7589292 authenticated from core17.kremlin.ru as Администратор.” Join <a href="/424f424f/">Steve Borosh</a> &amp; <a href="/_k_4_t_3_/">K</a> on a journey as a hacker with no restrictions at HSC24's workshops! eventbrite.com/e/hack-space-c…
Python Coding (@clcoding) 's Twitter Profile Photo

What will be the output of the following code? class Number: integers = [5, 6, 7] for i in integers: i * 2 print(Number.i)