Tesla Power Wall is apparently not the only option for home electric power backup
Anker SOLIX F3800 + Smart Home Power Kit - Anker US
$3,869.00 (regular $5,237.00)Tesla Power Wall is apparently not the only option for home electric power backup
Anker SOLIX F3800 + Smart Home Power Kit - Anker US
$3,869.00 (regular $5,237.00)How to Write a Book with AI in 2024 (2 Best Methods) - YouTube
The Big Book of Generative AI | Databricks
Best practices for building production-quality GenAI applicationsCo-Intelligence by Ethan Mollick: 9780593716717 | PenguinRandomHouse.com: Books
Co-Intelligence: Living and Working with AI: Mollick, Ethan: 9780593716717: Amazon.com: Books
"Something new entered our world in November 2022 — the first general purpose AI that could pass for a human and do the kinds of creative, innovative work that only humans could do previously. Wharton professor Ethan Mollick immediately understood what ChatGPT meant: after millions of years on our own, humans had developed a kind of co-intelligence that could augment, or even replace, human thinking. Through his writing, speaking, and teaching, Mollick has become one of the most prominent and provocative explainers of AI, focusing on the practical aspects of how these new tools for thought can transform our world."Watch Inside The Home Frank Lloyd Wright Designed For His Son | Unique Spaces | Architectural Digest
3D virtual tour of the house
David & Gladys Wright House - Phoenix, AZ Virtual Tour @ matterport
David and Gladys Wright House - Wikipedia
both lived to 100+ years, a healthy space
David Wright House- Phoenix | Frank Lloyd Wright Sites
David Wright was a sales rep for a concrete block company. The house his father designed for him is built with curved concrete block, as opposed to the wood that father Frank had envisioned. It does have wooden soffits and window frames and the roof is metal. Philippine mahogany was used for the ceilings, woodwork, cabinets and furniture. The floor is concrete, but the master designed a beautiful rug to cover it.The David and Gladys Wright House Launches Virtual Tour - Frank Lloyd Wright Foundation
David & Gladys Wright House - Frank Lloyd Wright Foundation
The David and Gladys Wright House Launches Virtual Tour - Frank Lloyd Wright Foundation
instead of Jest or similar popular libraries, node.js has embedded feature for running unit test
Test runner | Node.js v22.1.0 Documentation
Exploring the Node.js native test runner - LogRocket Blog
While some programming languages incorporate testing tools to the core language feature, this wasn’t the case in the JavaScript/Node.js ecosystem. Tools like Mocha, Jest, and Jasmine were created to help with elaborate testing mechanisms. A native test runner was added as an experimental feature to Node.js v18, and fully incorporated into the Node.js core in version 20.Is NodeJS Test Runner “Dev-Ready”? - DEV Community
Node.js — Using Node.js's test runner
example of "AI" generating unit tests:
Course: GitHub Copilot - The Complete Guide | Udemy Business
new Qualcom ARM based CPU + NPU
AI PCs Laptop Computers | Dell USA
with designated NPU or AI Chip, with Microsoft Copilot Key
DLAI - Building Agentic RAG with Llamaindex @deeplearning.ai
What Is Retrieval-Augmented Generation aka RAG | NVIDIA Blogs
Retrieval-augmented generation (RAG) is a technique for enhancing the accuracy and reliability of generative AI models with facts fetched from external sources.LlamaIndex, Data Framework for LLM Applications
LlamaIndex is the leading data framework for building LLM applicationsStrange as it may look after trying ChatGPT,
modern AI's don't "speak" English, or any other human language.
Sequences of numbers, usually called arrays in programming, and "vectors" in mathematics.
In particular GPU and NPU components used to process data,
are optimized for very fast processing such data.
The Building Blocks of LLMs: Vectors, Tokens and Embeddings @ TheNewStack
useful, not obvious formatting options:
How to add new line in Markdown presentation? - Stack Overflow
CommonMark and a few other lightweight markup languages let you type a backslash (\
) at the end of the line, but not all Markdown applications support this, so it isn’t a great option from a compatibility perspective.
www.jennasuedesign.com/hacienda-hideaway-porch-makeover/
inspirations
NEW Kia EV3: The One We’ve Been Waiting For? - YouTube
2026 Kia EV3: What We Know So Far @ CarAndDriver
See Exterior Photos of the 2026 Kia EV3
Jerry Seinfeld | Duke's 2024 Commencement Address - YouTube
"...AI, ... is the most embarrassing thingArray.from() - JavaScript | MDN
How to initialize an array's length in JavaScript? - Stack Overflow
Array.from('abcde'),
Array.from('x'.repeat(5))
Array.from({length: 5}, (v, i) => i) // gives [0, 1, 2, 3, 4]
const randomNumbers = Array.from({length: 10}, () => Math.floor(Math.random() * 100));
function getRandomColor() {
var r = Math.floor(Math.random() * 256);
var g = Math.floor(Math.random() * 256);
var b = Math.floor(Math.random() * 256);
return 'rgba(' + r + ', ' + g + ', ' + b + ', 0.2)';
}
const randomColors = Array.from({length: 10}, () => getRandomColor());
AI@Edge: "AI PCs" with NPUs
(neural processing unit)
Microsoft CEO Nadella on AI PC Plans, Taking on Apple, Fostering Competition - YouTube
from "Industrial Revolution"
to "Intelligence Revolution"
Artificial Intelligence Solutions | Microsoft AI
"Dude, easy as Dell" :)
Michael Dell, Jensen Huang and Bill McDermott on New AI Factories - YouTube
exclusive joint interview with Dell Chairman and CEO Michael Dell, Nvidia CEO Jensen Huang, and ServiceNow Chairman and CEO Bill McDermott to talk about a new partnership to build artificial intelligence "factories" and computers, reliance on Taiwan and the growth of AI. They speak from the Dell World Conference in Las Vegas.Dell Technologies Fast-Tracks AI-Driven Innovation with the Dell AI Factory | Dell USA
NVIDIA AI Enterprise | Cloud-native Software Platform | NVIDIA
Microsoft Build 2024: Everything Revealed in 9 Minutes - YouTube
At Microsoft Build 2024, CEO Satya Nadella discusses with developers the company’s strategy to add AI throughout its product lineup, from the cloud to the desktop PC. In addition, Nadella talks about its recent partnerships with Nvidia and AMD.Brave New Words by Salman Khan: 9780593656952 | PenguinRandomHouse.com: Books
GPT-4o (Omni) math tutoring demo on Khan Academy - YouTube
GPT-4o (Omni) Human interaction demo w/ Sal Khan - YouTube
AI's impact on Education || Khan Academy CEO || Salman Khan - YouTube
How AI Could Save (Not Destroy) Education | Sal Khan | TED - YouTube
AI & GPT-4 Revolutionize Education With Sal Khan | EP #35 Moonshots and Mindsets - YouTube
most of modern AI systems run on NVIDIA HW
So Nvidia stock is surging, and along with it a few related providers.
GET IN EARLY! Top 4 Stocks I'm Buying Thanks to OpenAI GPT-4o - YouTube
by Ticker Symbol YOU
Expected global AI market growth: 12x in next 8 years = 36%/year = 3x S&P500 SW+Services: 75%; HW: 25% |
for DIY AI chat solutions
very smart: "happiness comes from hard work"
Jensen Huang, Founder, President and CEO of NVIDIAStripe Sessions 2024 | Opening keynote - YouTube
example of making simple OpenAI API (Chat) GPT request with various prog. languages,
including unusual one, PowerShell
to run examples must have env var set: OPENAI_API_KEY
as declared in first line of shell scripts examples
Examples:
OpenAI provides "official" (SDK) libs/modules for Python and JavaScript
There are some additional community and Microsoft supported packages.
Unix: Linux / Mac / Windows WSL2
> export OPENAI_API_KEY="your_api_key_here"
this is calling REST API endpoint directly
Observe backtick (`) on the end of line that continues on next line