From 662952b7555c3eb8ba85cff89941cb28251ce029 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 27 Feb 2026 11:34:24 -0500 Subject: [PATCH] [bash] Updating aliases, adding hrhup --- bash/.aliases | 1 + gnome/.local/share/custom-gconf.conf | 1225 ++++++++++++++++++++++---- zsh/.zshrc | 7 +- 3 files changed, 1043 insertions(+), 190 deletions(-) diff --git a/bash/.aliases b/bash/.aliases index 90fc8db..770b41a 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -31,6 +31,7 @@ alias clear_incoming="sudo find /tank/videos/incoming -type d -maxdepth 1 -minde alias lk="load_keys" # Hungryroot +alias hrhup="sysu restart hungryroot-django" alias hrtest="$HUNGRYROOT_DIR/manage.py test --keepdb" alias hr="cd $HUNGRYROOT_DIR" alias hrdj="(cd $HUNGRYROOT_DIR && just django)" diff --git a/gnome/.local/share/custom-gconf.conf b/gnome/.local/share/custom-gconf.conf index 1b9a5be..31b96d3 100644 --- a/gnome/.local/share/custom-gconf.conf +++ b/gnome/.local/share/custom-gconf.conf @@ -1,165 +1,29 @@ -# /org/gnome/desktop/interface/ [/] -accent-color='purple' +accent-color='teal' clock-format='24h' clock-show-seconds=true clock-show-weekday=true color-scheme='prefer-dark' +current=uint32 0 +edge-tiling=true enable-animations=false enable-hot-corners=true -scaling-factor=uint32 2 -toolkit-accessibility=false - -# /org/gnome/desktop/input-sources/ -[/] -current=uint32 0 +experimental-features=['scale-monitor-framebuffer'] +idle-delay=uint32 900 mru-sources=[('xkb', 'us')] +report-technical-problems=true +scaling-factor=uint32 2 sources=[('xkb', 'us')] +toolkit-accessibility=false +workspaces-only-on-primary=false xkb-options=['caps:escape', 'lv3:ralt_switch'] -# /org/gnome/desktop/peripherals/ -[keyboard] -numlock-state=true - -[mouse] -natural-scroll=true -speed=0.0 - -[touchpad] -two-finger-scrolling-enabled=true - -# /org/gnome/desktop/privacy/ -[/] -report-technical-problems=true - -# /org/gnome/desktop/session/ -[/] -idle-delay=uint32 900 - -# /org/gnome/desktop/wm/ -[keybindings] -maximize=['Up'] -move-to-monitor-down=['Down'] -move-to-monitor-left=['Left'] -move-to-monitor-right=['Right'] -move-to-monitor-up=['Up'] -move-to-workspace-1=['1'] -move-to-workspace-2=['2'] -move-to-workspace-3=['3'] -move-to-workspace-4=['4'] -move-to-workspace-down=['Down'] -move-to-workspace-left=['Page_Up', 'Left', 'Left'] -move-to-workspace-right=['Page_Down', 'Right', 'Right'] -move-to-workspace-up=['Up'] -switch-applications=['Tab', 'Tab'] -switch-applications-backward=['Tab', 'Tab'] -switch-group=@as [] -switch-group-backward=@as [] -switch-panels=['Tab'] -switch-panels-backward=['Tab'] -switch-to-workspace-1=['1'] -switch-to-workspace-2=['2'] -switch-to-workspace-3=['3'] -switch-to-workspace-4=['4'] -switch-to-workspace-last=['End'] -switch-to-workspace-left=['a'] -switch-to-workspace-right=['d'] -switch-windows=['grave'] -switch-windows-backward=['grave'] -toggle-maximized=['F10'] -unmaximize=['Down', 'F5'] - -[preferences] -button-layout=':' - -# /org/gnome/mutter/ -[/] -attach-modal-dialogs=true -edge-tiling=false -experimental-features=['scale-monitor-framebuffer'] -workspaces-only-on-primary=false - -[keybindings] -cancel-input-capture=['Escape'] -toggle-tiled-left=['Left'] -toggle-tiled-right=['Right'] - -[wayland/keybindings] -restore-shortcuts=['Escape'] - -# /org/gnome/settings-daemon/plugins/ -[color] -night-light-enabled=false -night-light-last-coordinates=(44.801600000000001, -68.771199999999993) -night-light-schedule-automatic=false - -[housekeeping] -donation-reminder-last-shown=int64 1766428114278942 - -[media-keys] -custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-6/'] -rotate-video-lock-static=['o', 'XF86RotationLockToggle'] - -[media-keys/custom-keybindings/app-pinner-1] -binding='t' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:1' -name='App Pinner Position 1' - -[media-keys/custom-keybindings/app-pinner-2] -binding='w' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:2' -name='App Pinner Position 2' - -[media-keys/custom-keybindings/app-pinner-3] -binding='d' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:3' -name='App Pinner Position 3' - -[media-keys/custom-keybindings/app-pinner-4] -binding='e' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:4' -name='App Pinner Position 4' - -[media-keys/custom-keybindings/app-pinner-5] -binding='f' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:5' -name='App Pinner Position 5' - -[media-keys/custom-keybindings/app-pinner-6] -binding='s' -command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:6' -name='App Pinner Position 6' - -[media-keys/custom-keybindings/custom0] -binding='t' -command='/usr/bin/alacritty' -name='Alacritty' - -[media-keys/custom-keybindings/custom1] -binding='f' -command='/usr/bin/firefox --new-window' -name='Launch Firefox' - -[media-keys/custom-keybindings/custom2] -binding='e' -command='/usr/bin/emacsclient -c' -name='Emacs' - -[media-keys/custom-keybindings/custom3] -binding='b' -command='/usr/bin/qutebrowser' -name='Qutebrowser' - -[power] -sleep-inactive-ac-type='nothing' - -# /org/gnome/shell/extensions/ [app-pinner] -custom-links=['https://hungryroot.slack.com'] +custom-links=['https://hungryroot.slack.com', 'https://calendar.google.com/calendar/u/0/r?pli=1'] enable-labels=false -icon-size=18 -indicator-color='rgb(220,138,221)' -pinned-apps=['Alacritty', 'chromium-browser', 'im.dino.Dino', 'emacs', 'org.mozilla.firefox', 'link://https://hungryroot.slack.com', 'com.ranfdev.Notify'] +icon-size=20 +indicator-color='rgb(255,255,255)' +pinned-apps=['Alacritty', 'link://https://calendar.google.com/calendar/u/0/r?pli=1', 'chromium-browser', 'im.dino.Dino', 'emacs', 'org.mozilla.firefox', 'link://https://hungryroot.slack.com', 'com.ranfdev.Notify'] position-in-panel='right' shortcut-1='t' shortcut-2='w' @@ -168,19 +32,19 @@ shortcut-4='e' shortcut-5='f' shortcut-6='s' show-in-panel=true -show-pin-icon=true +show-pin-icon=false sort-alphabetically=true -spacing=15 -startup-apps=['com.ranfdev.Notify'] +spacing=8 +startup-apps=@as [] [bingwallpaper] -bing-json="[{\"startdate\":\"20241214\",\"fullstartdate\":\"202412140800\",\"enddate\":\"20241215\",\"url\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350\",\"copyright\":\"Northern hawk-owl, Canada (© pchoui/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=northern+hawk-owl&form=hpcapt&filters=HpDate%3a%2220241214_0800%22\",\"title\":\"'Hoo' said that?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241214_NorthernHawkOwl%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"053192a2c8e28dd5596ab10950745f69\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241215\",\"fullstartdate\":\"202412150800\",\"enddate\":\"20241216\",\"url\":\"/th?id=OHR.MisurinaLake_EN-US7921587884_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MisurinaLake_EN-US7921587884\",\"copyright\":\"Lake Misurina, Dolomites, Italy (© Marco Bottigelli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Lake+Misurina+Italy&form=hpcapt&filters=HpDate%3a%2220241215_0800%22\",\"title\":\"A lake of tears\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241215_MisurinaLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8c332da41c624b05d14a76ffae5565d9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241216\",\"fullstartdate\":\"202412160800\",\"enddate\":\"20241217\",\"url\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220\",\"copyright\":\"Salzburg, Austria (© bluejayphoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Salzburg&form=hpcapt&filters=HpDate%3a%2220241216_0800%22\",\"title\":\"Twinkling streets and icy peaks\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241216_SalzburgSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7c869bc8050c8d8a435723ab68904671\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241217\",\"fullstartdate\":\"202412170800\",\"enddate\":\"20241218\",\"url\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241\",\"copyright\":\"Traditional red fishermen's cabins on the shore of Reinefjorden, Norway (© Pilat666/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Reine+Norway&form=hpcapt&filters=HpDate%3a%2220241217_0800%22\",\"title\":\"A shore to adore\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241217_ReinefjordenNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7f13b0c4accfd40a961fd624c1f3fd77\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241218\",\"fullstartdate\":\"202412180800\",\"enddate\":\"20241219\",\"url\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113\",\"copyright\":\"English National Ballet performing 'The Nutcracker' (© Caroline Holden/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=The+Nutcracker+ballet&form=hpcapt&filters=HpDate%3a%2220241218_0800%22\",\"title\":\"Yule really love this ballet\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241218_NutcrackerBallet%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"e4df406f8ef42bd6549813c7a790d5ca\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241219\",\"fullstartdate\":\"202412190800\",\"enddate\":\"20241220\",\"url\":\"/th?id=OHR.SibiuRomania_EN-US9223739756_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SibiuRomania_EN-US9223739756\",\"copyright\":\"Christmas market in Sibiu, Romania (© Calin Stan/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sibiu&form=hpcapt&filters=HpDate%3a%2220241219_0800%22\",\"title\":\"Twinkle town\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241219_SibiuRomania%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d20d7a090716e25752a053c760cd92bd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241220\",\"fullstartdate\":\"202412200800\",\"enddate\":\"20241221\",\"url\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842\",\"copyright\":\"Santa Claus Village in Rovaniemi, Lapland, Finland (© Smelov/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rovaniemi&form=hpcapt&filters=HpDate%3a%2220241220_0800%22\",\"title\":\"He's coming to town...\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241220_SantaClausVillage%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"144e92d683a93eab08c2d2f3a94664b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241221\",\"fullstartdate\":\"202412210800\",\"enddate\":\"20241222\",\"url\":\"/th?id=OHR.BavarianWinter_EN-US9813996975_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BavarianWinter_EN-US9813996975\",\"copyright\":\"Loisach River at Lake Kochelsee, Bavaria, Germany (© Christian Back/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+solstice&form=hpcapt&filters=HpDate%3a%2220241221_0800%22\",\"title\":\"Midwinter wonderland\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241221_BavarianWinter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7905272379af5190b675c16f50d4fc5a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241222\",\"fullstartdate\":\"202412220800\",\"enddate\":\"20241223\",\"url\":\"/th?id=OHR.CrystalPier_EN-US0086755810_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalPier_EN-US0086755810\",\"copyright\":\"Christmas tree at Crystal Pier, Pacific Beach, San Diego, California (© SamAntonioPhotography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=San+Diego+California&form=hpcapt&filters=HpDate%3a%2220241222_0800%22\",\"title\":\"Surf, sand, and Santa\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241222_CrystalPier%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b77ddce844d00393252e31ba68c906f5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241223\",\"fullstartdate\":\"202412230800\",\"enddate\":\"20241224\",\"url\":\"/th?id=OHR.FestivusCranes_EN-US0396321898_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FestivusCranes_EN-US0396321898\",\"copyright\":\"Red-crowned cranes in Kushiro, Hokkaido, Japan (© Wirestock, Inc./Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Festivus&form=hpcapt&filters=HpDate%3a%2220241223_0800%22\",\"title\":\"Ready to let off some steam?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241223_FestivusCranes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1efcce9d1507563c29927d394e0127b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241224\",\"fullstartdate\":\"202412240800\",\"enddate\":\"20241225\",\"url\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966\",\"copyright\":\"Christmas market scene in Germany (© Cyril Gosselin/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Eve&form=hpcapt&filters=HpDate%3a%2220241224_0800%22\",\"title\":\"Have yourself a very merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241224_SantaSnowglobe%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1f1c4293d0cae09c9e698bdd07edffd5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241225\",\"fullstartdate\":\"202412250800\",\"enddate\":\"20241226\",\"url\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747\",\"copyright\":\"Svalbard reindeer in Van Mijenfjorden NP, Norway (© Martin Zwick/REDA&CO/Universal Images Group via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Day&form=hpcapt&filters=HpDate%3a%2220241225_0800%22\",\"title\":\"Merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241225_ReindeerTrio%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"583c016008771a154edfe7000718b2d2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250103\",\"fullstartdate\":\"202501030800\",\"enddate\":\"20250104\",\"url\":\"/th?id=OHR.TolkienOxford_EN-US6755564963_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.TolkienOxford_EN-US6755564963\",\"copyright\":\"The Radcliffe Camera and All Souls College, University of Oxford, England (© atiger/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=+J.R.R.+Tolkien&form=hpcapt&filters=HpDate%3a%2220250103_0800%22\",\"title\":\"Ring in the fun\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250103_TolkienOxford%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"17a1e3e7c22c8244af472370106d6bfd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250104\",\"fullstartdate\":\"202501040800\",\"enddate\":\"20250105\",\"url\":\"/th?id=OHR.VietnamFalls_EN-US9133406245_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.VietnamFalls_EN-US9133406245\",\"copyright\":\"Bản Giốc–Detian Falls on the Quây Sơn River, Vietnam (© Shane P. White/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ban+Gioc-Detian+Falls&form=hpcapt&filters=HpDate%3a%2220250104_0800%22\",\"title\":\"A borderline paradise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250104_VietnamFalls%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"af35307dc110cfc79427867a87f58b36\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250105\",\"fullstartdate\":\"202501050800\",\"enddate\":\"20250106\",\"url\":\"/th?id=OHR.PlumParakeet_EN-US9359235355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumParakeet_EN-US9359235355\",\"copyright\":\"Plum-headed parakeet at Shimoga, Karnataka, India (© Hira Punjabi/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Plum-headed+parakeet&form=hpcapt&filters=HpDate%3a%2220250105_0800%22\",\"title\":\"Head-turner in the treetops\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250105_PlumParakeet%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ec0968e6648f13988a69358d936db39\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250106\",\"fullstartdate\":\"202501060800\",\"enddate\":\"20250107\",\"url\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715\",\"copyright\":\"Flooded crypt, Basilica of San Francesco, Ravenna, Italy (© Andrea Pucci/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ravenna+italy&form=hpcapt&filters=HpDate%3a%2220250106_0800%22\",\"title\":\"Divine depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250106_RavennaBasilica%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"099a25f64c8af867c2c6f739472d0e96\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250107\",\"fullstartdate\":\"202501070800\",\"enddate\":\"20250108\",\"url\":\"/th?id=OHR.BouldersNZ_EN-US0112829210_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BouldersNZ_EN-US0112829210\",\"copyright\":\"Moeraki Boulders at sunset, South Island, New Zealand (© Douglas Pearson/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Moeraki+Boulders&form=hpcapt&filters=HpDate%3a%2220250107_0800%22\",\"title\":\"Rocks and rollers\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250107_BouldersNZ%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"cd143e3b2aa0bca6569bd6d3628aa400\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250108\",\"fullstartdate\":\"202501080800\",\"enddate\":\"20250109\",\"url\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933\",\"copyright\":\"Snow on the Great Wall of China (© View Stock/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Take+the+Stairs+Day&form=hpcapt&filters=HpDate%3a%2220250108_0800%22\",\"title\":\"Step up your game\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250108_GreatWallStairs%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1e0e0487e796a08951de61e2daa13a42\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250109\",\"fullstartdate\":\"202501090800\",\"enddate\":\"20250110\",\"url\":\"/th?id=OHR.CarterMemorial_EN-US9400973867_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CarterMemorial_EN-US9400973867\",\"copyright\":\"The US Capitol dome with flags flying at half-staff in honor of former President Jimmy Carter, Washington, DC (© J. David Ake/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=President+Jimmy+Carter&form=hpcapt&filters=HpDate%3a%2220250109_0800%22\",\"title\":\"Honoring Jimmy Carter\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250109_CarterMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"bde425cdc9df8bbd06e55f5aba4ec4f4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250110\",\"fullstartdate\":\"202501100800\",\"enddate\":\"20250111\",\"url\":\"/th?id=OHR.BubbleLake_EN-US6558545411_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BubbleLake_EN-US6558545411\",\"copyright\":\"Abraham Lake, Alberta, Canada (© Basic Elements Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Abraham+Lake+Alberta&form=hpcapt&filters=HpDate%3a%2220250110_0800%22\",\"title\":\"Bubbles, bubbles everywhere\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250110_BubbleLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3b23fa94a9cad27d79b0568850bdd504\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250111\",\"fullstartdate\":\"202501110800\",\"enddate\":\"20250112\",\"url\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839\",\"copyright\":\"Heri es-Swani in Meknes, Morocco (© Calin Stan/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Meknes+Morocco&form=hpcapt&filters=HpDate%3a%2220250111_0800%22\",\"title\":\"Arches of a bygone era\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250111_MeknesMorocco%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"82b22cc988903fa1fd2a5e3478403c98\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250112\",\"fullstartdate\":\"202501120800\",\"enddate\":\"20250113\",\"url\":\"/th?id=OHR.CrescentTail_EN-US7217745417_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrescentTail_EN-US7217745417\",\"copyright\":\"Crescent-tail bigeye fish in the Great Barrier Reef, Australia (© Fred Bavendam/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Crescent-tail+Bigeye&form=hpcapt&filters=HpDate%3a%2220250112_0800%22\",\"title\":\"Sharp vision in the depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250112_CrescentTail%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8ca9f366d9d8f71e0d9cfd591a1e850f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9903529231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9903529231\",\"copyright\":\"Cottage with Tŵr Bach Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d776de7a8222eba32859584b57221541\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9397534673_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9397534673\",\"copyright\":\"Cottage with Tŵr Mawr Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1aa9deab4d5fa771b915e211b6ba7c78\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250114\",\"fullstartdate\":\"202501140800\",\"enddate\":\"20250115\",\"url\":\"/th?id=OHR.CadizSpain_EN-US9699586606_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CadizSpain_EN-US9699586606\",\"copyright\":\"Village of Zahara de la Sierra overlooking Zahara-El Gastor Reservoir, Cádiz province, Spain (© SEN LI/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Andalusia&form=hpcapt&filters=HpDate%3a%2220250114_0800%22\",\"title\":\"Calmness overload\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250114_CadizSpain%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eccb17eb9f132aefbdeebd4ed8e0f2fc\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250115\",\"fullstartdate\":\"202501150800\",\"enddate\":\"20250116\",\"url\":\"/th?id=OHR.MuseumCourt_EN-US0003531841_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MuseumCourt_EN-US0003531841\",\"copyright\":\"The Great Court of the British Museum, London, England (© Cavan Images/Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=British+Museum+history&form=hpcapt&filters=HpDate%3a%2220250115_0800%22\",\"title\":\"Where the past is always present\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250115_MuseumCourt%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"00baa961738492b4f5bdf5555c58aba4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250116\",\"fullstartdate\":\"202501160800\",\"enddate\":\"20250117\",\"url\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288\",\"copyright\":\"High Peaks Trail in Pinnacles National Park, San Benito County, California (© yhelfman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Pinnacles+National+Park&form=hpcapt&filters=HpDate%3a%2220250116_0800%22\",\"title\":\"A monumental milestone\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250116_PinnaclesPeaks%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e1856aa4bd1ac53ef30a784ae88431c1\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250117\",\"fullstartdate\":\"202501170800\",\"enddate\":\"20250118\",\"url\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735\",\"copyright\":\"Brown pelican, San Diego, California (© Arthur Morris/BIRDS AS ART/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Brown+pelican&form=hpcapt&filters=HpDate%3a%2220250117_0800%22\",\"title\":\"Pouch perfect\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250117_PelicanPortrait%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"922b23cff1aa8487831c4ce82ca02748\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250118\",\"fullstartdate\":\"202501180800\",\"enddate\":\"20250119\",\"url\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236\",\"copyright\":\"Sunset at White Sands National Park, New Mexico (© Image Professionals GmbH/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=White+Sands+National+Park&form=hpcapt&filters=HpDate%3a%2220250118_0800%22\",\"title\":\"1,001 New Mexican dunes\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250118_WhiteSandsNP%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3ab18a77c61e23f8c8c403bb51535109\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250119\",\"fullstartdate\":\"202501190800\",\"enddate\":\"20250120\",\"url\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235\",\"copyright\":\"Neptune's Grotto, Sardinia, Italy (© Carlo Murenu/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Neptunes+Grotto+Sardinia&form=hpcapt&filters=HpDate%3a%2220250119_0800%22\",\"title\":\"A grotto fit for a god\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250119_NeptunesGrotto%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c512e90fa5e35819427620c25a347144\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250120\",\"fullstartdate\":\"202501200800\",\"enddate\":\"20250121\",\"url\":\"/th?id=OHR.KingMemorial_EN-US1319830882_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.KingMemorial_EN-US1319830882\",\"copyright\":\"Martin Luther King Jr. Memorial in Washington, DC (© Win McNamee/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Martin+Luther+King+Jr.+Memorial&form=hpcapt&filters=HpDate%3a%2220250120_0800%22\",\"title\":\"Honoring the dream\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250120_KingMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"3c9150e5a8ab404814e25c8f676a4383\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250121\",\"fullstartdate\":\"202501210800\",\"enddate\":\"20250122\",\"url\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769\",\"copyright\":\"Eurasian red squirrel (© Edwin Giesbers/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Eurasian+red+squirrel&form=hpcapt&filters=HpDate%3a%2220250121_0800%22\",\"title\":\"Feeling squirrely?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250121_DutchSquirrel%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c857165da321497bee433ffb1c3ca20f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250122\",\"fullstartdate\":\"202501220800\",\"enddate\":\"20250123\",\"url\":\"/th?id=OHR.PetraMonastery_EN-US1834130511_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PetraMonastery_EN-US1834130511\",\"copyright\":\"Ad-Deir, Petra, Jordan (© Punnawit Suwuttananun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ad-Deir+Petra&form=hpcapt&filters=HpDate%3a%2220250122_0800%22\",\"title\":\"Finding beauty in the Lost City\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250122_PetraMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f37426dd4dcb33c58b4b5aafe9099c38\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250206\",\"fullstartdate\":\"202502060800\",\"enddate\":\"20250207\",\"url\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495\",\"copyright\":\"Archway Islands, Wharariki Beach, South Island, New Zealand (© Francesco Vaninetti/AWL/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=Waitangi+Day&form=hpcapt&filters=HpDate%3a%2220250206_0800%22\",\"title\":\"Reflections of a nation's legacy\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250206_WhararikiBeach%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c88488c53938fda64e5941ceb3ec09d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250207\",\"fullstartdate\":\"202502070800\",\"enddate\":\"20250208\",\"url\":\"/th?id=OHR.BlueNorway_EN-US6457602567_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueNorway_EN-US6457602567\",\"copyright\":\"Blue hour in Trondheim, Norway (© Jeanny Mueller/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=trondheim+norway&form=hpcapt&filters=HpDate%3a%2220250207_0800%22\",\"title\":\"Stuck in a blue moment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250207_BlueNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"9c47084982478c17b3743ec1b4a9b0b8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250208\",\"fullstartdate\":\"202502080800\",\"enddate\":\"20250209\",\"url\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330\",\"copyright\":\"Medieval towers in Mestia, Upper Svaneti, Georgia (© photoaliona/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Mestia&form=hpcapt&filters=HpDate%3a%2220250208_0800%22\",\"title\":\"Frozen in time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250208_SnowySvaneti%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d2a7297695cc33edc58cf96287b8cc51\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250209\",\"fullstartdate\":\"202502090800\",\"enddate\":\"20250210\",\"url\":\"/th?id=OHR.AlstromPoint_EN-US6746094430_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlstromPoint_EN-US6746094430\",\"copyright\":\"Alstrom Point, Lake Powell, Utah (© T.M. Schultze/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Alstrom+Point&form=hpcapt&filters=HpDate%3a%2220250209_0800%22\",\"title\":\"A point worth pondering\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250209_AlstromPoint%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eafd0e5e9ef6981623b345dbc5fa9e92\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250210\",\"fullstartdate\":\"202502100800\",\"enddate\":\"20250211\",\"url\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187\",\"copyright\":\"Art installation of umbrellas at Borough Market in London, England (© Malcolm P Chapman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=National+Umbrella+Day&form=hpcapt&filters=HpDate%3a%2220250210_0800%22\",\"title\":\"Under my umbrella\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250210_UmbrellaDay%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"25f01d03a8498f06d5bf100b587b0f1c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250211\",\"fullstartdate\":\"202502110800\",\"enddate\":\"20250212\",\"url\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893\",\"copyright\":\"Yungang Grottoes, Datong, Shanxi province, China (© Eric Yang/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Yungang+Grottoes+travel&form=hpcapt&filters=HpDate%3a%2220250211_0800%22\",\"title\":\"The watchful eyes of history\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250211_YungangGrottoes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e198415bd8decca0de2201b7eba8ac86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250212\",\"fullstartdate\":\"202502120800\",\"enddate\":\"20250213\",\"url\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194\",\"copyright\":\"Marine iguanas, Galápagos Islands, Ecuador (© helovi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Darwin+Day&form=hpcapt&filters=HpDate%3a%2220250212_0800%22\",\"title\":\"Darwin's blueprint\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250212_GalapagosIguana%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cafda853d1f92fc0bb335b576aa2e9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250213\",\"fullstartdate\":\"202502130800\",\"enddate\":\"20250214\",\"url\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900\",\"copyright\":\"Lake Tyrrell, Victoria, Australia (© Monica Bertolazzi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=lake+tyrrell+australia+wiki&form=hpcapt&filters=HpDate%3a%2220250213_0800%22\",\"title\":\"Salt of the earth\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250213_LakeTyrrell%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"607b20cdd23ae96225798b3447cff211\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250214\",\"fullstartdate\":\"202502140800\",\"enddate\":\"20250215\",\"url\":\"/th?id=OHR.PenguinLove_EN-US7515315710_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PenguinLove_EN-US7515315710\",\"copyright\":\"Magellanic penguins in the Falkland Islands (© Vicki Jauron, Babylon and Beyond Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=valentine%27s+day&form=hpcapt&filters=HpDate%3a%2220250214_0800%22\",\"title\":\"Look at these lovebirds\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250214_PenguinLove%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"a5c4f6e61135bed15f227dfb4d7a6b9c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250215\",\"fullstartdate\":\"202502150800\",\"enddate\":\"20250216\",\"url\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956\",\"copyright\":\"Icicles of Misotsuchi, Chichibu, Japan (© watayu0821/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Chichibu+Saitama+Japan&form=hpcapt&filters=HpDate%3a%2220250215_0800%22\",\"title\":\"These are so nice-icle\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250215_Misotsuchi2025%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d5b925fe797367f4b99759b6285ac189\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250216\",\"fullstartdate\":\"202502160800\",\"enddate\":\"20250217\",\"url\":\"/th?id=OHR.HumpbackMother_EN-US8033380725_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HumpbackMother_EN-US8033380725\",\"copyright\":\"Humpback whale mother and calf, Tonga (© Chase Dekker/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+whale+day&form=hpcapt&filters=HpDate%3a%2220250216_0800%22\",\"title\":\"Protecting the giants of the sea\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250216_HumpbackMother%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bdeb5946d2f0637b96cd323880ebaf3c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250217\",\"fullstartdate\":\"202502170800\",\"enddate\":\"20250218\",\"url\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655\",\"copyright\":\"The Washington Monument seen from the Lincoln Memorial, Washington, DC (© lucky-photographer/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=presidents+day&form=hpcapt&filters=HpDate%3a%2220250217_0800%22\",\"title\":\"Honoring our presidents\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250217_LincolnSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c6f6050e5e3b84caf28567c8bdf02593\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250218\",\"fullstartdate\":\"202502180800\",\"enddate\":\"20250219\",\"url\":\"/th?id=OHR.BlueBelize_EN-US7787222240_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueBelize_EN-US7787222240\",\"copyright\":\"Great Blue Hole, Belize (© JamiesOnAMission/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Great+Blue+Hole+Caribbean&form=hpcapt&filters=HpDate%3a%2220250218_0800%22\",\"title\":\"Endless blue\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250218_BlueBelize%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"db4f2b573735a66fa38fd54ef58033d6\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250219\",\"fullstartdate\":\"202502190800\",\"enddate\":\"20250220\",\"url\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687\",\"copyright\":\"European river otter, Lelystad, Netherlands (© Ernst Dirksen/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=European+river+otter&form=hpcapt&filters=HpDate%3a%2220250219_0800%22\",\"title\":\"The 'otter' side of life\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250219_IceHoleOtter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"50d8d695dabae5458b61b66621dfd79a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250220\",\"fullstartdate\":\"202502200800\",\"enddate\":\"20250221\",\"url\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397\",\"copyright\":\"Alpenglow on Half Dome, Yosemite National Park, California (© Matthew Kuhns/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ansel+Adams&form=hpcapt&filters=HpDate%3a%2220250220_0800%22\",\"title\":\"Celebrating Ansel Adams\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250220_AdamsYosemite%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"052a2f0a80cf8570a51df10b735e329c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250221\",\"fullstartdate\":\"202502210800\",\"enddate\":\"20250222\",\"url\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929\",\"copyright\":\"Champaka Sarasi pond near Shivamogga, Karnataka, India (© Amith Nag Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Shimoga&form=hpcapt&filters=HpDate%3a%2220250221_0800%22\",\"title\":\"A tale of still waters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250221_ChampakaSarasi%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12b86c160642278bf19f4fa842987487\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250222\",\"fullstartdate\":\"202502220800\",\"enddate\":\"20250223\",\"url\":\"/th?id=OHR.StLouisArch_EN-US1920417205_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.StLouisArch_EN-US1920417205\",\"copyright\":\"The Gateway Arch in St. Louis, Missouri (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gateway+Arch+national+park&form=hpcapt&filters=HpDate%3a%2220250222_0800%22\",\"title\":\"Bending towards brilliance\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250222_StLouisArch%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"23a2ef2bc2bc1c1c096ab427c358be64\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250223\",\"fullstartdate\":\"202502230800\",\"enddate\":\"20250224\",\"url\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739\",\"copyright\":\"Mount Fuji at sunrise, Lake Kawaguchi, Japan (© Twenty47studio/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mount+fuji&form=hpcapt&filters=HpDate%3a%2220250223_0800%22\",\"title\":\"Wind of Fuji, my souvenir from Edo\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250223_MtFujiSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"54c4843dabf941fbf038350cc92ed5c0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250224\",\"fullstartdate\":\"202502240800\",\"enddate\":\"20250225\",\"url\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377\",\"copyright\":\"Group of giant cuttlefish in Spencer Gulf, off Whyalla, South Australia (© Gary Bell/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=australian+giant+cuttlefish&form=hpcapt&filters=HpDate%3a%2220250224_0800%22\",\"title\":\"Inked and undercover\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250224_GiantCuttlefish%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c74a45784c855c7ed4a0116f0ad71f86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250225\",\"fullstartdate\":\"202502250800\",\"enddate\":\"20250226\",\"url\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046\",\"copyright\":\"Sandstone hoodoos, Bryce Canyon National Park, Utah (© Stephen Matera/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Bryce+Canyon+National+Park&form=hpcapt&filters=HpDate%3a%2220250225_0800%22\",\"title\":\"Hoodoo you do?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250225_BryceHoodoos%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"08721f3db1ee568bb6bc65533dbc221c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250226\",\"fullstartdate\":\"202502260800\",\"enddate\":\"20250227\",\"url\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665\",\"copyright\":\"Castle Stalker on Loch Laich, Argyll, Scotland (© WLDavies/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Castle+Stalker&form=hpcapt&filters=HpDate%3a%2220250226_0800%22\",\"title\":\"Scottish strategy at its finest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250226_ArgyllStalker%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"29b7d9e4d2950eb44a3d5561282acace\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250227\",\"fullstartdate\":\"202502270800\",\"enddate\":\"20250228\",\"url\":\"/th?id=OHR.PolarCub_EN-US2740470421_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PolarCub_EN-US2740470421\",\"copyright\":\"Polar bear cub, Churchill, Manitoba, Canada (© Eric Baccega/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=international+polar+bear+day&form=hpcapt&filters=HpDate%3a%2220250227_0800%22\",\"title\":\"Polar care\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250227_PolarCub%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"37f4494705d4ebf5a6245217277e4d74\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250228\",\"fullstartdate\":\"202502280800\",\"enddate\":\"20250301\",\"url\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711\",\"copyright\":\"Paro Taktsang, a Buddhist monastery in Bhutan (© Baron Reznik/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tibetan+new+year&form=hpcapt&filters=HpDate%3a%2220250228_0800%22\",\"title\":\"Have a rest at the Tiger's Nest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250228_BhutanMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3eb937ac8ed4671716385f8cbc7175b4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250301\",\"fullstartdate\":\"202503010800\",\"enddate\":\"20250302\",\"url\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791\",\"copyright\":\"Dr. Anna Howard Shaw leading a suffrage parade in 1910s New York City (© Bettmann/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Women%27s+History+Month+wiki&form=hpcapt&filters=HpDate%3a%2220250301_0800%22\",\"title\":\"Women's History Month\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250301_SuffragetteCity%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"2da2d26166e84dcad6393b952709cce3\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250302\",\"fullstartdate\":\"202503020800\",\"enddate\":\"20250303\",\"url\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767\",\"copyright\":\"Eucalyptus trees, Megalong Valley, Blue Mountains National Park, NSW, Australia (© Andrew Peacock/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Blue+Mountains+National+Park&form=hpcapt&filters=HpDate%3a%2220250302_0800%22\",\"title\":\"A eucalyp-tastic view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250302_EucalyptusForest%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c53d7ffa21e488220ac3dd802cd12ce2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250303\",\"fullstartdate\":\"202503030800\",\"enddate\":\"20250304\",\"url\":\"/th?id=OHR.HornbillPair_EN-US3168408482_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HornbillPair_EN-US3168408482\",\"copyright\":\"Southern yellow-billed hornbills in Kruger National Park, South Africa (© Richard Du Toit/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Kruger+National+Park+wiki&form=hpcapt&filters=HpDate%3a%2220250303_0800%22\",\"title\":\"Wild about wildlife\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250303_HornbillPair%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1a1eb66b33c9550202fa5c7b0bdfcf90\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250304\",\"fullstartdate\":\"202503040800\",\"enddate\":\"20250305\",\"url\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692\",\"copyright\":\"Jackson Square, New Orleans, Louisiana (© SeanPavonePhoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mardi+gras&form=hpcapt&filters=HpDate%3a%2220250304_0800%22\",\"title\":\"Not your ordinary Tuesday\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250304_MardiGrasJackson%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ace7793a3a5d2db50675978e7e277c7\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250305\",\"fullstartdate\":\"202503050800\",\"enddate\":\"20250306\",\"url\":\"/th?id=OHR.SuratThani_EN-US3326265231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuratThani_EN-US3326265231\",\"copyright\":\"Aerial view of Khao Sok National Park, Surat Thani, Thailand (© Peetatham Kongkapech/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Khao+Sok+National+Park&form=hpcapt&filters=HpDate%3a%2220250305_0800%22\",\"title\":\"A jungle adventure\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250305_SuratThani%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e112ed6b3e208973b58eba444eaeea75\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250306\",\"fullstartdate\":\"202503060800\",\"enddate\":\"20250307\",\"url\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986\",\"copyright\":\"Desert bighorn sheep in Valley of Fire State Park, Nevada (© Rachid Dahnoun/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Valley+of+Fire+State+Park&form=hpcapt&filters=HpDate%3a%2220250306_0800%22\",\"title\":\"Rocky relationship\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250306_NevadaBigHorns%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e3e892a6f959b4b495c2cd0d9fdee55e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250307\",\"fullstartdate\":\"202503070800\",\"enddate\":\"20250308\",\"url\":\"/th?id=OHR.PlumBlossom_EN-US7055526666_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumBlossom_EN-US7055526666\",\"copyright\":\"Plum blossoms in China (© zhikun sun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=china+national+flower&form=hpcapt&filters=HpDate%3a%2220250307_0800%22\",\"title\":\"China in bloom\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250307_PlumBlossom%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"4206f48e5333ff88472017c86a9d6ec0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250308\",\"fullstartdate\":\"202503080800\",\"enddate\":\"20250309\",\"url\":\"/th?id=OHR.FearlessWomen_EN-US7338738180_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FearlessWomen_EN-US7338738180\",\"copyright\":\"Fearless Girl statue facing the New York Stock Exchange, New York City (© JOHANNES EISELE/AFP via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Womens+Day&form=hpcapt&filters=HpDate%3a%2220250308_0800%22\",\"title\":\"Making her-story!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250308_FearlessWomen%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"0404456a0fa28635fb6f6163c71d8735\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250309\",\"fullstartdate\":\"202503090700\",\"enddate\":\"20250310\",\"url\":\"/th?id=OHR.ItalyClock_EN-US7397391355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ItalyClock_EN-US7397391355\",\"copyright\":\"St. Mark's Clock Tower, Venice, Italy (© scaliger/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Daylight+saving+time&form=hpcapt&filters=HpDate%3a%2220250309_0700%22\",\"title\":\"The March of time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250309_ItalyClock%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c4240de545e84d5824158a7eae87df8b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250310\",\"fullstartdate\":\"202503100700\",\"enddate\":\"20250311\",\"url\":\"/th?id=OHR.NappingLion_EN-US8441298325_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NappingLion_EN-US8441298325\",\"copyright\":\"A lion sleeping in Ishasha Sector, Queen Elizabeth National Park, Uganda (© Gunter Nuyts/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=napping&form=hpcapt&filters=HpDate%3a%2220250310_0700%22\",\"title\":\"Snooze and conquer\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250310_NappingLion%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"ab665e88a0789914e3fa68ff30463052\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250311\",\"fullstartdate\":\"202503110700\",\"enddate\":\"20250312\",\"url\":\"/th?id=OHR.NusaPenida_EN-US8722184767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NusaPenida_EN-US8722184767\",\"copyright\":\"Broken Beach in Nusa Penida, Bali, Indonesia (© joakimbkk/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Nusa+Penida+Island&form=hpcapt&filters=HpDate%3a%2220250311_0700%22\",\"title\":\"When the ocean breaks the rules\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250311_NusaPenida%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c2d074b9fe4cef886301ad6f2df5cef5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250312\",\"fullstartdate\":\"202503120700\",\"enddate\":\"20250313\",\"url\":\"/th?id=OHR.ChateauLoire_EN-US8827570825_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChateauLoire_EN-US8827570825\",\"copyright\":\"Château de Sully-sur-Loire, Center-Val de Loire, France (© StockPhotoAstur/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sully+sur+Loire+chateau&form=hpcapt&filters=HpDate%3a%2220250312_0700%22\",\"title\":\"Standing strong\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250312_ChateauLoire%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"45fe5787a4b60dae03afb06fb90d4897\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250313\",\"fullstartdate\":\"202503130700\",\"enddate\":\"20250314\",\"url\":\"/th?id=OHR.HoliColors_EN-US9033637774_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HoliColors_EN-US9033637774\",\"copyright\":\"Holi celebration in Jaipur, India (© powerofforever/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Holi&form=hpcapt&filters=HpDate%3a%2220250313_0700%22\",\"title\":\"Holi color splash\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250313_HoliColors%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"194d77a9241fb0a609bdf17d2a031960\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250314\",\"fullstartdate\":\"202503140700\",\"enddate\":\"20250315\",\"url\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057\",\"copyright\":\"Dolmen of Sorginetxe, Basque Country, Álava, Spain (© David Herraez Calzada/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=pi+day&form=hpcapt&filters=HpDate%3a%2220250314_0700%22\",\"title\":\"Pi in the sky\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250314_BasqueDolmen%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8dfcd62f09fbbeed1b4eeceab8c01177\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250315\",\"fullstartdate\":\"202503150700\",\"enddate\":\"20250316\",\"url\":\"/th?id=OHR.ForumRomanum_EN-US9379132630_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ForumRomanum_EN-US9379132630\",\"copyright\":\"The Temple of Saturn in the Roman Forum, Rome, Italy (© Nico De Pasquale Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ides+of+March&form=hpcapt&filters=HpDate%3a%2220250315_0700%22\",\"title\":\"Friends, Romans, countrymen\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250315_ForumRomanum%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b94c1b1866ea9ec8d59a07fddd2c9b63\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250316\",\"fullstartdate\":\"202503160700\",\"enddate\":\"20250317\",\"url\":\"/th?id=OHR.PandaSnow_EN-US9432739016_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PandaSnow_EN-US9432739016\",\"copyright\":\"Baby giant panda in the snow, China (© Cheryl Schneider/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Giant+Panda&form=hpcapt&filters=HpDate%3a%2220250316_0700%22\",\"title\":\"Back to black ... and white\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250316_PandaSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2653819c4745526aeda9325ac071b5e8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250317\",\"fullstartdate\":\"202503170700\",\"enddate\":\"20250318\",\"url\":\"/th?id=OHR.BeckettBridge_EN-US9511078525_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BeckettBridge_EN-US9511078525\",\"copyright\":\"Samuel Beckett Bridge, Dublin, Ireland (© Colm Keating/Tandem Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=St.+Patrick%27s+Day&form=hpcapt&filters=HpDate%3a%2220250317_0700%22\",\"title\":\"St. Patrick's enchantment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250317_BeckettBridge%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3acfa702ddb476c49b0d68fb6cfbf5ba\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250318\",\"fullstartdate\":\"202503180700\",\"enddate\":\"20250319\",\"url\":\"/th?id=OHR.SedonaSpring_EN-US9611080272_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SedonaSpring_EN-US9611080272\",\"copyright\":\"Red rock formations, Sedona, Arizona (© Jim Ekstrand/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=sedona+arizona&form=hpcapt&filters=HpDate%3a%2220250318_0700%22\",\"title\":\"A vortex state of mind\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250318_SedonaSpring%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8da7221bc817302fdbde4b510a322988\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250319\",\"fullstartdate\":\"202503190700\",\"enddate\":\"20250320\",\"url\":\"/th?id=OHR.BlackHeron_EN-US9662351796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlackHeron_EN-US9662351796\",\"copyright\":\"A black heron canopy feeding, Chobe National Park, Botswana (© Paul Souders/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Black+heron+Egretta+ardesiaca&form=hpcapt&filters=HpDate%3a%2220250319_0700%22\",\"title\":\"Umbrella maneuver\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250319_BlackHeron%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5442a8a937493fc6f80256809858be7e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250320\",\"fullstartdate\":\"202503200700\",\"enddate\":\"20250321\",\"url\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116\",\"copyright\":\"Spring daffodils glowing in morning light (© LedyX/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=March+equinox&form=hpcapt&filters=HpDate%3a%2220250320_0700%22\",\"title\":\"Spring awakening\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250320_SpringDaffodils%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"51739a1abe217fd53b40cd117d32a321\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250321\",\"fullstartdate\":\"202503210700\",\"enddate\":\"20250322\",\"url\":\"/th?id=OHR.DanumValley_EN-US1030783251_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DanumValley_EN-US1030783251\",\"copyright\":\"Mist over a lowland rainforest, Danum Valley, Sabah, Borneo, Malaysia (© Nick Garbutt/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Day+of+Forests&form=hpcapt&filters=HpDate%3a%2220250321_0700%22\",\"title\":\"Long live the trees\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250321_DanumValley%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12ce591160b714b60c1afba9ebf6806d\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250322\",\"fullstartdate\":\"202503220700\",\"enddate\":\"20250323\",\"url\":\"/th?id=OHR.CenoteLilies_EN-US1076301699_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CenoteLilies_EN-US1076301699\",\"copyright\":\"Water lilies at the surface of Cenote Nicte-Ha, Tulum, Mexico (© Franco Banfi/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+water+day&form=hpcapt&filters=HpDate%3a%2220250322_0700%22\",\"title\":\"Wat-er wonderful world!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250322_CenoteLilies%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8685550708252e0ca2ce6a8b2b4ea81b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250323\",\"fullstartdate\":\"202503230700\",\"enddate\":\"20250324\",\"url\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363\",\"copyright\":\"Lightning and storm clouds at sunset near Bowman, Nebraska (© john finney photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+meteorological+day&form=hpcapt&filters=HpDate%3a%2220250323_0700%22\",\"title\":\"You can't silence thunder\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250323_NebraskaStorm%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5e89300173c13fe30e539ba861f4cc76\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250324\",\"fullstartdate\":\"202503240700\",\"enddate\":\"20250325\",\"url\":\"/th?id=OHR.ElephantGrass_EN-US1398774650_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ElephantGrass_EN-US1398774650\",\"copyright\":\"Desert elephant with calf feeding on tall grass, Namibia (© Christophe Courteau/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=desert+elephant&form=hpcapt&filters=HpDate%3a%2220250324_0700%22\",\"title\":\"Feasting in the tall grass\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250324_ElephantGrass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bf1ad4bfb165094eac4dcf9311e043c8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250325\",\"fullstartdate\":\"202503250700\",\"enddate\":\"20250326\",\"url\":\"/th?id=OHR.HobbitHole_EN-US1602468401_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HobbitHole_EN-US1602468401\",\"copyright\":\"Hobbit-hole in Hobbiton Movie Set, Waikato, New Zealand (© Kim Petersen/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tolkien+Reading+Day&form=hpcapt&filters=HpDate%3a%2220250325_0700%22\",\"title\":\"In a hole, there was a story\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250325_HobbitHole%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"962bec39ab6c39cfab58db5d637b967c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250326\",\"fullstartdate\":\"202503260700\",\"enddate\":\"20250327\",\"url\":\"/th?id=OHR.CrystalManatee_EN-US1724106178_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalManatee_EN-US1724106178\",\"copyright\":\"Manatee in Three Sisters Springs, Crystal River National Wildlife Refuge, Florida (© Stephen Frink/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Manatee+Appreciation+Day&form=hpcapt&filters=HpDate%3a%2220250326_0700%22\",\"title\":\"Life below the surface\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250326_CrystalManatee%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d3fd083651aa332185026c2c8b582419\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250327\",\"fullstartdate\":\"202503270700\",\"enddate\":\"20250328\",\"url\":\"/th?id=OHR.OdeonAthens_EN-US2159327450_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.OdeonAthens_EN-US2159327450\",\"copyright\":\"Odeon of Herodes Atticus, Acropolis of Athens, Greece (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=World+Theatre+Day&form=hpcapt&filters=HpDate%3a%2220250327_0700%22\",\"title\":\"A standing ovation for theaters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250327_OdeonAthens%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f40cc1581f131b14428aef4f4941267a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260202\",\"fullstartdate\":\"202602020800\",\"enddate\":\"20260203\",\"url\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638\",\"copyright\":\"Alpine marmots, Hohe Tauern National Park, Austria (© Raimund Linke/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Groundhog+Day+tradition&form=hpcapt&filters=HpDate%3a%2220260202_0800%22\",\"title\":\"A shadow's promise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260202_AlpineMarmots%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"980067e3d6f16184894167a6abd2aec4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260203\",\"fullstartdate\":\"202602030800\",\"enddate\":\"20260204\",\"url\":\"/th?id=OHR.FanetteIsland_EN-US0236094374_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FanetteIsland_EN-US0236094374\",\"copyright\":\"Emerald Bay and Fannette Island, Lake Tahoe, California (© Bill Stevenson/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Fannette+Island&form=hpcapt&filters=HpDate%3a%2220260203_0800%22\",\"title\":\"Tahoe serving views\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260203_FanetteIsland%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"069a784efc69451abd17952f7d2c9956\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260204\",\"fullstartdate\":\"202602040800\",\"enddate\":\"20260205\",\"url\":\"/th?id=OHR.ParksGlass_EN-US0280057691_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ParksGlass_EN-US0280057691\",\"copyright\":\"Rosa Parks in stained glass window, Shorter Community African Methodist Episcopal Church, Denver (© Cyrus McCrimmon/The Denver Post via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rosa+Parks&form=hpcapt&filters=HpDate%3a%2220260204_0800%22\",\"title\":\"The face of change\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260204_ParksGlass%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"8a327321f43f5d3b62cd340f594277e2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260205\",\"fullstartdate\":\"202602050800\",\"enddate\":\"20260206\",\"url\":\"/th?id=OHR.MaltaSalt_EN-US0310458987_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MaltaSalt_EN-US0310458987\",\"copyright\":\"Salt evaporation ponds on the island of Gozo, Malta (© Marius Roman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gozo+Malta&form=hpcapt&filters=HpDate%3a%2220260205_0800%22\",\"title\":\"Stuck in a grid\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260205_MaltaSalt%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1d81525433809beb2e0272d1b4868e17\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260206\",\"fullstartdate\":\"202602060800\",\"enddate\":\"20260207\",\"url\":\"/th?id=OHR.GiauPass_EN-US1580552183_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiauPass_EN-US1580552183\",\"copyright\":\"Ra Gusela peak at Giau Pass, near Cortina d'Ampezzo, Italy (© Tomasz Podolski/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+Olympics+2026&form=hpcapt&filters=HpDate%3a%2220260206_0800%22\",\"title\":\"Ra Gusela—peak of the Olympic season\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260206_GiauPass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"718ba06ea5634da0f2499a99f854a412\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260207\",\"fullstartdate\":\"202602070800\",\"enddate\":\"20260208\",\"url\":\"/th?id=OHR.SalarUyuni_EN-US1639129259_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalarUyuni_EN-US1639129259\",\"copyright\":\"Salar de Uyuni salt flats in Bolivia (© Abstract Aerial Art/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=salar+de+uyuni+Bolivia&form=hpcapt&filters=HpDate%3a%2220260207_0800%22\",\"title\":\"Salt, sky, and the stillness between\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260207_SalarUyuni%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"418999c7bc8985e6badbeffe491a3723\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260208\",\"fullstartdate\":\"202602080800\",\"enddate\":\"20260209\",\"url\":\"/th?id=OHR.CorfuGreece_EN-US4606019833_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CorfuGreece_EN-US4606019833\",\"copyright\":\"Corfu at night, Greece (© whitewizzard/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Corfu+Greece&form=hpcapt&filters=HpDate%3a%2220260208_0800%22\",\"title\":\"From quiet nights to adventurous days\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260208_CorfuGreece%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"da9751db876ec496b2058d95a930cd8a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260209\",\"fullstartdate\":\"202602090800\",\"enddate\":\"20260210\",\"url\":\"/th?id=OHR.LeopardCat_EN-US4669057608_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LeopardCat_EN-US4669057608\",\"copyright\":\"Amur leopard cat, Russia (© Valeriy Maleev/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=leopard+cat&form=hpcapt&filters=HpDate%3a%2220260209_0800%22\",\"title\":\"Patterns in motion\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260209_LeopardCat%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cd7b36a40322b2e7b70dc6ec015d4b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260210\",\"fullstartdate\":\"202602100800\",\"enddate\":\"20260211\",\"url\":\"/th?id=OHR.IbizaIslets_EN-US4713963434_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IbizaIslets_EN-US4713963434\",\"copyright\":\"Islets of Es Vedrà and Es Vedranell, Ibiza, Spain (© L. Apolli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Es+Vedra+Ibiza&form=hpcapt&filters=HpDate%3a%2220260210_0800%22\",\"title\":\"Where the Sirens sing\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260210_IbizaIslets%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5b9fc6cca29ae0495342e44421597b0a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260211\",\"fullstartdate\":\"202602110800\",\"enddate\":\"20260212\",\"url\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796\",\"copyright\":\"Salt flats in Badwater Basin, Death Valley National Park, California (© Jim Patterson/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Death+Valley+National+Park&form=hpcapt&filters=HpDate%3a%2220260211_0800%22\",\"title\":\"The valley of contrasts\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260211_BadwaterFlats%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eeb18680f56f18b398bcb1af320407d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":0,\"height\":0}]" +bing-json="[{\"startdate\":\"20241214\",\"fullstartdate\":\"202412140800\",\"enddate\":\"20241215\",\"url\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350\",\"copyright\":\"Northern hawk-owl, Canada (© pchoui/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=northern+hawk-owl&form=hpcapt&filters=HpDate%3a%2220241214_0800%22\",\"title\":\"'Hoo' said that?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241214_NorthernHawkOwl%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"053192a2c8e28dd5596ab10950745f69\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241215\",\"fullstartdate\":\"202412150800\",\"enddate\":\"20241216\",\"url\":\"/th?id=OHR.MisurinaLake_EN-US7921587884_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MisurinaLake_EN-US7921587884\",\"copyright\":\"Lake Misurina, Dolomites, Italy (© Marco Bottigelli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Lake+Misurina+Italy&form=hpcapt&filters=HpDate%3a%2220241215_0800%22\",\"title\":\"A lake of tears\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241215_MisurinaLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8c332da41c624b05d14a76ffae5565d9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241216\",\"fullstartdate\":\"202412160800\",\"enddate\":\"20241217\",\"url\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220\",\"copyright\":\"Salzburg, Austria (© bluejayphoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Salzburg&form=hpcapt&filters=HpDate%3a%2220241216_0800%22\",\"title\":\"Twinkling streets and icy peaks\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241216_SalzburgSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7c869bc8050c8d8a435723ab68904671\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241217\",\"fullstartdate\":\"202412170800\",\"enddate\":\"20241218\",\"url\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241\",\"copyright\":\"Traditional red fishermen's cabins on the shore of Reinefjorden, Norway (© Pilat666/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Reine+Norway&form=hpcapt&filters=HpDate%3a%2220241217_0800%22\",\"title\":\"A shore to adore\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241217_ReinefjordenNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7f13b0c4accfd40a961fd624c1f3fd77\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241218\",\"fullstartdate\":\"202412180800\",\"enddate\":\"20241219\",\"url\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113\",\"copyright\":\"English National Ballet performing 'The Nutcracker' (© Caroline Holden/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=The+Nutcracker+ballet&form=hpcapt&filters=HpDate%3a%2220241218_0800%22\",\"title\":\"Yule really love this ballet\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241218_NutcrackerBallet%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"e4df406f8ef42bd6549813c7a790d5ca\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241219\",\"fullstartdate\":\"202412190800\",\"enddate\":\"20241220\",\"url\":\"/th?id=OHR.SibiuRomania_EN-US9223739756_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SibiuRomania_EN-US9223739756\",\"copyright\":\"Christmas market in Sibiu, Romania (© Calin Stan/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sibiu&form=hpcapt&filters=HpDate%3a%2220241219_0800%22\",\"title\":\"Twinkle town\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241219_SibiuRomania%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d20d7a090716e25752a053c760cd92bd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241220\",\"fullstartdate\":\"202412200800\",\"enddate\":\"20241221\",\"url\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842\",\"copyright\":\"Santa Claus Village in Rovaniemi, Lapland, Finland (© Smelov/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rovaniemi&form=hpcapt&filters=HpDate%3a%2220241220_0800%22\",\"title\":\"He's coming to town...\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241220_SantaClausVillage%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"144e92d683a93eab08c2d2f3a94664b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241221\",\"fullstartdate\":\"202412210800\",\"enddate\":\"20241222\",\"url\":\"/th?id=OHR.BavarianWinter_EN-US9813996975_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BavarianWinter_EN-US9813996975\",\"copyright\":\"Loisach River at Lake Kochelsee, Bavaria, Germany (© Christian Back/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+solstice&form=hpcapt&filters=HpDate%3a%2220241221_0800%22\",\"title\":\"Midwinter wonderland\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241221_BavarianWinter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7905272379af5190b675c16f50d4fc5a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241222\",\"fullstartdate\":\"202412220800\",\"enddate\":\"20241223\",\"url\":\"/th?id=OHR.CrystalPier_EN-US0086755810_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalPier_EN-US0086755810\",\"copyright\":\"Christmas tree at Crystal Pier, Pacific Beach, San Diego, California (© SamAntonioPhotography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=San+Diego+California&form=hpcapt&filters=HpDate%3a%2220241222_0800%22\",\"title\":\"Surf, sand, and Santa\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241222_CrystalPier%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b77ddce844d00393252e31ba68c906f5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241223\",\"fullstartdate\":\"202412230800\",\"enddate\":\"20241224\",\"url\":\"/th?id=OHR.FestivusCranes_EN-US0396321898_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FestivusCranes_EN-US0396321898\",\"copyright\":\"Red-crowned cranes in Kushiro, Hokkaido, Japan (© Wirestock, Inc./Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Festivus&form=hpcapt&filters=HpDate%3a%2220241223_0800%22\",\"title\":\"Ready to let off some steam?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241223_FestivusCranes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1efcce9d1507563c29927d394e0127b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241224\",\"fullstartdate\":\"202412240800\",\"enddate\":\"20241225\",\"url\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966\",\"copyright\":\"Christmas market scene in Germany (© Cyril Gosselin/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Eve&form=hpcapt&filters=HpDate%3a%2220241224_0800%22\",\"title\":\"Have yourself a very merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241224_SantaSnowglobe%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1f1c4293d0cae09c9e698bdd07edffd5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241225\",\"fullstartdate\":\"202412250800\",\"enddate\":\"20241226\",\"url\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747\",\"copyright\":\"Svalbard reindeer in Van Mijenfjorden NP, Norway (© Martin Zwick/REDA&CO/Universal Images Group via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Day&form=hpcapt&filters=HpDate%3a%2220241225_0800%22\",\"title\":\"Merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241225_ReindeerTrio%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"583c016008771a154edfe7000718b2d2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250103\",\"fullstartdate\":\"202501030800\",\"enddate\":\"20250104\",\"url\":\"/th?id=OHR.TolkienOxford_EN-US6755564963_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.TolkienOxford_EN-US6755564963\",\"copyright\":\"The Radcliffe Camera and All Souls College, University of Oxford, England (© atiger/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=+J.R.R.+Tolkien&form=hpcapt&filters=HpDate%3a%2220250103_0800%22\",\"title\":\"Ring in the fun\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250103_TolkienOxford%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"17a1e3e7c22c8244af472370106d6bfd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250104\",\"fullstartdate\":\"202501040800\",\"enddate\":\"20250105\",\"url\":\"/th?id=OHR.VietnamFalls_EN-US9133406245_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.VietnamFalls_EN-US9133406245\",\"copyright\":\"Bản Giốc–Detian Falls on the Quây Sơn River, Vietnam (© Shane P. White/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ban+Gioc-Detian+Falls&form=hpcapt&filters=HpDate%3a%2220250104_0800%22\",\"title\":\"A borderline paradise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250104_VietnamFalls%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"af35307dc110cfc79427867a87f58b36\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250105\",\"fullstartdate\":\"202501050800\",\"enddate\":\"20250106\",\"url\":\"/th?id=OHR.PlumParakeet_EN-US9359235355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumParakeet_EN-US9359235355\",\"copyright\":\"Plum-headed parakeet at Shimoga, Karnataka, India (© Hira Punjabi/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Plum-headed+parakeet&form=hpcapt&filters=HpDate%3a%2220250105_0800%22\",\"title\":\"Head-turner in the treetops\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250105_PlumParakeet%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ec0968e6648f13988a69358d936db39\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250106\",\"fullstartdate\":\"202501060800\",\"enddate\":\"20250107\",\"url\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715\",\"copyright\":\"Flooded crypt, Basilica of San Francesco, Ravenna, Italy (© Andrea Pucci/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ravenna+italy&form=hpcapt&filters=HpDate%3a%2220250106_0800%22\",\"title\":\"Divine depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250106_RavennaBasilica%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"099a25f64c8af867c2c6f739472d0e96\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250107\",\"fullstartdate\":\"202501070800\",\"enddate\":\"20250108\",\"url\":\"/th?id=OHR.BouldersNZ_EN-US0112829210_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BouldersNZ_EN-US0112829210\",\"copyright\":\"Moeraki Boulders at sunset, South Island, New Zealand (© Douglas Pearson/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Moeraki+Boulders&form=hpcapt&filters=HpDate%3a%2220250107_0800%22\",\"title\":\"Rocks and rollers\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250107_BouldersNZ%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"cd143e3b2aa0bca6569bd6d3628aa400\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250108\",\"fullstartdate\":\"202501080800\",\"enddate\":\"20250109\",\"url\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933\",\"copyright\":\"Snow on the Great Wall of China (© View Stock/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Take+the+Stairs+Day&form=hpcapt&filters=HpDate%3a%2220250108_0800%22\",\"title\":\"Step up your game\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250108_GreatWallStairs%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1e0e0487e796a08951de61e2daa13a42\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250109\",\"fullstartdate\":\"202501090800\",\"enddate\":\"20250110\",\"url\":\"/th?id=OHR.CarterMemorial_EN-US9400973867_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CarterMemorial_EN-US9400973867\",\"copyright\":\"The US Capitol dome with flags flying at half-staff in honor of former President Jimmy Carter, Washington, DC (© J. David Ake/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=President+Jimmy+Carter&form=hpcapt&filters=HpDate%3a%2220250109_0800%22\",\"title\":\"Honoring Jimmy Carter\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250109_CarterMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"bde425cdc9df8bbd06e55f5aba4ec4f4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250110\",\"fullstartdate\":\"202501100800\",\"enddate\":\"20250111\",\"url\":\"/th?id=OHR.BubbleLake_EN-US6558545411_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BubbleLake_EN-US6558545411\",\"copyright\":\"Abraham Lake, Alberta, Canada (© Basic Elements Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Abraham+Lake+Alberta&form=hpcapt&filters=HpDate%3a%2220250110_0800%22\",\"title\":\"Bubbles, bubbles everywhere\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250110_BubbleLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3b23fa94a9cad27d79b0568850bdd504\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250111\",\"fullstartdate\":\"202501110800\",\"enddate\":\"20250112\",\"url\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839\",\"copyright\":\"Heri es-Swani in Meknes, Morocco (© Calin Stan/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Meknes+Morocco&form=hpcapt&filters=HpDate%3a%2220250111_0800%22\",\"title\":\"Arches of a bygone era\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250111_MeknesMorocco%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"82b22cc988903fa1fd2a5e3478403c98\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250112\",\"fullstartdate\":\"202501120800\",\"enddate\":\"20250113\",\"url\":\"/th?id=OHR.CrescentTail_EN-US7217745417_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrescentTail_EN-US7217745417\",\"copyright\":\"Crescent-tail bigeye fish in the Great Barrier Reef, Australia (© Fred Bavendam/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Crescent-tail+Bigeye&form=hpcapt&filters=HpDate%3a%2220250112_0800%22\",\"title\":\"Sharp vision in the depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250112_CrescentTail%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8ca9f366d9d8f71e0d9cfd591a1e850f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9903529231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9903529231\",\"copyright\":\"Cottage with Tŵr Bach Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d776de7a8222eba32859584b57221541\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9397534673_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9397534673\",\"copyright\":\"Cottage with Tŵr Mawr Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1aa9deab4d5fa771b915e211b6ba7c78\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250114\",\"fullstartdate\":\"202501140800\",\"enddate\":\"20250115\",\"url\":\"/th?id=OHR.CadizSpain_EN-US9699586606_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CadizSpain_EN-US9699586606\",\"copyright\":\"Village of Zahara de la Sierra overlooking Zahara-El Gastor Reservoir, Cádiz province, Spain (© SEN LI/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Andalusia&form=hpcapt&filters=HpDate%3a%2220250114_0800%22\",\"title\":\"Calmness overload\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250114_CadizSpain%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eccb17eb9f132aefbdeebd4ed8e0f2fc\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250115\",\"fullstartdate\":\"202501150800\",\"enddate\":\"20250116\",\"url\":\"/th?id=OHR.MuseumCourt_EN-US0003531841_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MuseumCourt_EN-US0003531841\",\"copyright\":\"The Great Court of the British Museum, London, England (© Cavan Images/Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=British+Museum+history&form=hpcapt&filters=HpDate%3a%2220250115_0800%22\",\"title\":\"Where the past is always present\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250115_MuseumCourt%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"00baa961738492b4f5bdf5555c58aba4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250116\",\"fullstartdate\":\"202501160800\",\"enddate\":\"20250117\",\"url\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288\",\"copyright\":\"High Peaks Trail in Pinnacles National Park, San Benito County, California (© yhelfman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Pinnacles+National+Park&form=hpcapt&filters=HpDate%3a%2220250116_0800%22\",\"title\":\"A monumental milestone\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250116_PinnaclesPeaks%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e1856aa4bd1ac53ef30a784ae88431c1\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250117\",\"fullstartdate\":\"202501170800\",\"enddate\":\"20250118\",\"url\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735\",\"copyright\":\"Brown pelican, San Diego, California (© Arthur Morris/BIRDS AS ART/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Brown+pelican&form=hpcapt&filters=HpDate%3a%2220250117_0800%22\",\"title\":\"Pouch perfect\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250117_PelicanPortrait%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"922b23cff1aa8487831c4ce82ca02748\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250118\",\"fullstartdate\":\"202501180800\",\"enddate\":\"20250119\",\"url\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236\",\"copyright\":\"Sunset at White Sands National Park, New Mexico (© Image Professionals GmbH/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=White+Sands+National+Park&form=hpcapt&filters=HpDate%3a%2220250118_0800%22\",\"title\":\"1,001 New Mexican dunes\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250118_WhiteSandsNP%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3ab18a77c61e23f8c8c403bb51535109\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250119\",\"fullstartdate\":\"202501190800\",\"enddate\":\"20250120\",\"url\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235\",\"copyright\":\"Neptune's Grotto, Sardinia, Italy (© Carlo Murenu/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Neptunes+Grotto+Sardinia&form=hpcapt&filters=HpDate%3a%2220250119_0800%22\",\"title\":\"A grotto fit for a god\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250119_NeptunesGrotto%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c512e90fa5e35819427620c25a347144\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250120\",\"fullstartdate\":\"202501200800\",\"enddate\":\"20250121\",\"url\":\"/th?id=OHR.KingMemorial_EN-US1319830882_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.KingMemorial_EN-US1319830882\",\"copyright\":\"Martin Luther King Jr. Memorial in Washington, DC (© Win McNamee/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Martin+Luther+King+Jr.+Memorial&form=hpcapt&filters=HpDate%3a%2220250120_0800%22\",\"title\":\"Honoring the dream\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250120_KingMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"3c9150e5a8ab404814e25c8f676a4383\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250121\",\"fullstartdate\":\"202501210800\",\"enddate\":\"20250122\",\"url\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769\",\"copyright\":\"Eurasian red squirrel (© Edwin Giesbers/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Eurasian+red+squirrel&form=hpcapt&filters=HpDate%3a%2220250121_0800%22\",\"title\":\"Feeling squirrely?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250121_DutchSquirrel%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c857165da321497bee433ffb1c3ca20f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250122\",\"fullstartdate\":\"202501220800\",\"enddate\":\"20250123\",\"url\":\"/th?id=OHR.PetraMonastery_EN-US1834130511_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PetraMonastery_EN-US1834130511\",\"copyright\":\"Ad-Deir, Petra, Jordan (© Punnawit Suwuttananun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ad-Deir+Petra&form=hpcapt&filters=HpDate%3a%2220250122_0800%22\",\"title\":\"Finding beauty in the Lost City\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250122_PetraMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f37426dd4dcb33c58b4b5aafe9099c38\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250206\",\"fullstartdate\":\"202502060800\",\"enddate\":\"20250207\",\"url\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495\",\"copyright\":\"Archway Islands, Wharariki Beach, South Island, New Zealand (© Francesco Vaninetti/AWL/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=Waitangi+Day&form=hpcapt&filters=HpDate%3a%2220250206_0800%22\",\"title\":\"Reflections of a nation's legacy\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250206_WhararikiBeach%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c88488c53938fda64e5941ceb3ec09d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250207\",\"fullstartdate\":\"202502070800\",\"enddate\":\"20250208\",\"url\":\"/th?id=OHR.BlueNorway_EN-US6457602567_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueNorway_EN-US6457602567\",\"copyright\":\"Blue hour in Trondheim, Norway (© Jeanny Mueller/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=trondheim+norway&form=hpcapt&filters=HpDate%3a%2220250207_0800%22\",\"title\":\"Stuck in a blue moment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250207_BlueNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"9c47084982478c17b3743ec1b4a9b0b8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250208\",\"fullstartdate\":\"202502080800\",\"enddate\":\"20250209\",\"url\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330\",\"copyright\":\"Medieval towers in Mestia, Upper Svaneti, Georgia (© photoaliona/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Mestia&form=hpcapt&filters=HpDate%3a%2220250208_0800%22\",\"title\":\"Frozen in time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250208_SnowySvaneti%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d2a7297695cc33edc58cf96287b8cc51\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250209\",\"fullstartdate\":\"202502090800\",\"enddate\":\"20250210\",\"url\":\"/th?id=OHR.AlstromPoint_EN-US6746094430_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlstromPoint_EN-US6746094430\",\"copyright\":\"Alstrom Point, Lake Powell, Utah (© T.M. Schultze/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Alstrom+Point&form=hpcapt&filters=HpDate%3a%2220250209_0800%22\",\"title\":\"A point worth pondering\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250209_AlstromPoint%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eafd0e5e9ef6981623b345dbc5fa9e92\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250210\",\"fullstartdate\":\"202502100800\",\"enddate\":\"20250211\",\"url\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187\",\"copyright\":\"Art installation of umbrellas at Borough Market in London, England (© Malcolm P Chapman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=National+Umbrella+Day&form=hpcapt&filters=HpDate%3a%2220250210_0800%22\",\"title\":\"Under my umbrella\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250210_UmbrellaDay%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"25f01d03a8498f06d5bf100b587b0f1c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250211\",\"fullstartdate\":\"202502110800\",\"enddate\":\"20250212\",\"url\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893\",\"copyright\":\"Yungang Grottoes, Datong, Shanxi province, China (© Eric Yang/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Yungang+Grottoes+travel&form=hpcapt&filters=HpDate%3a%2220250211_0800%22\",\"title\":\"The watchful eyes of history\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250211_YungangGrottoes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e198415bd8decca0de2201b7eba8ac86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250212\",\"fullstartdate\":\"202502120800\",\"enddate\":\"20250213\",\"url\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194\",\"copyright\":\"Marine iguanas, Galápagos Islands, Ecuador (© helovi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Darwin+Day&form=hpcapt&filters=HpDate%3a%2220250212_0800%22\",\"title\":\"Darwin's blueprint\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250212_GalapagosIguana%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cafda853d1f92fc0bb335b576aa2e9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250213\",\"fullstartdate\":\"202502130800\",\"enddate\":\"20250214\",\"url\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900\",\"copyright\":\"Lake Tyrrell, Victoria, Australia (© Monica Bertolazzi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=lake+tyrrell+australia+wiki&form=hpcapt&filters=HpDate%3a%2220250213_0800%22\",\"title\":\"Salt of the earth\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250213_LakeTyrrell%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"607b20cdd23ae96225798b3447cff211\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250214\",\"fullstartdate\":\"202502140800\",\"enddate\":\"20250215\",\"url\":\"/th?id=OHR.PenguinLove_EN-US7515315710_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PenguinLove_EN-US7515315710\",\"copyright\":\"Magellanic penguins in the Falkland Islands (© Vicki Jauron, Babylon and Beyond Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=valentine%27s+day&form=hpcapt&filters=HpDate%3a%2220250214_0800%22\",\"title\":\"Look at these lovebirds\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250214_PenguinLove%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"a5c4f6e61135bed15f227dfb4d7a6b9c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250215\",\"fullstartdate\":\"202502150800\",\"enddate\":\"20250216\",\"url\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956\",\"copyright\":\"Icicles of Misotsuchi, Chichibu, Japan (© watayu0821/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Chichibu+Saitama+Japan&form=hpcapt&filters=HpDate%3a%2220250215_0800%22\",\"title\":\"These are so nice-icle\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250215_Misotsuchi2025%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d5b925fe797367f4b99759b6285ac189\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250216\",\"fullstartdate\":\"202502160800\",\"enddate\":\"20250217\",\"url\":\"/th?id=OHR.HumpbackMother_EN-US8033380725_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HumpbackMother_EN-US8033380725\",\"copyright\":\"Humpback whale mother and calf, Tonga (© Chase Dekker/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+whale+day&form=hpcapt&filters=HpDate%3a%2220250216_0800%22\",\"title\":\"Protecting the giants of the sea\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250216_HumpbackMother%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bdeb5946d2f0637b96cd323880ebaf3c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250217\",\"fullstartdate\":\"202502170800\",\"enddate\":\"20250218\",\"url\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655\",\"copyright\":\"The Washington Monument seen from the Lincoln Memorial, Washington, DC (© lucky-photographer/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=presidents+day&form=hpcapt&filters=HpDate%3a%2220250217_0800%22\",\"title\":\"Honoring our presidents\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250217_LincolnSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c6f6050e5e3b84caf28567c8bdf02593\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250218\",\"fullstartdate\":\"202502180800\",\"enddate\":\"20250219\",\"url\":\"/th?id=OHR.BlueBelize_EN-US7787222240_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueBelize_EN-US7787222240\",\"copyright\":\"Great Blue Hole, Belize (© JamiesOnAMission/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Great+Blue+Hole+Caribbean&form=hpcapt&filters=HpDate%3a%2220250218_0800%22\",\"title\":\"Endless blue\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250218_BlueBelize%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"db4f2b573735a66fa38fd54ef58033d6\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250219\",\"fullstartdate\":\"202502190800\",\"enddate\":\"20250220\",\"url\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687\",\"copyright\":\"European river otter, Lelystad, Netherlands (© Ernst Dirksen/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=European+river+otter&form=hpcapt&filters=HpDate%3a%2220250219_0800%22\",\"title\":\"The 'otter' side of life\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250219_IceHoleOtter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"50d8d695dabae5458b61b66621dfd79a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250220\",\"fullstartdate\":\"202502200800\",\"enddate\":\"20250221\",\"url\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397\",\"copyright\":\"Alpenglow on Half Dome, Yosemite National Park, California (© Matthew Kuhns/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ansel+Adams&form=hpcapt&filters=HpDate%3a%2220250220_0800%22\",\"title\":\"Celebrating Ansel Adams\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250220_AdamsYosemite%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"052a2f0a80cf8570a51df10b735e329c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250221\",\"fullstartdate\":\"202502210800\",\"enddate\":\"20250222\",\"url\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929\",\"copyright\":\"Champaka Sarasi pond near Shivamogga, Karnataka, India (© Amith Nag Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Shimoga&form=hpcapt&filters=HpDate%3a%2220250221_0800%22\",\"title\":\"A tale of still waters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250221_ChampakaSarasi%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12b86c160642278bf19f4fa842987487\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250222\",\"fullstartdate\":\"202502220800\",\"enddate\":\"20250223\",\"url\":\"/th?id=OHR.StLouisArch_EN-US1920417205_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.StLouisArch_EN-US1920417205\",\"copyright\":\"The Gateway Arch in St. Louis, Missouri (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gateway+Arch+national+park&form=hpcapt&filters=HpDate%3a%2220250222_0800%22\",\"title\":\"Bending towards brilliance\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250222_StLouisArch%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"23a2ef2bc2bc1c1c096ab427c358be64\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250223\",\"fullstartdate\":\"202502230800\",\"enddate\":\"20250224\",\"url\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739\",\"copyright\":\"Mount Fuji at sunrise, Lake Kawaguchi, Japan (© Twenty47studio/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mount+fuji&form=hpcapt&filters=HpDate%3a%2220250223_0800%22\",\"title\":\"Wind of Fuji, my souvenir from Edo\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250223_MtFujiSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"54c4843dabf941fbf038350cc92ed5c0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250224\",\"fullstartdate\":\"202502240800\",\"enddate\":\"20250225\",\"url\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377\",\"copyright\":\"Group of giant cuttlefish in Spencer Gulf, off Whyalla, South Australia (© Gary Bell/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=australian+giant+cuttlefish&form=hpcapt&filters=HpDate%3a%2220250224_0800%22\",\"title\":\"Inked and undercover\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250224_GiantCuttlefish%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c74a45784c855c7ed4a0116f0ad71f86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250225\",\"fullstartdate\":\"202502250800\",\"enddate\":\"20250226\",\"url\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046\",\"copyright\":\"Sandstone hoodoos, Bryce Canyon National Park, Utah (© Stephen Matera/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Bryce+Canyon+National+Park&form=hpcapt&filters=HpDate%3a%2220250225_0800%22\",\"title\":\"Hoodoo you do?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250225_BryceHoodoos%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"08721f3db1ee568bb6bc65533dbc221c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250226\",\"fullstartdate\":\"202502260800\",\"enddate\":\"20250227\",\"url\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665\",\"copyright\":\"Castle Stalker on Loch Laich, Argyll, Scotland (© WLDavies/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Castle+Stalker&form=hpcapt&filters=HpDate%3a%2220250226_0800%22\",\"title\":\"Scottish strategy at its finest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250226_ArgyllStalker%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"29b7d9e4d2950eb44a3d5561282acace\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250227\",\"fullstartdate\":\"202502270800\",\"enddate\":\"20250228\",\"url\":\"/th?id=OHR.PolarCub_EN-US2740470421_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PolarCub_EN-US2740470421\",\"copyright\":\"Polar bear cub, Churchill, Manitoba, Canada (© Eric Baccega/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=international+polar+bear+day&form=hpcapt&filters=HpDate%3a%2220250227_0800%22\",\"title\":\"Polar care\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250227_PolarCub%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"37f4494705d4ebf5a6245217277e4d74\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250228\",\"fullstartdate\":\"202502280800\",\"enddate\":\"20250301\",\"url\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711\",\"copyright\":\"Paro Taktsang, a Buddhist monastery in Bhutan (© Baron Reznik/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tibetan+new+year&form=hpcapt&filters=HpDate%3a%2220250228_0800%22\",\"title\":\"Have a rest at the Tiger's Nest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250228_BhutanMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3eb937ac8ed4671716385f8cbc7175b4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250301\",\"fullstartdate\":\"202503010800\",\"enddate\":\"20250302\",\"url\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791\",\"copyright\":\"Dr. Anna Howard Shaw leading a suffrage parade in 1910s New York City (© Bettmann/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Women%27s+History+Month+wiki&form=hpcapt&filters=HpDate%3a%2220250301_0800%22\",\"title\":\"Women's History Month\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250301_SuffragetteCity%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"2da2d26166e84dcad6393b952709cce3\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250302\",\"fullstartdate\":\"202503020800\",\"enddate\":\"20250303\",\"url\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767\",\"copyright\":\"Eucalyptus trees, Megalong Valley, Blue Mountains National Park, NSW, Australia (© Andrew Peacock/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Blue+Mountains+National+Park&form=hpcapt&filters=HpDate%3a%2220250302_0800%22\",\"title\":\"A eucalyp-tastic view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250302_EucalyptusForest%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c53d7ffa21e488220ac3dd802cd12ce2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250303\",\"fullstartdate\":\"202503030800\",\"enddate\":\"20250304\",\"url\":\"/th?id=OHR.HornbillPair_EN-US3168408482_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HornbillPair_EN-US3168408482\",\"copyright\":\"Southern yellow-billed hornbills in Kruger National Park, South Africa (© Richard Du Toit/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Kruger+National+Park+wiki&form=hpcapt&filters=HpDate%3a%2220250303_0800%22\",\"title\":\"Wild about wildlife\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250303_HornbillPair%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1a1eb66b33c9550202fa5c7b0bdfcf90\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250304\",\"fullstartdate\":\"202503040800\",\"enddate\":\"20250305\",\"url\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692\",\"copyright\":\"Jackson Square, New Orleans, Louisiana (© SeanPavonePhoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mardi+gras&form=hpcapt&filters=HpDate%3a%2220250304_0800%22\",\"title\":\"Not your ordinary Tuesday\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250304_MardiGrasJackson%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ace7793a3a5d2db50675978e7e277c7\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250305\",\"fullstartdate\":\"202503050800\",\"enddate\":\"20250306\",\"url\":\"/th?id=OHR.SuratThani_EN-US3326265231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuratThani_EN-US3326265231\",\"copyright\":\"Aerial view of Khao Sok National Park, Surat Thani, Thailand (© Peetatham Kongkapech/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Khao+Sok+National+Park&form=hpcapt&filters=HpDate%3a%2220250305_0800%22\",\"title\":\"A jungle adventure\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250305_SuratThani%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e112ed6b3e208973b58eba444eaeea75\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250306\",\"fullstartdate\":\"202503060800\",\"enddate\":\"20250307\",\"url\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986\",\"copyright\":\"Desert bighorn sheep in Valley of Fire State Park, Nevada (© Rachid Dahnoun/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Valley+of+Fire+State+Park&form=hpcapt&filters=HpDate%3a%2220250306_0800%22\",\"title\":\"Rocky relationship\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250306_NevadaBigHorns%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e3e892a6f959b4b495c2cd0d9fdee55e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250307\",\"fullstartdate\":\"202503070800\",\"enddate\":\"20250308\",\"url\":\"/th?id=OHR.PlumBlossom_EN-US7055526666_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumBlossom_EN-US7055526666\",\"copyright\":\"Plum blossoms in China (© zhikun sun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=china+national+flower&form=hpcapt&filters=HpDate%3a%2220250307_0800%22\",\"title\":\"China in bloom\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250307_PlumBlossom%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"4206f48e5333ff88472017c86a9d6ec0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250308\",\"fullstartdate\":\"202503080800\",\"enddate\":\"20250309\",\"url\":\"/th?id=OHR.FearlessWomen_EN-US7338738180_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FearlessWomen_EN-US7338738180\",\"copyright\":\"Fearless Girl statue facing the New York Stock Exchange, New York City (© JOHANNES EISELE/AFP via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Womens+Day&form=hpcapt&filters=HpDate%3a%2220250308_0800%22\",\"title\":\"Making her-story!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250308_FearlessWomen%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"0404456a0fa28635fb6f6163c71d8735\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250309\",\"fullstartdate\":\"202503090700\",\"enddate\":\"20250310\",\"url\":\"/th?id=OHR.ItalyClock_EN-US7397391355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ItalyClock_EN-US7397391355\",\"copyright\":\"St. Mark's Clock Tower, Venice, Italy (© scaliger/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Daylight+saving+time&form=hpcapt&filters=HpDate%3a%2220250309_0700%22\",\"title\":\"The March of time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250309_ItalyClock%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c4240de545e84d5824158a7eae87df8b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250310\",\"fullstartdate\":\"202503100700\",\"enddate\":\"20250311\",\"url\":\"/th?id=OHR.NappingLion_EN-US8441298325_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NappingLion_EN-US8441298325\",\"copyright\":\"A lion sleeping in Ishasha Sector, Queen Elizabeth National Park, Uganda (© Gunter Nuyts/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=napping&form=hpcapt&filters=HpDate%3a%2220250310_0700%22\",\"title\":\"Snooze and conquer\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250310_NappingLion%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"ab665e88a0789914e3fa68ff30463052\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250311\",\"fullstartdate\":\"202503110700\",\"enddate\":\"20250312\",\"url\":\"/th?id=OHR.NusaPenida_EN-US8722184767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NusaPenida_EN-US8722184767\",\"copyright\":\"Broken Beach in Nusa Penida, Bali, Indonesia (© joakimbkk/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Nusa+Penida+Island&form=hpcapt&filters=HpDate%3a%2220250311_0700%22\",\"title\":\"When the ocean breaks the rules\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250311_NusaPenida%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c2d074b9fe4cef886301ad6f2df5cef5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250312\",\"fullstartdate\":\"202503120700\",\"enddate\":\"20250313\",\"url\":\"/th?id=OHR.ChateauLoire_EN-US8827570825_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChateauLoire_EN-US8827570825\",\"copyright\":\"Château de Sully-sur-Loire, Center-Val de Loire, France (© StockPhotoAstur/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sully+sur+Loire+chateau&form=hpcapt&filters=HpDate%3a%2220250312_0700%22\",\"title\":\"Standing strong\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250312_ChateauLoire%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"45fe5787a4b60dae03afb06fb90d4897\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250313\",\"fullstartdate\":\"202503130700\",\"enddate\":\"20250314\",\"url\":\"/th?id=OHR.HoliColors_EN-US9033637774_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HoliColors_EN-US9033637774\",\"copyright\":\"Holi celebration in Jaipur, India (© powerofforever/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Holi&form=hpcapt&filters=HpDate%3a%2220250313_0700%22\",\"title\":\"Holi color splash\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250313_HoliColors%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"194d77a9241fb0a609bdf17d2a031960\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250314\",\"fullstartdate\":\"202503140700\",\"enddate\":\"20250315\",\"url\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057\",\"copyright\":\"Dolmen of Sorginetxe, Basque Country, Álava, Spain (© David Herraez Calzada/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=pi+day&form=hpcapt&filters=HpDate%3a%2220250314_0700%22\",\"title\":\"Pi in the sky\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250314_BasqueDolmen%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8dfcd62f09fbbeed1b4eeceab8c01177\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250315\",\"fullstartdate\":\"202503150700\",\"enddate\":\"20250316\",\"url\":\"/th?id=OHR.ForumRomanum_EN-US9379132630_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ForumRomanum_EN-US9379132630\",\"copyright\":\"The Temple of Saturn in the Roman Forum, Rome, Italy (© Nico De Pasquale Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ides+of+March&form=hpcapt&filters=HpDate%3a%2220250315_0700%22\",\"title\":\"Friends, Romans, countrymen\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250315_ForumRomanum%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b94c1b1866ea9ec8d59a07fddd2c9b63\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250316\",\"fullstartdate\":\"202503160700\",\"enddate\":\"20250317\",\"url\":\"/th?id=OHR.PandaSnow_EN-US9432739016_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PandaSnow_EN-US9432739016\",\"copyright\":\"Baby giant panda in the snow, China (© Cheryl Schneider/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Giant+Panda&form=hpcapt&filters=HpDate%3a%2220250316_0700%22\",\"title\":\"Back to black ... and white\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250316_PandaSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2653819c4745526aeda9325ac071b5e8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250317\",\"fullstartdate\":\"202503170700\",\"enddate\":\"20250318\",\"url\":\"/th?id=OHR.BeckettBridge_EN-US9511078525_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BeckettBridge_EN-US9511078525\",\"copyright\":\"Samuel Beckett Bridge, Dublin, Ireland (© Colm Keating/Tandem Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=St.+Patrick%27s+Day&form=hpcapt&filters=HpDate%3a%2220250317_0700%22\",\"title\":\"St. Patrick's enchantment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250317_BeckettBridge%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3acfa702ddb476c49b0d68fb6cfbf5ba\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250318\",\"fullstartdate\":\"202503180700\",\"enddate\":\"20250319\",\"url\":\"/th?id=OHR.SedonaSpring_EN-US9611080272_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SedonaSpring_EN-US9611080272\",\"copyright\":\"Red rock formations, Sedona, Arizona (© Jim Ekstrand/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=sedona+arizona&form=hpcapt&filters=HpDate%3a%2220250318_0700%22\",\"title\":\"A vortex state of mind\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250318_SedonaSpring%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8da7221bc817302fdbde4b510a322988\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250319\",\"fullstartdate\":\"202503190700\",\"enddate\":\"20250320\",\"url\":\"/th?id=OHR.BlackHeron_EN-US9662351796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlackHeron_EN-US9662351796\",\"copyright\":\"A black heron canopy feeding, Chobe National Park, Botswana (© Paul Souders/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Black+heron+Egretta+ardesiaca&form=hpcapt&filters=HpDate%3a%2220250319_0700%22\",\"title\":\"Umbrella maneuver\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250319_BlackHeron%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5442a8a937493fc6f80256809858be7e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250320\",\"fullstartdate\":\"202503200700\",\"enddate\":\"20250321\",\"url\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116\",\"copyright\":\"Spring daffodils glowing in morning light (© LedyX/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=March+equinox&form=hpcapt&filters=HpDate%3a%2220250320_0700%22\",\"title\":\"Spring awakening\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250320_SpringDaffodils%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"51739a1abe217fd53b40cd117d32a321\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250321\",\"fullstartdate\":\"202503210700\",\"enddate\":\"20250322\",\"url\":\"/th?id=OHR.DanumValley_EN-US1030783251_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DanumValley_EN-US1030783251\",\"copyright\":\"Mist over a lowland rainforest, Danum Valley, Sabah, Borneo, Malaysia (© Nick Garbutt/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Day+of+Forests&form=hpcapt&filters=HpDate%3a%2220250321_0700%22\",\"title\":\"Long live the trees\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250321_DanumValley%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12ce591160b714b60c1afba9ebf6806d\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250322\",\"fullstartdate\":\"202503220700\",\"enddate\":\"20250323\",\"url\":\"/th?id=OHR.CenoteLilies_EN-US1076301699_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CenoteLilies_EN-US1076301699\",\"copyright\":\"Water lilies at the surface of Cenote Nicte-Ha, Tulum, Mexico (© Franco Banfi/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+water+day&form=hpcapt&filters=HpDate%3a%2220250322_0700%22\",\"title\":\"Wat-er wonderful world!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250322_CenoteLilies%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8685550708252e0ca2ce6a8b2b4ea81b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250323\",\"fullstartdate\":\"202503230700\",\"enddate\":\"20250324\",\"url\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363\",\"copyright\":\"Lightning and storm clouds at sunset near Bowman, Nebraska (© john finney photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+meteorological+day&form=hpcapt&filters=HpDate%3a%2220250323_0700%22\",\"title\":\"You can't silence thunder\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250323_NebraskaStorm%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5e89300173c13fe30e539ba861f4cc76\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250324\",\"fullstartdate\":\"202503240700\",\"enddate\":\"20250325\",\"url\":\"/th?id=OHR.ElephantGrass_EN-US1398774650_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ElephantGrass_EN-US1398774650\",\"copyright\":\"Desert elephant with calf feeding on tall grass, Namibia (© Christophe Courteau/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=desert+elephant&form=hpcapt&filters=HpDate%3a%2220250324_0700%22\",\"title\":\"Feasting in the tall grass\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250324_ElephantGrass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bf1ad4bfb165094eac4dcf9311e043c8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250325\",\"fullstartdate\":\"202503250700\",\"enddate\":\"20250326\",\"url\":\"/th?id=OHR.HobbitHole_EN-US1602468401_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HobbitHole_EN-US1602468401\",\"copyright\":\"Hobbit-hole in Hobbiton Movie Set, Waikato, New Zealand (© Kim Petersen/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tolkien+Reading+Day&form=hpcapt&filters=HpDate%3a%2220250325_0700%22\",\"title\":\"In a hole, there was a story\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250325_HobbitHole%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"962bec39ab6c39cfab58db5d637b967c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250326\",\"fullstartdate\":\"202503260700\",\"enddate\":\"20250327\",\"url\":\"/th?id=OHR.CrystalManatee_EN-US1724106178_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalManatee_EN-US1724106178\",\"copyright\":\"Manatee in Three Sisters Springs, Crystal River National Wildlife Refuge, Florida (© Stephen Frink/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Manatee+Appreciation+Day&form=hpcapt&filters=HpDate%3a%2220250326_0700%22\",\"title\":\"Life below the surface\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250326_CrystalManatee%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d3fd083651aa332185026c2c8b582419\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250327\",\"fullstartdate\":\"202503270700\",\"enddate\":\"20250328\",\"url\":\"/th?id=OHR.OdeonAthens_EN-US2159327450_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.OdeonAthens_EN-US2159327450\",\"copyright\":\"Odeon of Herodes Atticus, Acropolis of Athens, Greece (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=World+Theatre+Day&form=hpcapt&filters=HpDate%3a%2220250327_0700%22\",\"title\":\"A standing ovation for theaters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250327_OdeonAthens%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f40cc1581f131b14428aef4f4941267a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260202\",\"fullstartdate\":\"202602020800\",\"enddate\":\"20260203\",\"url\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638\",\"copyright\":\"Alpine marmots, Hohe Tauern National Park, Austria (© Raimund Linke/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Groundhog+Day+tradition&form=hpcapt&filters=HpDate%3a%2220260202_0800%22\",\"title\":\"A shadow's promise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260202_AlpineMarmots%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"980067e3d6f16184894167a6abd2aec4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260203\",\"fullstartdate\":\"202602030800\",\"enddate\":\"20260204\",\"url\":\"/th?id=OHR.FanetteIsland_EN-US0236094374_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FanetteIsland_EN-US0236094374\",\"copyright\":\"Emerald Bay and Fannette Island, Lake Tahoe, California (© Bill Stevenson/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Fannette+Island&form=hpcapt&filters=HpDate%3a%2220260203_0800%22\",\"title\":\"Tahoe serving views\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260203_FanetteIsland%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"069a784efc69451abd17952f7d2c9956\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260204\",\"fullstartdate\":\"202602040800\",\"enddate\":\"20260205\",\"url\":\"/th?id=OHR.ParksGlass_EN-US0280057691_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ParksGlass_EN-US0280057691\",\"copyright\":\"Rosa Parks in stained glass window, Shorter Community African Methodist Episcopal Church, Denver (© Cyrus McCrimmon/The Denver Post via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rosa+Parks&form=hpcapt&filters=HpDate%3a%2220260204_0800%22\",\"title\":\"The face of change\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260204_ParksGlass%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"8a327321f43f5d3b62cd340f594277e2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260205\",\"fullstartdate\":\"202602050800\",\"enddate\":\"20260206\",\"url\":\"/th?id=OHR.MaltaSalt_EN-US0310458987_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MaltaSalt_EN-US0310458987\",\"copyright\":\"Salt evaporation ponds on the island of Gozo, Malta (© Marius Roman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gozo+Malta&form=hpcapt&filters=HpDate%3a%2220260205_0800%22\",\"title\":\"Stuck in a grid\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260205_MaltaSalt%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1d81525433809beb2e0272d1b4868e17\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260206\",\"fullstartdate\":\"202602060800\",\"enddate\":\"20260207\",\"url\":\"/th?id=OHR.GiauPass_EN-US1580552183_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiauPass_EN-US1580552183\",\"copyright\":\"Ra Gusela peak at Giau Pass, near Cortina d'Ampezzo, Italy (© Tomasz Podolski/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+Olympics+2026&form=hpcapt&filters=HpDate%3a%2220260206_0800%22\",\"title\":\"Ra Gusela—peak of the Olympic season\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260206_GiauPass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"718ba06ea5634da0f2499a99f854a412\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260207\",\"fullstartdate\":\"202602070800\",\"enddate\":\"20260208\",\"url\":\"/th?id=OHR.SalarUyuni_EN-US1639129259_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalarUyuni_EN-US1639129259\",\"copyright\":\"Salar de Uyuni salt flats in Bolivia (© Abstract Aerial Art/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=salar+de+uyuni+Bolivia&form=hpcapt&filters=HpDate%3a%2220260207_0800%22\",\"title\":\"Salt, sky, and the stillness between\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260207_SalarUyuni%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"418999c7bc8985e6badbeffe491a3723\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260208\",\"fullstartdate\":\"202602080800\",\"enddate\":\"20260209\",\"url\":\"/th?id=OHR.CorfuGreece_EN-US4606019833_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CorfuGreece_EN-US4606019833\",\"copyright\":\"Corfu at night, Greece (© whitewizzard/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Corfu+Greece&form=hpcapt&filters=HpDate%3a%2220260208_0800%22\",\"title\":\"From quiet nights to adventurous days\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260208_CorfuGreece%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"da9751db876ec496b2058d95a930cd8a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260209\",\"fullstartdate\":\"202602090800\",\"enddate\":\"20260210\",\"url\":\"/th?id=OHR.LeopardCat_EN-US4669057608_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LeopardCat_EN-US4669057608\",\"copyright\":\"Amur leopard cat, Russia (© Valeriy Maleev/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=leopard+cat&form=hpcapt&filters=HpDate%3a%2220260209_0800%22\",\"title\":\"Patterns in motion\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260209_LeopardCat%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cd7b36a40322b2e7b70dc6ec015d4b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260210\",\"fullstartdate\":\"202602100800\",\"enddate\":\"20260211\",\"url\":\"/th?id=OHR.IbizaIslets_EN-US4713963434_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IbizaIslets_EN-US4713963434\",\"copyright\":\"Islets of Es Vedrà and Es Vedranell, Ibiza, Spain (© L. Apolli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Es+Vedra+Ibiza&form=hpcapt&filters=HpDate%3a%2220260210_0800%22\",\"title\":\"Where the Sirens sing\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260210_IbizaIslets%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5b9fc6cca29ae0495342e44421597b0a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260211\",\"fullstartdate\":\"202602110800\",\"enddate\":\"20260212\",\"url\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796\",\"copyright\":\"Salt flats in Badwater Basin, Death Valley National Park, California (© Jim Patterson/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Death+Valley+National+Park&form=hpcapt&filters=HpDate%3a%2220260211_0800%22\",\"title\":\"The valley of contrasts\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260211_BadwaterFlats%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eeb18680f56f18b398bcb1af320407d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260212\",\"fullstartdate\":\"202602120800\",\"enddate\":\"20260213\",\"url\":\"/th?id=OHR.DarwinBooby_EN-US4839738451_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DarwinBooby_EN-US4839738451\",\"copyright\":\"Blue-footed booby, Galápagos Islands, Ecuador (© Karine Aigner/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Darwin+Day&form=hpcapt&filters=HpDate%3a%2220260212_0800%22\",\"title\":\"Evolution in focus\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260212_DarwinBooby%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e9b70255fe82b536cbfd8e90a5cfb279\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260213\",\"fullstartdate\":\"202602130800\",\"enddate\":\"20260214\",\"url\":\"/th?id=OHR.FriendshipBridge_EN-US6136231298_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FriendshipBridge_EN-US6136231298\",\"copyright\":\"Third Thai-Lao Friendship Bridge connecting Laos and Thailand (© chaiyut samsuk/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Third+Thai+Lao+Friendship+Bridge&form=hpcapt&filters=HpDate%3a%2220260213_0800%22\",\"title\":\"Built to bring closer\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260213_FriendshipBridge%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"506f0b114083840c543a36b53fa034fc\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260214\",\"fullstartdate\":\"202602140800\",\"enddate\":\"20260215\",\"url\":\"/th?id=OHR.ValentineHearts_EN-US6208359150_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ValentineHearts_EN-US6208359150\",\"copyright\":\"Bleeding hearts (© Dorene Hookey/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Valentines+day&form=hpcapt&filters=HpDate%3a%2220260214_0800%22\",\"title\":\"Love in bloom\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260214_ValentineHearts%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7f7819e956a91a428f0b8c4d97da2426\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260215\",\"fullstartdate\":\"202602150800\",\"enddate\":\"20260216\",\"url\":\"/th?id=OHR.MontereyHumpbacks_EN-US6328970690_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MontereyHumpbacks_EN-US6328970690\",\"copyright\":\"Humpback whales in Monterey Bay, California (© Kiliii Fish/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Whale&form=hpcapt&filters=HpDate%3a%2220260215_0800%22\",\"title\":\"Songs beneath the waves\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260215_MontereyHumpbacks%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"45a36c77504c7021d7b838029d67fe0b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260216\",\"fullstartdate\":\"202602160800\",\"enddate\":\"20260217\",\"url\":\"/th?id=OHR.PresidentsDay_EN-US6598155144_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PresidentsDay_EN-US6598155144\",\"copyright\":\"Lincoln Memorial, Washington, DC (© Westend61/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Presidents+Day&form=hpcapt&filters=HpDate%3a%2220260216_0800%22\",\"title\":\"Legacies in view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260216_PresidentsDay%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"afcd8b1b4fab850c85f2eb139c9d0b9a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260217\",\"fullstartdate\":\"202602170800\",\"enddate\":\"20260218\",\"url\":\"/th?id=OHR.NewYearLantern_EN-US6665128229_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NewYearLantern_EN-US6665128229\",\"copyright\":\"Red lanterns celebrating Chinese New Year (© Gins Wang/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Chinese+New+Year&form=hpcapt&filters=HpDate%3a%2220260217_0800%22\",\"title\":\"Fifteen days of light\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260217_NewYearLantern%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2d5949b03aedc530364c45ee5b054a12\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260218\",\"fullstartdate\":\"202602180800\",\"enddate\":\"20260219\",\"url\":\"/th?id=OHR.PrzewalskisHorse_EN-US6767229079_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PrzewalskisHorse_EN-US6767229079\",\"copyright\":\"Przewalski's horses (© Nemyrivskyi Viacheslav/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Przewalskis+horse&form=hpcapt&filters=HpDate%3a%2220260218_0800%22\",\"title\":\"Born to stay wild\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260218_PrzewalskisHorse%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"47aa8f61af1dda63aff0c1d502511ff7\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160}]" download-folder='~/var/media/backgrounds/bing' icon-name='bing-symbolic' random-mode-enabled=false revert-to-current-image=true -selected-image='BadwaterFlats_EN-US4770719796' -state='{"maxlongdate":202602110800,"title":"Salt flats in Badwater Basin, Death Valley National Park, California","explanation":"Bing Wallpaper of the Day for 2026-02-10","copyright":"© Jim Patterson/TANDEM Stills + Motion","longstartdate":"202602110800","imageinfolink":"https://www.bing.com/search?q=Death+Valley+National+Park&form=hpcapt&filters=HpDate%3a%2220260211_0800%22","imageURL":"https://www.bing.com/th?id=OHR.BadwaterFlats_EN-US4770719796_UHD.jpg&qlt=100","filename":"/home/powellc/var/media/backgrounds/bing/20260211-BadwaterFlats_EN-US4770719796_UHD.jpg","favourite":false,"width":3840,"height":2160,"shuffledue":0}' +selected-image='PrzewalskisHorse_EN-US6767229079' +state="{\"maxlongdate\":202602180800,\"title\":\"Przewalski's horses\",\"explanation\":\"Bing Wallpaper of the Day for 2026-02-17\",\"copyright\":\"© Nemyrivskyi Viacheslav/Getty Images\",\"longstartdate\":\"202602180800\",\"imageinfolink\":\"https://www.bing.com/search?q=Przewalskis+horse&form=hpcapt&filters=HpDate%3a%2220260218_0800%22\",\"imageURL\":\"https://www.bing.com/th?id=OHR.PrzewalskisHorse_EN-US6767229079_UHD.jpg&qlt=100\",\"filename\":\"/home/powellc/var/media/backgrounds/bing/20260218-PrzewalskisHorse_EN-US6767229079_UHD.jpg\",\"favourite\":false,\"width\":3840,\"height\":2160,\"shuffledue\":0}" [blur-my-shell] settings-version=2 @@ -207,17 +71,19 @@ sigma=30 [clipboard-history] private-mode=false +[color] +night-light-enabled=false +night-light-last-coordinates=(44.801600000000001, -68.771199999999993) +night-light-schedule-automatic=false + [forge] -auto-split-enabled=true css-last-update=uint32 37 +css-updated='1771359599202' dnd-center-layout='stacked' -float-always-on-top-enabled=false focus-border-toggle=true -move-pointer-focus-enabled=false -stacked-tiling-mode-enabled=true -tabbed-tiling-mode-enabled=false tiling-mode-enabled=true -window-gap-hidden-on-single=false +window-gap-size=uint32 3 +window-gap-size-increment=uint32 1 workspace-skip-tile='' [forge/keybindings] @@ -288,16 +154,22 @@ keybinding-resize-right=['l'] keybinding-resize-top=['k'] keybinding-rotation=['space'] keybinding-search=['s'] -monitor-tile-insertion-behavior=1 +monitor-tile-insertion-behavior=0 search-entry-position=0 -tile-padding=8 +tile-padding=5 [gsconnect] devices=@as [] -enabled=true +enabled=false missing-openssl=false name='hungryroot' +[gtile] +global-auto-tiling=true + +[housekeeping] +donation-reminder-last-shown=int64 1766428114278942 + [just-perfection] accent-color-icon=false accessibility-menu=false @@ -332,6 +204,76 @@ workspace-background-corner-size=0 workspace-popup=true workspaces-in-app-grid=false +[keybindings] +maximize=['Up'] +move-to-workspace-1=['1'] +move-to-workspace-2=['2'] +move-to-workspace-3=['3'] +move-to-workspace-4=['4'] +switch-group=@as [] +switch-group-backward=@as [] +switch-to-workspace-1=['1'] +switch-to-workspace-2=['2'] +switch-to-workspace-3=['3'] +switch-to-workspace-4=['4'] +switch-to-workspace-left=['a'] +switch-to-workspace-right=['d'] +switch-windows=['grave'] +switch-windows-backward=['grave'] +toggle-tiled-left=['Left'] +toggle-tiled-right=['Right'] +unmaximize=['Down', 'F5'] + +[keyboard] +numlock-state=true + +[media-keys] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-6/'] + +[media-keys/custom-keybindings/app-pinner-1] +binding='t' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:1' +name='App Pinner Position 1' + +[media-keys/custom-keybindings/app-pinner-2] +binding='w' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:2' +name='App Pinner Position 2' + +[media-keys/custom-keybindings/app-pinner-3] +binding='d' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:3' +name='App Pinner Position 3' + +[media-keys/custom-keybindings/app-pinner-4] +binding='e' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:4' +name='App Pinner Position 4' + +[media-keys/custom-keybindings/app-pinner-5] +binding='f' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:5' +name='App Pinner Position 5' + +[media-keys/custom-keybindings/app-pinner-6] +binding='s' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:6' +name='App Pinner Position 6' + +[media-keys/custom-keybindings/custom0] +binding='t' +command='/usr/bin/alacritty' +name='Alacritty' + +[media-keys/custom-keybindings/custom1] +binding='f' +command='/usr/bin/firefox --new-window' +name='Launch Firefox' + +[mouse] +natural-scroll=true +speed=0.0 + [net/gfxmonk/impatience] speed-factor=1.0 @@ -348,39 +290,951 @@ animation-time=100 padding-horizontal=15 padding-vertical=15 -[paperwm] -last-used-display-server='Wayland' -restore-attach-modal-dialogs='' -restore-edge-tiling='' -restore-keybinds='{}' -restore-workspaces-only-on-primary='' +[openbar] +accent-color=['0', '0.75', '0.75'] +auto-bgalpha=true +autohg-bar=true +bartype='Floating' +bcolor=['1.0', '1.0', '1.0'] +bg-change=true +bgalpha=0.90000000000000002 +bgcolor=['0.125', '0.125', '0.125'] +bgcolor-wmax=['0.125', '0.125', '0.125'] +bgcolor2=['0', '0.7', '0.75'] +bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +boxcolor=['0.125', '0.125', '0.125'] +color-scheme='default' +count1=408105 +count10=386 +count11=122 +count12=18 +count2=73837 +count3=25246 +count4=18844 +count5=14679 +count6=14605 +count7=4229 +count8=1536 +count9=393 +dark-bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +dark-palette1=['105', '107', '48'] +dark-palette10=['82', '66', '58'] +dark-palette11=['166', '180', '118'] +dark-palette12=['56', '44', '43'] +dark-palette2=['119', '110', '91'] +dark-palette3=['139', '137', '130'] +dark-palette4=['152', '153', '88'] +dark-palette5=['136', '149', '57'] +dark-palette6=['182', '185', '195'] +dark-palette7=['67', '86', '12'] +dark-palette8=['184', '168', '128'] +dark-palette9=['30', '35', '47'] +default-font='Sans 12' +fgcolor=['1.0', '1.0', '1.0'] +fitts-widgets=true +hcolor=['0', '0.7', '0.9'] +hscd-color=['0', '0.7', '0.75'] +import-export=false +iscolor=['0.125', '0.125', '0.125'] +light-bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +light-palette1=['105', '107', '48'] +light-palette10=['82', '66', '58'] +light-palette11=['166', '180', '118'] +light-palette12=['56', '44', '43'] +light-palette2=['119', '110', '91'] +light-palette3=['139', '137', '130'] +light-palette4=['152', '153', '88'] +light-palette5=['136', '149', '57'] +light-palette6=['182', '185', '195'] +light-palette7=['67', '86', '12'] +light-palette8=['184', '168', '128'] +light-palette9=['30', '35', '47'] +mbcolor=['1.0', '1.0', '1.0'] +mbgcolor=['0.125', '0.125', '0.125'] +mfgcolor=['1.0', '1.0', '1.0'] +mhcolor=['0', '0.7', '0.9'] +monitor-height=1440 +monitor-width=3440 +mscolor=['0', '0.7', '0.75'] +mshcolor=['1.0', '1.0', '1.0'] +palette1=['105', '107', '48'] +palette10=['82', '66', '58'] +palette11=['166', '180', '118'] +palette12=['56', '44', '43'] +palette2=['119', '110', '91'] +palette3=['139', '137', '130'] +palette4=['152', '153', '88'] +palette5=['136', '149', '57'] +palette6=['182', '185', '195'] +palette7=['67', '86', '12'] +palette8=['184', '168', '128'] +palette9=['30', '35', '47'] +pause-reload=false +reloadstyle=false +set-fullscreen=true +shcolor=['0', '0', '0'] +smbgcolor=['0.125', '0.125', '0.125'] +trigger-reload=false +vw-color=['0', '0.7', '0.75'] +winbcolor=['0', '0.7', '0.75'] -[paperwm/workspaces] -list=['8c6799be-0736-4f78-b3de-b82e72b8fe8a', '6a8f43f6-f90d-47e4-8ed3-2202bc1522eb'] +[org/freedesktop/folks] +primary-store='eds:3ac1d0d66967b4a92af90278afe5c86829068f71' -[paperwm/workspaces/6a8f43f6-f90d-47e4-8ed3-2202bc1522eb] -index=1 +[org/gnome/Console] +last-window-maximised=false +last-window-size=(867, 1001) -[paperwm/workspaces/8c6799be-0736-4f78-b3de-b82e72b8fe8a] -index=0 +[org/gnome/Contacts] +did-initial-setup=true +window-fullscreen=false +window-height=472 +window-maximized=false +window-width=1268 -[simple-tiling/domoel] -inner-gap=5 +[org/gnome/Extensions] +window-height=1396 +window-maximized=false +window-width=1711 -[tiling-assistant] -focus-hint-color='rgb(145,65,172)' -last-version-installed=53 +[org/gnome/Ptyxis] +default-profile-uuid='a54608f8f648ed753b76404369496d54' +profile-uuids=['a54608f8f648ed753b76404369496d54'] +window-size=(uint32 149, uint32 52) + +[org/gnome/Showtime/State] +is-maximized=false + +[org/gnome/Snapshot] +is-maximized=true +window-height=1258 +window-width=1708 + +[org/gnome/Weather] +locations=[<(uint32 2, <('Bar Harbor', 'KBHB', true, [(0.77579885251147951, -1.1932234377645543)], [(0.77470940053909221, -1.1903826526075454)])>)>, <(uint32 2, <('Bangor', 'KBGR', true, [(0.78185901964683924, -1.2011113485991873)], [(0.78192813468521805, -1.2003993066242513)])>)>] +window-height=775 +window-maximized=false +window-width=2072 + +[org/gnome/calculator] +accuracy=9 +angle-units='degrees' +base=10 +button-mode='basic' +number-format='automatic' +show-thousands=false +show-zeroes=false +source-currency='' +source-units=['degree'] +target-currency='' +target-units=['radian'] +unit-category='angle' +window-maximized=false +window-size=(360, 1398) +word-size=64 + +[org/gnome/calendar] +active-view='month' +window-maximized=false +window-size=(1704, 1392) + +[org/gnome/clocks] +world-clocks=[{'location': <(uint32 2, <('Los Angeles', 'KCQT', true, [(0.59370283970450188, -2.0644336110828618)], [(0.59432360095955872, -2.063741622941031)])>)>}, {'location': <(uint32 2, <('Paris', 'LFPB', true, [(0.85462956287765413, 0.042760566673861078)], [(0.8528842336256599, 0.040724343395436846)])>)>}, {'location': <(uint32 2, <('Shenzhen', 'ZGSZ', true, [(0.39357174632472131, 1.9914206765255298)], [(0.39328085229829141, 1.9920024471250972)])>)>}] + +[org/gnome/clocks/state/window] +maximized=false +panel-id='world' +size=(1016, 1242) + +[org/gnome/control-center] +last-panel='system' +window-state=(1138, 1396, false) + +[org/gnome/desktop/app-folders] +folder-children=['Utilities', 'YaST', 'Pardus'] + +[org/gnome/desktop/app-folders/folders/Pardus] +categories=['X-Pardus-Apps'] +name='X-Pardus-Apps.directory' +translate=true + +[org/gnome/desktop/app-folders/folders/System] +apps=['org.gnome.baobab.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.Logs.desktop', 'org.freedesktop.MalcontentControl.desktop', 'org.freedesktop.GnomeAbrt.desktop', 'org.gnome.SystemMonitor.desktop'] +name='X-GNOME-Shell-System.directory' +translate=true + +[org/gnome/desktop/app-folders/folders/Utilities] +apps=['org.freedesktop.GnomeAbrt.desktop', 'nm-connection-editor.desktop', 'org.gnome.baobab.desktop', 'org.gnome.Connections.desktop', 'org.gnome.DejaDup.desktop', 'org.gnome.DiskUtility.desktop', 'org.gnome.Evince.desktop', 'org.gnome.FileRoller.desktop', 'org.gnome.font-viewer.desktop', 'org.gnome.Loupe.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop'] +categories=['X-GNOME-Utilities'] +name='Utilities' +translate=false + +[org/gnome/desktop/app-folders/folders/YaST] +categories=['X-SuSE-YaST'] +name='suse-yast.directory' +translate=true + +[org/gnome/desktop/background] +picture-uri='file:///home/powellc/var/media/backgrounds/bing/20260227-ArcitcCub_EN-US2529097123_UHD.jpg' +picture-uri-dark='file:///home/powellc/var/media/backgrounds/bing/20260227-ArcitcCub_EN-US2529097123_UHD.jpg' + +[org/gnome/desktop/calendar] +show-weekdate=true + +[org/gnome/desktop/datetime] +automatic-timezone=true + +[org/gnome/desktop/input-sources] +current=uint32 0 +mru-sources=[('xkb', 'us')] +sources=[('xkb', 'us')] +xkb-options=['caps:escape', 'lv3:ralt_switch'] + +[org/gnome/desktop/interface] +accent-color='teal' +clock-format='24h' +clock-show-seconds=true +clock-show-weekday=true +color-scheme='prefer-dark' +enable-animations=false +enable-hot-corners=true +scaling-factor=uint32 2 +toolkit-accessibility=false + +[org/gnome/desktop/notifications] +application-children=['org-gnome-console', 'firefox', 'kitty', 'org-gnome-extensions', 'org-prismlauncher-prismlauncher', 'com-obsproject-studio', 'zoom', 'slack', 'steam', 'org-gnome-evolution-alarm-notify', 'org-gnome-nautilus', 'emacsclient', 'chromium-browser', 'org-freedesktop-problems-applet', 'im-dino-dino', 'org-mozilla-firefox', 'cursor', 'org-gnome-software', 'com-ranfdev-notify', 'org-gnome-shell-extensions', 'emacs', 'alacritty', 'org-gnome-texteditor', 'org-gnome-settings'] +show-banners=true +show-in-lock-screen=false + +[org/gnome/desktop/notifications/application/alacritty] +application-id='Alacritty.desktop' + +[org/gnome/desktop/notifications/application/chromium-browser] +application-id='chromium-browser.desktop' + +[org/gnome/desktop/notifications/application/com-obsproject-studio] +application-id='com.obsproject.Studio.desktop' + +[org/gnome/desktop/notifications/application/com-ranfdev-notify] +application-id='com.ranfdev.Notify.desktop' + +[org/gnome/desktop/notifications/application/cursor] +application-id='cursor.desktop' + +[org/gnome/desktop/notifications/application/emacs] +application-id='emacs.desktop' + +[org/gnome/desktop/notifications/application/emacsclient] +application-id='emacsclient.desktop' + +[org/gnome/desktop/notifications/application/firefox] +application-id='firefox.desktop' + +[org/gnome/desktop/notifications/application/gnome-about-panel] +application-id='gnome-about-panel.desktop' + +[org/gnome/desktop/notifications/application/im-dino-dino] +application-id='im.dino.Dino.desktop' + +[org/gnome/desktop/notifications/application/kitty] +application-id='kitty.desktop' + +[org/gnome/desktop/notifications/application/org-freedesktop-problems-applet] +application-id='org.freedesktop.problems.applet.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-console] +application-id='org.gnome.Console.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-evolution-alarm-notify] +application-id='org.gnome.Evolution-alarm-notify.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-extensions] +application-id='org.gnome.Extensions.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-nautilus] +application-id='org.gnome.Nautilus.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-ptyxis] +application-id='org.gnome.Ptyxis.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-settings] +application-id='org.gnome.Settings.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-shell-extensions] +application-id='org.gnome.Shell.Extensions.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-software] +application-id='org.gnome.Software.desktop' + +[org/gnome/desktop/notifications/application/org-gnome-texteditor] +application-id='org.gnome.TextEditor.desktop' + +[org/gnome/desktop/notifications/application/org-mozilla-firefox] +application-id='org.mozilla.firefox.desktop' + +[org/gnome/desktop/notifications/application/org-prismlauncher-prismlauncher] +application-id='org.prismlauncher.PrismLauncher.desktop' + +[org/gnome/desktop/notifications/application/slack] +application-id='slack.desktop' + +[org/gnome/desktop/notifications/application/steam] +application-id='steam.desktop' + +[org/gnome/desktop/notifications/application/zoom] +application-id='Zoom.desktop' + +[org/gnome/desktop/peripherals/keyboard] +numlock-state=true + +[org/gnome/desktop/peripherals/mouse] +natural-scroll=true +speed=0.0 + +[org/gnome/desktop/peripherals/touchpad] +two-finger-scrolling-enabled=true + +[org/gnome/desktop/privacy] +report-technical-problems=true + +[org/gnome/desktop/screensaver] +lock-enabled=false + +[org/gnome/desktop/search-providers] +sort-order=['org.gnome.Settings.desktop', 'org.gnome.Contacts.desktop', 'org.gnome.Nautilus.desktop'] + +[org/gnome/desktop/session] +idle-delay=uint32 900 + +[org/gnome/desktop/wm/keybindings] +maximize=['Up'] +move-to-workspace-1=['1'] +move-to-workspace-2=['2'] +move-to-workspace-3=['3'] +move-to-workspace-4=['4'] +switch-group=@as [] +switch-group-backward=@as [] +switch-to-workspace-1=['1'] +switch-to-workspace-2=['2'] +switch-to-workspace-3=['3'] +switch-to-workspace-4=['4'] +switch-to-workspace-left=['a'] +switch-to-workspace-right=['d'] +switch-windows=['grave'] +switch-windows-backward=['grave'] +unmaximize=['Down', 'F5'] + +[org/gnome/evolution-data-server] +migrated=true + +[org/gnome/evolution-data-server/calendar] +reminders-past=['145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260227T140000Z\n1772200200\n1772200800\n1772209800\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260227T090000\r\nDTEND;TZID=America/New_York:20260227T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260227T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260226T140000Z\n1772113800\n1772114400\n1772123400\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260226T090000\r\nDTEND;TZID=America/New_York:20260226T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260226T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n1e03a7a0765dfd7aed91e75b33c2c1037232293e\t20260226T090000\n1772113800\n1772114400\n1772154000\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260226T090000\r\nDTEND;TZID=America/New_York:20260226T200000\r\nDTSTAMP:20260226T092103Z\r\nORGANIZER;CN=dave@hungryroot.com:mailto:dave@hungryroot.com\r\nUID:602irpsifntmjnmq44ski284q2_R20260226T140000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=dave@hungryroot.com;X-NUM-GUESTS=0:mailto:dave@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Developers;X-NUM-GUESTS=0:mailto:dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/yhh-ftmz-pga\r\nRECURRENCE-ID;TZID=America/New_York:20260226T090000\r\nCREATED:20240624T205556Z\r\nDESCRIPTION:This is to discourage\\, but not forbid\\, meetings on \r\n Thursdays to give devs one uninterrupted day per week. Exceptions are \r\n always possible and please schedule meetings sparingly.\\n\\n-::~:~::~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::\r\n -\\nJoin with Google Meet: https://meet.google.com/yhh-ftmz-pga\\nOr dial: \r\n (US) +1 413-338-0243 PIN: 939634484#\\nMore phone numbers: https:\r\n //tel.meet/yhh-ftmz-pga?pin=4995605956226&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260226T092103Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:No Meeting Thursday\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907780863\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:1e03a7a0765dfd7aed91e75b33c2c1037232293e\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndf75e2badc5c5cafc7876dac384a779c876608a3\t20260225T210000Z\n1772052600\n1772053200\n1772055000\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260225T160000\r\nDTEND;TZID=America/New_York:20260225T163000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nEXDATE;TZID=America/New_York:20250704T160000\r\nDTSTAMP:20260210T170011Z\r\nORGANIZER;CN=bzhang@hungryroot.com:mailto:bzhang@hungryroot.com\r\nUID:05ljnnalnfri8g8dcc7io5a4l4_R20250616T200000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cmckim@hungryroot.com;X-NUM-GUESTS=0:mailto:cmckim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=bzhang@hungryroot.com;X-NUM-GUESTS=0:mailto:bzhang@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=james.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n james.chen@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Backend Dev;X-NUM-GUESTS=0:mailto:backend-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/sus-fujm-dtw\r\nCREATED:20220920T133555Z\r\nDESCRIPTION:https:\r\n //github.com/hungryroot/hungryroot/pulls/review-requested/@me\\n\\n-::~:\r\n ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/sus-fujm-dtw\\nOr dial: (US) +1 650-597-2686 PIN: \r\n 390727565#\\nMore phone numbers: https:\r\n //tel.meet/sus-fujm-dtw?pin=6858519169470&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260210T170011Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Recommended Code Review Time\r\nTRANSP:TRANSPARENT\r\nX-EVOLUTION-CALDAV-ETAG:63906426011\r\nRECURRENCE-ID:20260225T210000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:df75e2badc5c5cafc7876dac384a779c876608a3\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndd9a7df50d39e37aa071fb90e98833f80d730329\t20260225T153000\n1772050800\n1772051400\n1772053200\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260225T153000\r\nDTEND;TZID=America/New_York:20260225T160000\r\nDTSTAMP:20260224T210956Z\r\nORGANIZER;CN=morgan.jenswold@hungryroot.com:mailto:\r\n morgan.jenswold@hungryroot.com\r\nUID:si7dheqbmsg9mr0bsmsgdl5cf7_R20260225T203000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nRECURRENCE-ID;TZID=America/New_York:20260225T153000\r\nCREATED:20200317T214715Z\r\nDESCRIPTION:Join Zoom Meeting
https:\r\n //hungryroot.zoom.us/j/82823028575pwd=OBwDppDsumbOZbP5wGVnjkHzkgo5Qw.1\r\n

