Obviously i can’t be online and have my pc powered on 24/7 as i have a life outside the web
You... don't have to sit in front of your computer while it's on... leave it on and go to work/school/sleep. Sharing is caring. 🙂
Obviously i can’t be online and have my pc powered on 24/7 as i have a life outside the web
You... don't have to sit in front of your computer while it's on... leave it on and go to work/school/sleep. Sharing is caring. 🙂
Google would legally separate Chrome into a foundation, retaining ultimate ownership and intellectual property rights and give Ecosia operational responsibility for 10 years, Ecosia said.
Eh... uhh... does Ecosia even have the ability to maintain such a large and complicated code base?
IDE users pretending compilers don't exist.
$ guix shell gcc
[env]$ g++ test.cpp
test.cpp:4:16: warning: `0;' is not in NFC [-Wnormalized=]
4 | return 0<U+037E>
| ^~~~~~~~~
test.cpp: In function ‘int main()’:
test.cpp:4:16: error: unable to find numeric literal operator ‘operator"";’
test.cpp:4:18: error: expected ‘;’ before ‘}’ token
4 | return 0;
| ^
| ;
5 | }
| ~
Look ma, no IDE! 😸
Have you tried rerunning them all day until they pass? 😄
LOL.
Person tries to make small talk
zymagoras777: OMG. I'm totally offended. What an attention whore!!1
OK, dude. You know you can just ignore the post, right? Just move along.
LOL! YES! I remember hearing, "Maybe that's what he said, but that's not what he meant."
Soon people are gonna be on $19.99/month subscriptions for thinking.
Even without LLMs, it’s possible StackOverflow would have eventually faded into irrelevance
Yeah, exactly. A lot of groups have a Discord :( or other forums where people ask questions. I know I've had to ask questions on Svelte's Discord :( for example. And I think even once on some YouTube influencer's Slack...
Sucks cuz both of those places are silos and my questions and answers are forever lost.
but I’ve heard these days it’s not unusual to tip up to 40%!
That seems pretty unusual to me.
I normally tip 20%.
I hate constantly needing to charge headphones and dealing with bluetooth connection issues. Way more annoying lol
Yeah, I've definitely grown to like TOML, especially after spending hours trying to edit a giant (nested) YAML file...
I didn't realize the indentation in TOML was purely aesthetic.
This
[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"
[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"
equals this
[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"
[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"
which equals this
{
"servers": {
"alpha": {
"ip": "10.0.0.1",
"dc": "eqdc10"
},
"beta": {
"ip": "10.0.0.2",
"dc": "eqdc10"
}
}
}
What if I need my firewire cable this year?!