

There’s this meme in argentina were people write “puto el que lee” that translate kinda to “gay who read”.
There’s this meme in argentina were people write “puto el que lee” that translate kinda to “gay who read”.
Aren’t the liked videos a playlist? I think you can pass a playlist to YouTube-dl and it download it. Maybe you’re gonna need to pass credentials or the YouTube cookie for it.
Had a friend who father was a FORTRAN programmer and teach him since he was a child. At 17, he was already working on a oil company making bank. He was obsessed with synthesizers and everytime you went to his house he showed you the new ones he bought. At 25 he “retired” with his own house and a fully equipped recording studio and nowadays it’s a music producer doing some consulting to pay the bills.
The metal head to swifty pipeline
I can’t even listen to the music I liked 2 years ago. There’s this brazillian genre called funk that I really like mainly because it’s keep evolving pretty fast.
I tried CatchyOS for a HTPC and really liked the UX, but can’t remember what happened with it, something broke or couldn’t do something, and settled for Bazzite and it’s have been working good so far.
Guess they can’t in your case without internet connection.
One day you are young and the next day you have a bag with bags.
One day you are young and the next day you are like wait a second I moped last Sunday!!
Try telegram channels.
Vibe coding without Cursor
OCaml maybe
Does everyone call the function of the script main? I never use main(), just call the function what the program is supposed to do, this program calculates the IBNR? The function is called calculate_IBNR(), then at the end of the script if name = ‘main’: calculate_IBNR(test_params) to test de script, then is imported into a tkinter script to be converter to an exe with pyinstaller
How many lines are in a page?
Used to work in a life insurance company and the president bragged about how the top sellers got more money that him.
I think people are overthinking this. That’s just a variation of the “you vs the guy she told you don’t worry about”.
Yeah, I know. Me and my wife have this kind of relationship. We’re monogamous in a way that we have no interest on dating anyone else, or being romantically involved with other people, but when we’re partying we kiss and occasionally have sex with other people. But of course, we’re open about it and we don’t lie to each other.
deleted by creator
deleted by creator
Kinda started using that with polars, force the scan/read schema as string, and down the road cast as the necessary type when needed. I’m calling it “just in time” data cleaning.