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

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

[-] Hammerheart@programming.dev 2 points 1 year 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 1 year ago* (last edited 1 year 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 2 years ago* (last edited 2 years 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. )

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

I have perused it, but its both so dense and so broad that its not that helpful unless i know exactly what I'm looking for. I have also tried info and tldr. I actually like tldr the most,. although the exhaustiveness of the man pages must be admired. I dont find it to be the best teacher.

[-] Hammerheart@programming.dev 2 points 2 years ago

I have a T560 and i run debian with sway. It serves the dual purpose of getting me more comfortable in the terminal (i even use power shell on my windowa desk top a lot more now), and it runs much better than KDE or gnome did. Im missing some obvious quality of life settings like easily adjusting the power settings (it never sleeps, just turns off the screen and locks). But again, im trying to get more comfortable using the terminal so for me its more of a "take the training wheels off" thing.

[-] Hammerheart@programming.dev 2 points 2 years ago

Is it a low code tool?

[-] Hammerheart@programming.dev 2 points 2 years ago

Whats the difference between using backticks for the definition of theDisk and $() ?

[-] Hammerheart@programming.dev 2 points 2 years ago

There are usb turntables that let you rip your vinyl, but theyre usually not the highest quality turn tables. I like vintage tables because it adds to the atmosphere and there were fewer corners cut. You could probably get some separate equipment that would let your turn table talk to your computer.

[-] Hammerheart@programming.dev 2 points 2 years ago

I love thay idea im gonna implement it tonight

[-] Hammerheart@programming.dev 2 points 2 years ago

Do you have to chmod all your scripts when you include the shebang? Or do you have it configured to save with the right permissions?

view more: ‹ prev next ›

Hammerheart

joined 2 years ago