-
The people who made PostgreSQL have created this document:
Some things I noticed
- Char should never be used -> We use it a lot
- Varchar(n) should probably not be used -> We use it
Opinions …
-
## Overview
Scrapy is a Python web scraping framework, but it also offers a lot of encapsulated async data processing functionality independent of actual web scraping. Since I have now done the same …
-
I've been using Duo for about a week, primarily for local game streaming. I've set it up with the credentials for the only local account on my PC, and everything works fine for playing games through M…
-
-
Belangrijke afspraken, best practices en code conventies voor een vloeiende samenwerking.
## Code conventies
- Mobile First
- Kebab-case in html en css
- CamelCase in javascript
- Witregel na sectio…
-
Config for convergence testing is unclear. Create a best practice config in torchtitan for convergence testing.
-
Find a linter or look up some best practices for Solidity contracts and apply them to the deposit contract.
Lets do things that are reasonable, but skip any 'best practices' that we think are silly…
-
-
-
### Describe the problem
Today, I was confronted with a GTFS feed that used 100+ character IDs for individual trip_ids. You may guess what the size of the feed looked like. Their old feeds used only …