[-] Hammerheart@programming.dev 2 points 6 months ago

I needed to read this. Thank you.

[-] Hammerheart@programming.dev 2 points 9 months ago

Can you give an example of what you mean by a risky change?

[-] Hammerheart@programming.dev 2 points 9 months ago

Have you tried killing the other process using the dpkg lock?

[-] Hammerheart@programming.dev 2 points 10 months ago

Duckduckgo has a no javascript mode.

[-] Hammerheart@programming.dev 2 points 10 months ago

Forge joe.

like, "joe sure is tough, he's built like a forge"

[-] Hammerheart@programming.dev 2 points 10 months ago

Is it possible to resize tab panes?

[-] Hammerheart@programming.dev 2 points 10 months ago

You basically get to choose which modifier key you want to use

[-] Hammerheart@programming.dev 2 points 11 months ago

Ive been daily driving debian since dec 25, 2023. I dont regret it at all. I had some experience using ubuntu in like 2007, but other than that had been using windows exclusively.

[-] Hammerheart@programming.dev 2 points 11 months ago* (last edited 11 months ago)

ctrl-b: move cursor back one character

ctrl-f: move cursor foward one character

ctrl-d: delete character under cursor

[-] Hammerheart@programming.dev 2 points 1 year ago

I may actually have a hope of remembering how to access elements of an array in bash now!

[-] Hammerheart@programming.dev 2 points 1 year ago* (last edited 1 year ago)

I just want you to know you weren't screaming into the void. Look at my new main.py:


from pathlib import PurePath


from Layout import Layout


DEFAULT_FOLDER = PurePath("/home", "mike", "bg")
WATERMARK_DIR = Path(Path(os.getcwd()).parent, "assets", "img")


def main() -> Layout:
    return Layout()

if __name__ == "__main__":
    main()

(I know I still need to change those folder defaults, but I am still riding the high of getting all that layout stuff into Layout.py and it working. I spent a couple hours today struggling, wondering why I was just getting a blank screen, when i realized i forgot to call .grid() on the frame that held all the widgets! So it was just rendering a blank window. )

view more: ‹ prev next ›

Hammerheart

joined 2 years ago