HN user

Zitrax

244 karma
Posts0
Comments119
View on HN
No posts found.

I guess properly is important there, in reality certain initial orderings are more common and we use certain techniques for shuffling with our hands making it less random than "properly".

Looks interesting - I tried to build it but got:

[ 2176412 ERROR C:\Users\user\.cargo\registry\src\index.crates.io-6f17d22bba15001f\wgpu-0.16.0\src\backend\direct.rs:1174] Shader translation error for stage ShaderStages(NONE | FRAGMENT): FXC D3DCompile error (0x80004005): C:\Users\user\git\Egregoria\called `Result::unwrap()` on an `Err` value(432,18-24): error X3005: 'ddx': identifier represents a variable, not a function

(Windows 10)

It confused me that the letter boxes were divided in 7+3, thus I thought it would be two words while the correct answer was a single 10 letter word. Maybe try to avoid wrapping words.

Idiot Proof Git 4 years ago

You could create an alias doing something like a "git commit --fixup <sha1>" and then a "git rebase --autosquash <sha1>~".

Idiot Proof Git 4 years ago

I prefer rebasing too, but merging doesn't mean that you have to merge in all noisy minor fixups, you can combine the strategies and rebase the feature branch into a set of sensible commits, then merge that branch. Preferably even with a CI that checks each commit before merge such that it will not cause issues later during eventual bisections. --fixup and --autosquash are handy for such workflows.

Git commit messages and code comments serve very different purposes, I don't see any reason to try to use one for the other or opposite.

To me both are important but for different reasons. I don't want to search the blame history of a line of code if a simple comment had been enough, neither would I want to primarily use code comments when bisecting.

Same here, got a MBP from my work 2 years ago. I have had more issues with it than other non mac laptops in the past, both OS and hardware issues. Battery expanding, display issues, system processes using 100% cpu until I reboot as some examples.

I am also a bit confused by this. I have definitely read before that you can't keep money payed by mistake. Is this different in the US or is this some difference with cryptocurrencies vs normal banks?