The best codebases are designed not just for what you need to do right now, but for easy extension to what you might want to do in the future. Hard part is minimizing the complexity paid today in exchange for the future optionality. Best way to learn—get it wrong a few times.
SOFTWARE
-
Code Execution in Sandboxed Environment Improves Security
By
–
also the code execution seems to be done in a sandboxed/isolated environment, much better than our default python repl
-

Code Interpreter API: Recreating ChatGPT’s Functionality Locally
By
–
Code Interpreter API ChatGPT's code interpreter is the hottest thing in the streets. A new project by @Shroominic takes a stab at recreating that functionality locally using OpenAI's apis Uses CodeBox – a sandboxed env with simple fileIO functionality Blog & GitHub
-
Margaret Hamilton’s Software Made Apollo 11 Moon Landing Possible
By
–
#otd in 1969, Apollo 11 took off – and then landed a man on the moon – thanks to software from an MIT team led by 32-year-old Margaret Hamilton.
— MIT CSAIL (@MIT_CSAIL) 16 juillet 2023
Full video: https://t.co/2mlGxroap7 (v/@MAKERSwomen)
More: https://t.co/sKTat9qbVW (v/@SmithsonianMag) #Apollo11 @NASA pic.twitter.com/Ob2Dn3BShv#otd in 1969, Apollo 11 took off – and then landed a man on the moon – thanks to software from an MIT team led by 32-year-old Margaret Hamilton. Full video: http://
bit.ly/2XxYlDM (v/
@MAKERSwomen
) More: http://
bit.ly/2XvI5mt (v/
@SmithsonianMag
) #Apollo11 @NASA -
Elegant Optimizations: From Intimidating to Natural Design
By
–
The best optimizations tend have the property that they seem intimidating when you first hear about them, but once you understand them, they feel so natural you wonder why anyone would implement a system any other way.
-
Unity Catalog Volumes: Govern Query Non-Tabular Data Preview
By
–
Discover, govern, and query any non-tabular data with Volumes in #UnityCatalog…now in public preview! Get a rundown of some of the most common use cases, key capabilities and how to get started
-
GPT4All Adds Embedding Support for Local Document QA
By
–
GPT4All is probably our most popular/used open source LLM integration – really excited they added embedding support now as well! Should help with fully local document question/answering tasks!
-

Breadcrumb Navigation for Code File Navigation
By
–
5/ Breadcrumb Navigation
— Replit ⠕ (@Replit) 14 juillet 2023
Click the breadcrumbs in a code file to navigate its contents and even switch to other files. pic.twitter.com/mZRYZIZ0Q95/ Breadcrumb Navigation Click the breadcrumbs in a code file to navigate its contents and even switch to other files.
-

Extra Delight Mode Adds Confetti Visual Feedback to Run Button
By
–
3/ Extra Delight Mode
— Replit ⠕ (@Replit) 14 juillet 2023
This setting applies a touch of positive vibes to your workflow by adding confetti when you click the Run button. pic.twitter.com/HDTORanGfD3/ Extra Delight Mode This setting applies a touch of positive vibes to your workflow by adding confetti when you click the Run button.
