Viewing profile — mathstuf
mathstuf
HN member- Joined
- Wed, Oct 21, 2020, 11:52 AM UTC
- HN karma
- 486
- Public activity
- 233 items
- HN profile
- View on Hacker News ↗
About mathstuf
No profile information was provided.
Recent public activity
-
comment
Comment #48942031
> Neither of these updates explained what happened or what the fix was. "Bug fixes and performance improvements " Even worse than the "reformat" commit message that your bisect lan…
-
comment
Comment #48728406
Heh…I once was in a state-level coding event (it was a small portion of a larger competition) where half of the test was turning in code on a CD during the competition, with the wr…
-
comment
Comment #48434653
There are a number of utilities for this. I use jai: https://jai.scs.stanford.edu/ but also have seen nono: https://github.com/always-further/nono smolvm: https://github.com/smol-m…
-
comment
Comment #47721472
FD: I am a CMake developer. Yes, config packages are better. But I think doing find_package everywhere is better. Assuming you install an SDK for others to use your project. If you…
-
comment
Comment #47216377
> 1) There could probably be tax credits or deductions for SWEs who 'volunteer' their time to work on these projects. Why exclusive to SWEs? They tend to be more time-restricted th…
-
comment
Comment #47159802
I had an '89 Cherokee to 235k and sold it for ~60% of my purchse price after 6 years after garages only quoted insanity for the smallest things (Dad is a mechanic, but the commute …
-
comment
Comment #47029500
We manage Visual Studio on our CI machines using Ansible. Chocolatey installs the full Visual Studio and then we use the APIs provided to manage components via Ansible. See our act…
-
comment
Comment #46991158
I'm sure someone can make a verification parrot too. Why pull yourself up by the bootstraps when you can just strap a rocket engine on your boots instead?
-
comment
Comment #46918671
I've thought about making a "word search" and embedding the passphrase in it using a pattern (e.g., a subset of a Knight's tour, a space-filling curve overlay, or some other sampli…
-
comment
Comment #46745075
I agree that the YAML can get out of hand. We use the `extends` keyword to put together jobs from pieces so that details can live in one place and the job bits and graph descriptio…
-
comment
Comment #46715657
Why does it always feel so black-and-white? On our projects we do rebases all the time so that topic history is clean. But we merge into the target branch(es) (our merge bot suppor…
-
comment
Comment #46584878
I have tried many times and I have been very unable to make any progress. In The Witness game, I ended up just guessing at the hardest whistle puzzles because remembering high/low …
-
comment
Comment #46381817
Per-display DPI settings. No snooping on input without permission. Awareness of the lock screen (the compositor can know that the lock screen is active and provide alternate keybin…
-
comment
Comment #46381760
Look into river. It has the window management and keybindings able to be offered by other tools (I have an idea to implement one using XMonad's layouts). It also vastly improved ba…
-
comment
Comment #46216778
I don't think so? But I've never had issues on Linux to need to bother with alternatives (as a terminal dweller, drag and drop is very rare there).
-
comment
Comment #46215490
If you have projects that fit within an app, sure. I do not. The only "apps" seen on my machines are terminal windows hosting tmux processes and Firefox. Everything else is ephemer…
-
comment
Comment #46215302
As someone who probably has a similar setup on Linux to the author: why do you have 10 windows for an app open? For me, grouping by app is terrible. Yes, they may all be "Terminal"…
-
comment
Comment #46215264
I know I am weird, but I detest using a MacBook trackpad. However, recently having used Asahi on one, I've found that it is the Apple software that makes it so. I find it really di…
-
comment
Comment #45871552
They are. If you rewrite history, you get a different hash. You can do some shenanigans with git-replace, but those are usually for stitching history across gaps (like hooking pre-…
-
comment
Comment #45844110
That works great for those that only use those tools. I, at least, do not and would appreciate something that doesn't care what editor I use or what forge happens to host the proje…
-
comment
Comment #45376492
This is true r now that `git bisect --first-parent` exists. But it didn't always. And even then, there are times you find out that there is "prep work" to land your feature. And a …
-
comment
Comment #45010613
While I also find git-annex more elegant, its cross-platform story is weaker. Note that LFS was originally a collaboration between GitHub and Bitbucket (maybe? Some forge vendor I …
-
comment
Comment #44541700
Just yesterday I had to edit something on an iPhone. I finally managed to put the cursor at the front to add a word before what was there already. But when I started typing, auto c…
-
comment
Comment #44532199
I use that on Android all the time. But I feel I've only gotten it to work once or twice on iPhone. And even then the word boundaries were very "sticky" (IIRC) and precision placem…
-
comment
Comment #44530252
I also find editing on an iPhone to be an exercise in futility. Is it no longer possible to place a cursor in the middle of a word? I end up having to go to a word boundary and era…