<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5668236488022514447</id><updated>2026-04-07T09:37:38.290-04:00</updated><category term="tech"/><category term="howto"/><category term="internet"/><category term="hack"/><category term="linux"/><category term="advertising - marketing"/><category term="food - health - water"/><category term="freebie"/><category term="media"/><category term="mobile"/><category term="shopping"/><category term="comparison - review - roundup"/><category term="ethics - fraud - corruption"/><category term="fun"/><category term="customer service"/><category term="market - monopoly"/><category term="business"/><category term="canada"/><category term="government - politik - state"/><category term="how to"/><category term="liveability"/><category term="culture - society"/><category term="intellectual property"/><category term="privacy"/><category term="tips"/><category term="charity - non-profit"/><category term="economics - finance"/><category term="civil rights"/><category term="top"/><category term="arts - creation - music"/><category term="career - job"/><category term="secret services - security - terrorism"/><category term="travel"/><category term="environment"/><category term="access"/><category term="debating"/><category term="law"/><category term="psychology - religion"/><category term="abuse"/><category term="car"/><category term="education - science"/><category term="review - comparison - roundup"/><title type='text'>Consumed Consumer . org</title><subtitle type='html'>Shopping our way out of anything :) Dispatches from the trenches of consumerism.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.consumedconsumer.org/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default?max-results=3&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://www.consumedconsumer.org/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default?start-index=4&amp;max-results=3&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>194</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>3</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5668236488022514447.post-1209068275718709859</id><published>2025-09-21T12:00:00.003-04:00</published><updated>2025-10-05T12:17:19.968-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how to"/><category scheme="http://www.blogger.com/atom/ns#" term="howto"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><category scheme="http://www.blogger.com/atom/ns#" term="tech"/><category scheme="http://www.blogger.com/atom/ns#" term="tips"/><title type='text'>Solving NO_PUBKEY error</title><content type='html'>&lt;span id=&quot;description&quot;&gt;I have bunch of old, dusty laptops running around, and, obviously, I&#39;ve been working to install linux onto them. Whenever I turn them on, I have to solve the same problems, so rather than repeatedly looking for the solutions I cannot memorize, I&#39;d rather add them here.&lt;/span&gt; &lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a title=&quot;screenshot of old, dusty laptop running Kali linux and attempting an update&quot; style=&quot;padding: 1em 0px; text-align: center; clear: right; float: right; display: block;&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTUkLWT99nJCQ9HAe6HUj8gb6ovUGjFrW1fcECYN_Vncvxq6oCVrS0HPNmvacHppGaI40AI8Mfjrpnnbn6UqtrVuUEp0IyfojRBBnOkoxfnvhYSKRYROAQDveU1kUH2kTYXTClERqm0Tto1VqsCv-NcHAf1MfObwNzMTAGIx0RXLwiuZS8WEL-RL422jQ/s4032/kali_debian_update_error.jpg&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;screenshot of black and white Kali terminal under dusty screen with camera reflection&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTUkLWT99nJCQ9HAe6HUj8gb6ovUGjFrW1fcECYN_Vncvxq6oCVrS0HPNmvacHppGaI40AI8Mfjrpnnbn6UqtrVuUEp0IyfojRBBnOkoxfnvhYSKRYROAQDveU1kUH2kTYXTClERqm0Tto1VqsCv-NcHAf1MfObwNzMTAGIx0RXLwiuZS8WEL-RL422jQ/s320/kali_debian_update_error.jpg&quot; width=&quot;320&quot; data-original-height=&quot;3024&quot; data-original-width=&quot;4032&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;The first thing to do when turning on the machine is updating linux, but no sooner that I do that and I’m hit with the NO_PUBKEY error, which means that the machine cannot update.&lt;/p&gt;