Meeting ID: 828 2302 8575
Passcode: 170450\r\nLAST-MODIFIED:20260224T210956Z\r\nLOCATION:Hungryroot HQ-6-Cheddar (10)\\, Hungryroot HQ-6-Tahini (20)\r\nSEQUENCE:4\r\nSTATUS:CONFIRMED\r\nSUMMARY:Weekly Team Meeting\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907650596\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:dd9a7df50d39e37aa071fb90e98833f80d730329\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\nc6756189545aa4d55cb6fba82046df4f037c2ee6\t20260225T113000\n1772036400\n1772037000\n1772038800\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260225T113000\r\nDTEND;TZID=America/New_York:20260225T120000\r\nDTSTAMP:20260225T043626Z\r\nORGANIZER;CN=colin.powell@hungryroot.com:mailto:\r\n colin.powell@hungryroot.com\r\nUID:2s98lrac375i3c26pctu3gikbe@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/deh-syuv-dsn\r\nCREATED:20260224T222131Z\r\nDESCRIPTION:-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/deh-syuv-dsn\\nOr dial: (US) +1 929-266-3260 PIN: \r\n 581720708#\\nMore phone numbers: https:\r\n //tel.meet/deh-syuv-dsn?pin=6953375910954&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260225T043626Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Stephen / Colin segment testing walkthru?\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907677386\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:c6756189545aa4d55cb6fba82046df4f037c2ee6\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260225T140000Z\n1772027400\n1772028000\n1772037000\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260225T090000\r\nDTEND;TZID=America/New_York:20260225T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260225T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndf75e2badc5c5cafc7876dac384a779c876608a3\t20260224T210000Z\n1771966200\n1771966800\n1771968600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260224T160000\r\nDTEND;TZID=America/New_York:20260224T163000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nEXDATE;TZID=America/New_York:20250704T160000\r\nDTSTAMP:20260210T170011Z\r\nORGANIZER;CN=bzhang@hungryroot.com:mailto:bzhang@hungryroot.com\r\nUID:05ljnnalnfri8g8dcc7io5a4l4_R20250616T200000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cmckim@hungryroot.com;X-NUM-GUESTS=0:mailto:cmckim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=bzhang@hungryroot.com;X-NUM-GUESTS=0:mailto:bzhang@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=james.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n james.chen@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Backend Dev;X-NUM-GUESTS=0:mailto:backend-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/sus-fujm-dtw\r\nCREATED:20220920T133555Z\r\nDESCRIPTION:https:\r\n //github.com/hungryroot/hungryroot/pulls/review-requested/@me\\n\\n-::~:\r\n ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/sus-fujm-dtw\\nOr dial: (US) +1 650-597-2686 PIN: \r\n 390727565#\\nMore phone numbers: https:\r\n //tel.meet/sus-fujm-dtw?pin=6858519169470&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260210T170011Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Recommended Code Review Time\r\nTRANSP:TRANSPARENT\r\nX-EVOLUTION-CALDAV-ETAG:63906426011\r\nRECURRENCE-ID:20260224T210000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:df75e2badc5c5cafc7876dac384a779c876608a3\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260224T140000Z\n1771941000\n1771941600\n1771950600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260224T090000\r\nDTEND;TZID=America/New_York:20260224T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260224T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndf75e2badc5c5cafc7876dac384a779c876608a3\t20260223T210000Z\n1771879800\n1771880400\n1771882200\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T160000\r\nDTEND;TZID=America/New_York:20260223T163000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nEXDATE;TZID=America/New_York:20250704T160000\r\nDTSTAMP:20260210T170011Z\r\nORGANIZER;CN=bzhang@hungryroot.com:mailto:bzhang@hungryroot.com\r\nUID:05ljnnalnfri8g8dcc7io5a4l4_R20250616T200000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cmckim@hungryroot.com;X-NUM-GUESTS=0:mailto:cmckim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=bzhang@hungryroot.com;X-NUM-GUESTS=0:mailto:bzhang@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=james.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n james.chen@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Backend Dev;X-NUM-GUESTS=0:mailto:backend-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/sus-fujm-dtw\r\nCREATED:20220920T133555Z\r\nDESCRIPTION:https:\r\n //github.com/hungryroot/hungryroot/pulls/review-requested/@me\\n\\n-::~:\r\n ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/sus-fujm-dtw\\nOr dial: (US) +1 650-597-2686 PIN: \r\n 390727565#\\nMore phone numbers: https:\r\n //tel.meet/sus-fujm-dtw?pin=6858519169470&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260210T170011Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Recommended Code Review Time\r\nTRANSP:TRANSPARENT\r\nX-EVOLUTION-CALDAV-ETAG:63906426011\r\nRECURRENCE-ID:20260223T210000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:df75e2badc5c5cafc7876dac384a779c876608a3\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n7e5fa1621eb08d08e01c06ec963b52782c244774\t20260223T203000Z\n1771878000\n1771878600\n1771880400\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T153000\r\nDTEND;TZID=America/New_York:20260223T160000\r\nRRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=MO;WKST=SU\r\nEXDATE;TZID=America/New_York:20260504T153000\r\nDTSTAMP:20260223T155854Z\r\nORGANIZER;CN=stephen.johnston@hungryroot.com:mailto:\r\n stephen.johnston@hungryroot.com\r\nUID:doss77onloss7gr26sa7tp9vj9_R20260209T203000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=API-DEV;X-NUM-GUESTS=0:mailto:api-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/rvy-kdxf-bga\r\nCREATED:20250401T150417Z\r\nDESCRIPTION:This time will be set aside apart from the pre-finement to \r\n discuss projects that the team is working on and sharing technical design \r\n docs or more general information about them for the team.\\n\\n-::~:~::~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::\r\n -\\nJoin with Google Meet: https://meet.google.com/rvy-kdxf-bga\\nOr dial: \r\n (US) +1 320-318-7722 PIN: 870814358#\\nMore phone numbers: https:\r\n //tel.meet/rvy-kdxf-bga?pin=7814225875552&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260223T155854Z\r\nLOCATION:\r\nSEQUENCE:4\r\nSTATUS:CONFIRMED\r\nSUMMARY:💪🏻 API Team Silo Busting\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907545534\r\nRECURRENCE-ID:20260223T203000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:7e5fa1621eb08d08e01c06ec963b52782c244774\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n34775e24fe70509ebbec57832c9f14e43f8edc60\t20260223T143000\n1771876200\n1771876800\n1771878600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T150000\r\nDTEND;TZID=America/New_York:20260223T153000\r\nDTSTAMP:20260223T194459Z\r\nORGANIZER;CN=stephen.johnston@hungryroot.com:mailto:\r\n stephen.johnston@hungryroot.com\r\nUID:1rk6rrjacchnc62nedkjm8ippp@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/vsw-mrot-cvd\r\nRECURRENCE-ID;TZID=America/New_York:20260223T143000\r\nCREATED:20251219T162430Z\r\nDESCRIPTION:Weekly 1:1 for \r\n Colin 


