Live data from Hacker News

Viewing profile — spywhere

spywhere

HN member
Joined
Sun, May 16, 2021, 4:05 PM UTC
HN karma
45
Public activity
11 items

About spywhere

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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 …

  5. story
  6. comment
  7. 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…

  8. story
  9. 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 …

  10. 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…

  11. 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…