HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chaychoong

no profile record

Submissions

Authelia is now OpenID Certified

authelia.com
6 points·by chaychoong·letztes Jahr·0 comments

localdev.me no longer works

til.chay.dev
2 points·by chaychoong·letztes Jahr·0 comments

Georgia Tech Commits to Doubling Educational Reach

news.gatech.edu
1 points·by chaychoong·vor 2 Jahren·0 comments

Create an internal CLI using Just

blog.chay.dev
38 points·by chaychoong·vor 2 Jahren·19 comments

Network Programming in Elixir and Erlang

pragprog.com
4 points·by chaychoong·vor 2 Jahren·0 comments

Microsoft's latest security update has ruined dual-boot Windows and Linux PCs

theverge.com
65 points·by chaychoong·vor 2 Jahren·47 comments

Thoughtworks to Be Taken Private by Apax Funds

thoughtworks.com
1 points·by chaychoong·vor 2 Jahren·0 comments

Sharing Secrets Among Friends (1992)

schneier.com
11 points·by chaychoong·vor 2 Jahren·0 comments

Email explained from first principles (2021)

explained-from-first-principles.com
9 points·by chaychoong·vor 2 Jahren·0 comments

comments

chaychoong
·vor 3 Monaten·discuss
Great writeup! I've been using `jj parallelize` [1] a lot (and wrote about it here [2]) to fan out a sequence of commits to set up a megamerge, but your stack alias sounds super useful to create them on the fly, rather than at the very end of a work stream. Thanks for the tips!

[1] https://docs.jj-vcs.dev/latest/cli-reference/#jj-parallelize [2] https://blog.chay.dev/parallelized-commits
chaychoong
·letztes Jahr·discuss
Post author here: thanks! It helps that I stare at code daily, so the urge to create a typeface for code is strong
chaychoong
·letztes Jahr·discuss
Do it! It's an amazing experience.
chaychoong
·letztes Jahr·discuss
Congrats on the launch!

I imagine it will be really hard to compete with completely free alternatives like FreeSign[1]. Have you considered giving a free tier, or at least a free trial of sorts so potential subscribers can test the flow?

[1] https://freesign.org/
chaychoong
·letztes Jahr·discuss
And the "taskbar" at the bottom too!
chaychoong
·vor 2 Jahren·discuss
I've always thought that NixOS is a new distro because of the recent hype, but apparently it is older (by about a year) than Ubuntu!
chaychoong
·vor 2 Jahren·discuss
`make` is a great tool, but specifically for this use case (creating a distributable CLI), `just` has lots of batteries-included features such as

* a way to list all available commands

* generate completions

* run shebang commands

.. and many more quality-of-life things.

It is probably possible to achieve these using `make`, but not without some hacking.
chaychoong
·vor 2 Jahren·discuss
I have a short blog post here that describes some of my basic workflows:

https://blog.chay.dev/basic-jj-workflows
chaychoong
·vor 3 Jahren·discuss
Do elaborate! I thought antirez is a pretty well respected programmer.
chaychoong
·vor 3 Jahren·discuss
Interesting.. according to https://community.fly.io/t/fly-gpus-are-here/16110, these machines use Cloud Hypervisor. I wonder what makes Cloud Hypervisor play better (vs Firecracker) with GPUs