Link Blog
June 2022
Streamlit • The fastest way to build and share data apps
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
Git Timeline Generator | Preceden
Create a visual timeline of any codebase's contribution history.
April 2022
Engineering & Computer Science - Google Scholar Metrics
Great list of top publications
March 2022
aruco/tutorials/aruco_detection/aruco_detection.markdown · 54e1b98ed694a1230086578265395e9b5c7efada · Matvey Safroshkin / OSLab_aruco_calib
the calibration using opencv Aruco markers and CCalib
The Basics of Database Sharding - Brent Ozar Unlimited®
There are many ways to scale out your database; many of these techniques require advanced management and expensive add-ons or editions. Database sharding is a flexible way of scaling out a database. In this presentation, Jeremiah Peschka explains how to scale out using database sharding, covers basic techniques, and shares some of the pitfalls. This...
Sharding your database
I’m increasingly encountering users on Heroku that are encountering the need to shard their data. For most users this is something you delay as long as possible as you can generally go for sometime before you have to worry about it. Additionally scaling up your database is often a reasonable approach early on and something I encourage as a starting point as scaling up is easy to do with regards to databases. However, for the 1% of users that do need to shard when the time comes many are left wondering where to start, hence the following guide.
Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo
OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.
haokaiyang/Mac-QuickLook: QuickLook plugins and packages
QuickLook plugins and packages. Contribute to haokaiyang/Mac-QuickLook development by creating an account on GitHub.
You Only Look Once: Unified, Real-Time Object Detection
We present YOLO, a new approach to object detection. Prior work on object
detection repurposes classifiers to perform detection. Instead, we frame object
detection as a regression problem to...
Randall Degges - Heroku and SOA
Heroku's platform was designed with services in mind. If you're building a service oriented web app, you might find this interesting.
Colleen Schnettler on Twitter
A tricky thing to remember in Active Record is how to query multiple associations vs. nested associations. Multiple associations take a list of symbols, nested associations take a hash with a symbol. pic.twitter.com/XhGiJdcH7h— Colleen Schnettler (@leenyburger) March 3, 2022
February 2022
GitHub - ngs-lang/ngs: Next Generation Shell (NGS)
Next Generation Shell (NGS). Contribute to ngs-lang/ngs development by creating an account on GitHub.
January 2022
Aho/Ullman Foundations of Computer Science
This book has been taken out of print by W. H. Freeman. You are welcome to use it if you like. We believed in 1992 it was the way to introduce theory in Computer Science, and we believe that today.
Types of cloud computing
Scalable architecture without magic (and how to build it if you’re not Google)
Scalability is considered a hard problem to tackle. It’s always presented like it’s something magical done with secret, special tools that only big, million ...
cantino/mcfly: Fly through your shell history. Great Scott!
Fly through your shell history. Great Scott! Contribute to cantino/mcfly development by creating an account on GitHub.
Linked is another bash history editor. Much lighter weight. I much prefer it. It works on Linux and Mac and everything!
October 2021
Import CSV File Into PosgreSQL Table
In this tutorial, we will show various ways to import a CSV file into a PosgreSQL table.
September 2021
GitHub - mgdm/htmlq: Like jq, but for HTML.
Like jq, but for HTML. Contribute to mgdm/htmlq development by creating an account on GitHub.