Comment on
When you just cant wait...
That rope is about a foot off the ground; I'm struggling to work out how he managed NOT to clear it!
Comment on
When you just cant wait...
That rope is about a foot off the ground; I'm struggling to work out how he managed NOT to clear it!
Comment on
"Torture is totally useful you guys"
Reply in thread
Or a happy meal toy for adults
Comment on
Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
Check out Tauri.app
Comment on
When do people prefer merge versus rebase?
Reply in thread
You just have to push through
Comment on
What is your "inexpensive" hobby that turned out to be expensive/ you gradually invested lots of money into?
Ketamine
Comment on
What's the funniest mishearing of song lyrics you've had?
Crimean River
Comment on
Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
Reply in thread
It doesn't embed Chromium, it uses the native webview that already exists on the system. The average app I make using Tauri is less than 15MB, and being Rust on the backend you can go as low level as you like. The Tauri API provides access in your front end code to all the native APIs you can think of.
Comment on
A diagram couldn't lie
What does it mean if today's my birthday?
Comment on
An classic that every arcade had back in the day. What was the hardest level for you?
Reply in thread
Pretty impressive for 3.1
Comment on
Almost had to mark this one NSFW
Reply in thread
What about figuratively?
Comment on
epage (clap.rs and many more) has requested the removal of all his packages from lib.rs over misinformation
Reply in thread
😂 kind of true I guess
Comment on
Added Bugs to Keep my job
Reply in thread
Also bash
Comment on
Too close to home
Reply in thread
Randomly wrapping things in Arc::new()
Comment on
Which Ariana Marie year?
2023, definitely.
Comment on
SAG-AFTRA's new agreement lets game devs use AI voices
Reply in thread
This is already affecting me tbh. Like autotune in popular music though, the majority of people will probably just forget (if they ever notice in the first place) that it exists.
Comment on
Just started learning python - question about types of statements.
Reply in thread
At the end of the day, len(ob) just defers to ob.__len__() so both are correct, just one's more functional and one's more object oriented.
Comment on
Is there a programming language specifically designed for interacting with SQL databases?
Reply in thread
Came here to say this
Comment on
Just started learning python - question about types of statements.
Reply in thread
Keyword "typically". If I'm overriding dunder methods, then I'll typically need to call the super method as well. It's not like it's forbidden.
Consider the following:
class MyStr(str):
def len(self):
return len(self)
# OR
return self.__len__()
Both of the above return values are perfectly valid Python.
Comment on
Is it normal for a person to "feel" less as they get older?
Reply in thread
I've occasionally referred to psychedelics as 'microwave Buddhism'
Comment on
ratatui 0.22.0 is released! (community fork of tui-rs)
Reply in thread
rah-tah-tee-you-ai