Readit News logoReadit News
GNOMES commented on Replacing tmux in my dev workflow   bower.sh/you-might-not-ne... · Posted by u/elashri
radicality · a month ago
Nice, I came up with something similar when trying ghostty. Were you able to replicate/setup continuous key hold for resizing? The way I have it it tmux is that doing leader,Shift+hold h/i/k/j continually resizes a pane while I keep holding for example Shift+h. But I wasn’t able to replicate it in ghostty
GNOMES · a month ago
Never realized you can do that. Can you share that tmux binding? Right now I use `bind -r Space next-layout` for resizing (spam repeatedly).
GNOMES commented on Replacing tmux in my dev workflow   bower.sh/you-might-not-ne... · Posted by u/elashri
GNOMES · a month ago
I have been tempted to drop tmux locally for native Ghostty panes/tabs, but I prefer the single height tmux status bar with window list only (set -g status-left '' + set -g status-right '') vs the thicker window decorations using macos-titlebar-style = tabs.

I did come up with Ghostty bindings to replicate my tmux settings if it helps anyone (my tmux leader is ctrl + space):

    # clear default bindings + add paste back
    keybind=clear
    keybind=super+v=paste_from_clipboard

    # navigate panes
    keybind=ctrl+h=goto_split:left
    keybind=ctrl+j=goto_split:bottom
    keybind=ctrl+k=goto_split:top
    keybind=ctrl+l=goto_split:right
    keybind=ctrl+space>shift+apostrophe=new_split:down
    keybind=ctrl+space>shift+five=new_split:right
    keybind=ctrl+space>space=equalize_splits
    keybind=ctrl+space>z=toggle_split_zoom

    # navigate tabs
    keybind=ctrl+space>c=new_tab
    keybind=ctrl+space>one=goto_tab:1
    ...
    keybind=ctrl+space>zero=goto_tab:10

GNOMES commented on TikTok is harming children at an industrial scale   afterbabel.com/p/industri... · Posted by u/cwwc
tux1968 · 4 months ago
It's worth blocking shorts alone, they're the worst culprit. Letting kids still access long form videos.
GNOMES · 4 months ago
The fact that Family Link app on Android doesn't have this feature drives me crazy.

Youtube kids exists, but far too many channels are not available without manual intervention.

GNOMES commented on Curl-impersonate: Special build of curl that can impersonate the major browsers   github.com/lwthiker/curl-... · Posted by u/mmh0000
GNOMES · 5 months ago
I had to do something like this with Ansible's get_url module once.

Was having issues getting module to download an installer from a vendors site.

Played with Curl/WGET, but was running into the same, while it worked from a browser.

I ended up getting both Curl + get_url to work by passing the same headers my browser sent such as User-Agent, encoding, etc

GNOMES commented on An update on Mozilla's terms of use for Firefox   blog.mozilla.org/en/produ... · Posted by u/ReadCarlBarks
GNOMES · 6 months ago
I thought the initial wording/hype was around poorly phrased lawyer speak for "you give FF permission to interact (post/get requests) with a web page as a browser. Don't sue us".

The whole some may consider it "legally selling your data" proves this is not just a Terms of Use change in good faith.

GNOMES commented on A CLI to quickly launch VSCode/cursor devcontainers   github.com/michidk/vscli... · Posted by u/michidk
GNOMES · 6 months ago
Tooling looks useful, but still trying to understand Dev containers themselves.

Why use one of these premade container images vs using a base image, adding extra packages/layers as needed?

GNOMES commented on Shunpo: Minimalist bash tool to make directory navigation a little bit faster   github.com/egurapha/Shunp... · Posted by u/thunderbong
GNOMES · 7 months ago
I use an Array + Sed to go backwards in path to an exact directory without having to spam cd ..:

https://gist.github.com/GNOMES/6bf65926648e260d8023aebb9ede9...

GNOMES commented on I Switched to Firefox and Never Looked Back   howtogeek.com/why-i-switc... · Posted by u/Vinnl
GNOMES · 7 months ago
I've been back on Firefox for 2-3 years now since the Manifest v3 stuff was initially brewing. Still eagerly waiting for Fission/tab isolation to land on Android.

Every morning I open a bookmarks folder with my dailies (news/blogs/Wordle/XKCD etc) that includes https://mrotherguy.github.io/fx-nightly-changelog/, and CTRL+F hoping for Fission on Fenix :(

GNOMES commented on Stimulation Clicker   neal.fun/stimulation-clic... · Posted by u/meetpateltech
GNOMES · 8 months ago
the whispering/eating guy is so tilting lol
GNOMES commented on IMG_0001   walzr.com/IMG_0001/... · Posted by u/walz
GNOMES · 9 months ago
Seems that views through this site don't seem to reflect?

Found a video that had zero views, watched to completion, then hit back on next video to return to it. Video still had 0 views.

u/GNOMES

KarmaCake day311August 17, 2018View Original