You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
JAE Labs
Just Another Engineer playing with code. A home for pet projects, open-source experiments, and community contributions.
Verified
We've verified that the organization jae-labs controls the domain:
*******************************************************************************
* WARNING *
* *
* You are entering the jae-labs R&D organization *
* *
* Access is fully permitted. Unauthorized copying, modification, and *
* forking of any configuration or code are highly encouraged. *
* *
* All connections are welcomed. Activity is monitored only to ensure *
* our automated pipelines don't collapse under their own weight. *
* *
* Disconnect immediately if you are allergic to YAML indentation. *
* Otherwise, enjoy your stay! *
* *
*******************************************************************************
/home/lui.z/$who
lui.z web Jun 4 07:56
/home/lui.z/$uname
Darwin
/home/lui.z/$uptime
20:17 up 37 years, 1 user, load averages: 2.55 2.13 2.13
/home/lui.z/$tree
.
├── .github # Organization-wide shared templates & profile
├── ansible # Systems configuration management & playbooks
├── concierge # Slack ChatOps bot in Go for provisioning automation
├── dotfiles # Workstation bootstrapping config files for macOS
├── flashcards # Privacy-first offline local AI study assistant
├── grafana-git-sync # Bi-directional Grafana dashboard sync utility
├── homebrew-formulae # Homebrew tap for custom packages
├── pages # Source code for the justanother.engineer website
├── sandbox # Experimental playground for unverified configurations
├── scripts # Collection of handy helper utility scripts
├── skills # Reusable agent skills and custom capabilities
└── terraform # Core IaC modules and configurations
12 directories, 0 files
/home/lui.z/$crontab-l
# 8:00 AM: send wake-on-lan (WOL) packet to host
0 8 *** wakeonlan ca:fe:ca:fe:ca:fe
# 8:55 AM: create tmux focus session if missing
55 8 ** 1-5 tmux has-session -t BUI 2>/dev/null || tmux new-session -d -s BUI
# 9:00 AM: run focus loop from system root
0 9 ** 1-5 tmux send-keys -t BUI 'cd / && while true; do make nice-things; sleep 300; done' C-m
# 1:00 PM: suspend focus loop & make lunch
0 13 ** 1-5 tmux send-keys -t BUI C-z && tmux send-keys -t BUI 'cd / && make lunch' C-m
# 2:00 PM: resume focus loop after lunch
0 14 ** 1-5 tmux send-keys -t BUI 'fg' C-m
# 5:00 PM: suspend loop & stop active make jobs
0 17 ** 1-5 tmux send-keys -t BUI C-z && pkill -f 'make nice-things'# 11:00 PM: hibernate system
0 23 *** pmset sleepnow