There is a new item in my collection of non-DB SQL tools at github:
GitHub
useful-links/non-db-sql.md at master · antonrevyako/useful-links
Contribute to antonrevyako/useful-links development by creating an account on GitHub.
🥴4❤1🖕1
Forwarded from Технологический Болт Генона
This media is not supported in your browser
VIEW IN TELEGRAM
Пятница! (давненько не было, конечно)
Игра сделана на SQL полностью, включая ИИ врагов, рендеринг, 3D raycasting и т.д.
A Doom-like game using DuckDB
https://github.com/patricktrainer/duckdb-doom
Почитать подробнее как это работает можно тут
Abusing DuckDB-WASM by making SQL draw 3D graphics (Sort Of)
https://www.hey.earth/posts/duckdb-doom
Запуск происходит в WebAssembly версии DuckDB
https://github.com/duckdb/duckdb-wasm
https://shell.duckdb.org/
За наводку спасибо подписчику
Игра сделана на SQL полностью, включая ИИ врагов, рендеринг, 3D raycasting и т.д.
How It Works
The game uses SQL in interesting ways:
- 3D Rendering: Uses recursive CTEs to implement raycasting
- Game state: Stored in tables (player, enemies, bullets, map)
- Physics: SQL queries handle collision detection and movement
- Rendering: Views transform the 3D world state into ASCII art
A Doom-like game using DuckDB
https://github.com/patricktrainer/duckdb-doom
Почитать подробнее как это работает можно тут
Abusing DuckDB-WASM by making SQL draw 3D graphics (Sort Of)
https://www.hey.earth/posts/duckdb-doom
Запуск происходит в WebAssembly версии DuckDB
https://github.com/duckdb/duckdb-wasm
https://shell.duckdb.org/
За наводку спасибо подписчику
🔥12🍌1👾1
💔7👍3
Forwarded from Snowflake daily
FixupX
Snowflake (@Snowflake)
We're thrilled to announce we’ve signed an agreement to acquire @crunchydata! 🚀 This strategic move will bring Snowflake Postgres—an AI-ready, enterprise-grade PostgreSQL database—to our AI Data Cloud. Developers will be able to leverage the full power of…
Someone I know is looking for someone with experience in migrating stored procedures from MSSQL to POSTGRESQL. Who has experience? Contact me.
🤡1
https://fixupx.com/thegeeknarrator/status/1941725507067809822
https://www.youtube.com/watch?v=IvE1VbOol88
https://www.youtube.com/watch?v=IvE1VbOol88
🧵 Thread • FixupX
Kaivalya Apte - The Geek Narrator (@thegeeknarrator)
"Breaking Distributed Systems with Kyle Kingsbury" is out now 🥳
If you are interested into Distributed systems, this episode is for you.
Here are some takeaways from the episode:
- Reading documentation is a crucial first step in testing systems.
- Testing…
If you are interested into Distributed systems, this episode is for you.
Here are some takeaways from the episode:
- Reading documentation is a crucial first step in testing systems.
- Testing…