top of page
GitHub Repository
Istvan Benedek
Aug 271 min read
MacBook Pro M3 Max vs Windows PC in the Ultimate C++ Performance Battle
https://medium.com/@istvan.benedek/macbook-pro-m3-max-vs-windows-pc-in-the-ultimate-c-performance-battle-4e25d27e7334
10 views0 comments
Istvan Benedek
Mar 611 min read
MLX/Pytorch speed analysis on MacBook Pro M3 Max
Two months ago, I got my new MacBook Pro M3 Max with 128 GB of memory, and I’ve only recently taken the time to examine the speed...
10 views0 comments
Istvan Benedek
Jan 131 min read
Number pyramid
Here is the code for building up a number pyramid where the line goes from n^2+1 up to (n+1)^2 and the output looks like this (primes are...
23 views0 comments
Istvan Benedek
Jan 131 min read
Bertrand's Postulate + Chat GPT = FALSE proof of [n^2...(n+1)^2] always contains a prime
I have been focusing on another interesting problem (https://www.ibenedek.com/post/extension-of-the-problem-of-a-b-in-n-2-n-1-2-1-then-a-...
15 views0 comments
Istvan Benedek
Dec 29, 20231 min read
Animation of Mandelbrot Fractals
import matplotlib.pyplot as plt import numpy as np import math import matplotlib.animation as animation from random import randint ...
9 views0 comments
Istvan Benedek
Dec 28, 20231 min read
Mandelbrot fractals in python
Here, you can see the visualization of a Mandelbrot fractal with exponent 4. import matplotlib.pyplot as plt import numpy as np import...
14 views0 comments
bottom of page