Mostly a backup account for now, other @Deebsters are available.

  • 1 Post
  • 51 Comments
Joined 1 year ago
cake
Cake day: October 16th, 2023

help-circle
rss


















  • To be fair, you’ve added commas which makes it a parenthetical phrase. But yeah - people do speak like this in real life; technically, I should have said no-one speaks like this in non-impromptu speech without sounding stilted.

    “Carl said on Thursday” is definitely more idiomatic (to my BrE ears, anyway) than “Carl on Thursday said”.


  • [target.x86_64-unknown-linux-gnu]
    linker = "/usr/bin/clang-15"`
    rustflags = ["-C", "link-arg=--ld-path=/usr/local/bin/mold"]
    

    Can you put something like mold or env mold for better portability?

    If not, I guess it’s not so bad to edit and do git update-index --assume-unchanged .cargo/config.toml but it’s a bit hacky since any further changes also get ignored.