Categories
Tags
algorithms APIT arm assembly asynchronous base64 Blogging box c clang-format cmake compiler concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db Demo deserialization discrete doc DP Dynamic Example FFI flat_map FP Functional functions futures Fuwari GATs gccrs generics gitignore GUI hacking hashmap haskell heap interop invariant iterator justfile kernel LaTeX LFU linux MachineLearning Markdown math ML OnceLock optimization OS parallels perf physics pin postgresql release RPIT rust science Science serialization shift sin SmallProjects std String surrealdb swisstable synchronous tan traits triangulation utf16 utf8 Video x86_64 xilem zig
260222_ChristoffelSymbols_in_Riemannian_Geometry
2026-02-22
The Christoffel Symbols In Riemannian Geometry
737 words
|
4 minutes
260217_SurrealDB_Basic001
2026-02-17
SurrealDB is an end-to-end cloud native database for web, mobile, serverless, jamstack, backend, and traditional applications. SurrealDB reduces the development time of modern applications by simplifying your database and API stack, removing the need for most server-side components, allowing you to build secure, performant apps quicker and cheaper. SurrealDB acts as both a database and a modern, realtime, collaborative API backend layer. SurrealDB can run as a single server or in a highly-available, highly-scalable distributed mode - with support for SQL querying from client devices, GraphQL, ACID transactions, WebSocket connections, structured and unstructured data, graph querying, full-text indexing, geospatial querying, and row-by-row permissions-based access
1764 words
|
9 minutes
260215_PostgresSQL_backup_export_import
2026-02-15
extract files to PostgreSQL DB files
334 words
|
2 minutes
260214_PostgreSQL_and_Rust_DB_001
2026-02-14
PostgreSQL also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation, durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. PostgreSQL은 확장성과 SQL 준수를 강조하는 무료 오픈 소스 관계형 데이터베이스 관리 시스템(RDBMS)입니다. PostgreSQL은 원자성, 일관성, 격리성, 내구성(ASID) 속성, 자동으로 업데이트 가능한 보기, 구체화된 보기, 트리거, 외부 키 및 저장 프로시저를 갖춘 트랜잭션을 특징으로 합니다.
6653 words
|
33 minutes
260212_Linear_Regression
2026-02-12
We’ll implement 1D Linear Regression using Batch Gradient Descent.
453 words
|
2 minutes
260211_How_to_Train_a_Neural_Net_SGD001
2026-02-11
1. Gradient descent) How to Train a Neural Net MIT OpenCourseWare
346 words
|
2 minutes