The past 18 months or so have been somewhat different as far as availability of in person gatherings, meetups and Makerfairs, etc. but this year there are some changes for the better… If you are interested in Machine learning and computer-vision projects, come look at a couple demos at the booth at Central Oregon Maker Fair, Nov 13-15th!
Github Copilot Technical Preview Edition Review
If you have had the opportunity to be added to the Github Copilot preview, you may have seen the great new extension of auto complete they advertise – but is it all it claims to be?
Continue reading “Github Copilot Technical Preview Edition Review”Optical Illusions and Considering Minimal Examples to Explain
There is a very old “disappearing cyclist” puzzle, by Sam Loyd, you may have seen or seen a variation upon the theme. In Ben Sparks‘ video he gives a great overview:
Continue reading “Optical Illusions and Considering Minimal Examples to Explain”Matt Parker’s new Video on Math Beeing Interesting
In Matt Parker’s recent video he looks into some interesting properties of the shapes commonly found in nature in bee’s hives:
Continue reading “Matt Parker’s new Video on Math Beeing Interesting”Sum/product of consecutive numbers and other math shortcuts
If you have studied some of the old SAT questions at some point you may have gone through questions like –
4 consecutive numbers sum to 166. What is the product of the numbers? or…
3 consecutive even numbers sum to X. What is their product?
The way the tutors and the online tutorials show seems to always be to algebraically solve this – for example 4 consecutive numbers would solve x+x+1+x+2+x+3 = 166, collect terms and solve…
However there is another way that works for this and works for other similar problems.
Continue reading “Sum/product of consecutive numbers and other math shortcuts”PyImageSearch Review
If you have been doing OpenCV or Python machine learning, you have most likely come across PyImageSearch. If you come across a sale for this service I would recommend trying it out if you are learning some machine learning. This past week they have run a free promo 7 day trial, which gave me an opportunity to browse these.
Continue reading “PyImageSearch Review”In search of the best scientific calculator for Librem Phone/Pinephone
While many apps do run on Librem 5 phone, there are many yet to be fully working on the small screen. In this post we explore the various calculator apps for Linux and see which might best work as a student/engineer’s go-to calculator:
Continue reading “In search of the best scientific calculator for Librem Phone/Pinephone”Mathematicians submit proof of Erdős Coloring Conjecture
Fifty years ago, several mathematicians at a dinner party were discussing graphs (points and lines, not chart graphs), and the generalization if you make the edges connecting a point (vertex) with another, able to connect multiple points. While working out the minimal number of colors in general, they found it to be an interesting problem, to test out and prove the next day… Well, that solution, to Erdős, Faber, and Lovász’ problem was delayed for years and years!
Continue reading “Mathematicians submit proof of Erdős Coloring Conjecture”Happy Pi day 2021!
Happy Pi day! Hope you are enjoying making pie (within your household/pod) and learning some new math stuff today! Matt Parker has an interesting video up on an attempting to calculate pi from a diameter of one-molecule thick droplet spreading on water:
Continue reading “Happy Pi day 2021!”Injecting commands and debugging a running Python program, with Project Euler example
How often has it happened to you… you build a simple script to calculate something, run some bulk process, and coming back after an hour or so it just hangs with no output. Is it doing something or stuck? You could debug it, using WinPdb or Visual Studio Code debugger or GDB to run it step by step, but that would lose the time that it has been processing. Instead, you can use Pyrasite, a program for looking in to a running Python script!
Continue reading “Injecting commands and debugging a running Python program, with Project Euler example”