Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mathstuf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mathstuf
2mo ago
> 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 landed on.
2.
▲
by
mathstuf
3mo ago
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 written half during the event. My CD was deemed unusable for w
3.
▲
by
mathstuf
3mo ago
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-machin
4.
▲
by
mathstuf
5mo ago
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're a "product", vendor away. The issue comes
5.
▲
by
mathstuf
7mo ago
> 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 than financial-restricted (assuming the "SWE
6.
▲
by
mathstuf
7mo ago
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 there for repairs isn't feasible on the regular an
7.
▲
by
mathstuf
7mo ago
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 action here: https://galaxy.ansible.com/ui/
8.
▲
by
mathstuf
7mo ago
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?
9.
▲
by
mathstuf
7mo ago
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 sampling algorithm).
10.
▲
by
mathstuf
8mo ago
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 description can live in another. The way we've done our pipelines
11.
▲
by
mathstuf
8mo ago
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 supports merging to old release branches from a single MR). This
12.
▲
by
mathstuf
8mo ago
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 order is very difficult at real-time speeds (mostly I c
13.
▲
by
mathstuf
9mo ago
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 keybindings instead of having to configure the lock application as
14.
▲
by
mathstuf
9mo ago
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 battery on my Dell Pro laptop. 58% battery used in 7h45m
15.
▲
by
mathstuf
9mo ago
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).
16.
▲
by
mathstuf
9mo ago
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 ephemeral (mpv, dialogs, rofi, dunst). App-centric behavi
17.
▲
by
mathstuf
9mo ago
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" or "Firefox" windows, but they are for
18.
▲
by
mathstuf
9mo ago
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 difficult to drag and drop (I would rather open Terminal
19.
▲
by
mathstuf
10mo ago
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-publish history to public release for internal archaeology a
20.
▲
by
mathstuf
10mo ago
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 project.
21.
▲
by
mathstuf
1y ago
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 PR just to do some deck chair moving that ma
22.
▲
by
mathstuf
1y ago
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 think). One had the implementation and the other had the nam
23.
▲
by
mathstuf
1y ago
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 correct (or whatever) put the cursor back at the end of the w
24.
▲
by
mathstuf
1y ago
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 placement still very difficult.
25.
▲
by
mathstuf
1y ago
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 erase from there and retype everything. The keyboard touch area
26.
▲
by
mathstuf
1y ago
One big benefit of symlinks (really, "not storing it in the deployment") is that my Git repo doesn't have a bunch of hidden files in it because they can appear in the link's path rather than the repo's path. I can a
27.
▲
by
mathstuf
1y ago
Also gives me time to plan what I'm going to do once I get there. Or I spot a bug/relevant code snippet along the way.
28.
▲
by
mathstuf
1y ago
I use msmtp with a tool from the oauth2-tools repo to do the rotation token dance. Need to register your own app with Google though.
29.
▲
by
mathstuf
1y ago
IIRC, you need to run on Apple hardware for a valid SDK license. VM or Asahi or Hackintosh would suffice, but not a VM on a random Linux box. Or did the terms change lately?
30.
▲
by
mathstuf
2y ago
> At no point has Google came out and stated -why- they're pushing this update in the first place. The cynic in me recommends that anyone contributing to Google (or really any big tech company) projects to use "bug fixes and pe
More ›