Lagoa Multiphysics 1.0 - a new version of the physics engine (video)
physics engine · Lagoa Multiphysics · Thiago Costa
Read Next
Recording meetings locally on Mac with transcription
Learn how to record and transcribe corporate meetings offline on Mac without cloud. Integration with LLM for summary. For developers — minimum 2500 characters, instructions and features.
TransformersPHP: transformers in PHP without Python
Integrating BERT and DistilBERT into PHP backend via ONNX. Local inference, embeddings, semantic search. Installation, code examples, optimization for middle/senior. Start without API.
HoloLens 4: brain-computer interface — marketing or breakthrough?
We analyze HoloLens 4 with a direct brain-computer interface: how the EEG bracelet works, who benefits from the technology, and why it might be a gimmick. Read the analysis.
Foundation Models in SwiftUI: Local AI
Integrate Foundation Models into SwiftUI for streaming text generation on device. Code example, streaming features and on-device inference. For iOS developers.
LLM agent Fusion 360: staircase design
Testing MCP LLM in Fusion 360 on a real task: treads, risers, posts. Parameterization issues and timeline clutter. For CAD developers.
ML in trading: why it doesn't predict prices
Learn why neural networks don't forecast the stock market, but solve tasks of signal filtering and order execution. Practical tips on ML for algo traders. Avoid errors in data and tests.
SD card as ROM for RISC-V YRV FPGA
Implementation of SD card as program memory for YRV on Tang Nano 9K: FSM, SPI, tests with HELO. Instructions for FPGA developers. Study the code and optimizations.
Native Windows 11 apps: Microsoft plans
Microsoft creates a team for 100% native apps without WebView. Learn details, examples, and what it means for developers. Read the WinUI updates analysis.
AI in software testing training: how to create courses with AI tools
Practical cases of implementing AI in testing courses. Creating sandboxes, generating tasks, RAG and gamification. Learn how to improve training without losing quality.
Inner join in Flink with Debezium CRUD
Implementation of real-time inner join of tables in Apache Flink with full support for create/read/update/delete from Debezium. Code, state management, limitations. For middle/senior dev.