Most of the stuff i send here is from twitter, yall should just create twitter accounts 😂
👍3
😐
> wakes up late
> needs to get to school by 2:30 for presentation
> takes a lada
> gets to the class
> no one is there
> checks telegram
> "class has been postponed to be at 7:00"
> wakes up late
> needs to get to school by 2:30 for presentation
> takes a lada
> gets to the class
> no one is there
> checks telegram
> "class has been postponed to be at 7:00"
The proper way to do IDs
1. Auto incrementing primary key
2. ULID visitor key
You shouldn't let anyone outside of the system know about the auto incrementing ID. This means you shouldn't use it in URLs, you shouldn't return it in your API responses. For all the above cases you should use a visitor key, which you store along wih the auto incrementing key. It's use is interfacing with the outside world, like in URLs and stuff. And finally you should only use the primary key for table relations.
1. Auto incrementing primary key
2. ULID visitor key
You shouldn't let anyone outside of the system know about the auto incrementing ID. This means you shouldn't use it in URLs, you shouldn't return it in your API responses. For all the above cases you should use a visitor key, which you store along wih the auto incrementing key. It's use is interfacing with the outside world, like in URLs and stuff. And finally you should only use the primary key for table relations.
👍4
Frectonz
The proper way to do IDs 1. Auto incrementing primary key 2. ULID visitor key You shouldn't let anyone outside of the system know about the auto incrementing ID. This means you shouldn't use it in URLs, you shouldn't return it in your API responses. For…
but real men use a global variable as a db
their code never crushes and
they just buy more ram when they ran out
their code never crushes and
they just buy more ram when they ran out
Somebody should rewrite sqlite-web in rust with a better UI.
GitHub
GitHub - coleifer/sqlite-web: Web-based SQLite database browser written in Python
Web-based SQLite database browser written in Python - coleifer/sqlite-web
This is a very futuristic thing to do now and they were doing it in 1995.
[Lisp in Web-Based Applications]
[Lisp in Web-Based Applications]
👍1
"Like the creators of sitcoms or junk food or package tours, Java's designers were consciously designing a product for people not as smart as them." - Paul Graham
[Java's Cover]
[Java's Cover]
We all knew this was happening. If yall are interested in lisp, join this group.
https://t.me/lisp_et
https://t.me/lisp_et
👍1