nose-wuzzy-pad | 1 year ago | on: iTerm2 critical security release
nose-wuzzy-pad's comments
nose-wuzzy-pad | 2 years ago | on: Show HN: Workout Tracker – self-hosted, single binary web application
Any chance you plan for it to work with .fit files?
Thanks for making this!
nose-wuzzy-pad | 2 years ago | on: How Does FreeBSD Compare to Linux on a Raspberry Pi?
While Linux is way more popular because of hardware support, lxc/lxd/Docker and various user friendly features, FreeBSD performs considerably better in my experience for heavy processing workloads.
nose-wuzzy-pad | 2 years ago | on: macOS Sonoma is available today
I was hopeful that Ganesha NFS [1] would suffice as a bridge for the various FUSE filesystems I need to use with macOS, but alas, they have abandoned the FUSE interface and moved to FSAL/FSAL_VFS [2].
It would be really nice to have a clear path to building a copy of Ganesha NFS that supported a whole host of the great FUSE filesystems out there built to this API.
[1] https://github.com/nfs-ganesha/nfs-ganesha [2] https://github.com/nfs-ganesha/nfs-ganesha/issues/759
nose-wuzzy-pad | 2 years ago | on: Apple TV, now with more Tailscale
nose-wuzzy-pad | 2 years ago | on: Apple TV, now with more Tailscale
Unfortunately I can’t ping any hosts through it or make any connections. This is in contrast to my other exit node, which is a docker container running tailscaled with user networking. It continues to work just fine.
Any ideas?
Thanks.
nose-wuzzy-pad | 3 years ago | on: How Python virtual environments work
Thanks!
nose-wuzzy-pad | 3 years ago | on: Datasette’s new JSON write API: The first alpha of Datasette 1.0
I think this mutation capability would be great for some of my data logging workflows. I push json formatted telemetry data from different types of devices/sensors over tailscale to a central collector. Combined with clickhouse's adapter to sqlite databases, this could make for a very nice self-contained data reporting framework where all the source data flows through datasette to a set of sqlite files organized by topic. It will be important to me in deploying new event senders to have straightforward authentication I can bake pre-authenticated connection schemes into standard images that are installed without customization. Alternatively, configuring datasette so a specific set of ip addresses / cidrs is just granted insert to specific dbs/tables would work fine.
Thanks again. Great stuff!