Search results

  1. F

    Pyra news partially stale from the dragon's mouth

    You have to remove the back cover to access them. Mine arrived this week, but I won't be home until Tuesday!
  2. F

    Preparing for a Prototype

    e2fsck -c /dev/*emmcdevicename* Tests for bad blocks, assuming it's ext formatted and not currently in use. Might be good to have checksums for the images to verify download as well.
  3. F

    So, what's the current status of everything?

    Quite excited for my Braveheart
  4. F

    Preparing for a Prototype

    Just the basics to begin with, i3, vim and something to sync with my laptop/desktop. The usual suspects (c, rust, python, awk, perl. Just got into maxima as well). Would like to try gnome lollypop
  5. F

    Wrapping everything up!

    So.... 4 months?
  6. F

    Input/Output from GPS

    google game is strong wego $latlon -days 0 | sed 's/\x1B\[[0-9;]\+[A-Za-z]//g' > out.txt found this to strip the colour codes. using the days = 0 option to remove the forecast, try that with conky. Wego makes json as well, should be easy to make something pretty with that:
  7. F

    Input/Output from GPS

    This works ok with gpsfake (gpsd). Need to test with real GPS hardware though. Gpspipe is reading 10 sentences which is probably too many. Also, dividing the northing/westing by 10 is strictly not correct, but it's close enough for now. latlon=$(gpspipe -r -n 10 | awk -F, '/GGA/ {printf("%.3f...
Back
Top