Page 14 of 127 (2525 total posts)

March 2024

07-03-2024
Running Rails on AWS Elastic Beanstalk

Running Rails on AWS Elastic Beanstalk

Source: blog.testdouble.com

Recently, I got a Rails app running on AWS Elastic Beanstalk for the first time. While other tutorials exist, this one walks you through everything you need step by step — even if you don’t have …

Notes:

Interesting because it is comprehensive. However with that level of detail comes a great risk of inconsistency caused by evolution of the building blocks.

Tags: how-to rails aws elastic-beanstalk
05-03-2024
Clean Up Your Mess - A Guide to Visual Design for Everyone

Clean Up Your Mess - A Guide to Visual Design for Everyone

Source: visualmess.com

Clean Up Your Mess - A Guide to Visual Design for Everyone URL: https://www.visualmess.com/ Type: link Domain: visualmess.com Notes: This is one of my favorite, super-simple, guides to creating nice designs. These elementary rules-of thumb go a long way to making professional looking designs - or just avoiding the most obvious design mistakes. And of course, because design is subjective, you may have very different opinions.

Notes:

This is one of my favorite, super-simple, guides to creating nice designs. These elementary rules-of thumb go a long way to making professional looking designs - or just avoiding the most obvious design mistakes. And of course, because design is subjective, you may have very different opinions.

Tags: how-to layout ui ux user-interface graphic-design graphics aesthetics design
04-03-2024
Write code top-down

Write code top-down

Source: teamten.com

Write code top-down URL: https://www.teamten.com/lawrence/programming/write-code-top-down.html?utm_source=abyteofcodingnewsletter&utm_medium=newsletter&utm_campaign=a-byte-of-coding-issue-361 Type: link Domain: teamten.com Notes: Nice article but I disagree with the conclusion. I...

Notes:

Nice article but I disagree with the conclusion. I have found that you need to combine the two and go back and forth. There is no single way. By the way, notice that if you believe in TDD, that approach generally starts bottom up (UNITs are at the bottom.) so whatever design comes out of that process would be bottom up.

Tags: design software top-down bottom-up how-to opinion
02-03-2024
The Shirky Principle: Institutions Try to Preserve the Problem to Which They Are the Solution – Effectiviology

The Shirky Principle: Institutions Try to Preserve the Problem to Which They Are the Solution – Effectiviology

Source: effectiviology.com

The Shirky Principle: Institutions Try to Preserve the Problem to Which They Are the Solution – Effectiviology URL: https://effectiviology.com/shirky-principle/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav Type: article Domain: effectiviology.com Notes: “The Shirky p...

Notes:

“The Shirky principle is the adage that “institutions will try to preserve the problem to which they are the solution”. More broadly, it can also be characterized as the adage that “every entity tends to prolong the problem it is solving”.

Tags: shirky shirky-pinciple organiztions business

February 2024

29-02-2024
The Psychology of Human Misjudgment annotated/explained version.

The Psychology of Human Misjudgment annotated/explained version.

Source: fermatslibrary.com

Charlie Munger

Notes:

This week we are revisiting “The Psychology of Human Misjudgment" an essay by Charlie Munger. In this essay, Munger discusses a series of 25 Cognitive Biases that induce human misjudgment and provides some of his famous mental models to counter this innate behavior.

It's a great read full of insights: https://fermatslibrary.com/s/the-psychology-of-human-misdgugement [fermatslibrary.com]

Tags: munger buffet psychology best-bet decision-making
29-02-2024
How to Perform Pose Estimation Using an ArUco Marker – Automatic Addison

How to Perform Pose Estimation Using an ArUco Marker – Automatic Addison

Source: automaticaddison.com

How to Perform Pose Estimation Using an ArUco Marker – Automatic Addison URL: https://automaticaddison.com/how-to-perform-pose-estimation-using-an-aruco-marker/ Type: article Domain: automaticaddison.com Notes: One of many articles helping with the math of computing pose from aruco markers. Unfortunately the algorithms are different and give different results. By the way the Automatic Addison web site is a treasure trove of robotics ideas, explainers and code.

Notes:

One of many articles helping with the math of computing pose from aruco markers. Unfortunately the algorithms are different and give different results.

By the way the Automatic Addison web site is a treasure trove of robotics ideas, explainers and code.

Tags: ros opencv math pose pose-estimation code fiducial
24-02-2024
6. Camera Hardware — Picamera 1.13 Documentation

6. Camera Hardware — Picamera 1.13 Documentation

Source: picamera.readthedocs.io

