Viewing profile — jasonpeacock
jasonpeacock
HN member- Joined
- Tue, Oct 08, 2013, 6:19 PM UTC
- HN karma
- 4,265
- Public activity
- 797 items
- HN profile
- View on Hacker News ↗
About jasonpeacock
Recent public activity
-
comment
Comment #49261184
There must be something fascinating about writing Markdown apps - either it scratches an itch, or AI is really good at creating them. There's a flood of them on r/macapps and simil…
-
comment
Comment #49230972
Or because rollbacks (and release) are slower than flipping a flag. I’d rather invest in the feature flag upfront so I can unbreak customers in 2min rather than telling them to wai…
-
comment
Comment #48767843
Trailer for the movie (coming soon): https://www.youtube.com/watch?v=KlwmEqQv82M
-
comment
Comment #48718541
Change the tmux leader to ctrl-space, problem fixed!
- story
-
comment
Comment #48709091
It’s basically Ribbit from Puzzmo, which is fine because reimplementations let you experiment with different gameplay. https://www.puzzmo.com
-
comment
Comment #48664257
HEY email service does something like that: https://www.hey.com/features/the-screener/
-
comment
Comment #48598800
That all sounds exhausting (introvert here). The last thing I want to do when out in public is be stuck talking with strangers.
-
comment
Comment #48579879
Huh, I just ran the same timing command for my fish shell (with starship prompt) and got 168ms. What all is happening in the Zsh profile?
-
comment
Comment #48454465
If you don’t owe then you have 3yrs (IIRC) to file. Of course, you also don’t get a refund until you file. And you usually have to do all the same work to know whether you owe or n…
-
comment
Comment #47893697
I used to use Glow, but now I'm enjoying mdterm: https://github.com/bahdotsh/mdterm
-
comment
Comment #47695911
Just wait until you _don't_ buy something... Throw some items in your cart and enjoy all the emails reminding you to check out, look at similar items, share with your friends, and …
-
comment
Comment #47678957
> A neat trick I was told is to always have sleep statements in your code. Just a few sleep statements that you can delete in cases like this. This won't fix the problem, but will …
-
comment
Comment #47629006
My viewing distance is one-arm-length (kinda close), when I raise my arm my fingertips just touch the screen. Definitely closer than my previous monitor, as you need to sit within …
-
comment
Comment #47628362
I just upgraded to a 49" curved display because it lets me view everything I need _for the current task_ at one time. One virtual desktop is Messages, Slack, and Outlook for all my…
-
comment
Comment #47576303
My guess is that it's for drop-in compatibility with make. There is (at least) one open issue about this - the solution/alternatives are not trivial: https://github.com/ninja-build…
-
comment
Comment #47491738
Long ago, I bought the O'Reilly "Sed & Awk" book with plans to become a true unix guru. Then I realized I already knew Perl (and Perl one-liners), so there it sat unused on the she…
-
comment
Comment #47444467
I'm concerned that someone had the permissions to make such a change without the knowledge of how to make the change. And there was no test environment to validate the change befor…
-
comment
Comment #47175849
Flakes fixes this for Nix, it ensures builds are truly reproducible by capturing all the inputs (or blocking them).
-
comment
Comment #47167674
You can network-jail your builds to prevent pulling from external repos and force the build environment to define/capture its inputs.
- story
-
comment
Comment #47143810
I’m curious why they didn’t deploy diagnostics in the field if they couldn’t replicate in the lab? Every few months for 7yrs is a lot of opportunities to iterate on collecting fiel…
-
comment
Comment #47082871
I’ve always that forums are much better suited to corporate communications than email or chat. Organized by topics, must be threaded, and default to asynchronous communications. Yo…
-
comment
Comment #47082857
The bullet points for using Slack basically describe email (and distribution lists). It’s funny how we get an instant messaging platform and derive best practices that try to emula…
-
comment
Comment #47018552
C libraries have advertised "header-only" for a long time, it's because there is no package manager/dependency management so you're literally copying all your dependencies into you…