Problems
Progress
Pri\r\n orities\\n\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/vsw-mrot-cvd\\nOr dial: (US) +1 262-885-7117 PIN: \r\n 819541073#\\nMore phone numbers: https:\r\n //tel.meet/vsw-mrot-cvd?pin=1865963995275&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260223T194459Z\r\nLOCATION:\r\nSEQUENCE:1\r\nSTATUS:CONFIRMED\r\nSUMMARY:🤝 Colin / Stephen\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907559099\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:34775e24fe70509ebbec57832c9f14e43f8edc60\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\nc4415425568d5f2739d6c385ce08c42498366aec\t20260223T193000Z\n1771874400\n1771875000\n1771876800\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T143000\r\nDTEND;TZID=America/New_York:20260223T150000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO\r\nEXDATE;TZID=America/New_York:20260504T143000\r\nDTSTAMP:20260222T174045Z\r\nORGANIZER;CN=stephen.johnston@hungryroot.com:mailto:\r\n stephen.johnston@hungryroot.com\r\nUID:1rk6rrjacchnc62nedkjm8ippp@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/vsw-mrot-cvd\r\nCREATED:20251219T162430Z\r\nDESCRIPTION:Weekly 1:1 for \r\n Colin 


Problems
Progress
Pri\r\n orities\\n\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/vsw-mrot-cvd\\nOr dial: (US) +1 262-885-7117 PIN: \r\n 819541073#\\nMore phone numbers: https:\r\n //tel.meet/vsw-mrot-cvd?pin=1865963995275&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260222T174045Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:🤝 Colin / Stephen\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907475521\r\nRECURRENCE-ID:20260223T193000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:c4415425568d5f2739d6c385ce08c42498366aec\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\nc8fb14bfa6fe6e512a6bf8baa71c4396870840c2\t20260223T130000\n1771867200\n1771867800\n1771869600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T123000\r\nDTEND;TZID=America/New_York:20260223T130000\r\nDTSTAMP:20260223T164738Z\r\nORGANIZER;CN=sonam@hungryroot.com:mailto:sonam@hungryroot.com\r\nUID:177nkkmjgup5r8g8d756jic7fn_R20260223T180000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=DECLINED;\r\n CN=clara.yoon@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n clara.yoon@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=clayton.weme@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n clayton.weme@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cory.chambers@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n cory.chambers@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=daniel.romotsky@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n daniel.romotsky@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=dave.gravelle@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n dave.gravelle@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=DECLINED;\r\n CN=dave.kong@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n dave.kong@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=harrison.bowden@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n harrison.bowden@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=DECLINED;\r\n CN=hchan@hungryroot.com;X-NUM-GUESTS=0;X-RESPONSE-COMMENT=Declined \r\n because I am out of office:mailto:hchan@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=DECLINED;\r\n CN=jani.yarlagadda@hungryroot.com;X-NUM-GUESTS=0;\r\n X-RESPONSE-COMMENT=Declined because I am out of office:mailto:\r\n jani.yarlagadda@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=jason.walsh@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n jason.walsh@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=jim@hungryroot.com;X-NUM-GUESTS=0:mailto:jim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=priyanka.rajwanshi@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n priyanka.rajwanshi@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=sergio.lazzarini@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n sergio.lazzarini@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=sonam@hungryroot.com;X-NUM-GUESTS=0:mailto:sonam@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=TENTATIVE;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=steven.ehrenfeld@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n steven.ehrenfeld@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=TENTATIVE;\r\n CN=wally@hungryroot.com;X-NUM-GUESTS=0:mailto:wally@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=rachel.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n rachel.chen@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/yie-vjcs-ppt\r\nRECURRENCE-ID;TZID=America/New_York:20260223T130000\r\nCREATED:20260206T204107Z\r\nDESCRIPTION:-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/yie-vjcs-ppt\\nOr dial: (US) +1 513-843-1300 PIN: \r\n 807515096#\\nMore phone numbers: https:\r\n //tel.meet/yie-vjcs-ppt?pin=6428034707586&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260223T164738Z\r\nLOCATION:\r\nSEQUENCE:1\r\nSTATUS:CONFIRMED\r\nSUMMARY:Convenience Pod Stand-up\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907548458\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:c8fb14bfa6fe6e512a6bf8baa71c4396870840c2\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260223T140000Z\n1771854600\n1771855200\n1771864200\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260223T090000\r\nDTEND;TZID=America/New_York:20260223T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260223T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndf75e2badc5c5cafc7876dac384a779c876608a3\t20260220T210000Z\n1771620600\n1771621200\n1771623000\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260220T160000\r\nDTEND;TZID=America/New_York:20260220T163000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nEXDATE;TZID=America/New_York:20250704T160000\r\nDTSTAMP:20260210T170011Z\r\nORGANIZER;CN=bzhang@hungryroot.com:mailto:bzhang@hungryroot.com\r\nUID:05ljnnalnfri8g8dcc7io5a4l4_R20250616T200000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cmckim@hungryroot.com;X-NUM-GUESTS=0:mailto:cmckim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=bzhang@hungryroot.com;X-NUM-GUESTS=0:mailto:bzhang@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=james.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n james.chen@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Backend Dev;X-NUM-GUESTS=0:mailto:backend-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/sus-fujm-dtw\r\nCREATED:20220920T133555Z\r\nDESCRIPTION:https:\r\n //github.com/hungryroot/hungryroot/pulls/review-requested/@me\\n\\n-::~:\r\n ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/sus-fujm-dtw\\nOr dial: (US) +1 650-597-2686 PIN: \r\n 390727565#\\nMore phone numbers: https:\r\n //tel.meet/sus-fujm-dtw?pin=6858519169470&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260210T170011Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Recommended Code Review Time\r\nTRANSP:TRANSPARENT\r\nX-EVOLUTION-CALDAV-ETAG:63906426011\r\nRECURRENCE-ID:20260220T210000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:df75e2badc5c5cafc7876dac384a779c876608a3\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\nf4146a8f2ce5e74b3b94662fe79aaa82fea93d98\t20260220T133000\n1771611600\n1771612200\n1771615800\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260220T133000\r\nDTEND;TZID=America/New_York:20260220T143000\r\nDTSTAMP:20260220T161614Z\r\nORGANIZER;CN=hchan@hungryroot.com:mailto:hchan@hungryroot.com\r\nUID:0lbntqkghpsnmapp3kck0q7l6t@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=hchan@hungryroot.com;X-NUM-GUESTS=0:mailto:hchan@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Convenience Pod;X-NUM-GUESTS=0:mailto:convenience-pod@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/rfh-vfoj-qbn\r\nCREATED:20260219T181627Z\r\nDESCRIPTION:Will share relevant docs ahead of meeting!\\n\\n-::~:~::~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::\r\n -\\nJoin with Google Meet: https://meet.google.com/rfh-vfoj-qbn\\nOr dial: \r\n (US) +1 904-677-8969 PIN: 688427721#\\nMore phone numbers: https:\r\n //tel.meet/rfh-vfoj-qbn?pin=9914691033041&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260220T161614Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Progressive Onboarding: Design/Requirements Walkthrough\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907287374\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:f4146a8f2ce5e74b3b94662fe79aaa82fea93d98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260220T140000Z\n1771595400\n1771596000\n1771605000\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260220T090000\r\nDTEND;TZID=America/New_York:20260220T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260220T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ndf75e2badc5c5cafc7876dac384a779c876608a3\t20260219T210000Z\n1771534200\n1771534800\n1771536600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260219T160000\r\nDTEND;TZID=America/New_York:20260219T163000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nEXDATE;TZID=America/New_York:20250704T160000\r\nDTSTAMP:20260210T170011Z\r\nORGANIZER;CN=bzhang@hungryroot.com:mailto:bzhang@hungryroot.com\r\nUID:05ljnnalnfri8g8dcc7io5a4l4_R20250616T200000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=cmckim@hungryroot.com;X-NUM-GUESTS=0:mailto:cmckim@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=bzhang@hungryroot.com;X-NUM-GUESTS=0:mailto:bzhang@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=james.chen@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n james.chen@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=stephen.johnston@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n stephen.johnston@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Backend Dev;X-NUM-GUESTS=0:mailto:backend-dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/sus-fujm-dtw\r\nCREATED:20220920T133555Z\r\nDESCRIPTION:https:\r\n //github.com/hungryroot/hungryroot/pulls/review-requested/@me\\n\\n-::~:\r\n ~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~::~:~::-\\nJoin with Google Meet: https:\r\n //meet.google.com/sus-fujm-dtw\\nOr dial: (US) +1 650-597-2686 PIN: \r\n 390727565#\\nMore phone numbers: https:\r\n //tel.meet/sus-fujm-dtw?pin=6858519169470&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260210T170011Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:Recommended Code Review Time\r\nTRANSP:TRANSPARENT\r\nX-EVOLUTION-CALDAV-ETAG:63906426011\r\nRECURRENCE-ID:20260219T210000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:df75e2badc5c5cafc7876dac384a779c876608a3\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\n940192952f6f89f44de5d132fd8c8d61f4186b98\t20260219T140000Z\n1771509000\n1771509600\n1771518600\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260219T090000\r\nDTEND;TZID=America/New_York:20260219T113000\r\nRRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR\r\nDTSTAMP:20260114T160112Z\r\nORGANIZER;CN=Unknown Organizer:mailto:\r\n unknownorganizer@calendar.google.com\r\nUID:01c65jk6v2b27lj3a27r6f6o74@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nCREATED:20260107T200606Z\r\nDESCRIPTION:\r\nLAST-MODIFIED:20260114T160112Z\r\nLOCATION:\r\nSEQUENCE:2\r\nSTATUS:CONFIRMED\r\nSUMMARY:Focus time\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63904089672\r\nRECURRENCE-ID:20260219T140000Z\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:940192952f6f89f44de5d132fd8c8d61f4186b98\r\nEND:VALARM\r\nEND:VEVENT\r\n', '145a4ce36b8759f304a8e056291803b79844419b\ne259d06c0a8bffdb1e6874becb2a723cc3e3e53c\t20260219T090000\n1771509000\n1771509600\n1771549200\nBEGIN:VEVENT\r\nDTSTART;TZID=America/New_York:20260219T090000\r\nDTEND;TZID=America/New_York:20260219T200000\r\nDTSTAMP:20260218T193021Z\r\nORGANIZER;CN=dave@hungryroot.com:mailto:dave@hungryroot.com\r\nUID:602irpsifntmjnmq44ski284q2_R20260108T140000@google.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=dave@hungryroot.com;X-NUM-GUESTS=0:mailto:dave@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;\r\n CN=Developers;X-NUM-GUESTS=0:mailto:dev@hungryroot.com\r\nATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;\r\n CN=colin.powell@hungryroot.com;X-NUM-GUESTS=0:mailto:\r\n colin.powell@hungryroot.com\r\nX-GOOGLE-CONFERENCE:https://meet.google.com/yhh-ftmz-pga\r\nRECURRENCE-ID;TZID=America/New_York:20260219T090000\r\nCREATED:20240624T205556Z\r\nDESCRIPTION:This is to discourage\\, but not forbid\\, meetings on \r\n Thursdays to give devs one uninterrupted day per week. Exceptions are \r\n always possible and please schedule meetings sparingly.\\n\\n-::~:~::~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::\r\n -\\nJoin with Google Meet: https://meet.google.com/yhh-ftmz-pga\\nOr dial: \r\n (US) +1 413-338-0243 PIN: 939634484#\\nMore phone numbers: https:\r\n //tel.meet/yhh-ftmz-pga?pin=4995605956226&hs=7\\n\\nLearn more about Meet \r\n at: https://support.google.com/a/users/answer/9282720\\n\\nPlease do not \r\n edit this section.\\n-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:\r\n ~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\r\nLAST-MODIFIED:20260218T193021Z\r\nLOCATION:\r\nSEQUENCE:0\r\nSTATUS:CONFIRMED\r\nSUMMARY:No Meeting Thursday\r\nTRANSP:OPAQUE\r\nX-EVOLUTION-CALDAV-ETAG:63907126221\r\nBEGIN:VALARM\r\nACTION:DISPLAY\r\nDESCRIPTION:This is an event reminder\r\nTRIGGER:-PT10M\r\nX-EVOLUTION-ALARM-UID:e259d06c0a8bffdb1e6874becb2a723cc3e3e53c\r\nEND:VALARM\r\nEND:VEVENT\r\n'] + +[org/gnome/evolution] +default-address-book='3ac1d0d66967b4a92af90278afe5c86829068f71' + +[org/gnome/file-roller/dialogs/extract] +height=800 +recreate-folders=true +skip-newer=false +width=1000 + +[org/gnome/file-roller/file-selector] +show-hidden=false +sidebar-size=300 +sort-method='name' +sort-type='ascending' +window-size=(-1, -1) + +[org/gnome/file-roller/listing] +list-mode='as-folder' +name-column-width=204 +show-path=false +sort-method='name' +sort-type='ascending' + +[org/gnome/file-roller/ui] +sidebar-width=200 +window-height=1392 +window-width=754 + +[org/gnome/gnome-screenshot] +delay=0 +include-pointer=false +last-save-directory='file:///home/powellc' + +[org/gnome/gnome-system-monitor] +maximized=false +show-dependencies=false +show-whose-processes='user' +window-height=1238 +window-width=2040 + +[org/gnome/gnome-system-monitor/proctree] +col-26-visible=false +col-26-width=0 + +[org/gnome/login-screen] +enable-fingerprint-authentication=true +enable-smartcard-authentication=false + +[org/gnome/mutter] +edge-tiling=true +experimental-features=['scale-monitor-framebuffer'] + +[org/gnome/mutter/keybindings] +toggle-tiled-left=['Left'] +toggle-tiled-right=['Right'] + +[org/gnome/nautilus/preferences] +default-folder-viewer='icon-view' +migrated-gtk-settings=true +search-filter-time-type='last_modified' + +[org/gnome/nautilus/window-state] +initial-size=(924, 1396) +initial-size-file-chooser=(1238, 1168) +maximized=false + +[org/gnome/nm-applet/eap/385e3ec2-30ef-3f7a-b25b-df9e9953a8c6] +ignore-ca-cert=false +ignore-phase2-ca-cert=false + +[org/gnome/nm-applet/eap/484ef6aa-11eb-4db7-ad96-537f88d63101] +ignore-ca-cert=false +ignore-phase2-ca-cert=false + +[org/gnome/nm-applet/eap/9ef44f1c-1d19-42f0-9e9c-941a5465ee95] +ignore-ca-cert=false +ignore-phase2-ca-cert=false + +[org/gnome/nm-applet/eap/da68ea97-cbdc-428d-965c-daeb74dbf1bc] +ignore-ca-cert=false +ignore-phase2-ca-cert=false + +[org/gnome/papers] +night-mode=false + +[org/gnome/papers/default] +annot-color='yellow' +continuous=true +dual-page=false +dual-page-odd-left=false +enable-spellchecking=true +show-sidebar=false +sizing-mode='free' +window-height=1250 +window-width=676 +zoom=0.25923033883692809 + +[org/gnome/portal/filechooser/cursor] +last-folder-path='/home/powellc/src/github.com/hungryroot/hungryroot' + +[org/gnome/portal/filechooser/org.chromium.Chromium] +last-folder-path='/home/powellc/src/github.com/powellc/cartyb' + +[org/gnome/portal/filechooser/slack] +last-folder-path='/home/powellc/var/inbox' + +[org/gnome/settings-daemon/plugins/color] +night-light-enabled=false +night-light-last-coordinates=(44.801600000000001, -68.771199999999993) +night-light-schedule-automatic=false + +[org/gnome/settings-daemon/plugins/housekeeping] +donation-reminder-last-shown=int64 1766428114278942 + +[org/gnome/settings-daemon/plugins/media-keys] +custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-6/'] + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-1] +binding='t' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:1' +name='App Pinner Position 1' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-2] +binding='w' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:2' +name='App Pinner Position 2' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-3] +binding='d' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:3' +name='App Pinner Position 3' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-4] +binding='e' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:4' +name='App Pinner Position 4' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-5] +binding='f' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:5' +name='App Pinner Position 5' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/app-pinner-6] +binding='s' +command='dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell/Extensions/AppPinner org.gnome.Shell.Extensions.AppPinner.LaunchPosition uint32:6' +name='App Pinner Position 6' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0] +binding='t' +command='/usr/bin/alacritty' +name='Alacritty' + +[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1] +binding='f' +command='/usr/bin/firefox --new-window' +name='Launch Firefox' + +[org/gnome/settings-daemon/plugins/power] +sleep-inactive-ac-type='nothing' + +[org/gnome/shell] +app-picker-layout=[{'Alacritty.desktop': <{'position': <0>}>, 'bssh.desktop': <{'position': <1>}>, 'org.gnome.Weather.desktop': <{'position': <2>}>, 'org.gnome.clocks.desktop': <{'position': <3>}>, 'bvnc.desktop': <{'position': <4>}>, 'avahi-discover.desktop': <{'position': <5>}>, 'cmake-gui.desktop': <{'position': <6>}>, 'org.gnome.Totem.desktop': <{'position': <7>}>, 'org.gnome.Calculator.desktop': <{'position': <8>}>, 'eos-update-notifier-configure.desktop': <{'position': <9>}>, 'emacs.desktop': <{'position': <10>}>, 'org.gnome.Settings.desktop': <{'position': <11>}>, 'org.gnome.SystemMonitor.desktop': <{'position': <12>}>, 'eos-apps-info.desktop': <{'position': <13>}>, 'Utilities': <{'position': <14>}>, 'eos-log-tool.desktop': <{'position': <15>}>, 'eos-quickstart.desktop': <{'position': <16>}>, 'eos-update.desktop': <{'position': <17>}>, 'org.gnome.Extensions.desktop': <{'position': <18>}>, 'yad-icon-browser.desktop': <{'position': <19>}>, 'org.gnome.Meld.desktop': <{'position': <20>}>, 'gnome-nettool.desktop': <{'position': <21>}>}, {'org.gnome.PowerStats.desktop': <{'position': <0>}>, 'qv4l2.desktop': <{'position': <1>}>, 'qvidcap.desktop': <{'position': <2>}>, 'reflector-simple.desktop': <{'position': <3>}>, 'stoken-gui.desktop': <{'position': <4>}>, 'stoken-gui-small.desktop': <{'position': <5>}>, 'org.gnome.TextEditor.desktop': <{'position': <6>}>, 'uxterm.desktop': <{'position': <7>}>, 'vim.desktop': <{'position': <8>}>, 'org.pulseaudio.pavucontrol.desktop': <{'position': <9>}>, 'welcome.desktop': <{'position': <10>}>, 'xterm.desktop': <{'position': <11>}>, 'yad-settings.desktop': <{'position': <12>}>, 'htop.desktop': <{'position': <13>}>, 'Anno 1404 - History Edition.desktop': <{'position': <14>}>, 'Bastion.desktop': <{'position': <15>}>, 'org.gnome.Calendar.desktop': <{'position': <16>}>, 'Cities Skylines.desktop': <{'position': <17>}>, 'org.gnome.Contacts.desktop': <{'position': <18>}>, 'org.fcitx.Fcitx5.desktop': <{'position': <19>}>, 'fcitx5-configtool.desktop': <{'position': <20>}>, 'Kerbal Space Program.desktop': <{'position': <21>}>, "No Man's Sky.desktop": <{'position': <22>}>, 'jconsole-java-openjdk.desktop': <{'position': <23>}>}, {'jshell-java-openjdk.desktop': <{'position': <0>}>, 'org.gnome.Photos.desktop': <{'position': <1>}>, 'Proton Hotfix.desktop': <{'position': <2>}>, 'com.libretro.RetroArch.desktop': <{'position': <3>}>, 'Steam Linux Runtime 1.0 (scout).desktop': <{'position': <4>}>, 'Steam Linux Runtime 2.0 (soldier).desktop': <{'position': <5>}>, 'Steam Linux Runtime 3.0 (sniper).desktop': <{'position': <6>}>, "Wasteland 2 Director's Cut.desktop": <{'position': <7>}>, 'Zoom.desktop': <{'position': <8>}>}] +command-history=['r'] +disabled-extensions=['apps-menu@gnome-shell-extensions.gcampax.github.com', 'background-logo@fedorahosted.org', 'window-list@gnome-shell-extensions.gcampax.github.com', 'Vitals@CoreCoding.com', 'logtail@unbl.ink', 'no-title-bar@franglais125.gmail.com', 'gnomepassotp@unbl.ink', 'gjsosk@vishram1123.com', 'just-perfection-desktop@just-perfection', 'openbar@neuromorph', 'smart-auto-move@khimaros.com', 'snapshell@unbl.ink', 'tilingshell@ferrarodomenico.com'] +enabled-extensions=['blur-my-shell@aunetx', 'BingWallpaper@ineffable-gmail.com', 'auto-activities@CleoMenezesJr.github.io', 'appindicatorsupport@rgcjonas.gmail.com', 'forge@jmmaranan.com', 'kimpanel@kde.org', 'gnomepass@unbl.ink', 'gsconnect@andyholmes.github.io', 'vpn-toggler@rheddes.nl', 'clipboard-history@alexsaveau.dev', 'impatience@gfxmonk.net', 'junk-notification-cleaner@murar8.github.com', 'notification-banner-reloaded@marcinjakubowski.github.com', 'quicklaunch@comitanigiacomo.github.com', 'gTile@vibou'] +favorite-apps=['org.gnome.Nautilus.desktop', 'kitty.desktop', 'chromium-browser.desktop', 'org.mozilla.firefox.desktop', 'emacs.desktop', 'cursor.desktop'] +last-selected-power-profile='performance' +welcome-dialog-last-shown-version='47.2' + +[org/gnome/shell/extensions/app-pinner] +custom-links=['https://hungryroot.slack.com', 'https://calendar.google.com/calendar/u/0/r?pli=1'] +enable-labels=false +icon-size=20 +indicator-color='rgb(255,255,255)' +pinned-apps=['Alacritty', 'link://https://calendar.google.com/calendar/u/0/r?pli=1', 'chromium-browser', 'im.dino.Dino', 'emacs', 'org.mozilla.firefox', 'link://https://hungryroot.slack.com', 'com.ranfdev.Notify'] +position-in-panel='right' +shortcut-1='t' +shortcut-2='w' +shortcut-3='d' +shortcut-4='e' +shortcut-5='f' +shortcut-6='s' +show-in-panel=true +show-pin-icon=false +sort-alphabetically=true +spacing=8 +startup-apps=@as [] + +[org/gnome/shell/extensions/bingwallpaper] +bing-json="[{\"startdate\":\"20241214\",\"fullstartdate\":\"202412140800\",\"enddate\":\"20241215\",\"url\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NorthernHawkOwl_EN-US7592435350\",\"copyright\":\"Northern hawk-owl, Canada (© pchoui/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=northern+hawk-owl&form=hpcapt&filters=HpDate%3a%2220241214_0800%22\",\"title\":\"'Hoo' said that?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241214_NorthernHawkOwl%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"053192a2c8e28dd5596ab10950745f69\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241215\",\"fullstartdate\":\"202412150800\",\"enddate\":\"20241216\",\"url\":\"/th?id=OHR.MisurinaLake_EN-US7921587884_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MisurinaLake_EN-US7921587884\",\"copyright\":\"Lake Misurina, Dolomites, Italy (© Marco Bottigelli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Lake+Misurina+Italy&form=hpcapt&filters=HpDate%3a%2220241215_0800%22\",\"title\":\"A lake of tears\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241215_MisurinaLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8c332da41c624b05d14a76ffae5565d9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241216\",\"fullstartdate\":\"202412160800\",\"enddate\":\"20241217\",\"url\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalzburgSnow_EN-US8262729220\",\"copyright\":\"Salzburg, Austria (© bluejayphoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Salzburg&form=hpcapt&filters=HpDate%3a%2220241216_0800%22\",\"title\":\"Twinkling streets and icy peaks\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241216_SalzburgSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7c869bc8050c8d8a435723ab68904671\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241217\",\"fullstartdate\":\"202412170800\",\"enddate\":\"20241218\",\"url\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReinefjordenNorway_EN-US8636083241\",\"copyright\":\"Traditional red fishermen's cabins on the shore of Reinefjorden, Norway (© Pilat666/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Reine+Norway&form=hpcapt&filters=HpDate%3a%2220241217_0800%22\",\"title\":\"A shore to adore\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241217_ReinefjordenNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7f13b0c4accfd40a961fd624c1f3fd77\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241218\",\"fullstartdate\":\"202412180800\",\"enddate\":\"20241219\",\"url\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NutcrackerBallet_EN-US8927830113\",\"copyright\":\"English National Ballet performing 'The Nutcracker' (© Caroline Holden/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=The+Nutcracker+ballet&form=hpcapt&filters=HpDate%3a%2220241218_0800%22\",\"title\":\"Yule really love this ballet\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241218_NutcrackerBallet%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"e4df406f8ef42bd6549813c7a790d5ca\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241219\",\"fullstartdate\":\"202412190800\",\"enddate\":\"20241220\",\"url\":\"/th?id=OHR.SibiuRomania_EN-US9223739756_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SibiuRomania_EN-US9223739756\",\"copyright\":\"Christmas market in Sibiu, Romania (© Calin Stan/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sibiu&form=hpcapt&filters=HpDate%3a%2220241219_0800%22\",\"title\":\"Twinkle town\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241219_SibiuRomania%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d20d7a090716e25752a053c760cd92bd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241220\",\"fullstartdate\":\"202412200800\",\"enddate\":\"20241221\",\"url\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaClausVillage_EN-US9527661842\",\"copyright\":\"Santa Claus Village in Rovaniemi, Lapland, Finland (© Smelov/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rovaniemi&form=hpcapt&filters=HpDate%3a%2220241220_0800%22\",\"title\":\"He's coming to town...\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241220_SantaClausVillage%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"144e92d683a93eab08c2d2f3a94664b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241221\",\"fullstartdate\":\"202412210800\",\"enddate\":\"20241222\",\"url\":\"/th?id=OHR.BavarianWinter_EN-US9813996975_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BavarianWinter_EN-US9813996975\",\"copyright\":\"Loisach River at Lake Kochelsee, Bavaria, Germany (© Christian Back/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+solstice&form=hpcapt&filters=HpDate%3a%2220241221_0800%22\",\"title\":\"Midwinter wonderland\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241221_BavarianWinter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7905272379af5190b675c16f50d4fc5a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241222\",\"fullstartdate\":\"202412220800\",\"enddate\":\"20241223\",\"url\":\"/th?id=OHR.CrystalPier_EN-US0086755810_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalPier_EN-US0086755810\",\"copyright\":\"Christmas tree at Crystal Pier, Pacific Beach, San Diego, California (© SamAntonioPhotography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=San+Diego+California&form=hpcapt&filters=HpDate%3a%2220241222_0800%22\",\"title\":\"Surf, sand, and Santa\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241222_CrystalPier%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b77ddce844d00393252e31ba68c906f5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241223\",\"fullstartdate\":\"202412230800\",\"enddate\":\"20241224\",\"url\":\"/th?id=OHR.FestivusCranes_EN-US0396321898_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FestivusCranes_EN-US0396321898\",\"copyright\":\"Red-crowned cranes in Kushiro, Hokkaido, Japan (© Wirestock, Inc./Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Festivus&form=hpcapt&filters=HpDate%3a%2220241223_0800%22\",\"title\":\"Ready to let off some steam?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241223_FestivusCranes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1efcce9d1507563c29927d394e0127b5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241224\",\"fullstartdate\":\"202412240800\",\"enddate\":\"20241225\",\"url\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SantaSnowglobe_EN-US0704281966\",\"copyright\":\"Christmas market scene in Germany (© Cyril Gosselin/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Eve&form=hpcapt&filters=HpDate%3a%2220241224_0800%22\",\"title\":\"Have yourself a very merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241224_SantaSnowglobe%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1f1c4293d0cae09c9e698bdd07edffd5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20241225\",\"fullstartdate\":\"202412250800\",\"enddate\":\"20241226\",\"url\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ReindeerTrio_EN-US1000272747\",\"copyright\":\"Svalbard reindeer in Van Mijenfjorden NP, Norway (© Martin Zwick/REDA&CO/Universal Images Group via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Christmas+Day&form=hpcapt&filters=HpDate%3a%2220241225_0800%22\",\"title\":\"Merry Christmas!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20241225_ReindeerTrio%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"583c016008771a154edfe7000718b2d2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250103\",\"fullstartdate\":\"202501030800\",\"enddate\":\"20250104\",\"url\":\"/th?id=OHR.TolkienOxford_EN-US6755564963_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.TolkienOxford_EN-US6755564963\",\"copyright\":\"The Radcliffe Camera and All Souls College, University of Oxford, England (© atiger/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=+J.R.R.+Tolkien&form=hpcapt&filters=HpDate%3a%2220250103_0800%22\",\"title\":\"Ring in the fun\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250103_TolkienOxford%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"17a1e3e7c22c8244af472370106d6bfd\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250104\",\"fullstartdate\":\"202501040800\",\"enddate\":\"20250105\",\"url\":\"/th?id=OHR.VietnamFalls_EN-US9133406245_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.VietnamFalls_EN-US9133406245\",\"copyright\":\"Bản Giốc–Detian Falls on the Quây Sơn River, Vietnam (© Shane P. White/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ban+Gioc-Detian+Falls&form=hpcapt&filters=HpDate%3a%2220250104_0800%22\",\"title\":\"A borderline paradise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250104_VietnamFalls%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"af35307dc110cfc79427867a87f58b36\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250105\",\"fullstartdate\":\"202501050800\",\"enddate\":\"20250106\",\"url\":\"/th?id=OHR.PlumParakeet_EN-US9359235355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumParakeet_EN-US9359235355\",\"copyright\":\"Plum-headed parakeet at Shimoga, Karnataka, India (© Hira Punjabi/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Plum-headed+parakeet&form=hpcapt&filters=HpDate%3a%2220250105_0800%22\",\"title\":\"Head-turner in the treetops\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250105_PlumParakeet%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ec0968e6648f13988a69358d936db39\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250106\",\"fullstartdate\":\"202501060800\",\"enddate\":\"20250107\",\"url\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.RavennaBasilica_EN-US9585765715\",\"copyright\":\"Flooded crypt, Basilica of San Francesco, Ravenna, Italy (© Andrea Pucci/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ravenna+italy&form=hpcapt&filters=HpDate%3a%2220250106_0800%22\",\"title\":\"Divine depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250106_RavennaBasilica%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"099a25f64c8af867c2c6f739472d0e96\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250107\",\"fullstartdate\":\"202501070800\",\"enddate\":\"20250108\",\"url\":\"/th?id=OHR.BouldersNZ_EN-US0112829210_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BouldersNZ_EN-US0112829210\",\"copyright\":\"Moeraki Boulders at sunset, South Island, New Zealand (© Douglas Pearson/eStock Photo)\",\"copyrightlink\":\"https://www.bing.com/search?q=Moeraki+Boulders&form=hpcapt&filters=HpDate%3a%2220250107_0800%22\",\"title\":\"Rocks and rollers\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250107_BouldersNZ%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"cd143e3b2aa0bca6569bd6d3628aa400\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250108\",\"fullstartdate\":\"202501080800\",\"enddate\":\"20250109\",\"url\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GreatWallStairs_EN-US0360405933\",\"copyright\":\"Snow on the Great Wall of China (© View Stock/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Take+the+Stairs+Day&form=hpcapt&filters=HpDate%3a%2220250108_0800%22\",\"title\":\"Step up your game\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250108_GreatWallStairs%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1e0e0487e796a08951de61e2daa13a42\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250109\",\"fullstartdate\":\"202501090800\",\"enddate\":\"20250110\",\"url\":\"/th?id=OHR.CarterMemorial_EN-US9400973867_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CarterMemorial_EN-US9400973867\",\"copyright\":\"The US Capitol dome with flags flying at half-staff in honor of former President Jimmy Carter, Washington, DC (© J. David Ake/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=President+Jimmy+Carter&form=hpcapt&filters=HpDate%3a%2220250109_0800%22\",\"title\":\"Honoring Jimmy Carter\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250109_CarterMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"bde425cdc9df8bbd06e55f5aba4ec4f4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250110\",\"fullstartdate\":\"202501100800\",\"enddate\":\"20250111\",\"url\":\"/th?id=OHR.BubbleLake_EN-US6558545411_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BubbleLake_EN-US6558545411\",\"copyright\":\"Abraham Lake, Alberta, Canada (© Basic Elements Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Abraham+Lake+Alberta&form=hpcapt&filters=HpDate%3a%2220250110_0800%22\",\"title\":\"Bubbles, bubbles everywhere\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250110_BubbleLake%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3b23fa94a9cad27d79b0568850bdd504\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250111\",\"fullstartdate\":\"202501110800\",\"enddate\":\"20250112\",\"url\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MeknesMorocco_EN-US6991915839\",\"copyright\":\"Heri es-Swani in Meknes, Morocco (© Calin Stan/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Meknes+Morocco&form=hpcapt&filters=HpDate%3a%2220250111_0800%22\",\"title\":\"Arches of a bygone era\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250111_MeknesMorocco%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"82b22cc988903fa1fd2a5e3478403c98\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250112\",\"fullstartdate\":\"202501120800\",\"enddate\":\"20250113\",\"url\":\"/th?id=OHR.CrescentTail_EN-US7217745417_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrescentTail_EN-US7217745417\",\"copyright\":\"Crescent-tail bigeye fish in the Great Barrier Reef, Australia (© Fred Bavendam/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Crescent-tail+Bigeye&form=hpcapt&filters=HpDate%3a%2220250112_0800%22\",\"title\":\"Sharp vision in the depths\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250112_CrescentTail%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8ca9f366d9d8f71e0d9cfd591a1e850f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9903529231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9903529231\",\"copyright\":\"Cottage with Tŵr Bach Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d776de7a8222eba32859584b57221541\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250113\",\"fullstartdate\":\"202501130800\",\"enddate\":\"20250114\",\"url\":\"/th?id=OHR.CoastalWales_EN-US9397534673_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CoastalWales_EN-US9397534673\",\"copyright\":\"Cottage with Tŵr Mawr Lighthouse in the background, Ynys Llanddwyn, Wales (© Westend61 on Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Calennig&form=hpcapt&filters=HpDate%3a%2220250113_0800%22\",\"title\":\"'Welsh' you a Happy Hen Galan!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250113_CoastalWales%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1aa9deab4d5fa771b915e211b6ba7c78\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250114\",\"fullstartdate\":\"202501140800\",\"enddate\":\"20250115\",\"url\":\"/th?id=OHR.CadizSpain_EN-US9699586606_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CadizSpain_EN-US9699586606\",\"copyright\":\"Village of Zahara de la Sierra overlooking Zahara-El Gastor Reservoir, Cádiz province, Spain (© SEN LI/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Andalusia&form=hpcapt&filters=HpDate%3a%2220250114_0800%22\",\"title\":\"Calmness overload\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250114_CadizSpain%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eccb17eb9f132aefbdeebd4ed8e0f2fc\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250115\",\"fullstartdate\":\"202501150800\",\"enddate\":\"20250116\",\"url\":\"/th?id=OHR.MuseumCourt_EN-US0003531841_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MuseumCourt_EN-US0003531841\",\"copyright\":\"The Great Court of the British Museum, London, England (© Cavan Images/Offset/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=British+Museum+history&form=hpcapt&filters=HpDate%3a%2220250115_0800%22\",\"title\":\"Where the past is always present\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250115_MuseumCourt%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"00baa961738492b4f5bdf5555c58aba4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250116\",\"fullstartdate\":\"202501160800\",\"enddate\":\"20250117\",\"url\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PinnaclesPeaks_EN-US6350520288\",\"copyright\":\"High Peaks Trail in Pinnacles National Park, San Benito County, California (© yhelfman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Pinnacles+National+Park&form=hpcapt&filters=HpDate%3a%2220250116_0800%22\",\"title\":\"A monumental milestone\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250116_PinnaclesPeaks%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e1856aa4bd1ac53ef30a784ae88431c1\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250117\",\"fullstartdate\":\"202501170800\",\"enddate\":\"20250118\",\"url\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PelicanPortrait_EN-US0510978735\",\"copyright\":\"Brown pelican, San Diego, California (© Arthur Morris/BIRDS AS ART/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Brown+pelican&form=hpcapt&filters=HpDate%3a%2220250117_0800%22\",\"title\":\"Pouch perfect\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250117_PelicanPortrait%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"922b23cff1aa8487831c4ce82ca02748\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250118\",\"fullstartdate\":\"202501180800\",\"enddate\":\"20250119\",\"url\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhiteSandsNP_EN-US0745183236\",\"copyright\":\"Sunset at White Sands National Park, New Mexico (© Image Professionals GmbH/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=White+Sands+National+Park&form=hpcapt&filters=HpDate%3a%2220250118_0800%22\",\"title\":\"1,001 New Mexican dunes\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250118_WhiteSandsNP%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3ab18a77c61e23f8c8c403bb51535109\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250119\",\"fullstartdate\":\"202501190800\",\"enddate\":\"20250120\",\"url\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NeptunesGrotto_EN-US1020342235\",\"copyright\":\"Neptune's Grotto, Sardinia, Italy (© Carlo Murenu/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Neptunes+Grotto+Sardinia&form=hpcapt&filters=HpDate%3a%2220250119_0800%22\",\"title\":\"A grotto fit for a god\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250119_NeptunesGrotto%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c512e90fa5e35819427620c25a347144\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250120\",\"fullstartdate\":\"202501200800\",\"enddate\":\"20250121\",\"url\":\"/th?id=OHR.KingMemorial_EN-US1319830882_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.KingMemorial_EN-US1319830882\",\"copyright\":\"Martin Luther King Jr. Memorial in Washington, DC (© Win McNamee/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Martin+Luther+King+Jr.+Memorial&form=hpcapt&filters=HpDate%3a%2220250120_0800%22\",\"title\":\"Honoring the dream\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250120_KingMemorial%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"3c9150e5a8ab404814e25c8f676a4383\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250121\",\"fullstartdate\":\"202501210800\",\"enddate\":\"20250122\",\"url\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DutchSquirrel_EN-US1600993769\",\"copyright\":\"Eurasian red squirrel (© Edwin Giesbers/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Eurasian+red+squirrel&form=hpcapt&filters=HpDate%3a%2220250121_0800%22\",\"title\":\"Feeling squirrely?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250121_DutchSquirrel%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c857165da321497bee433ffb1c3ca20f\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250122\",\"fullstartdate\":\"202501220800\",\"enddate\":\"20250123\",\"url\":\"/th?id=OHR.PetraMonastery_EN-US1834130511_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PetraMonastery_EN-US1834130511\",\"copyright\":\"Ad-Deir, Petra, Jordan (© Punnawit Suwuttananun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ad-Deir+Petra&form=hpcapt&filters=HpDate%3a%2220250122_0800%22\",\"title\":\"Finding beauty in the Lost City\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250122_PetraMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f37426dd4dcb33c58b4b5aafe9099c38\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250206\",\"fullstartdate\":\"202502060800\",\"enddate\":\"20250207\",\"url\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.WhararikiBeach_EN-US3505877495\",\"copyright\":\"Archway Islands, Wharariki Beach, South Island, New Zealand (© Francesco Vaninetti/AWL/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=Waitangi+Day&form=hpcapt&filters=HpDate%3a%2220250206_0800%22\",\"title\":\"Reflections of a nation's legacy\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250206_WhararikiBeach%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c88488c53938fda64e5941ceb3ec09d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250207\",\"fullstartdate\":\"202502070800\",\"enddate\":\"20250208\",\"url\":\"/th?id=OHR.BlueNorway_EN-US6457602567_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueNorway_EN-US6457602567\",\"copyright\":\"Blue hour in Trondheim, Norway (© Jeanny Mueller/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=trondheim+norway&form=hpcapt&filters=HpDate%3a%2220250207_0800%22\",\"title\":\"Stuck in a blue moment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250207_BlueNorway%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"9c47084982478c17b3743ec1b4a9b0b8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250208\",\"fullstartdate\":\"202502080800\",\"enddate\":\"20250209\",\"url\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SnowySvaneti_EN-US6546788330\",\"copyright\":\"Medieval towers in Mestia, Upper Svaneti, Georgia (© photoaliona/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Mestia&form=hpcapt&filters=HpDate%3a%2220250208_0800%22\",\"title\":\"Frozen in time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250208_SnowySvaneti%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d2a7297695cc33edc58cf96287b8cc51\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250209\",\"fullstartdate\":\"202502090800\",\"enddate\":\"20250210\",\"url\":\"/th?id=OHR.AlstromPoint_EN-US6746094430_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlstromPoint_EN-US6746094430\",\"copyright\":\"Alstrom Point, Lake Powell, Utah (© T.M. Schultze/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Alstrom+Point&form=hpcapt&filters=HpDate%3a%2220250209_0800%22\",\"title\":\"A point worth pondering\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250209_AlstromPoint%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eafd0e5e9ef6981623b345dbc5fa9e92\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250210\",\"fullstartdate\":\"202502100800\",\"enddate\":\"20250211\",\"url\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.UmbrellaDay_EN-US6816351187\",\"copyright\":\"Art installation of umbrellas at Borough Market in London, England (© Malcolm P Chapman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=National+Umbrella+Day&form=hpcapt&filters=HpDate%3a%2220250210_0800%22\",\"title\":\"Under my umbrella\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250210_UmbrellaDay%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"25f01d03a8498f06d5bf100b587b0f1c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250211\",\"fullstartdate\":\"202502110800\",\"enddate\":\"20250212\",\"url\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.YungangGrottoes_EN-US6896904893\",\"copyright\":\"Yungang Grottoes, Datong, Shanxi province, China (© Eric Yang/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Yungang+Grottoes+travel&form=hpcapt&filters=HpDate%3a%2220250211_0800%22\",\"title\":\"The watchful eyes of history\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250211_YungangGrottoes%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e198415bd8decca0de2201b7eba8ac86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250212\",\"fullstartdate\":\"202502120800\",\"enddate\":\"20250213\",\"url\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GalapagosIguana_EN-US6976814194\",\"copyright\":\"Marine iguanas, Galápagos Islands, Ecuador (© helovi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Darwin+Day&form=hpcapt&filters=HpDate%3a%2220250212_0800%22\",\"title\":\"Darwin's blueprint\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250212_GalapagosIguana%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cafda853d1f92fc0bb335b576aa2e9\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250213\",\"fullstartdate\":\"202502130800\",\"enddate\":\"20250214\",\"url\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LakeTyrrell_EN-US7326346900\",\"copyright\":\"Lake Tyrrell, Victoria, Australia (© Monica Bertolazzi/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=lake+tyrrell+australia+wiki&form=hpcapt&filters=HpDate%3a%2220250213_0800%22\",\"title\":\"Salt of the earth\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250213_LakeTyrrell%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"607b20cdd23ae96225798b3447cff211\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250214\",\"fullstartdate\":\"202502140800\",\"enddate\":\"20250215\",\"url\":\"/th?id=OHR.PenguinLove_EN-US7515315710_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PenguinLove_EN-US7515315710\",\"copyright\":\"Magellanic penguins in the Falkland Islands (© Vicki Jauron, Babylon and Beyond Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=valentine%27s+day&form=hpcapt&filters=HpDate%3a%2220250214_0800%22\",\"title\":\"Look at these lovebirds\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250214_PenguinLove%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"a5c4f6e61135bed15f227dfb4d7a6b9c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250215\",\"fullstartdate\":\"202502150800\",\"enddate\":\"20250216\",\"url\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.Misotsuchi2025_EN-US8130053956\",\"copyright\":\"Icicles of Misotsuchi, Chichibu, Japan (© watayu0821/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Chichibu+Saitama+Japan&form=hpcapt&filters=HpDate%3a%2220250215_0800%22\",\"title\":\"These are so nice-icle\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250215_Misotsuchi2025%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d5b925fe797367f4b99759b6285ac189\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250216\",\"fullstartdate\":\"202502160800\",\"enddate\":\"20250217\",\"url\":\"/th?id=OHR.HumpbackMother_EN-US8033380725_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HumpbackMother_EN-US8033380725\",\"copyright\":\"Humpback whale mother and calf, Tonga (© Chase Dekker/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+whale+day&form=hpcapt&filters=HpDate%3a%2220250216_0800%22\",\"title\":\"Protecting the giants of the sea\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250216_HumpbackMother%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bdeb5946d2f0637b96cd323880ebaf3c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250217\",\"fullstartdate\":\"202502170800\",\"enddate\":\"20250218\",\"url\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LincolnSunrise_EN-US7725604655\",\"copyright\":\"The Washington Monument seen from the Lincoln Memorial, Washington, DC (© lucky-photographer/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=presidents+day&form=hpcapt&filters=HpDate%3a%2220250217_0800%22\",\"title\":\"Honoring our presidents\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250217_LincolnSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c6f6050e5e3b84caf28567c8bdf02593\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250218\",\"fullstartdate\":\"202502180800\",\"enddate\":\"20250219\",\"url\":\"/th?id=OHR.BlueBelize_EN-US7787222240_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlueBelize_EN-US7787222240\",\"copyright\":\"Great Blue Hole, Belize (© JamiesOnAMission/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Great+Blue+Hole+Caribbean&form=hpcapt&filters=HpDate%3a%2220250218_0800%22\",\"title\":\"Endless blue\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250218_BlueBelize%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"db4f2b573735a66fa38fd54ef58033d6\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250219\",\"fullstartdate\":\"202502190800\",\"enddate\":\"20250220\",\"url\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IceHoleOtter_EN-US7859051687\",\"copyright\":\"European river otter, Lelystad, Netherlands (© Ernst Dirksen/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=European+river+otter&form=hpcapt&filters=HpDate%3a%2220250219_0800%22\",\"title\":\"The 'otter' side of life\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250219_IceHoleOtter%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"50d8d695dabae5458b61b66621dfd79a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250220\",\"fullstartdate\":\"202502200800\",\"enddate\":\"20250221\",\"url\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AdamsYosemite_EN-US7924059397\",\"copyright\":\"Alpenglow on Half Dome, Yosemite National Park, California (© Matthew Kuhns/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ansel+Adams&form=hpcapt&filters=HpDate%3a%2220250220_0800%22\",\"title\":\"Celebrating Ansel Adams\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250220_AdamsYosemite%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"052a2f0a80cf8570a51df10b735e329c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250221\",\"fullstartdate\":\"202502210800\",\"enddate\":\"20250222\",\"url\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChampakaSarasi_EN-US0671131929\",\"copyright\":\"Champaka Sarasi pond near Shivamogga, Karnataka, India (© Amith Nag Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Shimoga&form=hpcapt&filters=HpDate%3a%2220250221_0800%22\",\"title\":\"A tale of still waters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250221_ChampakaSarasi%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12b86c160642278bf19f4fa842987487\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250222\",\"fullstartdate\":\"202502220800\",\"enddate\":\"20250223\",\"url\":\"/th?id=OHR.StLouisArch_EN-US1920417205_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.StLouisArch_EN-US1920417205\",\"copyright\":\"The Gateway Arch in St. Louis, Missouri (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gateway+Arch+national+park&form=hpcapt&filters=HpDate%3a%2220250222_0800%22\",\"title\":\"Bending towards brilliance\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250222_StLouisArch%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"23a2ef2bc2bc1c1c096ab427c358be64\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250223\",\"fullstartdate\":\"202502230800\",\"enddate\":\"20250224\",\"url\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MtFujiSunrise_EN-US2218385739\",\"copyright\":\"Mount Fuji at sunrise, Lake Kawaguchi, Japan (© Twenty47studio/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mount+fuji&form=hpcapt&filters=HpDate%3a%2220250223_0800%22\",\"title\":\"Wind of Fuji, my souvenir from Edo\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250223_MtFujiSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"54c4843dabf941fbf038350cc92ed5c0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250224\",\"fullstartdate\":\"202502240800\",\"enddate\":\"20250225\",\"url\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiantCuttlefish_EN-US2276053377\",\"copyright\":\"Group of giant cuttlefish in Spencer Gulf, off Whyalla, South Australia (© Gary Bell/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=australian+giant+cuttlefish&form=hpcapt&filters=HpDate%3a%2220250224_0800%22\",\"title\":\"Inked and undercover\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250224_GiantCuttlefish%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c74a45784c855c7ed4a0116f0ad71f86\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250225\",\"fullstartdate\":\"202502250800\",\"enddate\":\"20250226\",\"url\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BryceHoodoos_EN-US2334649046\",\"copyright\":\"Sandstone hoodoos, Bryce Canyon National Park, Utah (© Stephen Matera/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Bryce+Canyon+National+Park&form=hpcapt&filters=HpDate%3a%2220250225_0800%22\",\"title\":\"Hoodoo you do?\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250225_BryceHoodoos%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"08721f3db1ee568bb6bc65533dbc221c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250226\",\"fullstartdate\":\"202502260800\",\"enddate\":\"20250227\",\"url\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ArgyllStalker_EN-US2452683665\",\"copyright\":\"Castle Stalker on Loch Laich, Argyll, Scotland (© WLDavies/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Castle+Stalker&form=hpcapt&filters=HpDate%3a%2220250226_0800%22\",\"title\":\"Scottish strategy at its finest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250226_ArgyllStalker%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"29b7d9e4d2950eb44a3d5561282acace\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250227\",\"fullstartdate\":\"202502270800\",\"enddate\":\"20250228\",\"url\":\"/th?id=OHR.PolarCub_EN-US2740470421_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PolarCub_EN-US2740470421\",\"copyright\":\"Polar bear cub, Churchill, Manitoba, Canada (© Eric Baccega/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=international+polar+bear+day&form=hpcapt&filters=HpDate%3a%2220250227_0800%22\",\"title\":\"Polar care\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250227_PolarCub%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"37f4494705d4ebf5a6245217277e4d74\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250228\",\"fullstartdate\":\"202502280800\",\"enddate\":\"20250301\",\"url\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BhutanMonastery_EN-US2804780711\",\"copyright\":\"Paro Taktsang, a Buddhist monastery in Bhutan (© Baron Reznik/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tibetan+new+year&form=hpcapt&filters=HpDate%3a%2220250228_0800%22\",\"title\":\"Have a rest at the Tiger's Nest\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250228_BhutanMonastery%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3eb937ac8ed4671716385f8cbc7175b4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250301\",\"fullstartdate\":\"202503010800\",\"enddate\":\"20250302\",\"url\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuffragetteCity_EN-US2883743791\",\"copyright\":\"Dr. Anna Howard Shaw leading a suffrage parade in 1910s New York City (© Bettmann/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Women%27s+History+Month+wiki&form=hpcapt&filters=HpDate%3a%2220250301_0800%22\",\"title\":\"Women's History Month\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250301_SuffragetteCity%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"2da2d26166e84dcad6393b952709cce3\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250302\",\"fullstartdate\":\"202503020800\",\"enddate\":\"20250303\",\"url\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.EucalyptusForest_EN-US3015819767\",\"copyright\":\"Eucalyptus trees, Megalong Valley, Blue Mountains National Park, NSW, Australia (© Andrew Peacock/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Blue+Mountains+National+Park&form=hpcapt&filters=HpDate%3a%2220250302_0800%22\",\"title\":\"A eucalyp-tastic view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250302_EucalyptusForest%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c53d7ffa21e488220ac3dd802cd12ce2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250303\",\"fullstartdate\":\"202503030800\",\"enddate\":\"20250304\",\"url\":\"/th?id=OHR.HornbillPair_EN-US3168408482_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HornbillPair_EN-US3168408482\",\"copyright\":\"Southern yellow-billed hornbills in Kruger National Park, South Africa (© Richard Du Toit/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Kruger+National+Park+wiki&form=hpcapt&filters=HpDate%3a%2220250303_0800%22\",\"title\":\"Wild about wildlife\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250303_HornbillPair%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1a1eb66b33c9550202fa5c7b0bdfcf90\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250304\",\"fullstartdate\":\"202503040800\",\"enddate\":\"20250305\",\"url\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MardiGrasJackson_EN-US3277683692\",\"copyright\":\"Jackson Square, New Orleans, Louisiana (© SeanPavonePhoto/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=mardi+gras&form=hpcapt&filters=HpDate%3a%2220250304_0800%22\",\"title\":\"Not your ordinary Tuesday\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250304_MardiGrasJackson%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1ace7793a3a5d2db50675978e7e277c7\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250305\",\"fullstartdate\":\"202503050800\",\"enddate\":\"20250306\",\"url\":\"/th?id=OHR.SuratThani_EN-US3326265231_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SuratThani_EN-US3326265231\",\"copyright\":\"Aerial view of Khao Sok National Park, Surat Thani, Thailand (© Peetatham Kongkapech/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Khao+Sok+National+Park&form=hpcapt&filters=HpDate%3a%2220250305_0800%22\",\"title\":\"A jungle adventure\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250305_SuratThani%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e112ed6b3e208973b58eba444eaeea75\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250306\",\"fullstartdate\":\"202503060800\",\"enddate\":\"20250307\",\"url\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NevadaBigHorns_EN-US3434258986\",\"copyright\":\"Desert bighorn sheep in Valley of Fire State Park, Nevada (© Rachid Dahnoun/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Valley+of+Fire+State+Park&form=hpcapt&filters=HpDate%3a%2220250306_0800%22\",\"title\":\"Rocky relationship\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250306_NevadaBigHorns%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e3e892a6f959b4b495c2cd0d9fdee55e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250307\",\"fullstartdate\":\"202503070800\",\"enddate\":\"20250308\",\"url\":\"/th?id=OHR.PlumBlossom_EN-US7055526666_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PlumBlossom_EN-US7055526666\",\"copyright\":\"Plum blossoms in China (© zhikun sun/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=china+national+flower&form=hpcapt&filters=HpDate%3a%2220250307_0800%22\",\"title\":\"China in bloom\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250307_PlumBlossom%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"4206f48e5333ff88472017c86a9d6ec0\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250308\",\"fullstartdate\":\"202503080800\",\"enddate\":\"20250309\",\"url\":\"/th?id=OHR.FearlessWomen_EN-US7338738180_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FearlessWomen_EN-US7338738180\",\"copyright\":\"Fearless Girl statue facing the New York Stock Exchange, New York City (© JOHANNES EISELE/AFP via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Womens+Day&form=hpcapt&filters=HpDate%3a%2220250308_0800%22\",\"title\":\"Making her-story!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250308_FearlessWomen%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"0404456a0fa28635fb6f6163c71d8735\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250309\",\"fullstartdate\":\"202503090700\",\"enddate\":\"20250310\",\"url\":\"/th?id=OHR.ItalyClock_EN-US7397391355_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ItalyClock_EN-US7397391355\",\"copyright\":\"St. Mark's Clock Tower, Venice, Italy (© scaliger/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Daylight+saving+time&form=hpcapt&filters=HpDate%3a%2220250309_0700%22\",\"title\":\"The March of time\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250309_ItalyClock%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c4240de545e84d5824158a7eae87df8b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250310\",\"fullstartdate\":\"202503100700\",\"enddate\":\"20250311\",\"url\":\"/th?id=OHR.NappingLion_EN-US8441298325_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NappingLion_EN-US8441298325\",\"copyright\":\"A lion sleeping in Ishasha Sector, Queen Elizabeth National Park, Uganda (© Gunter Nuyts/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=napping&form=hpcapt&filters=HpDate%3a%2220250310_0700%22\",\"title\":\"Snooze and conquer\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250310_NappingLion%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"ab665e88a0789914e3fa68ff30463052\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250311\",\"fullstartdate\":\"202503110700\",\"enddate\":\"20250312\",\"url\":\"/th?id=OHR.NusaPenida_EN-US8722184767_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NusaPenida_EN-US8722184767\",\"copyright\":\"Broken Beach in Nusa Penida, Bali, Indonesia (© joakimbkk/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Nusa+Penida+Island&form=hpcapt&filters=HpDate%3a%2220250311_0700%22\",\"title\":\"When the ocean breaks the rules\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250311_NusaPenida%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c2d074b9fe4cef886301ad6f2df5cef5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250312\",\"fullstartdate\":\"202503120700\",\"enddate\":\"20250313\",\"url\":\"/th?id=OHR.ChateauLoire_EN-US8827570825_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ChateauLoire_EN-US8827570825\",\"copyright\":\"Château de Sully-sur-Loire, Center-Val de Loire, France (© StockPhotoAstur/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Sully+sur+Loire+chateau&form=hpcapt&filters=HpDate%3a%2220250312_0700%22\",\"title\":\"Standing strong\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250312_ChateauLoire%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"45fe5787a4b60dae03afb06fb90d4897\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250313\",\"fullstartdate\":\"202503130700\",\"enddate\":\"20250314\",\"url\":\"/th?id=OHR.HoliColors_EN-US9033637774_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HoliColors_EN-US9033637774\",\"copyright\":\"Holi celebration in Jaipur, India (© powerofforever/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Holi&form=hpcapt&filters=HpDate%3a%2220250313_0700%22\",\"title\":\"Holi color splash\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250313_HoliColors%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"194d77a9241fb0a609bdf17d2a031960\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250314\",\"fullstartdate\":\"202503140700\",\"enddate\":\"20250315\",\"url\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BasqueDolmen_EN-US9089569057\",\"copyright\":\"Dolmen of Sorginetxe, Basque Country, Álava, Spain (© David Herraez Calzada/plainpicture)\",\"copyrightlink\":\"https://www.bing.com/search?q=pi+day&form=hpcapt&filters=HpDate%3a%2220250314_0700%22\",\"title\":\"Pi in the sky\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250314_BasqueDolmen%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8dfcd62f09fbbeed1b4eeceab8c01177\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250315\",\"fullstartdate\":\"202503150700\",\"enddate\":\"20250316\",\"url\":\"/th?id=OHR.ForumRomanum_EN-US9379132630_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ForumRomanum_EN-US9379132630\",\"copyright\":\"The Temple of Saturn in the Roman Forum, Rome, Italy (© Nico De Pasquale Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Ides+of+March&form=hpcapt&filters=HpDate%3a%2220250315_0700%22\",\"title\":\"Friends, Romans, countrymen\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250315_ForumRomanum%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"b94c1b1866ea9ec8d59a07fddd2c9b63\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250316\",\"fullstartdate\":\"202503160700\",\"enddate\":\"20250317\",\"url\":\"/th?id=OHR.PandaSnow_EN-US9432739016_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PandaSnow_EN-US9432739016\",\"copyright\":\"Baby giant panda in the snow, China (© Cheryl Schneider/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Giant+Panda&form=hpcapt&filters=HpDate%3a%2220250316_0700%22\",\"title\":\"Back to black ... and white\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250316_PandaSnow%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2653819c4745526aeda9325ac071b5e8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250317\",\"fullstartdate\":\"202503170700\",\"enddate\":\"20250318\",\"url\":\"/th?id=OHR.BeckettBridge_EN-US9511078525_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BeckettBridge_EN-US9511078525\",\"copyright\":\"Samuel Beckett Bridge, Dublin, Ireland (© Colm Keating/Tandem Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=St.+Patrick%27s+Day&form=hpcapt&filters=HpDate%3a%2220250317_0700%22\",\"title\":\"St. Patrick's enchantment\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250317_BeckettBridge%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"3acfa702ddb476c49b0d68fb6cfbf5ba\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250318\",\"fullstartdate\":\"202503180700\",\"enddate\":\"20250319\",\"url\":\"/th?id=OHR.SedonaSpring_EN-US9611080272_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SedonaSpring_EN-US9611080272\",\"copyright\":\"Red rock formations, Sedona, Arizona (© Jim Ekstrand/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=sedona+arizona&form=hpcapt&filters=HpDate%3a%2220250318_0700%22\",\"title\":\"A vortex state of mind\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250318_SedonaSpring%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8da7221bc817302fdbde4b510a322988\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250319\",\"fullstartdate\":\"202503190700\",\"enddate\":\"20250320\",\"url\":\"/th?id=OHR.BlackHeron_EN-US9662351796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BlackHeron_EN-US9662351796\",\"copyright\":\"A black heron canopy feeding, Chobe National Park, Botswana (© Paul Souders/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=Black+heron+Egretta+ardesiaca&form=hpcapt&filters=HpDate%3a%2220250319_0700%22\",\"title\":\"Umbrella maneuver\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250319_BlackHeron%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5442a8a937493fc6f80256809858be7e\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250320\",\"fullstartdate\":\"202503200700\",\"enddate\":\"20250321\",\"url\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SpringDaffodils_EN-US9726346116\",\"copyright\":\"Spring daffodils glowing in morning light (© LedyX/Shutterstock)\",\"copyrightlink\":\"https://www.bing.com/search?q=March+equinox&form=hpcapt&filters=HpDate%3a%2220250320_0700%22\",\"title\":\"Spring awakening\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250320_SpringDaffodils%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"51739a1abe217fd53b40cd117d32a321\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250321\",\"fullstartdate\":\"202503210700\",\"enddate\":\"20250322\",\"url\":\"/th?id=OHR.DanumValley_EN-US1030783251_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DanumValley_EN-US1030783251\",\"copyright\":\"Mist over a lowland rainforest, Danum Valley, Sabah, Borneo, Malaysia (© Nick Garbutt/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Day+of+Forests&form=hpcapt&filters=HpDate%3a%2220250321_0700%22\",\"title\":\"Long live the trees\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250321_DanumValley%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"12ce591160b714b60c1afba9ebf6806d\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250322\",\"fullstartdate\":\"202503220700\",\"enddate\":\"20250323\",\"url\":\"/th?id=OHR.CenoteLilies_EN-US1076301699_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CenoteLilies_EN-US1076301699\",\"copyright\":\"Water lilies at the surface of Cenote Nicte-Ha, Tulum, Mexico (© Franco Banfi/NPL/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+water+day&form=hpcapt&filters=HpDate%3a%2220250322_0700%22\",\"title\":\"Wat-er wonderful world!\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250322_CenoteLilies%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"8685550708252e0ca2ce6a8b2b4ea81b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250323\",\"fullstartdate\":\"202503230700\",\"enddate\":\"20250324\",\"url\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NebraskaStorm_EN-US1163295363\",\"copyright\":\"Lightning and storm clouds at sunset near Bowman, Nebraska (© john finney photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=world+meteorological+day&form=hpcapt&filters=HpDate%3a%2220250323_0700%22\",\"title\":\"You can't silence thunder\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250323_NebraskaStorm%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5e89300173c13fe30e539ba861f4cc76\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250324\",\"fullstartdate\":\"202503240700\",\"enddate\":\"20250325\",\"url\":\"/th?id=OHR.ElephantGrass_EN-US1398774650_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ElephantGrass_EN-US1398774650\",\"copyright\":\"Desert elephant with calf feeding on tall grass, Namibia (© Christophe Courteau/Minden Pictures)\",\"copyrightlink\":\"https://www.bing.com/search?q=desert+elephant&form=hpcapt&filters=HpDate%3a%2220250324_0700%22\",\"title\":\"Feasting in the tall grass\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250324_ElephantGrass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"bf1ad4bfb165094eac4dcf9311e043c8\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250325\",\"fullstartdate\":\"202503250700\",\"enddate\":\"20250326\",\"url\":\"/th?id=OHR.HobbitHole_EN-US1602468401_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.HobbitHole_EN-US1602468401\",\"copyright\":\"Hobbit-hole in Hobbiton Movie Set, Waikato, New Zealand (© Kim Petersen/Alamy)\",\"copyrightlink\":\"https://www.bing.com/search?q=Tolkien+Reading+Day&form=hpcapt&filters=HpDate%3a%2220250325_0700%22\",\"title\":\"In a hole, there was a story\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250325_HobbitHole%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"962bec39ab6c39cfab58db5d637b967c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250326\",\"fullstartdate\":\"202503260700\",\"enddate\":\"20250327\",\"url\":\"/th?id=OHR.CrystalManatee_EN-US1724106178_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CrystalManatee_EN-US1724106178\",\"copyright\":\"Manatee in Three Sisters Springs, Crystal River National Wildlife Refuge, Florida (© Stephen Frink/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Manatee+Appreciation+Day&form=hpcapt&filters=HpDate%3a%2220250326_0700%22\",\"title\":\"Life below the surface\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250326_CrystalManatee%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"d3fd083651aa332185026c2c8b582419\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20250327\",\"fullstartdate\":\"202503270700\",\"enddate\":\"20250328\",\"url\":\"/th?id=OHR.OdeonAthens_EN-US2159327450_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.OdeonAthens_EN-US2159327450\",\"copyright\":\"Odeon of Herodes Atticus, Acropolis of Athens, Greece (© f11photo/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=World+Theatre+Day&form=hpcapt&filters=HpDate%3a%2220250327_0700%22\",\"title\":\"A standing ovation for theaters\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20250327_OdeonAthens%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f40cc1581f131b14428aef4f4941267a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260202\",\"fullstartdate\":\"202602020800\",\"enddate\":\"20260203\",\"url\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AlpineMarmots_EN-US0200342638\",\"copyright\":\"Alpine marmots, Hohe Tauern National Park, Austria (© Raimund Linke/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Groundhog+Day+tradition&form=hpcapt&filters=HpDate%3a%2220260202_0800%22\",\"title\":\"A shadow's promise\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260202_AlpineMarmots%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"980067e3d6f16184894167a6abd2aec4\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260203\",\"fullstartdate\":\"202602030800\",\"enddate\":\"20260204\",\"url\":\"/th?id=OHR.FanetteIsland_EN-US0236094374_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FanetteIsland_EN-US0236094374\",\"copyright\":\"Emerald Bay and Fannette Island, Lake Tahoe, California (© Bill Stevenson/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Fannette+Island&form=hpcapt&filters=HpDate%3a%2220260203_0800%22\",\"title\":\"Tahoe serving views\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260203_FanetteIsland%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"069a784efc69451abd17952f7d2c9956\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260204\",\"fullstartdate\":\"202602040800\",\"enddate\":\"20260205\",\"url\":\"/th?id=OHR.ParksGlass_EN-US0280057691_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ParksGlass_EN-US0280057691\",\"copyright\":\"Rosa Parks in stained glass window, Shorter Community African Methodist Episcopal Church, Denver (© Cyrus McCrimmon/The Denver Post via Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Rosa+Parks&form=hpcapt&filters=HpDate%3a%2220260204_0800%22\",\"title\":\"The face of change\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260204_ParksGlass%22&FORM=HPQUIZ\",\"wp\":false,\"hsh\":\"8a327321f43f5d3b62cd340f594277e2\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260205\",\"fullstartdate\":\"202602050800\",\"enddate\":\"20260206\",\"url\":\"/th?id=OHR.MaltaSalt_EN-US0310458987_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MaltaSalt_EN-US0310458987\",\"copyright\":\"Salt evaporation ponds on the island of Gozo, Malta (© Marius Roman/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Gozo+Malta&form=hpcapt&filters=HpDate%3a%2220260205_0800%22\",\"title\":\"Stuck in a grid\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260205_MaltaSalt%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"1d81525433809beb2e0272d1b4868e17\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260206\",\"fullstartdate\":\"202602060800\",\"enddate\":\"20260207\",\"url\":\"/th?id=OHR.GiauPass_EN-US1580552183_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GiauPass_EN-US1580552183\",\"copyright\":\"Ra Gusela peak at Giau Pass, near Cortina d'Ampezzo, Italy (© Tomasz Podolski/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Winter+Olympics+2026&form=hpcapt&filters=HpDate%3a%2220260206_0800%22\",\"title\":\"Ra Gusela—peak of the Olympic season\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260206_GiauPass%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"718ba06ea5634da0f2499a99f854a412\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260207\",\"fullstartdate\":\"202602070800\",\"enddate\":\"20260208\",\"url\":\"/th?id=OHR.SalarUyuni_EN-US1639129259_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.SalarUyuni_EN-US1639129259\",\"copyright\":\"Salar de Uyuni salt flats in Bolivia (© Abstract Aerial Art/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=salar+de+uyuni+Bolivia&form=hpcapt&filters=HpDate%3a%2220260207_0800%22\",\"title\":\"Salt, sky, and the stillness between\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260207_SalarUyuni%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"418999c7bc8985e6badbeffe491a3723\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260208\",\"fullstartdate\":\"202602080800\",\"enddate\":\"20260209\",\"url\":\"/th?id=OHR.CorfuGreece_EN-US4606019833_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.CorfuGreece_EN-US4606019833\",\"copyright\":\"Corfu at night, Greece (© whitewizzard/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Corfu+Greece&form=hpcapt&filters=HpDate%3a%2220260208_0800%22\",\"title\":\"From quiet nights to adventurous days\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260208_CorfuGreece%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"da9751db876ec496b2058d95a930cd8a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260209\",\"fullstartdate\":\"202602090800\",\"enddate\":\"20260210\",\"url\":\"/th?id=OHR.LeopardCat_EN-US4669057608_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.LeopardCat_EN-US4669057608\",\"copyright\":\"Amur leopard cat, Russia (© Valeriy Maleev/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=leopard+cat&form=hpcapt&filters=HpDate%3a%2220260209_0800%22\",\"title\":\"Patterns in motion\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260209_LeopardCat%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"28cd7b36a40322b2e7b70dc6ec015d4b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260210\",\"fullstartdate\":\"202602100800\",\"enddate\":\"20260211\",\"url\":\"/th?id=OHR.IbizaIslets_EN-US4713963434_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.IbizaIslets_EN-US4713963434\",\"copyright\":\"Islets of Es Vedrà and Es Vedranell, Ibiza, Spain (© L. Apolli/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Es+Vedra+Ibiza&form=hpcapt&filters=HpDate%3a%2220260210_0800%22\",\"title\":\"Where the Sirens sing\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260210_IbizaIslets%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5b9fc6cca29ae0495342e44421597b0a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260211\",\"fullstartdate\":\"202602110800\",\"enddate\":\"20260212\",\"url\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BadwaterFlats_EN-US4770719796\",\"copyright\":\"Salt flats in Badwater Basin, Death Valley National Park, California (© Jim Patterson/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Death+Valley+National+Park&form=hpcapt&filters=HpDate%3a%2220260211_0800%22\",\"title\":\"The valley of contrasts\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260211_BadwaterFlats%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"eeb18680f56f18b398bcb1af320407d5\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260212\",\"fullstartdate\":\"202602120800\",\"enddate\":\"20260213\",\"url\":\"/th?id=OHR.DarwinBooby_EN-US4839738451_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DarwinBooby_EN-US4839738451\",\"copyright\":\"Blue-footed booby, Galápagos Islands, Ecuador (© Karine Aigner/TANDEM Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=Darwin+Day&form=hpcapt&filters=HpDate%3a%2220260212_0800%22\",\"title\":\"Evolution in focus\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260212_DarwinBooby%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e9b70255fe82b536cbfd8e90a5cfb279\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260213\",\"fullstartdate\":\"202602130800\",\"enddate\":\"20260214\",\"url\":\"/th?id=OHR.FriendshipBridge_EN-US6136231298_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.FriendshipBridge_EN-US6136231298\",\"copyright\":\"Third Thai-Lao Friendship Bridge connecting Laos and Thailand (© chaiyut samsuk/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Third+Thai+Lao+Friendship+Bridge&form=hpcapt&filters=HpDate%3a%2220260213_0800%22\",\"title\":\"Built to bring closer\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260213_FriendshipBridge%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"506f0b114083840c543a36b53fa034fc\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260214\",\"fullstartdate\":\"202602140800\",\"enddate\":\"20260215\",\"url\":\"/th?id=OHR.ValentineHearts_EN-US6208359150_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ValentineHearts_EN-US6208359150\",\"copyright\":\"Bleeding hearts (© Dorene Hookey/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Valentines+day&form=hpcapt&filters=HpDate%3a%2220260214_0800%22\",\"title\":\"Love in bloom\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260214_ValentineHearts%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"7f7819e956a91a428f0b8c4d97da2426\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260215\",\"fullstartdate\":\"202602150800\",\"enddate\":\"20260216\",\"url\":\"/th?id=OHR.MontereyHumpbacks_EN-US6328970690_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MontereyHumpbacks_EN-US6328970690\",\"copyright\":\"Humpback whales in Monterey Bay, California (© Kiliii Fish/Cavan Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Whale&form=hpcapt&filters=HpDate%3a%2220260215_0800%22\",\"title\":\"Songs beneath the waves\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260215_MontereyHumpbacks%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"45a36c77504c7021d7b838029d67fe0b\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260216\",\"fullstartdate\":\"202602160800\",\"enddate\":\"20260217\",\"url\":\"/th?id=OHR.PresidentsDay_EN-US6598155144_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PresidentsDay_EN-US6598155144\",\"copyright\":\"Lincoln Memorial, Washington, DC (© Westend61/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Presidents+Day&form=hpcapt&filters=HpDate%3a%2220260216_0800%22\",\"title\":\"Legacies in view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260216_PresidentsDay%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"afcd8b1b4fab850c85f2eb139c9d0b9a\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260217\",\"fullstartdate\":\"202602170800\",\"enddate\":\"20260218\",\"url\":\"/th?id=OHR.NewYearLantern_EN-US6665128229_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.NewYearLantern_EN-US6665128229\",\"copyright\":\"Red lanterns celebrating Chinese New Year (© Gins Wang/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Chinese+New+Year&form=hpcapt&filters=HpDate%3a%2220260217_0800%22\",\"title\":\"Fifteen days of light\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260217_NewYearLantern%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2d5949b03aedc530364c45ee5b054a12\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260218\",\"fullstartdate\":\"202602180800\",\"enddate\":\"20260219\",\"url\":\"/th?id=OHR.PrzewalskisHorse_EN-US6767229079_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.PrzewalskisHorse_EN-US6767229079\",\"copyright\":\"Przewalski's horses (© Nemyrivskyi Viacheslav/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Przewalskis+horse&form=hpcapt&filters=HpDate%3a%2220260218_0800%22\",\"title\":\"Born to stay wild\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260218_PrzewalskisHorse%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"47aa8f61af1dda63aff0c1d502511ff7\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260219\",\"fullstartdate\":\"202602190800\",\"enddate\":\"20260220\",\"url\":\"/th?id=OHR.DragonsEyeRock_EN-US6826796617_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.DragonsEyeRock_EN-US6826796617\",\"copyright\":\"The Dragon's Eye rock formation at Uttakleiv Beach, Norway (© reisegraf/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Uttakleiv+Beach+Norway&form=hpcapt&filters=HpDate%3a%2220260219_0800%22\",\"title\":\"Where the land stares back\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260219_DragonsEyeRock%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f7fe7058a6211ed59766cca876670d54\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260220\",\"fullstartdate\":\"202602200800\",\"enddate\":\"20260221\",\"url\":\"/th?id=OHR.AdamsFirefall_EN-US2580399078_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.AdamsFirefall_EN-US2580399078\",\"copyright\":\"Horsetail Fall in Yosemite National Park, California (© Jorge Villalba/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Horsetail+Fall+Yosemite+National+Park&form=hpcapt&filters=HpDate%3a%2220260220_0800%22\",\"title\":\"Where light falls\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260220_AdamsFirefall%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"227c42af112b64e9e6e5a2bd0764c408\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260221\",\"fullstartdate\":\"202602210800\",\"enddate\":\"20260222\",\"url\":\"/th?id=OHR.TetonFox_EN-US2616700325_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.TetonFox_EN-US2616700325\",\"copyright\":\"Red fox standing in snowfall, Grand Teton National Park, Wyoming (© Radomir Jakubowski/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=Red+fox&form=hpcapt&filters=HpDate%3a%2220260221_0800%22\",\"title\":\"Whispers of winter\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260221_TetonFox%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"e039c6bea97591e3dc68c85b354e2bfb\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260222\",\"fullstartdate\":\"202602220800\",\"enddate\":\"20260223\",\"url\":\"/th?id=OHR.MamTorSunrise_EN-US2655534073_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MamTorSunrise_EN-US2655534073\",\"copyright\":\"The hill of Mam Tor, Derbyshire, England (© john finney photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Mam+Tor+hill&form=hpcapt&filters=HpDate%3a%2220260222_0800%22\",\"title\":\"The mother of hills\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260222_MamTorSunrise%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"f3d299e53878b61a603b3d8bebeb3cc6\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260223\",\"fullstartdate\":\"202602230800\",\"enddate\":\"20260224\",\"url\":\"/th?id=OHR.BavariaEgret_EN-US2697995103_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.BavariaEgret_EN-US2697995103\",\"copyright\":\"Great white egret, Upper Bavaria, Germany (© Konrad Wothe/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=Great+white+egret&form=hpcapt&filters=HpDate%3a%2220260223_0800%22\",\"title\":\"Snowfield monarch\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260223_BavariaEgret%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"5e9f1cba8d689338d6d8a0548e49129c\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260224\",\"fullstartdate\":\"202602240800\",\"enddate\":\"20260225\",\"url\":\"/th?id=OHR.TulumLilies_EN-US2766347819_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.TulumLilies_EN-US2766347819\",\"copyright\":\"Water lilies at Grand Cenote, Tulum, Mexico (© Christian Vizl/Tandem Stills + Motion)\",\"copyrightlink\":\"https://www.bing.com/search?q=grand+cenote+tulum&form=hpcapt&filters=HpDate%3a%2220260224_0800%22\",\"title\":\"The pulse beneath the pond\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260224_TulumLilies%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"2e692d376ec1680a516f902277d81c58\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260225\",\"fullstartdate\":\"202602250800\",\"enddate\":\"20260226\",\"url\":\"/th?id=OHR.MendenhallCave_EN-US2807496139_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.MendenhallCave_EN-US2807496139\",\"copyright\":\"Ice cave in the Mendenhall Glacier, Alaska (© Designpics/Adobe Stock)\",\"copyrightlink\":\"https://www.bing.com/search?q=Mendenhall+Glacier&form=hpcapt&filters=HpDate%3a%2220260225_0800%22\",\"title\":\"Ice, lit from within\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260225_MendenhallCave%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"67d9d6b769501105582e171f06b6d359\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260226\",\"fullstartdate\":\"202602260800\",\"enddate\":\"20260227\",\"url\":\"/th?id=OHR.GrandSunset_EN-US2473517741_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.GrandSunset_EN-US2473517741\",\"copyright\":\"Grand Canyon and the Colorado River, Arizona (© Matt Anderson Photography/Getty Images)\",\"copyrightlink\":\"https://www.bing.com/search?q=Grand+Canyon+National+Park+USA&form=hpcapt&filters=HpDate%3a%2220260226_0800%22\",\"title\":\"One grand view\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260226_GrandSunset%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"96fffadfa32782ec21a11d11e8d1d279\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":3840,\"height\":2160},{\"startdate\":\"20260227\",\"fullstartdate\":\"202602270800\",\"enddate\":\"20260228\",\"url\":\"/th?id=OHR.ArcitcCub_EN-US2529097123_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp\",\"urlbase\":\"/th?id=OHR.ArcitcCub_EN-US2529097123\",\"copyright\":\"Polar bear cub walking across pack ice, Arctic National Wildlife Refuge, Alaska (© Steven Kazlowski/naturepl.com)\",\"copyrightlink\":\"https://www.bing.com/search?q=International+Polar+Bear+Day&form=hpcapt&filters=HpDate%3a%2220260227_0800%22\",\"title\":\"Life on thinning ice\",\"quiz\":\"/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20260227_ArcitcCub%22&FORM=HPQUIZ\",\"wp\":true,\"hsh\":\"c2246847ac9fb140d3cba91c63ea7957\",\"drk\":1,\"top\":1,\"bot\":1,\"hs\":[],\"width\":0,\"height\":0}]" +download-folder='~/var/media/backgrounds/bing' +icon-name='bing-symbolic' +random-mode-enabled=false +revert-to-current-image=true +selected-image='ArcitcCub_EN-US2529097123' +state='{"maxlongdate":202602270800,"title":"Polar bear cub walking across pack ice, Arctic National Wildlife Refuge, Alaska","explanation":"Bing Wallpaper of the Day for 2026-02-26","copyright":"© Steven Kazlowski/naturepl.com","longstartdate":"202602270800","imageinfolink":"https://www.bing.com/search?q=International+Polar+Bear+Day&form=hpcapt&filters=HpDate%3a%2220260227_0800%22","imageURL":"https://www.bing.com/th?id=OHR.ArcitcCub_EN-US2529097123_UHD.jpg&qlt=100","filename":"/home/powellc/var/media/backgrounds/bing/20260227-ArcitcCub_EN-US2529097123_UHD.jpg","favourite":false,"width":null,"height":null,"shuffledue":0}' + +[org/gnome/shell/extensions/blur-my-shell] +settings-version=2 + +[org/gnome/shell/extensions/blur-my-shell/appfolder] +brightness=0.59999999999999998 +sigma=30 + +[org/gnome/shell/extensions/blur-my-shell/dash-to-dock] +blur=true +brightness=0.59999999999999998 +sigma=30 +static-blur=true +style-dash-to-dock=0 + +[org/gnome/shell/extensions/blur-my-shell/panel] +brightness=0.59999999999999998 +sigma=30 + +[org/gnome/shell/extensions/blur-my-shell/window-list] +brightness=0.59999999999999998 +sigma=30 + +[org/gnome/shell/extensions/clipboard-history] +private-mode=false + +[org/gnome/shell/extensions/forge] +css-last-update=uint32 37 +css-updated='1771359599202' +dnd-center-layout='stacked' +focus-border-toggle=true +tiling-mode-enabled=true +window-gap-size=uint32 3 +window-gap-size-increment=uint32 1 +workspace-skip-tile='' + +[org/gnome/shell/extensions/forge/keybindings] +con-split-horizontal=['z'] +con-split-layout-toggle=['g'] +con-split-vertical=['v'] +con-stacked-layout-toggle=['s'] +con-tabbed-layout-toggle=['t'] +con-tabbed-showtab-decoration-toggle=['y'] +focus-border-toggle=['x'] +mod-mask-mouse-tile='Alt' +prefs-tiling-toggle=['w'] +window-focus-down=['j'] +window-focus-left=['h'] +window-focus-right=['l'] +window-focus-up=['k'] +window-gap-size-decrease=['minus'] +window-gap-size-increase=['plus'] +window-move-down=['j'] +window-move-left=['h'] +window-move-right=['l'] +window-move-up=['k'] +window-resize-bottom-decrease=['i'] +window-resize-bottom-increase=['u'] +window-resize-left-decrease=['o'] +window-resize-left-increase=['y'] +window-resize-right-decrease=['y'] +window-resize-right-increase=['o'] +window-resize-top-decrease=['u'] +window-resize-top-increase=['i'] +window-snap-center=['c'] +window-snap-one-third-left=['d'] +window-snap-one-third-right=['g'] +window-snap-two-third-left=['e'] +window-snap-two-third-right=['t'] +window-swap-down=['j'] +window-swap-last-active=['Return'] +window-swap-left=['h'] +window-swap-right=['l'] +window-swap-up=['k'] +window-toggle-always-float=['c'] +window-toggle-float=['c'] +workspace-active-tile-toggle=['w'] + +[org/gnome/shell/extensions/grimble] +fullscreen-switch=0 +keybinding-close=['q'] +keybinding-config='Custom' +keybinding-focus=['space'] +keybinding-focus-bottom=['j'] +keybinding-focus-left=['h'] +keybinding-focus-right=['l'] +keybinding-focus-top=['k'] +keybinding-maximize=['f'] +keybinding-move=@as [] +keybinding-move-bottom=['j'] +keybinding-move-left=['h'] +keybinding-move-right=['l'] +keybinding-move-top=['k'] +keybinding-next-monitor=@as [] +keybinding-next-workspace=['bracketright'] +keybinding-open-settings=['Return'] +keybinding-previous-workspace=['bracketleft'] +keybinding-resize=['r'] +keybinding-resize-bottom=['j'] +keybinding-resize-left=['h'] +keybinding-resize-right=['l'] +keybinding-resize-top=['k'] +keybinding-rotation=['space'] +keybinding-search=['s'] +monitor-tile-insertion-behavior=0 +search-entry-position=0 +tile-padding=5 + +[org/gnome/shell/extensions/gsconnect] +devices=@as [] +enabled=false +missing-openssl=false +name='hungryroot' + +[org/gnome/shell/extensions/gtile] +global-auto-tiling=true + +[org/gnome/shell/extensions/just-perfection] +accent-color-icon=false +accessibility-menu=false +animation=1 +background-menu=true +controls-manager-spacing-size=0 +dash=true +dash-app-running=true +dash-icon-size=16 +double-super-to-appgrid=true +notification-banner-position=1 +osd=true +osd-position=0 +panel=false +panel-icon-size=0 +panel-in-overview=true +panel-size=0 +power-icon=true +quick-settings=true +ripple-box=false +search=false +show-apps-button=false +startup-status=0 +support-notifier-type=0 +theme=true +window-demands-attention-focus=true +window-picker-icon=false +window-preview-caption=true +window-preview-close-button=true +workspace=false +workspace-background-corner-size=0 +workspace-popup=true +workspaces-in-app-grid=false + +[org/gnome/shell/extensions/net/gfxmonk/impatience] +speed-factor=1.0 + +[org/gnome/shell/extensions/nl/rheddes/vpn-toggler] +checktime=uint32 60 +vpn='/home/powellc/.local/bin/hrvpn' + +[org/gnome/shell/extensions/notification-banner-reloaded] +always-minimized=1 +anchor-horizontal=2 +anchor-vertical=1 +animation-direction=1 +animation-time=100 +padding-horizontal=15 +padding-vertical=15 + +[org/gnome/shell/extensions/openbar] +accent-color=['0', '0.75', '0.75'] +auto-bgalpha=true +autohg-bar=true +bartype='Floating' +bcolor=['1.0', '1.0', '1.0'] +bg-change=true +bgalpha=0.90000000000000002 +bgcolor=['0.125', '0.125', '0.125'] +bgcolor-wmax=['0.125', '0.125', '0.125'] +bgcolor2=['0', '0.7', '0.75'] +bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +boxcolor=['0.125', '0.125', '0.125'] +color-scheme='default' +count1=408105 +count10=386 +count11=122 +count12=18 +count2=73837 +count3=25246 +count4=18844 +count5=14679 +count6=14605 +count7=4229 +count8=1536 +count9=393 +dark-bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +dark-palette1=['105', '107', '48'] +dark-palette10=['82', '66', '58'] +dark-palette11=['166', '180', '118'] +dark-palette12=['56', '44', '43'] +dark-palette2=['119', '110', '91'] +dark-palette3=['139', '137', '130'] +dark-palette4=['152', '153', '88'] +dark-palette5=['136', '149', '57'] +dark-palette6=['182', '185', '195'] +dark-palette7=['67', '86', '12'] +dark-palette8=['184', '168', '128'] +dark-palette9=['30', '35', '47'] +default-font='Sans 12' +fgcolor=['1.0', '1.0', '1.0'] +fitts-widgets=true +hcolor=['0', '0.7', '0.9'] +hscd-color=['0', '0.7', '0.75'] +import-export=false +iscolor=['0.125', '0.125', '0.125'] +light-bguri='file:///home/powellc/var/media/backgrounds/bing/20260212-DarwinBooby_EN-US4839738451_UHD.jpg' +light-palette1=['105', '107', '48'] +light-palette10=['82', '66', '58'] +light-palette11=['166', '180', '118'] +light-palette12=['56', '44', '43'] +light-palette2=['119', '110', '91'] +light-palette3=['139', '137', '130'] +light-palette4=['152', '153', '88'] +light-palette5=['136', '149', '57'] +light-palette6=['182', '185', '195'] +light-palette7=['67', '86', '12'] +light-palette8=['184', '168', '128'] +light-palette9=['30', '35', '47'] +mbcolor=['1.0', '1.0', '1.0'] +mbgcolor=['0.125', '0.125', '0.125'] +mfgcolor=['1.0', '1.0', '1.0'] +mhcolor=['0', '0.7', '0.9'] +monitor-height=1440 +monitor-width=3440 +mscolor=['0', '0.7', '0.75'] +mshcolor=['1.0', '1.0', '1.0'] +palette1=['105', '107', '48'] +palette10=['82', '66', '58'] +palette11=['166', '180', '118'] +palette12=['56', '44', '43'] +palette2=['119', '110', '91'] +palette3=['139', '137', '130'] +palette4=['152', '153', '88'] +palette5=['136', '149', '57'] +palette6=['182', '185', '195'] +palette7=['67', '86', '12'] +palette8=['184', '168', '128'] +palette9=['30', '35', '47'] +pause-reload=false +reloadstyle=false +set-fullscreen=true +shcolor=['0', '0', '0'] +smbgcolor=['0.125', '0.125', '0.125'] +trigger-reload=false +vw-color=['0', '0.7', '0.75'] +winbcolor=['0', '0.7', '0.75'] + +[org/gnome/shell/extensions/smart-auto-move] +config-version=37 +saved-windows='[{"occupied":141809118,"props":{"title":"Pull requests · hungryroot/hungryroot - Chromium","wm_class":"chromium-browser","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":1708,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923332385},{"occupied":null,"props":{"title":"Notify","wm_class":"com.ranfdev.Notify","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":3424,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922817201},{"occupied":141809112,"props":{"title":"Scrobble all the things @ Vrobbler — Personal — Mozilla Firefox","wm_class":"org.mozilla.firefox","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":1708,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923275142},{"occupied":null,"props":{"title":"powellc@hungryroot:~","wm_class":"Alacritty","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923326678},{"occupied":null,"props":{"title":"Home","wm_class":"org.gnome.Nautilus","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922419799},{"occupied":141809144,"props":{"title":"Extensions","wm_class":"org.gnome.Extensions","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923239771},{"occupied":141809142,"props":{"title":"*doom:vterm-popup:snapshell* ◉ snapshell","wm_class":"emacs","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923229318},{"occupied":null,"props":{"title":"Unlock Login Keyring","wm_class":"gcr-prompter","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":615,"height":218}}],"connectorPreference":["Virtual-1"]},"seen":1770922601959},{"occupied":null,"props":{"title":"Personal — Mozilla Firefox","wm_class":"org.mozilla.firefox","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":3424,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922978621},{"occupied":null,"props":{"title":"ChatGPT - Chromium","wm_class":"chromium-browser","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922905847}]' + +[org/gnome/shell/extensions/snapshell] +group-id='cf81fb30-54a0-5180-9782-385f82bb752f' +poll-seconds=uint32 2 + +[org/gnome/shell/extensions/tile-on-grid] +animate-movement=false +last-active-preset='3' + +[org/gnome/shell/extensions/tilingshell] +edge-tiling-mode='default' +enable-autotiling=true +enable-blur-snap-assistant=false +enable-directional-focus-tiled-only=true +enable-smart-window-border-radius=true +enable-tiling-system-windows-suggestions=true +enable-window-border=true +focus-window-down=['k'] +focus-window-left=['h'] +focus-window-right=['l'] +focus-window-up=['j'] +inner-gaps=uint32 10 +last-version-name-installed='17.3' +layouts-json='[{"id":"Layout 1","tiles":[{"x":0,"y":0,"width":0.22,"height":0.5,"groups":[1,2]},{"x":0,"y":0.5,"width":0.22,"height":0.5,"groups":[1,2]},{"x":0.22,"y":0,"width":0.56,"height":1,"groups":[2,3]},{"x":0.78,"y":0,"width":0.22,"height":0.5,"groups":[3,4]},{"x":0.78,"y":0.5,"width":0.22,"height":0.5,"groups":[3,4]}]},{"id":"Layout 2","tiles":[{"x":0,"y":0,"width":0.22,"height":1,"groups":[1]},{"x":0.22,"y":0,"width":0.56,"height":1,"groups":[1,2]},{"x":0.78,"y":0,"width":0.22,"height":1,"groups":[2]}]},{"id":"Layout 3","tiles":[{"x":0,"y":0,"width":0.33,"height":1,"groups":[1]},{"x":0.33,"y":0,"width":0.67,"height":1,"groups":[1]}]},{"id":"Layout 4","tiles":[{"x":0,"y":0,"width":0.67,"height":1,"groups":[1]},{"x":0.67,"y":0,"width":0.33,"height":1,"groups":[1]}]}]' +move-window-down=['j'] +move-window-left=['l'] +move-window-right=['h'] +move-window-up=['k'] +outer-gaps=uint32 8 +overridden-settings='{}' +quarter-tiling-threshold=uint32 11 +selected-layouts=[['Layout 1'], ['Layout 2'], ['Layout 1'], ['Layout 1'], ['Layout 1'], ['Layout 1']] +window-border-width=uint32 2 +window-use-custom-border-color=false + +[org/gnome/shell/extensions/vitals] +fixed-widths=true +hide-icons=false +icon-style=1 +position-in-panel=0 +show-network=true +show-voltage=false +update-time=3 +use-higher-precision=true + +[org/gnome/shell/keybindings] +switch-to-application-1=@as [] +switch-to-application-2=@as [] +switch-to-application-3=@as [] +switch-to-application-4=@as [] +toggle-application-view=@as [] + +[org/gnome/shell/weather] +automatic-location=true +locations=[<(uint32 2, <('Bar Harbor', 'KBHB', true, [(0.77579885251147951, -1.1932234377645543)], [(0.77470940053909221, -1.1903826526075454)])>)>, <(uint32 2, <('Bangor', 'KBGR', true, [(0.78185901964683924, -1.2011113485991873)], [(0.78192813468521805, -1.2003993066242513)])>)>] + +[org/gnome/shell/world-clocks] +locations=[<(uint32 2, <('Los Angeles', 'KCQT', true, [(0.59370283970450188, -2.0644336110828618)], [(0.59432360095955872, -2.063741622941031)])>)>, <(uint32 2, <('Paris', 'LFPB', true, [(0.85462956287765413, 0.042760566673861078)], [(0.8528842336256599, 0.040724343395436846)])>)>, <(uint32 2, <('Shenzhen', 'ZGSZ', true, [(0.39357174632472131, 1.9914206765255298)], [(0.39328085229829141, 1.9920024471250972)])>)>] + +[org/gnome/software] +check-timestamp=int64 1772203188 +first-run=false +flatpak-purge-timestamp=int64 1772206723 +install-timestamp=int64 1772135484 +packagekit-historical-updates-timestamp=uint64 1772135484 +security-timestamp=int64 1768579046411614 +update-notification-timestamp=int64 1772111011 + +[org/gnome/system/location] +enabled=true + +[org/gnome/tweaks] +show-extensions-notice=false + +[org/gtk/gtk4/settings/color-chooser] +custom-colors=[(0.0, 1.0, 0.0, 1.0)] +selected-color=(true, 1.0, 1.0, 1.0, 1.0) + +[org/gtk/gtk4/settings/emoji-chooser] +recently-used-emoji=[(([uint32 10084, 65039], 'red heart', 'red heart', ['emotion', 'heart', 'love', 'red'], ['emotion', 'heart', 'love', 'red'], uint32 0), uint32 0), (([128517], 'grinning face with sweat', 'grinning face with sweat', ['cold', 'dejected', 'excited', 'face', 'grinning', 'mouth', 'nervous', 'open', 'smile', 'smiling', 'stress', 'stressed', 'sweat'], ['cold', 'dejected', 'excited', 'face', 'grinning', 'mouth', 'nervous', 'open', 'smile', 'smiling', 'stress', 'stressed', 'sweat'], 0), 0), (([128591, 127995], 'folded hands', 'folded hands', ['appreciate', 'ask', 'beg', 'blessed', 'bow', 'cmon', 'five', 'folded', 'gesture', 'hand', 'high', 'please', 'pray', 'thanks', 'thx'], ['appreciate', 'ask', 'beg', 'blessed', 'bow', 'cmon', 'five', 'folded', 'gesture', 'hand', 'high', 'please', 'pray', 'thanks', 'thx'], 1), 0), (([129315], 'rolling on the floor laughing', 'rolling on the floor laughing', ['crying', 'face', 'floor', 'funny', 'haha', 'happy', 'hehe', 'hilarious', 'joy', 'laugh', 'lmao', 'lol', 'rofl', 'roflmao', 'rolling', 'tear'], ['crying', 'face', 'floor', 'funny', 'haha', 'happy', 'hehe', 'hilarious', 'joy', 'laugh', 'lmao', 'lol', 'rofl', 'roflmao', 'rolling', 'tear'], 0), 0), (([128077, 127995], 'thumbs up', 'thumbs up', ['+1', 'good', 'hand', 'like', 'thumb', 'up', 'yes'], ['+1', 'good', 'hand', 'like', 'thumb', 'up', 'yes'], 1), 0), (([128155], 'yellow heart', 'yellow heart', ['143', 'cardiac', 'emotion', 'heart', 'ily', 'love', 'yellow'], ['143', 'cardiac', 'emotion', 'heart', 'ily', 'love', 'yellow'], 0), 0)] + +[org/gtk/gtk4/settings/file-chooser] +show-hidden=false +sort-directories-first=false + +[org/gtk/settings/color-chooser] +custom-colors=[(1.0, 0.65490196078431373, 0.14901960784313725, 1.0), (0.61176470588235299, 0.80000000000000004, 0.396078431372549, 1.0), (0.74117647058823533, 0.74117647058823533, 0.74117647058823533, 1.0), (0.88235294117647056, 0.094117647058823528, 0.14901960784313725, 1.0), (1.0, 0.25098039215686274, 0.50588235294117645, 1.0), (0.39215686274509803, 0.58431372549019611, 0.92941176470588238, 1.0), (1.0, 0.792156862745098, 0.15686274509803921, 1.0), (0.62745098039215685, 0.36470588235294116, 0.69411764705882351, 1.0)] +selected-color=(true, 0.38039215686274508, 0.20784313725490197, 0.51372549019607838, 1.0) + +[org/gtk/settings/file-chooser] +clock-format='24h' +date-format='regular' +location-mode='path-bar' +show-hidden=false +show-size-column=true +show-type-column=true +sidebar-width=167 +sort-column='modified' +sort-directories-first=false +sort-order='descending' +type-format='category' +window-position=(26, 23) +window-size=(1263, 902) + +[power] +sleep-inactive-ac-type='nothing' + +[preferences] +button-layout=':' + +[smart-auto-move] +config-version=37 +saved-windows='[{"occupied":141809118,"props":{"title":"Pull requests · hungryroot/hungryroot - Chromium","wm_class":"chromium-browser","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":1708,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923332385},{"occupied":null,"props":{"title":"Notify","wm_class":"com.ranfdev.Notify","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":3424,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922817201},{"occupied":141809112,"props":{"title":"Scrobble all the things @ Vrobbler — Personal — Mozilla Firefox","wm_class":"org.mozilla.firefox","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":1708,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923275142},{"occupied":null,"props":{"title":"powellc@hungryroot:~","wm_class":"Alacritty","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923326678},{"occupied":null,"props":{"title":"Home","wm_class":"org.gnome.Nautilus","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922419799},{"occupied":141809144,"props":{"title":"Extensions","wm_class":"org.gnome.Extensions","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923239771},{"occupied":141809142,"props":{"title":"*doom:vterm-popup:snapshell* ◉ snapshell","wm_class":"emacs","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770923229318},{"occupied":null,"props":{"title":"Unlock Login Keyring","wm_class":"gcr-prompter","configs":[{"connector":"Virtual-1","workspace":0,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":615,"height":218}}],"connectorPreference":["Virtual-1"]},"seen":1770922601959},{"occupied":null,"props":{"title":"Personal — Mozilla Firefox","wm_class":"org.mozilla.firefox","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":8,"y":40,"width":3424,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922978621},{"occupied":null,"props":{"title":"ChatGPT - Chromium","wm_class":"chromium-browser","configs":[{"connector":"Virtual-1","workspace":1,"minimized":false,"maximized":0,"relative_rect":{"x":1724,"y":40,"width":1704,"height":1392}}],"connectorPreference":["Virtual-1"]},"seen":1770922905847}]' + +[snapshell] +group-id='cf81fb30-54a0-5180-9782-385f82bb752f' +poll-seconds=uint32 2 + +[tile-on-grid] +animate-movement=false +last-active-preset='3' [tilingshell] +edge-tiling-mode='default' enable-autotiling=true -enable-blur-selected-tilepreview=true -enable-blur-snap-assistant=true -last-version-name-installed='17.2' +enable-blur-snap-assistant=false +enable-directional-focus-tiled-only=true +enable-smart-window-border-radius=true +enable-tiling-system-windows-suggestions=true +enable-window-border=true +focus-window-down=['k'] +focus-window-left=['h'] +focus-window-right=['l'] +focus-window-up=['j'] +inner-gaps=uint32 10 +last-version-name-installed='17.3' layouts-json='[{"id":"Layout 1","tiles":[{"x":0,"y":0,"width":0.22,"height":0.5,"groups":[1,2]},{"x":0,"y":0.5,"width":0.22,"height":0.5,"groups":[1,2]},{"x":0.22,"y":0,"width":0.56,"height":1,"groups":[2,3]},{"x":0.78,"y":0,"width":0.22,"height":0.5,"groups":[3,4]},{"x":0.78,"y":0.5,"width":0.22,"height":0.5,"groups":[3,4]}]},{"id":"Layout 2","tiles":[{"x":0,"y":0,"width":0.22,"height":1,"groups":[1]},{"x":0.22,"y":0,"width":0.56,"height":1,"groups":[1,2]},{"x":0.78,"y":0,"width":0.22,"height":1,"groups":[2]}]},{"id":"Layout 3","tiles":[{"x":0,"y":0,"width":0.33,"height":1,"groups":[1]},{"x":0.33,"y":0,"width":0.67,"height":1,"groups":[1]}]},{"id":"Layout 4","tiles":[{"x":0,"y":0,"width":0.67,"height":1,"groups":[1]},{"x":0.67,"y":0,"width":0.33,"height":1,"groups":[1]}]}]' +move-window-down=['j'] +move-window-left=['l'] +move-window-right=['h'] +move-window-up=['k'] +outer-gaps=uint32 8 overridden-settings='{}' -selected-layouts=[['Layout 4'], ['Layout 1'], ['Layout 1'], ['Layout 1']] +quarter-tiling-threshold=uint32 11 +selected-layouts=[['Layout 1'], ['Layout 2'], ['Layout 1'], ['Layout 1'], ['Layout 1'], ['Layout 1']] +window-border-width=uint32 2 window-use-custom-border-color=false +[touchpad] +two-finger-scrolling-enabled=true + [vitals] fixed-widths=true hide-icons=false @@ -390,4 +1244,3 @@ show-network=true show-voltage=false update-time=3 use-higher-precision=true - diff --git a/zsh/.zshrc b/zsh/.zshrc index 8ab8d21..90c8631 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -26,13 +26,12 @@ eosup() { # quick way to fix clock drift in UTM VM toggle_ntp() { - timedatectl set-ntp "$( - timedatectl show -p NTP --value | grep -qi '^yes$' && echo false || echo true - )" + timedatectl set-ntp "$( + timedatectl show -p NTP --value | grep -qi '^yes$' && echo false || echo true + )" } alias fixtime="toggle_ntp && toggle_ntp" - local hostname="%{$fg_bold[white]%}%m" PROMPT="${hostname} ${PROMPT}"