&lt;p&gt;The first solution I find involves the following command (replace # with the key ID from the error message):&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys #&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Alas, that is specific to Ubuntu, while Debian is moving away from it.&lt;/p&gt;

&lt;p&gt;So the commands to use are instead (again, replace # with the key ID from the error message)&lt;/p&gt;

&lt;blockquote&gt;
  &lt;pre&gt;gpg --keyserver pgpkeys.mit.edu --recv-key  #      
gpg -a –export # | sudo apt-key add -&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;It is also possible to use a command to automate this for you if you’re on Ubuntu, and below Debian:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;pre&gt;sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys #&lt;/pre&gt;

  &lt;pre&gt;sudo apt update 2&amp;gt;&amp;amp;1 1&amp;gt;/dev/null | sed -ne &#39;s/.*NO_PUBKEY //p&#39; | while read key; do if ! [[ ${keys[*]} =~ &amp;quot;$key&amp;quot; ]]; then sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys &amp;quot;$key&amp;quot;; keys+=(&amp;quot;$key&amp;quot;); fi; done&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;However, I had some difficulties with the command above and even the one that worked had some warnings. Nonetheless, I’ll consider the issue resolved.&lt;/p&gt;

&lt;p&gt;On a newer machine, I discovered &lt;/p&gt;

&lt;blockquote&gt;
  &lt;pre&gt;alias kupd8=&#39;sudo wget https://archive.kali.org/archive-keyring.gpg -O /usr/share/keyrings/kali-archive-keyring.gpg&#39;&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;On the old machine I’ll just set up the command to work as an alias under the root account; the user account I setup for SSH probably has its own such alias.&lt;/p&gt;

&lt;p&gt;Moving on, the machine no longer showed the Windows partition in the GRUB boot menu. This is a problem I thought I had fixed before, but let me look into it again.&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;Edit /etc/default/grub and ensure this line is present and not commented out: &lt;strong&gt;GRUB_DISABLE_OS_PROBER=false&lt;/strong&gt; (in my case it was commented out, so I deleted the #).&lt;/li&gt;

  &lt;li&gt;Regenerate grub config: &lt;em&gt;sudo update-grub&lt;/em&gt;&lt;/li&gt;

  &lt;li&gt;Reboot and check the GRUB menu for a Windows entry.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strike&gt;And that’s it. Everything else seems to be working fine. So far&lt;/strike&gt;.&lt;/p&gt;

&lt;p align=&quot;left&quot;&gt;&lt;em&gt;&lt;strong&gt;LE:&lt;/strong&gt; I’ve discovered that my other, regular, non-root accounts have become inaccessible, most likely because the distro doesn’t like that and wants to force root-only; that should be interesting to fix. Another problem was caused by the actual maintainers but it can easily be fixed:&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p align=&quot;left&quot;&gt;$ sudo wget https://archive.kali.org/archive-keyring.gpg -O /usr/share/keyrings/kali-archive-keyring.gpg&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;..or use curl with –o instead of wget and its switch. Finally, one of my WSL installs of Kali is missing gpg which makes it impossible to use any of the above. I might have to kill it entirely and reinstall, rather than mess with fixing it.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;To avoid these in the future I’ll create aliases in the root account.&lt;/p&gt;

&lt;p&gt;&lt;a name=&quot;sources&quot;&gt;&lt;/a&gt;Sources / More info: &lt;a title=&quot;How to fix Debian Apt-get : NO_PUBKEY / GPG error | by David Webb | 21 April 2023 12:50 | In computers based on a Debian operating system that uses Linux kernel, error messages similar to NO_PUBKEY may appear. This happens while using the Apt-Get command line tool, and this error is associated with the tool&amp;#39;s update feature. This problem can be solved by simply keying in the appropriate commands.&amp;#10;&amp;#10;To solve the Apt-get : NO_PUBKEY / GPG error in Debian, simply type the following commands, taking care to replace the number below with that of the key that was displayed in the error message:&amp;#10;&amp;#10;gpg --keyserver pgpkeys.mit.edu --recv-key  010908312D230C5F       &amp;#10;gpg -a --export 010908312D230C5F | sudo apt-key add - &amp;#10;sudo apt-get update &amp;#10;The problem should now be fixed. If you are missing multiple keys, then use this code:&amp;#10;&amp;#10;&amp;#10;  That should fix multiple or single missing GPG keys.&quot; href=&quot;https://ccm.net/computing/linux/2987-fix-apt-get-no-pubkey-gpg-error-in-debian/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;debian-webb&lt;/a&gt;, &lt;a title=&quot;Kali Linux Users Account Management. Enoch Amachundi Agbu. Jun 16&quot; href=&quot;https://dev.to/agbuenoch/kali-linux-users-account-management-3nbl&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;mo-users&lt;/a&gt;, &lt;a title=&quot;Resolving APT Errors Caused by an Expired Kali Linux Signing Key | $ sudo wget https://archive.kali.org/archive-keyring.gpg -O /usr/share/keyrings/kali-archive-keyring.gpg&quot; href=&quot;https://www.kali.org/docs/general-use/gpgkey-expiry/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;kali-gpg&lt;/a&gt;, &lt;a title=&quot;A New Kali Linux Archive Signing Key - April 28, 2025&quot; href=&quot;https://www.kali.org/blog/new-kali-archive-signing-key&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;kali-new&lt;/a&gt;&lt;/p&gt;

&lt;div id=&quot;scid:77ECF5F8-D252-44F5-B4EB-D463C5396A79:ff34b748-6639-42b5-ac40-b157e52718ee&quot; class=&quot;wlWriterEditableSmartContent&quot; style=&quot;margin: 0px; padding: 0px; float: none; display: inline;&quot;&gt;Thus &lt;a href=&quot;https://www.consumedconsumer.org/&quot; rel=&quot;tag&quot; title=&quot;adventures in the trenches of consumerism&quot;&gt;Consumed Consumer (.org)&lt;/a&gt;: #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=kali&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;kali&#39; (i.e., find all articles containing this word)&quot;&gt;kali&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=linux&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;linux&#39; (i.e., find all articles containing this word)&quot;&gt;linux&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=debian&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;debian&#39; (i.e., find all articles containing this word)&quot;&gt;debian&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=apt&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;apt&#39; (i.e., find all articles containing this word)&quot;&gt;apt&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=aptitude&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;aptitude&#39; (i.e., find all articles containing this word)&quot;&gt;aptitude&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=gpg&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;gpg&#39; (i.e., find all articles containing this word)&quot;&gt;gpg&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=keyring&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;keyring&#39; (i.e., find all articles containing this word)&quot;&gt;keyring&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=key&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;key&#39; (i.e., find all articles containing this word)&quot;&gt;key&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=no_pubkey&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;no_pubkey&#39; (i.e., find all articles containing this word)&quot;&gt;no_pubkey&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=pubkey&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;pubkey&#39; (i.e., find all articles containing this word)&quot;&gt;pubkey&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=apt-get&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;apt-get&#39; (i.e., find all articles containing this word)&quot;&gt;apt-get&lt;/a&gt; (Tags)&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.consumedconsumer.org/feeds/1209068275718709859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5668236488022514447/1209068275718709859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/1209068275718709859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/1209068275718709859'/><link rel='alternate' type='text/html' href='http://www.consumedconsumer.org/2025/09/solving-nopubkey-error.html' title='Solving NO_PUBKEY error'/><author><name>Indelible Bonobo</name><uri>http://www.blogger.com/profile/14884595505459463870</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTUkLWT99nJCQ9HAe6HUj8gb6ovUGjFrW1fcECYN_Vncvxq6oCVrS0HPNmvacHppGaI40AI8Mfjrpnnbn6UqtrVuUEp0IyfojRBBnOkoxfnvhYSKRYROAQDveU1kUH2kTYXTClERqm0Tto1VqsCv-NcHAf1MfObwNzMTAGIx0RXLwiuZS8WEL-RL422jQ/s72-c/kali_debian_update_error.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5668236488022514447.post-8773802183259157397</id><published>2025-03-30T12:30:00.001-04:00</published><updated>2025-03-30T12:30:00.230-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hack"/><category scheme="http://www.blogger.com/atom/ns#" term="how to"/><category scheme="http://www.blogger.com/atom/ns#" term="howto"/><category scheme="http://www.blogger.com/atom/ns#" term="review - comparison - roundup"/><category scheme="http://www.blogger.com/atom/ns#" term="shopping"/><title type='text'>Flipper Zero with WiFi board and Video Module Raspberry Pico</title><content type='html'>&lt;span id=&quot;description&quot;&gt;Having recently purchased a new Flipper Zero together with a Wi-Fi Dev module and a Video Game (Raspberry Pi) module, I&#39;m writing an updated guide on how to make the best use of these devices.&lt;/span&gt; &lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a title=&quot;Flipper Zero with its add-on WiFi and Video/Gaming boards as well as original boxes&quot; style=&quot;padding: 1em 0px; text-align: center; clear: right; float: right; display: block;&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSvcGfNxIFaccik1QRb6xkzGriDHDyKd1Ijz05ukG79B7P3aeCpgvQBufWiVF6Nj80Fd8KbajWr38rXNMZe8h1aD97LttHL-_Pb6TbA0yqFnGr3TouAnGQku_Je3OjxnISbFgNa1_6yNmjN8GwbsNErl6lzQESM4sxPEbxh33ISo0yKEZf_wQLdc0ogAo/s1236/FlipperZeroEnsemble.jpg&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;photo of the transparent Flipper Zero with the WiFi board next to it and the original boxes&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSvcGfNxIFaccik1QRb6xkzGriDHDyKd1Ijz05ukG79B7P3aeCpgvQBufWiVF6Nj80Fd8KbajWr38rXNMZe8h1aD97LttHL-_Pb6TbA0yqFnGr3TouAnGQku_Je3OjxnISbFgNa1_6yNmjN8GwbsNErl6lzQESM4sxPEbxh33ISo0yKEZf_wQLdc0ogAo/s320/FlipperZeroEnsemble.jpg&quot; width=&quot;320&quot; data-original-height=&quot;928&quot; data-original-width=&quot;1236&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;Let’s be clear on one thing: depending on what do you want to achieve, there is generally better hardware for a lower price that can help you on your “hacking” (by which I mean learning the intricacies of hardware) path. The Video Game Module is a Raspberry Pi Pico (with the RP2040 microcontroller) and a “TDK ICM-42688-P motion-tracking sensor”, which has little use otherwise. The Wi-Fi Dev module is a ESP32 S2 WROVER which can run the Marauder firmware.&lt;/p&gt;

&lt;p&gt;To update and / or modify the above I used a Windows laptop and a browser. I looked briefly at a few instruction videos and found them all to be quite outdated.&lt;/p&gt;

&lt;p&gt;For the Flipper Zero (the main unit), I first inserted a micro-SD card (which can be as small as 32 GB, anything more is probably wasted), then I connected the main unit to the laptop, then navigated to lab.flipper.net where I updated the firmware to the latest, then installed the Marauder ESP32 app.&lt;/p&gt;

&lt;p&gt;One could probably use the app for their respective OS but the web connection is the easiest first step, since you can update the firmware and install additional apps all from the same “lab” official website.&lt;/p&gt;

&lt;p&gt;The Wi-Fi Dev board can also be connected directly to the laptop and updated over the Internet. One can use fzeeflasher in either the .com (fzfc) or .io (fzfi) incarnations. This means:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;disconnect the main unit and connect the ESP32 Wi-Fi module alone to the laptop using the USB-C cable&lt;/li&gt;

  &lt;li&gt;navigate with your browser to either “flasher” website&lt;/li&gt;

  &lt;li&gt;click connect&lt;/li&gt;

  &lt;li&gt;choose your board from the drop-down list (mine was “S2”)&lt;/li&gt;

  &lt;li&gt;choose the latest firmware (mine was Marauder v1.3.0, though others are also available)&lt;/li&gt;

  &lt;li&gt;click “program” and wait for the flashing to proceed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The log was:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;ESP Web Flasher loaded.
    &lt;br /&gt;Connecting...

    &lt;br /&gt;Connected successfully.

    &lt;br /&gt;Try hard reset.

    &lt;br /&gt;Chip type ESP32-S2

    &lt;br /&gt;Connected to ESP32-S2 @ 115200bps

    &lt;br /&gt;MAC Address: 68:B6:B3:0B:4B:20

    &lt;br /&gt;Uploading stub...

    &lt;br /&gt;Running stub...

    &lt;br /&gt;Stub is now running...

    &lt;br /&gt;Detecting Flash Size

    &lt;br /&gt;FlashId: 0x16405E

    &lt;br /&gt;Flash Manufacturer: 5e

    &lt;br /&gt;Flash Device: 4016

    &lt;br /&gt;Auto-detected Flash size: 4MB

    &lt;br /&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    &lt;br /&gt;!!!&amp;#160;&amp;#160; FLASHING STARTED! DO NOT UNPLUG&amp;#160; !!!

    &lt;br /&gt;!!!&amp;#160;&amp;#160;&amp;#160;&amp;#160; UNTIL FLASHING IS COMPLETE!!&amp;#160;&amp;#160; !!!

    &lt;br /&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    &lt;br /&gt;Image header, Magic=0xE9, FlashMode=0x02, FlashSizeFreq=0x2F

    &lt;br /&gt;Writing data with filesize: 14496

    &lt;br /&gt;Erase size 14496, blocks 1, block size 0x4000, offset 0x1000, encrypted no

    &lt;br /&gt;Took 149ms to write 14496 bytes

    &lt;br /&gt;Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

    &lt;br /&gt;---&amp;gt; Finished flashing bootloader.

    &lt;br /&gt;Image header, Magic=0xAA, FlashMode=0x01, FlashSizeFreq=0x02

    &lt;br /&gt;Writing data with filesize: 3072

    &lt;br /&gt;Erase size 3072, blocks 1, block size 0x4000, offset 0x8000, encrypted no

    &lt;br /&gt;Took 129ms to write 3072 bytes

    &lt;br /&gt;Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

    &lt;br /&gt;---&amp;gt; Finished flashing partitions.

    &lt;br /&gt;Image header, Magic=0x01, FlashMode=0x00, FlashSizeFreq=0x00

    &lt;br /&gt;Writing data with filesize: 8192

    &lt;br /&gt;Erase size 8192, blocks 1, block size 0x4000, offset 0xE000, encrypted no

    &lt;br /&gt;Took 127ms to write 8192 bytes

    &lt;br /&gt;Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

    &lt;br /&gt;---&amp;gt; Finished flashing boot_app0.

    &lt;br /&gt;Image header, Magic=0xE9, FlashMode=0x02, FlashSizeFreq=0x2F

    &lt;br /&gt;Writing data with filesize: 980288

    &lt;br /&gt;Erase size 980288, blocks 60, block size 0x4000, offset 0x10000, encrypted no

    &lt;br /&gt;Took 12773ms to write 980288 bytes

    &lt;br /&gt;Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

    &lt;br /&gt;---&amp;gt; Finished flashing firmware.

    &lt;br /&gt;---&amp;gt; FLASHING PROCESS COMPLETED!

    &lt;br /&gt;Restart the board or disconnect to use the device.

    &lt;br /&gt;[Object.debug:223] Finished read loop&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Once the Dev board has this firmware, turn off the Flipper, connect the Wi-Fi board, turn on the Flipper and the app can communicate with the board. See below for some of “hacks” that can be done.&lt;/p&gt;

&lt;p&gt;On first use, you might be asked if you want to save packets to the card, which you might want to answer with yes, but you might want to consider answering “no” to saving all the logs as that can eat up your space with junk.&lt;/p&gt;

&lt;p&gt;Finally, while the Wi-Fi Dev board from Flipper Zero is useful, you could get an expansion board with more functionality (NRF Mousejacker and a High Gain CC1101) for only a few bucks more: &lt;a title=&quot;For Flipper Zero Multiboard Expansion Board 2.4G Module Expansion NRF Mousejacker Wifi ESP32 Expansion High Gain CC1101 Module&quot; href=&quot;https://s.click.aliexpress.com/e/_oE03o3F&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;antenna+&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I purchased the Video module without spending much time researching it first; it turns out that the Raspberry Pico it’s based on is too underpowered to use it for much else, so that’s pretty much a write off, given that I don’t play that many games.&lt;/p&gt;

&lt;p&gt;&lt;a name=&quot;sources&quot;&gt;&lt;/a&gt;Sources / More info: &lt;a title=&quot;Flipper Zero: Multi-tool Device for Geeks&quot; href=&quot;https://flipperzero.one/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;f0-1&lt;/a&gt;, &lt;a title=&quot;199 + WiFi 34 + Video 59&quot; href=&quot;https://shop.flipperzero.one/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;buy&lt;/a&gt;, &lt;a title=&quot;Firmware Update&quot; href=&quot;https://flipperzero.one/downloads&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;apps&lt;/a&gt;, &lt;a title=&quot;Maintained by Zardoz Rewritten Backend by InfoSecREDD &amp;amp; dag Based off Adafruit&amp;#39;s WebESPTool&quot; href=&quot;https://fzeeflasher.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;fzfc&lt;/a&gt;, &lt;a title=&quot;Maintained by Zardoz Rewritten Backend by InfoSecREDD &amp;amp; dag Based off Adafruit&amp;#39;s WebESPTool&quot; href=&quot;https://fzeeflasher.github.io/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;fsfi&lt;/a&gt;, &lt;a title=&quot;WiFi Attacks using ESP32 and Flipper Zero by Andrei David&quot; href=&quot;https://ocw.cs.pub.ro/courses/iothings/proiecte/2022sric/wifi-dev-board&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;ocw-attck&lt;/a&gt;&lt;/p&gt;

&lt;div id=&quot;scid:77ECF5F8-D252-44F5-B4EB-D463C5396A79:c54e6fbf-bb37-4cb7-a9e9-add2b1b76bec&quot; class=&quot;wlWriterEditableSmartContent&quot; style=&quot;margin: 0px; padding: 0px; float: none; display: inline;&quot;&gt;Thus &lt;a href=&quot;https://www.consumedconsumer.org/&quot; rel=&quot;tag&quot; title=&quot;adventures in the trenches of consumerism&quot;&gt;Consumed Consumer (.org)&lt;/a&gt;: #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=hardware&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;hardware&#39; (i.e., find all articles containing this word)&quot;&gt;hardware&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=flipper&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;flipper&#39; (i.e., find all articles containing this word)&quot;&gt;flipper&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=flipper+zero&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;flipper zero&#39; (i.e., find all articles containing this word)&quot;&gt;flipper zero&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=hack&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;hack&#39; (i.e., find all articles containing this word)&quot;&gt;hack&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=hacking&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;hacking&#39; (i.e., find all articles containing this word)&quot;&gt;hacking&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=wifi&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;wifi&#39; (i.e., find all articles containing this word)&quot;&gt;wifi&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=wi-fi&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;wi-fi&#39; (i.e., find all articles containing this word)&quot;&gt;wi-fi&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=wireless&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;wireless&#39; (i.e., find all articles containing this word)&quot;&gt;wireless&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=firmware&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;firmware&#39; (i.e., find all articles containing this word)&quot;&gt;firmware&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=marauder&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;marauder&#39; (i.e., find all articles containing this word)&quot;&gt;marauder&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=exploitation&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;exploitation&#39; (i.e., find all articles containing this word)&quot;&gt;exploitation&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=module&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;module&#39; (i.e., find all articles containing this word)&quot;&gt;module&lt;/a&gt; (Tags)&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.consumedconsumer.org/feeds/8773802183259157397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5668236488022514447/8773802183259157397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/8773802183259157397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/8773802183259157397'/><link rel='alternate' type='text/html' href='http://www.consumedconsumer.org/2025/03/flipper-zero-with-wifi-board-and-video.html' title='Flipper Zero with WiFi board and Video Module Raspberry Pico'/><author><name>Indelible Bonobo</name><uri>http://www.blogger.com/profile/14884595505459463870</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSvcGfNxIFaccik1QRb6xkzGriDHDyKd1Ijz05ukG79B7P3aeCpgvQBufWiVF6Nj80Fd8KbajWr38rXNMZe8h1aD97LttHL-_Pb6TbA0yqFnGr3TouAnGQku_Je3OjxnISbFgNa1_6yNmjN8GwbsNErl6lzQESM4sxPEbxh33ISo0yKEZf_wQLdc0ogAo/s72-c/FlipperZeroEnsemble.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5668236488022514447.post-3881082660035326831</id><published>2023-08-03T15:30:00.002-04:00</published><updated>2023-08-03T20:13:06.881-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="comparison - review - roundup"/><category scheme="http://www.blogger.com/atom/ns#" term="food - health - water"/><category scheme="http://www.blogger.com/atom/ns#" term="shopping"/><title type='text'>Best Fruity Fiber</title><content type='html'>&lt;span id=&quot;description&quot;&gt;Having recently purchased a bunch of fruits (red grapes, cherries and apples) in Chinatown at deep discounts, I was curious to learn what was the best value not only in terms of price discount but also in terms of fiber vs sugar.&lt;/span&gt; &lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a title=&quot;low fruit prices in Toronto&amp;#39;s Chinatown&quot; style=&quot;padding: 1em 0px; text-align: center; clear: right; float: right; display: block;&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_0Y6hDPdTyI8gxThT090N5n46DsLXX_KQaOqazAh146_eMEZsdeu94xCxcxMg7tdgfcNCzzVY4cWONFrcyg6EkNs0O7_d3KHmk_amSiLYuQmaWXRBFwJDYcK_hgMIMjU7lxsjiOFzO99P0duomCFLHXBHeWpnSNWsdjs2E7eN08eFL-WL19hg4gRIkFg/s4032/FruityFiber.jpg&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;Chinatown Toronto Food Prices&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_0Y6hDPdTyI8gxThT090N5n46DsLXX_KQaOqazAh146_eMEZsdeu94xCxcxMg7tdgfcNCzzVY4cWONFrcyg6EkNs0O7_d3KHmk_amSiLYuQmaWXRBFwJDYcK_hgMIMjU7lxsjiOFzO99P0duomCFLHXBHeWpnSNWsdjs2E7eN08eFL-WL19hg4gRIkFg/s320/FruityFiber.jpg&quot; width=&quot;320&quot; data-original-width=&quot;4032&quot; data-original-height=&quot;4032&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;So what did I get?&lt;/p&gt;

&lt;p&gt;Five apples for $1, 2 boxes of 454 g of red grapes for $1 and one big box of cherries (1.36kg) for $5. The apples are quite large (#4174 Royal Gala from Chile / Frusan), the cherries are labeled as Okanagan Sunrise Canada No. 1 and the grapes are Mexico No. 1 Illume; however, in Chinatown stores often pick select good fruit manually, often using different packaging than the original. The question on my mind is which provides the most fiber for the least sugar burden.&lt;/p&gt;

&lt;p&gt;So I started a &lt;a title=&quot;Fruity Fiber Google Spreadsheet (ib)&quot; href=&quot;https://docs.google.com/spreadsheets/d/1XN2jCRCAKsAoEvVJ-AmsHtaJlsSXE5EuB6OhQSkPQtQ/edit?usp=sharing&quot; target=&quot;_blank&quot;&gt;Google Spreadsheet&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;It looks like with these deals, I paid $0.05/g of apple fiber (aka fibre), $0.13/g of grape fiber and $0.12/g of cherry fiber. Apples and cherries are comparable in terms of fiber at 2.4%, 2.17% respectively, but grapes leave much to be desired, with only 0.93% fiber. Apples and grapes are close in terms of Glycemic Index at 44 and 50, respectively, while cherries sit on top at a mere 29.&lt;/p&gt;

&lt;p&gt;The prices for grapes should be easy to track, but at this time in the season, most of Chinatown sells at $0.99/lb while Loblaws has them “on sale” at $2.14/lb. Meanwhile, Loblaws has dropped in the list of “repsected grocers” from the 8th place to the 13th, while its discount brand No Frills fell to 5th right behind Food Basics, previously at 9th (msn-vtd).&lt;/p&gt;

&lt;p&gt;Adult males need about 38g of fiber per day while females need 25g (hl-22). Most raw fruits and vegetables contain significant amounts of fiber, and especially chickpeas, lentils, split peas, oats, apples, pears, almonds, chia seeds, Brussels sprouts, and avocado. &lt;/p&gt;

&lt;p&gt;It is worth remembering that fruits alone cannot sustain a healthy body and mind. While even Steve Jobs reportedly went through a “fruitarian” phase, a more recent tragic case of an “influencer” who died following her extreme diet is a cautionary tale (ft-zhdrt).&lt;/p&gt;

&lt;p&gt;&lt;a name=&quot;sources&quot;&gt;&lt;/a&gt;Sources / More info: &lt;a title=&quot;The Nutrition and Health Benefits of Red Grapes By Kate Bratskeir&quot; href=&quot;https://www.livestrong.com/article/509099-nutrition-benefits-of-red-grapes/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;ls-grapes&lt;/a&gt;, &lt;a title=&quot;Apples 101: Nutrition Facts and Health Benefits: Apples contain key nutrients, including fiber and antioxidants. They may offer health benefits, including lowering blood sugar levels and benefitting heart health.&quot; href=&quot;https://www.healthline.com/nutrition/foods/apples#nutrients&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;hl-apples&lt;/a&gt;, &lt;a title=&quot;Cherry Nutrition Facts and Health Benefits By Barbie Cervoni MS, RD, CDCES, CDN&quot; href=&quot;https://www.verywellfit.com/cherries-nutrition-facts-calories-and-their-health-benefits-4110123&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;vwf-cherries&lt;/a&gt;, &lt;a title=&quot;Glycemic Index Research and GI News from University of Sydney&quot; href=&quot;https://glycemicindex.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;GI&lt;/a&gt;, &lt;a title=&quot;22 High Fiber Foods You Should Eat by Kris Gunnars&quot; href=&quot;https://www.healthline.com/nutrition/22-high-fiber-foods&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;hl-22&lt;/a&gt;, &lt;a title=&quot;Chart of high-fiber foods&quot; href=&quot;https://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/high-fiber-foods/art-20050948&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;mc-chrt&lt;/a&gt;, &lt;a title=&quot;Influencer Who Only Ate Raw Fruits and Vegetables Dies&quot; href=&quot;https://futurism.com/raw-vegan-influencer-dies&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;ft-zhdrt&lt;/a&gt;, &lt;a title=&quot;Costco voted most respected grocery retailer as Loblaws, Sobeys fall: survey by Alicja Siekierska&quot; href=&quot;https://www.msn.com/en-ca/money/topstories/costco-voted-most-respected-grocery-retailer-as-loblaws-sobeys-fall-survey/ar-AA1eJmVv?ocid=msedgntp&amp;amp;cvid=e5040de6e60f40709513805b2bc51c52&amp;amp;ei=208&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;msn-vtd&lt;/a&gt;&lt;/p&gt;

&lt;div id=&quot;scid:77ECF5F8-D252-44F5-B4EB-D463C5396A79:43e92fc4-7ce7-4cde-a6cd-0c011e65c947&quot; class=&quot;wlWriterEditableSmartContent&quot; style=&quot;margin: 0px; padding: 0px; float: none; display: inline;&quot;&gt;&lt;a href=&quot;https://www.consumedconsumer.org/&quot; rel=&quot;tag&quot; title=&quot;adventures in the trenches of consumerism&quot;&gt;Consumed Consumer . org&lt;/a&gt;: #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=food&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;food&#39; (i.e., find all articles containing this word)&quot;&gt;food&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=health&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;health&#39; (i.e., find all articles containing this word)&quot;&gt;health&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=nutrition&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;nutrition&#39; (i.e., find all articles containing this word)&quot;&gt;nutrition&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=foods&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;foods&#39; (i.e., find all articles containing this word)&quot;&gt;foods&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fruit&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fruit&#39; (i.e., find all articles containing this word)&quot;&gt;fruit&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fruits&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fruits&#39; (i.e., find all articles containing this word)&quot;&gt;fruits&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fiber&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fiber&#39; (i.e., find all articles containing this word)&quot;&gt;fiber&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fibre&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fibre&#39; (i.e., find all articles containing this word)&quot;&gt;fibre&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=healthy&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;healthy&#39; (i.e., find all articles containing this word)&quot;&gt;healthy&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=vegan&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;vegan&#39; (i.e., find all articles containing this word)&quot;&gt;vegan&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fruitarian&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fruitarian&#39; (i.e., find all articles containing this word)&quot;&gt;fruitarian&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=fruity&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;fruity&#39; (i.e., find all articles containing this word)&quot;&gt;fruity&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=chinatown&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;chinatown&#39; (i.e., find all articles containing this word)&quot;&gt;chinatown&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=supermarket&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;supermarket&#39; (i.e., find all articles containing this word)&quot;&gt;supermarket&lt;/a&gt;, #&lt;a href=&quot;https://www.consumedconsumer.org/search?q=shopping&quot; rel=&quot;tag&quot; title=&quot;a predefined search of this blog with &#39;shopping&#39; (i.e., find all articles containing this word)&quot;&gt;shopping&lt;/a&gt; (Tags)&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.consumedconsumer.org/feeds/3881082660035326831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/5668236488022514447/3881082660035326831' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/3881082660035326831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5668236488022514447/posts/default/3881082660035326831'/><link rel='alternate' type='text/html' href='http://www.consumedconsumer.org/2023/08/best-fruity-fiber.html' title='Best Fruity Fiber'/><author><name>Indelible Bonobo</name><uri>http://www.blogger.com/profile/14884595505459463870</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_0Y6hDPdTyI8gxThT090N5n46DsLXX_KQaOqazAh146_eMEZsdeu94xCxcxMg7tdgfcNCzzVY4cWONFrcyg6EkNs0O7_d3KHmk_amSiLYuQmaWXRBFwJDYcK_hgMIMjU7lxsjiOFzO99P0duomCFLHXBHeWpnSNWsdjs2E7eN08eFL-WL19hg4gRIkFg/s72-c/FruityFiber.jpg" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Chinatown, Toronto, ON M5T, Canada</georss:featurename><georss:point>43.6529286 -79.398057999999992</georss:point><georss:box>15.342694763821157 -114.55430799999999 71.963162436178848 -44.241807999999992</georss:box></entry></feed>