2019 ACT EnergyLab Hackathon winner! I’d like to thank the judges, mentors, volunteers and other members of the event. Extremely talented and knowledgeable group of individuals, had a blast. Special thanks to my friend and teammate Avas Shrestha @EnergyLabAU#energylabhackathon
Can’t wait to tell my kids when I’m old the way we benchmarked performance and accuracy of video generation AI models back in the day, was by how accurately Will Smith ate spaghetti.
Good morning @AlboMP & @AngusTaylorMP
I am willing to sell you the following dashboard at a fair market value instead of you paying Accenture $20M to deliver a much worse version in 6 months' time.
⛽️ https://t.co/ycb5dOGMD9
@BKhakshoor@DamjanDabo@DropsDropski@morrisinlife@jsedlacekjr This ^ don’t put any sensitive API keys in your app, use a backend API that accepts a access_token or something similar that only authenticated users in your app can interact with and return via this API
Today we're excited to introduce Devin, the first AI software engineer.
Devin is the new state-of-the-art on the SWE-Bench coding benchmark, has successfully passed practical engineering interviews from leading AI companies, and has even completed real jobs on Upwork.
Devin is an autonomous agent that solves engineering tasks through the use of its own shell, code editor, and web browser.
When evaluated on the SWE-Bench benchmark, which asks an AI to resolve GitHub issues found in real-world open-source projects, Devin correctly resolves 13.86% of the issues unassisted, far exceeding the previous state-of-the-art model performance of 1.96% unassisted and 4.80% assisted.
Check out what Devin can do in the thread below.
With Microsoft #Graph Activity Log now in public preview let's talk about reconnaissance detection.
📢In my latest blog post I dive deep into the logs and show how you can detect tools like #bloodhound and #PurpleKnight using this new log source.
https://t.co/xPY5wyBEdN
This is just insane…
My GPT-4 coding assistant can now:
- build and design a frontend
- create a backend with working db
- correctly hook them up
- upload code to GitHub
- deploy it to Vercel
I can now build *complete* apps with nothing more than my voice.
The future is here!
Jarvis is now reality.
My GPT-4 coding assistant can now build & deploy brand new web apps!
It initializes my project, builds my app, creates a GitHub repo, and deploys it to Vercel.
All from simply using my voice.
@moshhamedani@traversymedia@thenewboston_og Totally agree. I attribute a lot of my SWE career success to you Mosh, your earlier videos on C#, https://t.co/vKcIeucPaH and Angular taught me a lot of my foundational knowledge I have today. I still recommend your content to newbies I meet and know.
Since Zod seems to be all the rage right now, wanted to share a pattern that I've really enjoyed using.
Just create `env.ts` at the base of your app and validate all your environment variables with Zod!
It's basically `env.local.example` on steroids