62°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

Monday, June 12, 2017

← Older → Newer
bicycle
55 min
 
8 miles
 
bicycle
  • 10:52pm
    Asleep
    6:23am
    Awake
    7h 31m
    Slept
    20m
    Awake for
    Portland, Oregon, USA
    Mon, Jun 12, 2017 6:23am -07:00
  • Kevin Marks http://known.kevinmarks.com/profile/kevinmarks   •   Jun 12
    The weird thing is that a lot of phones have an fm radio in, but it is disabled
    Aaron Parecki
    I've heard that. I don't think I can get a phone with a radio cheaper than I can get a plain radio tho.
    Portland, Oregon, USA
    Mon, Jun 12, 2017 7:41am -07:00
  • 148.8lbs
    Weight
    18.1%
    Body Fat
    Portland, Oregon
    Mon, Jun 12, 2017 8:47am -07:00
  • Aaron Parecki
    Do I know anyone who has an extra battery-powered FM radio? We need a couple for a project, and I don't seem to have any anymore.
    Portland, Oregon, USA
    1 like 2 replies
    Mon, Jun 12, 2017 8:55am -07:00
  • Tomas Quinones http://tomasquinones.com   •   Jun 12
    I have an extra Baofeng UV-5 (or some variation) if that's what you seek.
    Aaron Parecki
    @tomas_quinones I don't think those pick up the 88-108 broadcast range, do they? Anyway I want something consumery for this.
    Portland, Oregon, USA
    1 reply
    Mon, Jun 12, 2017 9:17am -07:00
  • Barnaby Walters https://waterpigs.co.uk

    Finally figured out how to format a memory stick for optimal compromise between compatibility and file sizes.

    The goal is to be able to stick this memory stick in anything from the last 15 years and be able to load files on and off. The implementation idea was to have two partitions, one FAT32 for compatibility with everything, and one ExFAT for wide compatibility allowing larger files.

    The mistake I made last time was using a GUID-based partition map, which rules out compatibility with older hardware which uses a BIOS. This can be rectified by using the older Master Boot Record partition map, which has some restrictions, but nothing particularly relevant in this case.

    I had no end of problems trying to achieve this with the Gnome Disks tool and GParted, and on Mac OS 10.11 itโ€™s not possible in the Disk Utility GUI. It is, however, very easy using the command line Disk Utility tools.

    Firstly, run

    diskutil list
    

    to find out the descriptor for the device you want to format (e.g. /dev/disk2, referred to in future examples as /dev/diskX), then

    diskutil unmountDisk /dev/diskX
    

    to unmount it in preparating for formatting. Iโ€™m formatting a 64GB flash drive with 62.1GB actual capacity into two equal portions, so my command ends up looking like this:

    diskutil partitionDisk /dev/diskX MBR ExFAT NAME_OF_FIRST_PARTITION 31.1g FAT32 NAME_OF_SECOND_PARTITION 0g
    

    where the format is pretty self explanatory:

    volume partition_map partition_1_format partition_1_name partition_1_size partition_2_format partition_2_name partition_2_size
    

    The size of partition two is given as 0g, which results in the rest of the available space being taken.

    A list of available filesystems for formatting can be browsed with:

    diskutil listFilesystems
    

    I just tested the newly formatted universal memory stick with a computer with which it previously didnโ€™t work, and it worked perfectly, so Iโ€™m confident that this approach achieves my original goal.

    Portland, Oregon
    Tue, Jun 13, 2017 1:26am +03:00 (liked on Mon, Jun 12, 2017 3:31pm -07:00) #tech #howto #usb
  • Michelle Levine ๐Ÿš€ http://michellejl.com
    Conference overload! @ACT_WConf starts Friday, @osbridge starting Tuesday, & then @indiewebcamp summit over the weekend. So much excitement๐Ÿ˜ƒ
    Portland, Oregon
    Mon, Jun 12, 2017 2:37pm -08:00 (liked on Mon, Jun 12, 2017 3:38pm -07:00)
  • Ride
    0.58mi
    Distance
    4:53
    Duration
    4:21pm
    Start
    4:26pm
    End
    Portland, Oregon
    Mon, Jun 12, 2017 4:26pm -07:00
  • Aaron Parecki
    at New Relic
    Portland, Oregon • Mon, June 12, 2017 4:34pm
    45.522696 -122.676187
    #futuretalks
    Portland, Oregon
    39 Coins
    Mon, Jun 12, 2017 4:34pm -07:00 #futuretalks
← Older → Newer

Hi, I'm Aaron Parecki, Director of Identity Standards at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming. (detailed bio)

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board Member

  • ๐ŸŽฅ YouTube Tutorials and Reviews
  • ๐Ÿ  We're building a triplex!
  • โญ๏ธ Life Stack
  • โš™๏ธ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2025 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv