Do you know this? ๐ฆ
The dinosaur in the Chrome Dino, the little game that appears when you're offline, is meant to say That u are in the dinosaur era..... ๐
and now I'm in a situation with poor connectionโฆ so I'm playing it ๐ญ
BTW, you can also play it even when you're online.
Just type this in your browser: chrome://dino. ๐
The dinosaur in the Chrome Dino, the little game that appears when you're offline, is meant to say That u are in the dinosaur era..... ๐
and now I'm in a situation with poor connectionโฆ so I'm playing it ๐ญ
BTW, you can also play it even when you're online.
Just type this in your browser: chrome://dino. ๐
Forwarded from JavaScript
In CSS is DOOMed, Niels Leenheer shows off how he implemented a version of 1993's Doom using purely CSS rendering (with the game logic in JavaScript). Play it for yourself or check out the code.
JavaScript
In CSS is DOOMed, Niels Leenheer shows off how he implemented a version of 1993's Doom using purely CSS rendering (with the game logic in JavaScript). Play it for yourself or check out the code.
Do u think css is just for styling?
All walls, enemies, gunfire, and effects are built using CSS properties.
๐ old Doom used JS + Canvas/WebGL.
๐ this version uses JS + CSS as the drawer, fully playable! Use arrows of Your pc to play it if u like OG.
All walls, enemies, gunfire, and effects are built using CSS properties.
๐ old Doom used JS + Canvas/WebGL.
๐ this version uses JS + CSS as the drawer, fully playable! Use arrows of Your pc to play it if u like OG.
๐2
I built a very little game too๐. Open it in Ur browser. If u score more than $20, drop Ur account in the comments.
๐ญ1
Want to understand long YouTube videos quickly or got no time to watch?
convert them into transcripts , process it with ai as u want and read it .
tool : link
convert them into transcripts , process it with ai as u want and read it .
tool : link
youtubetotranscript.org
YouTube to Transcript | Free Video to Text Converter
Convert YouTube videos to accurate text transcripts. Free tool with multiple formats and AI analysis.
โค3
ai-models-guide-2026 (1).pdf
540.7 KB
got confused with different ai models dropped every week ? know about categories of the current models , compare them through benchmarks and stay consistently updated.
N.B: categories also cant be constant all time coz each ai models is becoming multimodal
N.B: categories also cant be constant all time coz each ai models is becoming multimodal
โค1
Ever opened a new codebase to understand and felt lost?
CodeFlow turning any GitHub repo or local project into an interactive architecture map.
Visual file dependency
Blast radius(see wt breaks when u change a file)
Code health and more.
Interesting part? It is built as just one html file. ๐ Proof powerfull dev tools can run entirely in the browser.
Try it: [link]
repo: [link]
CodeFlow turning any GitHub repo or local project into an interactive architecture map.
Visual file dependency
Blast radius(see wt breaks when u change a file)
Code health and more.
Interesting part? It is built as just one html file. ๐ Proof powerfull dev tools can run entirely in the browser.
Try it: [link]
repo: [link]
codeflow-five.vercel.app
CodeFlow โ Visualize Your Codebase Architecture
Turn any GitHub repo into an interactive architecture map in seconds. Zero setup, privacy-first.
๐ฅ1
Meet InstantDB ๐ฅ
An open source modern Firebase alternative for building real-time apps with almost zero backend code.
๐Fast, local-first, offline support, and AI-friendly.
GitHub: [link]
Docs: [link]
Recommended if you build apps quickly! and for Ai coded apps.
An open source modern Firebase alternative for building real-time apps with almost zero backend code.
๐Fast, local-first, offline support, and AI-friendly.
GitHub: [link]
Docs: [link]
Recommended if you build apps quickly! and for Ai coded apps.
GitHub
GitHub - instantdb/instant: Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streamsโฆ
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams โ everything you need to ship apps your users will love. - instantdb/instant
โค1
Was confused about this.
Transfer Protcol Vs API design Style
1. Api design styles(REST, GraphQL etc....)
Describe the architectural pattern - how two programs logically communicate.
E.g:
RequestโResponse design new? ๐ REST, SOAP
Remote Procedure Call (RPC) design new? ๐ gRPC, classic RPC
2. Transfer Protocols(Http, ftp, SMTP,.. Etc)
Define the actual wire-level communication between two programs in network - the rules, formats, and status codes
E.g:
HTTP ๐ request/response with methods (GET, POST) and status codes (200 OK, 404 Not Found)
It is like when one program say 200 OK, the other program understood like it works.
So REST is one of API design style, HTTP is one of a transfer protocol.
REST defines how APIs work generally , HTTP defines how data is sent actuality so two programs communicate - just like a language
Transfer Protcol Vs API design Style
1. Api design styles(REST, GraphQL etc....)
Describe the architectural pattern - how two programs logically communicate.
E.g:
RequestโResponse design new? ๐ REST, SOAP
Remote Procedure Call (RPC) design new? ๐ gRPC, classic RPC
2. Transfer Protocols(Http, ftp, SMTP,.. Etc)
Define the actual wire-level communication between two programs in network - the rules, formats, and status codes
E.g:
HTTP ๐ request/response with methods (GET, POST) and status codes (200 OK, 404 Not Found)
It is like when one program say 200 OK, the other program understood like it works.
So REST is one of API design style, HTTP is one of a transfer protocol.
REST defines how APIs work generally , HTTP defines how data is sent actuality so two programs communicate - just like a language
๐2