Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
I had a feeling that I need to upgrade sync Arch every month
(or indeed, the package database)
Imagine python, but written like ML:
def greet name = f"Hello, {name}"Imagine python, but statically typed and with curly braces.
def str greet(str name) {
return f"Hello, {name}"
}I’m installing xfce4 to replace lxde and well…

Let’s just say xfdesktop went kaput.
https://gist.github.com/Gilbert189/ab04381364c49078a3f12d9017338fd7
use this if you want to make other people know you’re in /chat
(another rejected post)
MagicCrayon9342 wrote:
ISTILLMAKESTUFF wrote:
My Youtube home is filled up with the m2 pro mac mini
Apple fan moment
¬¬
Just saying, I'm rather irritated when you said that.
Now don't punch me.
The problem with Lua is that it can’t stand alone as a language; it needs to have a mutual relationship with its host in order to be usable.
Otherwise you will get a language so poor in features you might as well consider rewriting your code in Pascal.
So for my IoT project I want to make a doorbell with audio (like the Ring but crappier)
Originally I was going to use Codec2 as the codec to transmit the voice and use raw sockets to transmit them
Then I spent my time figuring out how to have a low-delay event-call connection (since that’s the problem with the Ring)
Eventually I learned that Telegram has voice calls so I’ve decided to use that instead
Edit: turns out I can’t use voice calls for bots so back to square one