Idk, I still think information wants to be free. If you figured it out just farting around, sophisticated malevolent actors are likely already doing similar things. Might be better to let the genie out of the bottle, so people can learn to be skeptical. Deep fakes are optimally effective when a majority still accepts the veracity of images as an article of faith.
lgtm
Thats actually not a terrible idea.
If anything, their tech hours got reduced.
Damn, I wanted to mention sqlite.
I find it easier using my pinky to hit ctrl than taking my fingers off the home row to use the arrow keys.
ctrl-b: move cursor back one character
ctrl-f: move cursor foward one character
ctrl-d: delete character under cursor
what do you mean by the Fuck you pay me thing?
Its pretty cool he mentioned the work of doug engelbert. I recently finished a book called ‘what the dormouse said: how the 60s counterculture shaped the personal computer.’ Kay’s comment makes me feel that was not just a bit of trivia, but a glimpse into the potential of computing that is tsill yet to be realized.
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. )
That really pisses me off.
Thank you SO MUCH. This is exactly the kind of response i wanted, and also thought it would be naive to hope for. Seriously, you’rr awesome.
And i really appreciate how you even looked for something nice to say too. :)
IPv4 should be deprecated, but it’s not
Im biased here, ive been learning python for almost 16 months and only dabbled in Javascript and never did any Ruby, but for a first language, i think python is fantastic. Its “easy” enough to keep you feeling like your skill is actually improving, while still being able to do pretty much anything (where performance is not a high priority). I also just think javascript is ugly to look at.
Is this just referring to the firefox sync feature? I love being able to access tabs from my laptop on my phone and vice versa.
“alright, we need to make our service worse to satisfy our real customers”
So not a whole lot has changed. I cringe thinking of all the youtube video that explain OOP like this
class Animal:
class Dog(Animal):
Is it a low code tool?
Hacker news isnt an appropriate forum for most questions tho, that one is valid
Codewars is a cool leetcode-esque thing with less of the corporate dystopia sheen.