我是Linux的忠实粉丝,也喜欢苹果公司的大部分产品。
tqone.uk
blog.tqone.uk
🏳️⚧️🏴☠️🏳️🌈
We are not meant to be alone or isolated
We are the sum of each other
We are meant to share and to learn from each other
我们不是一个个独立个体的简单相加。
我们不应孤独,也不应彼此隔绝。
我们是彼此的一部分。
我们生而分享,生而相互学习。
We are not meant to be alone or isolated
We are the sum of each other
We are meant to share and to learn from each other
我们不是一个个独立个体的简单相加。
我们不应孤独,也不应彼此隔绝。
我们是彼此的一部分。
我们生而分享,生而相互学习。
People have the power to see what politicians hide.
People have the power to see what politicians hide.
So on with my new workhorse the 17 pro max, hopefully another decent phone that lasts.
So on with my new workhorse the 17 pro max, hopefully another decent phone that lasts.
def sieve_primes(limit):
sieve = [True] * (limit + 1)
sieve[0] = sieve[1] = False
for i in range(2, int(limit**0.5) + 1):
if sieve[i]:
for j in range(i*i, limit + 1, i):
sieve[j] = False
def sieve_primes(limit):
sieve = [True] * (limit + 1)
sieve[0] = sieve[1] = False
for i in range(2, int(limit**0.5) + 1):
if sieve[i]:
for j in range(i*i, limit + 1, i):
sieve[j] = False
Ubuntu seems to work like a charm, the WiFi is the usual culprit on MacBooks but I was able to use my phone connected via USB.
Just had to run
sudo apt install broadcom-sta-dkms
Reboot the MacBook and hey presto, even the Bluetooth worked!
Ubuntu seems to work like a charm, the WiFi is the usual culprit on MacBooks but I was able to use my phone connected via USB.
Just had to run
sudo apt install broadcom-sta-dkms
Reboot the MacBook and hey presto, even the Bluetooth worked!
Next step is working on low level drivers in C for GPIO, Timer, uart and systick.
Next step is working on low level drivers in C for GPIO, Timer, uart and systick.
USB powered embedded project
USB powered embedded project
I have used so many different systems and operating systems I have lost count of them all. For the past decade or more i have used Linux and Mac.
I have used so many different systems and operating systems I have lost count of them all. For the past decade or more i have used Linux and Mac.
The government think a national, digital ID service will help with a singular issue. They feel this will work because it has worked in other countries.
The government think a national, digital ID service will help with a singular issue. They feel this will work because it has worked in other countries.
It’s been to long ❤️
It’s been to long ❤️
Red hat 5.2, I thought it was funny at the time, you know, not having to download and ‘make’ a version of Linux… I think this was also the last Redhat distribution of Linux I ever used.
Red hat 5.2, I thought it was funny at the time, you know, not having to download and ‘make’ a version of Linux… I think this was also the last Redhat distribution of Linux I ever used.
Now to get it working on my Linux system!
Now to get it working on my Linux system!
I have been a valve user for a while, many indie games and not many so called AAA games, however I do rather like Tolkien’s work….
I have been a valve user for a while, many indie games and not many so called AAA games, however I do rather like Tolkien’s work….
However as a nice curve ball Cheese shows the rear as upside down.
However as a nice curve ball Cheese shows the rear as upside down.
First Arch based distro I have been able to get fully working (ish) 🎉
First Arch based distro I have been able to get fully working (ish) 🎉
However having now used it, and discovered the emulation of an x64 system, well wow, even though I have only used Ubuntu server
However having now used it, and discovered the emulation of an x64 system, well wow, even though I have only used Ubuntu server