Viewing profile — spywhere
spywhere
HN member- Joined
- Sun, May 16, 2021, 4:05 PM UTC
- HN karma
- 45
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About spywhere
No profile information was provided.
Recent public activity
-
comment
Comment #45411438
I have done exactly this through Shortcuts. Basically, if I want to skip the alarm for a specific date, I just create an all-day event on Calendar and the automation takes in every…
-
comment
Comment #45411350
Hmm... I believe Shortcuts could be leverage to do the same? The only thing I'm not sure of is whether Shortcuts can pull the event time and use that to set the timer. Edited: Just…
-
comment
Comment #30974380
> is this really more effective or smoother in terms of workflow than just using standalone neovim and tmux? No, but this would help fill in the gap that tmux lack for some use cas…
-
comment
Comment #30974364
> Are there any advantages to this? Is that the type of people this project is aimed at? Short answer: No, quite the opposite as of its current state. Long answer: Even though I'm …
- story
- comment
-
comment
Comment #29538218
This is my personal dotfiles installer. It was started as a simple script that run `brew bundle` on `Brewfile` to install packages on MacOS. And over time, it evolved into grep + x…
- story
-
comment
Comment #29536738
It definitely been working on for quite some time. I start working on it as a simple setup with just `Brewfile` for brew bundle, then adding custom comments to run grep + xargs to …
-
comment
Comment #29536166
I did the same with my dotfiles setup, but it's for my personal preferences. Moreover, I think I have more options to skip particular part / packages while also try to be idempoten…
-
comment
Comment #27174585
I wrote my own game engine that support an adaptive music system (some called dynamic music system), built using OpenGL (by SDL2), OpenAL, Physics powered by Box2D. Pretty old proj…