The Bun Shell is a new experimental embedded language and interpreter in Bun that allows you to run cross-platform shell scripts in JavaScript & TypeScript.
You can use JavaScript variables in your shell scripts:
The Bun Shell is a new experimental embedded language and interpreter in Bun that allows you to run cross-platform shell scripts in JavaScript & TypeScript.
import { $ } from "bun";
// to stdout:
await $`ls *.js`;
// to string:
const text = await $`ls *.js`.text();
You can use JavaScript variables in your shell scripts:
import { $ } from "bun";
const resp = await fetch("https://example.com");
const stdout = await $`gzip -c < ${resp}`.arrayBuffer();
useful or dangerous for readability of code?
GOTO in disguise?
Labeled statement - JavaScript | MDN
.NET Rocks! .NET Aspire with David Fowler
...the tools to make building cloud-native .NET applications easier. David discusses the challenge of not re-creating the past - tools like Azure Service Fabric. However, the complexity of containerized applications is real. Aspire can make it simpler to take advantage of being in a container, on the cloud, with all the telemetry, observability, scalability, and flexibility that being cloud-native can bring you!Let's talk FreeBSD (finally) with Allan Jude (Changelog Interviews #574) |> Changelog
FreeBSD & OpenZFS developer, Allan Jude, to learn all about FreeBSD. Allan gives us a brief history of BSD, tells us why it’s his operating system of choice, compares it to Linux, explains the various BSDs out there & answers every curious question we have about this powerful (yet underrepresented) Unix-based operating system.from the same author of very popular Python course Python for Everybody | Coursera
C Programming for Everybody | Coursera
Instructor: Charles Russell Severance
"everybody" is a stretch, since C pointers are challenge even for very experienced developers...
Anyway, C is useful for extending Python, but with Mojo now being available even that use-case is becoming questionable... Maybe compiling to WASM to speed up web?
C is foundation of most modern software, so it is "good to know" but not for everybody :)
Learn C Programming Using the Classic Book by Kernighan and Ritchie
In the course, Dr. Charles Severance will help you learn C programming by taking you through the classic 1978 C programming book written by Ritchie and Kernighan.C Programming - freeCodeCamp.org
a puzzle!
MIT reveal Lamborghini battery with 500 kw charging & 765 Wh energy density - YouTube
Lamborghini licenses MIT’s new high-capacity, fast-charging organic battery tech | TechCrunch
VW ID.7 electric wagon gets massive 426-Mile Range and huge boot - YouTube The Electric Viking
Volkswagen ID.7 Review: Inoffensive to a Fault | WIRED
From adjusting heating and air conditioning to finding the closest Italian restaurant: Volkswagen will integrate ChatGPT capability into its cars' voice assistant, allowing customers to not only control basic car functions hands-free but to have "enriching conversations" while driving.
CPU, GPU, ... LPU = Language Processing Unit
overnight success, 8 years in making...
it is much faster than ChatGPT!
Groq is introducing a new, simpler processing architecture designed specifically for the performance requirements of machine learning applications and other compute-intensive workloads. The simpler hardware also saves developer resources by eliminating the need for profiling, and also makes it easier to deploy AI solutions at scale.E167: Nvidia smashes earnings (again), Google's Woke AI disaster, Groq's LPU breakthrough & more - YouTube All-in Podcast @YouTube
Groq - Crunchbase Company Profile & Funding
The Fastest AI Chip in the World Explained - YouTube
58K downloads, MIT
crosstype/node-html-markdown: Fast HTML to markdown converter for NodeJS or the browser @GitHub
486K downloads, MIT
mixmark-io/turndown: 🛏 An HTML to Markdown converter written in JavaScript @GitHub
showdownjs/showdown: A bidirectional Markdown to HTML to Markdown converter written in Javascript @GitHub MIT lincense
Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with Node.js).Showdownjs - A markdown to HTML converter
Introduction - Showdown documentation
showdown - npm
585K downloads, MIT
+$270B in a day!
Markets News, Feb. 23, 2024: Stocks Close Mixed to Cap Winning Week; Nvidia Briefly Tops $2T
Nvidia (NVDA) briefly jumped above a $2 trillion market capitalization in early trading, making it only the fourth U.S. company to reach the milestone. The company added $270 billion to its market cap yesterday in the largest ever single-day jump in market value.
nvidia stock price - Google Search
E167: Nvidia smashes earnings (again), Google's Woke AI disaster, Groq's LPU breakthrough & more -
All-in-podcast @YouTube
System Data | Capital Bikeshare
... invite developers, engineers, statisticians, artists, academics and other interested members of the public to use the data we provide for analysis, development, visualization
Index of bucket "capitalbikeshare-data"
Microsoft Azure AI Fundamentals AI-900 Exam Prep | Coursera
China just proved that Elon Musk's Hyperloop idea was actually genius - YouTube
a "maglev" fast train in partial vacuum... very expensive, very fast, but how useful?
Is China is running out of expensive mega-projects?
Hyperloop as originally proposed would not be as expensive, and would be useful.
In fact it was proposed as a better alternative to "fast trains"
.NET intro from experts on other platforms, such as Java...
ASP.NET Basics for Experts | Microsoft Learn
what if you could take your web applications to the next level just by getting the fundamentals right?Artificial intelligence (AI) application templates and examples | Vercel – Vercel
2 people startup, 2 millions of users (!), profitable!
to keep it functioning and profitable,
needed to move out of (PaaS) cloud (Heroku) to "baremetal cloud",
with Cloud 66 · Everything you need to run your code to any cloud
Rails + "local" DB, local AI
excellent podcast!
The StoryGraph | Because life's too short for a book you're not in the mood for
A Word of Warning | Nadia Odunayo | TEDxUCSD - YouTube TED talk
Getting to One Million Users as a One-Woman Dev — Nadia Odunayo - YouTube Rails talk
example book:
Areté: Activate Your Heroic Potential by Brian Johnson | The StoryGraph