The Raspberry Pi is not limited to Raspberry Pi OS. It’s the official distribution, but is far from being the only one. Depending on the model you use, your goals, and your personal preferences, it might be a good idea to examine other options. I tested all of the other options and share my favorites in this post, which should be a great starting point for you.
Apple used the Razer Blade 15 Advanced as a point of comparison for the performance of the M1 Max chip. Here's how the rest of the notebook compares against the 16-inch MacBook Pro.
As part of Apple's promotion of its new M1-series MacBook Pro system-on-chip options, it made claims comparing the performance of the SoCs against existing on-the-market notebooks.
One comparison of the M1 Max with the 32-core GPU option claimed it offered "graphics performance comparable to that in a high-end compact PC pro laptop using up to 40% less power." A closer inspection of the press release has Apple saying that compact notebook was the Razer Blade 15 Advanced, complete with the model number, RZ09-0409CE53-R3U1.
The Razer Blade 14 has been updated for 2022 to make it more powerful, but it has to fight with the 14-inch MacBook Pro as a creator's choice notebook. Here's how the two laptops compare.
Of all of the gaming brands on the market, it's arguable that Razer is the most Apple-like. It has cultivated a cool brand, a distinctive style, and impressive hardware to match.
Out of the entire collection of products, the Blade notebook range is probably the closest to an Apple-style product. They are gaming notebooks that attempt to provide considerable performance to users, while offering a MacBook Pro-style thin design and portability instead of a hefty notebook that swamps a desk.
Mechanical Watch In the world of modern portable devices, it may be hard to believe that merely a few decades ago the most convenient way to keep track of time was a mechanical watch. Unlike their quartz and smart siblings, mechanical watches can run without using any batteries or other electronic components. Over the course of this article I’ll explain the workings of the mechanism seen in the demonstration below. You can drag the device around to change your viewing angle, and you can use the slider to peek at what’s going on inside:
The process of building a website has two parts: you provide the content, and then your CMS — WordPress, or whatever you choose to use — takes that content, combines it with your chosen theme and your chosen templates, and makes a website from it for your customers or your readers to read.
But those two parts don’t have to be done together: they can be separated from one another, and that’s what a static site generator (SSG) does.
Check this out...
Autofocus Variations Can Ruin Your Focus Accuracy Whilst the autofocus has been improved with successive generations of the camera is still relies upon contrast detection to set the focus point. So the camera moves the lens to the point of maximum contrast and then steps forwards and backwards to get the precise point. Because of mechanical tolerances in the focus mechanism sometimes the repeatability of the focus point is questionable. I noticed some of my shots were not exactly sharp at the pinpoint area that I knew I had set the camera to when I took the shot. So I set up my DSLR focus chart used to correct the optical viewfinder to sensor calibration and shot a series of 10 images in AF single area and smallest target size. There was a noticeable shift in a lot of the images as you can see from the resulting images. Compare that to the same target where I manually set the focus point.
This drone fly-through of Tesla's new factory in Berlin is amazing. I've never seen anything quite like this – the drone flies through cars being assembled and machinery in between cycles of stamping out parts.
The Mad Ned Memo covers the development of computer technology over the past 40 years to the present day, from someone who has been there through it all. Stories and commentary on the early years of the microprocessor and home computer, the gaming revolution from arcade to mobile platform, hardware and software hacking adventures, and the titanic and sometimes strange shifts in technology that we’ve seen in our lives.
The Raspberry Pi Imager is a great piece of software for preparing your SD cards for use with Raspberry Pis. However, if you’re setting up a number of Raspberry Pis you will find that you still need to connect a monitor, keyboard and mouse to them to complete the setup, to:
There is another, better alternative to doing those 3 steps - use the Raspberry Pi Imager secret menu.
Take a deep dive into modern web browsers and see how it all works!
Rsync, or Remote Sync, is a free command-line tool that lets you transfer files and directories to local and remote destinations. Rsync is used for mirroring, performing backups, or migrating data to other servers.
This tool is fast and efficient, copying only the changes from the source and offering customization options.
Follow this tutorial to learn how to use rsync with 20 command examples to cover most use-cases in Linux.
Use Scriptable app to run javascript in a widget on your iOS device.
Right now, several parts of the state of California are on fire. This isn’t the usual early-fall fire season where dry offshore winds fan the flames—that’s yet to come, oh boy! This is a weirder set of fires started by lightning from a rare set of thunderstorms that passed through a few weeks ago.
In any event, when there are fires burning within a few hundred miles of where you live, the air quality can be really bad and highly variable. Just yesterday, we awoke to clean air. Then the wind shifted and the Air Quality Index (AQI) went rapidly from green to red. It was hazy and ugly outside, and smelled like a barbecue. A couple of hours later, the air was back in healthy territory and I went for a run.
How Many Decimals of Pi Do We Really Need? 3.141592653589793. That’s it. For the whole visible universe!
The Intel Split
It appears that Intel's partnership with TSMC is much larger than it first seemed; the implications for Intel as whole are massive.
There are several Community Plugins used to create the 64Zbit.com website. Here are a list of the ones I'm currently using.
It's not bad to open a shell command and execute the make prod command, but it's even better to hit a hotkey within Obsidian to do the same thing.
This plugin allows you to execute a shell command from within Obsidian.

