Glenn 'devalias' Grant
Glenn 'devalias' Grant
# Hardware, Software, Libraries, etc ## TinyUSB - https://github.com/hathach/tinyusb - > An open source cross-platform USB stack for embedded system - https://github.com/adafruit/Adafruit_TinyUSB_Arduino - https://learn.adafruit.com/using-webusb-with-arduino-and-tinyusb - https://hackaday.com/tag/tinyusb/ ## Haptic Drivers, Actuators,...
- https://developers.google.com/places/web-service/search - https://developers.google.com/places/supported_types - https://developer.apple.com/documentation/mapkit - https://developer.apple.com/documentation/mapkit/searching_for_nearby_points_of_interest - https://developer.apple.com/forums/thread/127493 (Pricing, limits, etc) - https://developers.facebook.com/docs/places/ - https://developers.zomato.com/api - https://developer.foursquare.com/places - https://wiki.openstreetmap.org/wiki/API - https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe - https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee_shop ## Coffee Shops / Suppliers...
- https://help.disqus.com/en/articles/1717319-webhooks - We could use Disqus + webhooks + some serverless components/GitHub actions/etc to update the 'static comments' - http://ivanzuzak.info/2011/02/18/github-hosted-comments-for-github-hosted-blogs.html - https://staticman.net/ - https://github.com/eduardoboucas/staticman - https://eduardoboucas.com/blog/2015/05/11/rethinking-the-commenting-system-for-my-jekyll-site.html - https://eduardoboucas.com/blog/2016/08/10/staticman.html -...
# Open Energy Monitor - https://openenergymonitor.org/ - https://shop.openenergymonitor.com/ - https://shop.openenergymonitor.com/emonpi-3/ - https://shop.openenergymonitor.com/emontx-v3-electricity-monitoring-transmitter/ - https://shop.openenergymonitor.com/optical-utility-meter-led-pulse-sensor/ - https://shop.openenergymonitor.com/100a-max-clip-on-current-sensor-ct/ - https://guide.openenergymonitor.org/ - https://learn.openenergymonitor.org/ - https://learn.openenergymonitor.org/electricity-monitoring/ctac/how-to-build-an-arduino-energy-monitor - https://learn.openenergymonitor.org/electricity-monitoring/ct-sensors/how-to-build-an-arduino-energy-monitor-measuring-current-only - https://learn.openenergymonitor.org/electricity-monitoring/voltage-sensing/measuring-voltage-with-an-acac-power-adapter - https://emoncms.org/ - https://github.com/emoncms...
# WebRTC - https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Session_lifetime - https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate - > An ICE candidate describes the protocols and routing needed for WebRTC to be able to communicate with a remote device. When starting...
This should be done after https://github.com/0xdevalias/devalias.net/pull/86 is merged. > Even when we removed Jekyll's `--lsi` option, [the site build](https://github.com/0xdevalias/devalias.net/runs/910959703) still only seemed to take ~7sec. > > So maybe `--lsi`...
Sets up a GitHub actions/workflow to build and deploy the Jekyll site to Github Pages. - fixes https://github.com/0xdevalias/devalias.net/issues/27
# Rust - https://www.rust-lang.org/ - https://www.rust-lang.org/learn - https://www.rust-lang.org/learn/get-started - https://doc.rust-lang.org/book/ - https://doc.rust-lang.org/stable/rust-by-example/ - https://github.com/rust-lang/rustlings/ - > Small exercises to get you used to reading and writing Rust code! - https://play.rust-lang.org/...
## V8 > V8 implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can...
This doesn't appear to be natively supported in commonmark, nor in any Github Flavoured Markdown (GFM) extensions i've seen: - https://github.com/commonmark/cmark/issues/78 It seems there are a number of Jekyll plugins...