[phind.com] is a coding assistant that works better than others that I’ve tried after a small amount of testing.
Orca 2 🐳 GIANT Innovation For AI Logic/Reasoning
Davinci Resolve : How to Reduce File Size
I Was SCARED To Say This To NASA… (But I said it anyway) – Smarter Every Day 293
Designing a Next-Gen Marine Thruster (MHD drive)
Where are Washing Machines Born?
2D Blue Pencil Sketch Filters for ZBrush BPR Render
AI NEWS – You’re Not Gonna Want to Miss This
[krea.ai] looks like an awesome new art tool.
Twitter has lots of art examples [from people using Krea].
PavWork15: ArrayMesh to NanoMesh
AutoGen with Ollama/LiteLLM – Each Agent With Its OWN LOCAL MODEL (Tutorial)
You can use external GPUs on the Raspberry Pi 5
Building a Generator
Coding Adventure: Ant and Slime Simulations
Coding Adventure Simulating Fluids
Walking Star Wars Droid Prototype
What Is Q*? The Leaked AGI BREAKTHROUGH That Almost Killed OpenAI
3R1C 6502 playing some games
#AskZBrush: “Is it possible to move and scale all Subtools in a folder simultaneously?”
Rapper x Large Language Models | Google Lab Sessions
Beelink Mini PC, Intel12th i5-12450H
What comes after LLMs?
Fanless N100 Mini PCs Are Here! Neosmay AC8-N Review
Watch This BEFORE You Buy Zbrush in 2023…
[ZBrush Core Mini] is free
WebSockets with C++ and Boost
[Cpp_BoostWebSocketClient] Boost is a better way to go for C++ WebSockets. WebAssembly is not yet ready for WebSockets because it depends on the browser. Golang + WebAssembly + WebSockets needs more time to develop.
Running JavaScript in WebAssembly with WasmEdge
[Running JavaScript in WebAssembly with WasmEdge]
[Install and uninstall WasmEdge]
[Build and run a standalone WebAssembly app]
Missing exec_wasm.js
wasmedge ..\wasm\hello.wasm
[2023-11-21 16:12:43.280] [error] instantiation failed: unknown import, Code: 0x62
[2023-11-21 16:12:43.281] [error] When linking module: “gojs” , function name: “runtime.scheduleTimeoutEvent”
[2023-11-21 16:12:43.282] [error] At AST node: import description
[2023-11-21 16:12:43.283] [error] At AST node: import section
[2023-11-21 16:12:43.283] [error] At AST node: module
Try to include exec_wasm.js
wasmedge –dir .:. ../wasm/hello.wasm js/wasm_exec.js WasmEdge Runtime
[2023-11-21 16:18:26.949] [error] instantiation failed: unknown import, Code: 0x62
[2023-11-21 16:18:26.950] [error] When linking module: “gojs” , function name: “runtime.scheduleTimeoutEvent”
[2023-11-21 16:18:26.950] [error] At AST node: import description
[2023-11-21 16:18:26.950] [error] At AST node: import section
[2023-11-21 16:18:26.951] [error] At AST node: module