HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tutipop

no profile record

コメント

tutipop
·2 年前·議論
I do the same in bash, but it's a bit wordier:

  _chpwd_hook() {
    if [[ "$PWD" != "$PREVPWD" ]]; then
      ls
      PREVPWD="$PWD"
    fi
  }

  PROMPT_COMMAND=(_chpwd_hook)
Goes well with

  shopt -s autocd
  alias r='cd -'
tutipop
·2 年前·議論
> Did you know that a dog puts its tail between its legs when it's sad.

Can you spot the mistake?

Neither can I. :-)

Well done.
tutipop
·2 年前·議論
You can access about:config with chrome://geckoview/content/config.xhtml even in non-nightly versions.

Credit goes to this guy - https://news.ycombinator.com/item?id=40955452
tutipop
·2 年前·議論
And not just any ad company:

> Anonym was founded in 2022 by former Meta executives Brad Smallwood and Graham Mudd.

https://blog.mozilla.org/en/mozilla/mozilla-anonym-raising-t...
tutipop
·2 年前·議論
And the ad company they acquired is also linked to Meta:

> Anonym was founded in 2022 by former Meta executives Brad Smallwood and Graham Mudd.

https://blog.mozilla.org/en/mozilla/mozilla-anonym-raising-t...
tutipop
·2 年前·議論
> I've heard that welding stainless steel gets it too hot and removes something (the carbon?) essentially de-stainlessing it (?).

I don't know if it's possible, but even if it is, it's not the carbon that makes the steel stainless. It's the additional chromium, nickel, or molybdenum.

Maybe when the steel melts during the welding process, those other metals get separated from the iron.
tutipop
·2 年前·議論
a light nanosecond is a foot :)
tutipop
·2 年前·議論
In about:config

  widget.non-native-theme.scrollbar.size.override 20 
  widget.non-native-theme.scrollbar.style  4
  widget.gtk.overlay-scrollbars.enabled   false
I even use a custom gtk.css to improve things further:

  scrollbar, scrollbar button, scrollbar slider {
    -GtkScrollbar-has-backward-stepper: true;
    -GtkScrollbar-has-secondary-forward-stepper: true;
    -GtkScrollbar-has-forward-stepper: true;
    min-width: 20px;
    min-height: 20px;
    border-radius: 0;
  }
It's a shame we have to resort to this to get decent scrollbar behavior.
tutipop
·2 年前·議論
did you mean to ask if Signal's own infrastructure would geoblock EU users?
tutipop
·2 年前·議論
What's the history of the name?

Ghidra sounds Russian (Гидра) for Hydra.

Was it considered cool to use Russian words for hacker/spy things?