|
I got paged at 3am on a Tuesday because a Rust service I’d deployed two weeks earlier crashed hard. No graceful degradation, no useful error message in the logs. Just a panic backtrace pointing at line 247 of our config parser: .unwrap(). The config file had a trailing comma that our test fixtures didn’t cover. One .unwrap() on a serde_json::from_str call, and the whole service went down. I sat there in the dark, laptop balanced on my kne..
|
|
Org 1, Midterm 1: 10 Common Types of Exam Problems I’ve looked at a lot of first midterms for Org 1 at North American schools.
|
|
OpenClaw with Docker: Simple, Repeatable Deployment Guide
-
www.rasulkireev.com
-
4 months ago
-
eng
Deploy OpenClaw with Docker using a small custom Dockerfile, persistent volumes, and a WebSocket-ready proxy. Focused on deployment only.
|
|
Claude Code on Your Phone: How Remote Control Connects Your Terminal to iOS and Android
-
zackproser.com
-
4 months ago
-
eng
Claude Code's Remote Control feature lets you continue local terminal sessions from your phone. Here's how it works, what it can and can't do, and how it compares to Claude Code on the web.
|
|
Granola Call Recording Legal Compliance: State Laws and Business Requirements
-
zackproser.com
-
4 months ago
-
eng
Complete legal compliance guide for using Granola's call recording and transcription features across different states and business contexts.
|
|
Granola Enterprise Security Features: HIPAA, SOC 2, and Data Protection
-
zackproser.com
-
4 months ago
-
eng
Complete overview of Granola's enterprise security features including HIPAA compliance, SOC 2 certification, and data encryption for business use.
|
|
Granola for Medical Transcription: HIPAA-Compliant Meeting Notes
-
zackproser.com
-
4 months ago
-
eng
How healthcare professionals use Granola for HIPAA-compliant meeting transcription, patient consultations, and medical documentation.
|
|
Granola vs Microsoft Copilot for Meetings: AI Meeting Assistant Comparison
-
zackproser.com
-
4 months ago
-
eng
Detailed comparison of Granola and Microsoft Copilot for meeting transcription, analysis, and productivity features.
|
|
Granola vs Webex Transcription: Enterprise Meeting Solutions Compared
-
zackproser.com
-
4 months ago
-
eng
Detailed comparison of Granola and Webex's built-in transcription features for enterprise meeting documentation and analysis.
|
|
Granola Zoom Integration Guide: Complete Setup and Configuration
-
zackproser.com
-
4 months ago
-
eng
Step-by-step guide to setting up and optimizing Granola's Zoom integration for automated meeting transcription and analysis.
|
|
I talk to my AI assistant like a person. I give it access to everything. And no, I don't think it's sentient. Here's why that's the point.
|
|
WisprFlow Android Accessibility Features for Users with Disabilities
-
zackproser.com
-
4 months ago
-
eng
Complete guide to WisprFlow's Android accessibility features including screen reader support, voice control, and adaptive interfaces.
|
|
Complete guide to optimizing WisprFlow's battery usage on Android devices for all-day voice productivity.
|
|
Complete guide to setting up and customizing WisprFlow's Android home screen widgets for instant voice recording access.
|
|
WisprFlow for Construction Workers: Hands-Free Job Site Documentation
-
zackproser.com
-
4 months ago
-
eng
How construction workers use WisprFlow for safety reports, progress updates, and job site documentation without stopping work.
|
|
WisprFlow for Field Service Technicians: Mobile Work Order Documentation
-
zackproser.com
-
4 months ago
-
eng
How field service technicians use WisprFlow for hands-free work order updates, service reports, and customer communication.
|
|
WisprFlow vs Samsung Voice Recorder: Android Voice App Comparison 2026
-
zackproser.com
-
4 months ago
-
eng
Detailed comparison of WisprFlow and Samsung Voice Recorder for Android transcription, features, and productivity.
|
|
At 8th Light, we help healthcare organizations design and build AI-enabled systems that put people first, combining product strategy, human-centered design, and technology leadership to create innovative solutions that work for clinicians as well as patients. Why This Matters Although AI continues to dominate healthtech headlines, many frontline clinicians are still battling clunky systems, fragmented workflows, and administrative overload....
|
|
The web browser and certificate authority industry is shortening the maximum allowed lifetime of TLS certificates. These changes will improve security on the Web, but you may have to change certificate maintenance practices for apps you run on Heroku. The good news is that if you’re using Heroku Automated Certificate Management, no changes are required: […] The post Preparing for Shorter SSL/TLS Certificate Lifetimes appeared first on ..
|
|
A PTP Wall Clock is impractical and a little too precise
-
www.jeffgeerling.com
-
4 months ago
-
eng
After seeing Oliver Ettlin's 39C3 presentation Excuse me, what precise time is It? , I wanted to replicate the PTP ( Precision Time Protocol ) clock he used live to demonstrate PTP clock sync: I pinged him on LinkedIn inquiring about the build (I wasn't the only one!), and shortly thereafter, he published Gemini2350/ptp-wallclock , a repository with rough instructions for the build, and his C++ application to display PTP time (if avai..
|
Win Vector’s Dr. Nina Zumel shares how utility methods let you optimally operate an AI/ML classifier model. Please reach out to us at Win Vector LLC for consulting, advisory work, presentations, or training: jmount@win-vector.com .
|
|
I have never been an "online community first" person. The internet is how I stay in touch with people I met in real life. I'm not a "tweet comments at celebrities" guy. I was never funny enough to be the funniest person on Twitter.
|
|
Reclaiming Terabytes: Optimizing Android image caching with TLRU
-
engineering.grab.com
-
4 months ago
-
eng
Introduction In a previous post, we discussed Project Bonsai , our initiative to reduce the Grab app’s download size. We successfully reduced the Android Application Package (APK) download size by 26%. This reduction offers a substantial advantage: it minimizes download friction, allowing users to download the app, even on slower networks. However, the battle for storage doesn’t end after installation. The Grab app includes a wide range....
|
|
Reclaiming Terabytes: Optimizing Android image caching with TLRU
-
engineering.grab.com
-
4 months ago
-
eng
Introduction In a previous post, we discussed Project Bonsai , our initiative to reduce the Grab app’s download size. We successfully reduced the Android Application Package (APK) download size by 26%. This reduction offers a substantial advantage: it minimizes download friction, allowing users to download the app, even on slower networks. However, the battle for storage doesn’t end after installation. The Grab app includes a wide range....
|
|
One of the things I’ve always wanted to do ever since I built RGBMatrixEmulator is have a live cluster of MLB LED scoreboards available on demand. Well, today’s the day! It’s pretty simple: Set up a Dockerfile Clone mlb-led-scoreboard Expose the RGBMatrixEmulator port, by default 8888 And you’re done! Of course, this procedure could be repeated for any project that uses hzeller’s rpi-rgb-led-matrix driver libary. I chose to depl....
|
|
One of the things I’ve always wanted to do ever since I built RGBMatrixEmulator is have a live cluster of MLB LED scoreboards available on demand. Well, today’s the day! It’s pretty simple: Set up a Dockerfile Clone mlb-led-scoreboard Expose the RGBMatrixEmulator port, by default 8888 And you’re done! Of course, this procedure could be repeated for any project that uses hzeller’s rpi-rgb-led-matrix driver libary. I chose to depl....
|
|
I Made My ESP32-S3 Faster by Optimizing for SIZE — Not Speed
-
www.atomic14.com
-
4 months ago
-
eng
Optimizing ESP32-S3 Performance: Why Smaller Code Can Ran Faster I’ve been tuning the performance of some code recently on an ESP32-S3 project, There was a slightly counter-intuitive result that might surprise some people: optimizing for code size produced faster runtime performance than optimizing for performance. There’s a full video here - but you can skim this post for most of the information. The Benchmark This is just some cod....
|
|
I Made My ESP32-S3 Faster by Optimizing for SIZE — Not Speed
-
www.atomic14.com
-
4 months ago
-
eng
Optimizing ESP32-S3 Performance: Why Smaller Code Can Ran Faster I’ve been tuning the performance of some code recently on an ESP32-S3 project, There was a slightly counter-intuitive result that might surprise some people: optimizing for code size produced faster runtime performance than optimizing for performance. There’s a full video here - but you can skim this post for most of the information. The Benchmark This is just some cod....
|
|
Brave joins the EFF, the Tor Project, and others in calling on Google to withdraw its plan to require government ID from all Android developers, regardless of how they distribute their apps.
|