It also allows you to execute that command from the Obsidian command pallet. Which allows you to execute the command from a hotkey.
If you want to manually upload the files then here is a good use of the scp command.
scp -r /Users/doug/OneDrive/www_root/pelican/projects/64zbit/output/* user@64zbit.com:/home/pi/dev_volumes/public_html/apache/new/
Add a button to the page header area of Obsidian to run an Obsidian command. Such as the afore mentioned Shell Command to publish the Pelican website to the production server.

A super helpful utility that detects when there is a URL in the clipboard and then pastes it in the correct format into Obsidian. Detects images too.

When you need to hide something, but still want them to be able to see it later. Of course, they could just look at the source.
Pretty nice looking fonts. Check out the details here:
Moxie Marlinspike 'My First Impressions of Web3'
Read the full article on moxie.org
I think these market forces will likely continue, and in my mind the question of how long it continues is a question of whether the vast amounts of accumulated cryptocurrency are ultimately inside an engine or a leaky bucket. If the money flowing through NFTs ends up channeled back into crypto space, it could continue to accelerate forever (regardless of whether or not it’s just web2x2). If it churns out, then this will be a blip. Personally, I think enough money has been made at this point that there are enough faucets to keep it going, and this won’t just be a blip. If that’s the case, it seems worth thinking about how to avoid web3 being web2x2 (web2 but with even less privacy) with some urgency.
It's worse than I thought. Web3 is already a mess.
Wordle is a fun free word of the day game where you have six tries to find the five letter word.
It was tough today.
Wordle 204 6/6

Whew!

Caps-P - publish
Caps-T - select template
Make prod - publish to production server
start localhost:8000 dev server and reload on changes
pelican --autoreload --listen
First Robotics Rapid React
https://www.firstinspires.org/robotics/frc/kickoff
This plugin allows the use of Jinja2 directives inside your Pelican articles and pages.
In this approach, your content is first rendered by the Jinja template engine. The result is then passed to the normal Pelican reader as usual. There are two consequences for usage. First, this means the Pelican context and Jinja variables usually visible to your article or page template are not available at rendering time. Second, it means that if any of your input content could be parsed as Jinja directives, they will be rendered as such. This is unlikely to happen accidentally, but it’s good to be aware of.
All input that needs Pelican variables such as article, category, etc., should be put inside your theme’s templating. As such, the main use of this plugin is to automatically generate parts of your articles or pages.
Markdown, reStructured Text, and HTML input are all supported. Note that by enabling this plugin, all input files of these file types will be pre-processed with the Jinja renderer. It is not currently supported to selectively enable or disable jinja2content for only some of these input sources.
Just click and then register with your favorite RSS reader, like NetNewsWire
Subscribe to the main feed
If that's too much here are more specific feeds
Subscribe to the main feed
If that's too much here are more specific feeds