-
See https://news.ycombinator.com/item?id=15185383
Looking up COP's to find the error lines is inexact, slow and esp. 8% heavier than using less COP's and moving the opline to each op.
I had a opli…
-
https://frontendmastery.com/posts/the-evolution-of-scalable-css/
-
# Software Engineering: Version Control Systems (VCS)
Using a VCS in software development is standard by now but may add more complexities than you asked for.
[https://weisser-zwerg.dev/posts/softwa…
-
[This paper](https://jasony.me/publication/hotos23-qdlp.pdf) showed that, contrary to common beliefs, FIFO can outperform LRU on cache misses, as well as throughput and scalability.
> A cache c…
-
I was instructed in this HN thread:
https://news.ycombinator.com/item?id=20772971
... to formally request a working SFTP remote. We (rsync.net) already support restic and would like to give our…
-
In `example.py`, the loop at line 18 is incorrect. The code in line 22 should be inside this loop but it's outside.
-
### Summary
macOS extensions are on the way out, to be replaced by the File Provider Framework, already known from iOS/ipadOS: https://developer.apple.com/documentation/fileprovider
Some new pro…
-
http://stackoverflow.com/questions/42447259/flask-sqlalchemy-data-mapper-vs-active-record-pattern
-
As per https://github.com/dwyl/hq/issues/434, we have processes spread across multiple different repositories, but one thing we _don't_ have is a checklist for things we're making sure we're doing thr…
-
I have looked around in "lib" folder files and found that
there are only supports for "String" and "Number"
Since DynamoDB supports data type of Sets..
"Number Set" and "String Set" need to be supp…