Skip to content

Instantly share code, notes, and snippets.

View LuckyGeck's full-sized avatar
🌳

Pavel Sychev LuckyGeck

🌳
View GitHub Profile
@LuckyGeck
LuckyGeck / wolk-privacy-policy.md
Created July 19, 2026 22:24
Wolk — Privacy Policy

Wolk — Privacy Policy

Last updated: 2026-07-20

Wolk is a personal walking-tracker app built and used by its two developers/users; it is not offered as a public product, and there is no advertising, analytics SDK, or third-party data sale of any kind.

What Wolk collects

  • Precise GPS location while you are actively recording a walk (start/stop is always explicit — Wolk never tracks in the background outside a recorded walk).
  • Walk metadata you create: distance, duration, and an optional name you give the walk.
@LuckyGeck
LuckyGeck / readme.md
Created September 18, 2023 15:36
How to add a rotating marker in VSCode
const m = `<svg width="15" viewBox="-5 6 63 59" xmlns="http://www.w3.org/2000/svg" fill="#79A9FF">
<g>
@LuckyGeck
LuckyGeck / FlyIO+Tailscale.md
Last active July 15, 2025 22:36
Tailscale exit node on Fly.io
@LuckyGeck
LuckyGeck / run_ycmd.sh
Created June 29, 2015 08:43
Sample YCMD launching script
#!/usr/bin/env bash
cp default_settings.json current.json
cd ycmd
python ycmd --port=10333 --options_file=../current.json --idle_suicide_seconds=0