6. Camera Hardware — Picamera 1.13 Documentation URL: https://picamera.readthedocs.io/en/latest/fov.html Type: link Domain: picamera.readthedocs.io Notes: More than you ever wanted to know about how the PiCamera works. As usual, things are more complex than you expect when you get into them!

Notes:

More than you ever wanted to know about how the PiCamera works. As usual, things are more complex than you expect when you get into them!

Tags: rospi camera raspberry-pi theory-of-operations how-to
24-02-2024
v4l2-ctl - cli for managing camera hardware

v4l2-ctl - cli for managing camera hardware

Source: man.archlinux.org

v4l2-ctl - cli for managing camera hardware URL: https://man.archlinux.org/man/extra/v4l-utils/v4l2-ctl.1.en Type: link Domain: man.archlinux.org Notes: Very useful tool to work with camera parameters. I don’t even know what v4l2 is, but all kinds of camera parameters can be displayed and changed.

Notes:

Very useful tool to work with camera parameters. I don’t even know what v4l2 is, but all kinds of camera parameters can be displayed and changed.

Tags: ubuntu raspberry-pi raspi cli settings camera
22-02-2024
camera_calibration - ROS Wiki

camera_calibration - ROS Wiki

Source: wiki.ros.org

camera_calibration - ROS Wiki URL: http://wiki.ros.org/camera_calibration Type: link Domain: wiki.ros.org Notes: Really Important package to allow you to calibrate the camera. It is here because I lost it for a while (forgot the name) and now I found it again!

Notes:

Really Important package to allow you to calibrate the camera. It is here because I lost it for a while (forgot the name) and now I found it again!

Tags: ros camera calibrate how-to package
22-02-2024
ROS Tutorial: How to use OpenCV in a Robot Pick and Place task for Computer Vision - Robotics Casual

ROS Tutorial: How to use OpenCV in a Robot Pick and Place task for Computer Vision - Robotics Casual

Source: roboticscasual.com

We learn how to use OpenCV with ROS in a pick and place task and how to apply Computer Visions algorithms to 3D camera data.

Notes:

A pretty comprehensive tutorial about using OpenCV in ROS Robotics algorithms,

Tags: opencv ros computer-vision cv tutorial
21-02-2024
Mining of Massive Datasets

Mining of Massive Datasets

Source: mmds.org

Mining of Massive Datasets URL: http://www.mmds.org/#ver21 Type: link Domain: mmds.org Notes: Downloadable textbook about Mining of Massive Datasets by Jure Leskovec, Anand Rajaraman, Jeff Ullman.

Notes:

Downloadable textbook about Mining of Massive Datasets by Jure Leskovec, Anand Rajaraman, Jeff Ullman.

Tags: algorithms data-sciecne pdf textbook downloadable computerscience
20-02-2024
Debugbar For Ruby on Rails

Debugbar For Ruby on Rails

Source: debugbar.dev

Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more).

Notes:

This is super useful for rails apps. Will it work for other frameworks like Sinatra? I haven’t tried this yet but it looks promising.

Tags: rails ruby tool debug
19-02-2024
Raspi cam documentation

Raspi cam documentation

Source: raspberrypi.org

Raspi cam documentation URL: https://www.raspberrypi.org/app/uploads/2013/07/RaspiCam-Documentation.pdf Type: document Domain: raspberrypi.org Notes: Details on running various tools to collect photos and videos from the command line running on a Raspberry Pi.

Notes:

Details on running various tools to collect photos and videos from the command line running on a Raspberry Pi.

Tags: raspberry-pi camera cli how-to raspi
18-02-2024
An Introduction to LiteStack for Ruby on Rails | AppSignal Blog

An Introduction to LiteStack for Ruby on Rails | AppSignal Blog

Source: blog.appsignal.com

In the first part of this series, we'll set up an example Rails application and introduce the basics of LiteStack.

Notes:

A multi part series on the so called LiteStack. People seem to be coming back around to using SQLite for their production databases. This was the way it was a few years ago but then everyone decided that SQLite was a toy and we should use Postgres. Yes, it was a little more complicated and could cost a little more but we were clever enough to figure it out. Well I like this trend to ditching unnecessary complexity (“you are not Facebook”)

Tags: litestack sqlite scaling rails ruby how-to
17-02-2024
How to Detect Objects in Real-Time Using OpenCV and Python

How to Detect Objects in Real-Time Using OpenCV and Python

Source: towardsdatascience.com

For the uninitiated, Real-Time Object Detection might sound quite a mouthful. However, with a few awesome libraries at hand, the job…

Notes:

Useful information for building clever robots that can locate boxes to stack up!

Tags: robotics opencv recognition object-recognition object-detection