I’m doing my part!
I’m doing my part!
LISP be like: “There is an error here in this wierd code I just generated and which you never saw before. Wanna hotfix it and try again?”
Is there a fediverse alternative yet?
Also, if you are a technical person I urge you to start a blog where you document problems you solve. It’s a great ressource for others and a resumé for you.
Will this fly with GDPR?
Every device has a headphone jack if you push hard enough.
The right license in the wrong place can make all the difference in the world. So, wake up, Mister Torvalds. Wake up and… smell the ashes…
I also enjoy shouting “Wololo” at other people’s computers, only to have them boot into Linux unexpectedly.
I want to love my FP3 but it loves to crap out by being slow or just crash prone. I replaced my camera because it accumulated dust behind the lense, because it is replacable.
… still wouldn’t buy any other phone, it works well enough in all aspects and is a bit like the slightly crappy car you still love <3 Next one will be a FP5 :)
So they want to drive down wages and/or failed at long term management of their workforce structure. Why are the repeated failures of management types across all industries not named more directly?
Turns out it exists in gdb, although in a limited scope!
#include <iostream>
int main() {
int a = 0;
std::cout << "before: " << a << std::endl;
a += 1;
std::cout << "after: " << a << std::endl;
return 0;
}
Compile with g++ -g
and run gdb a.out
(gdb) run
before: 0
after: 1
[Inferior 1 (process 10976) exited normally]
(gdb) break 1
Breakpoint 1 at 0x5555555551d5: file main.cpp, line 6.
(gdb) run
Breakpoint 1, main () at main.cpp:6
6 int a = 0;
(gdb) jump +3
Continuing at 0x55555555521b.
after: 0
[Inferior 1 (process 10979) exited normally]
See here for documentation
What Usenet provider are you using?
Interesting idea! Although it seems to be very invasive. If it really detours code the breakpoint suddenly modifies execution. Most debuggers seem to bebuilt as pure measurement tools. And i have the feeling for good reason: Understanding when the code will be executed is a big part of debugging. And the need to detour suggests the code is poorly debuggable.
The only non-infurating way to read reddit. If it’s gone people who didn’t care so far might actually feel inconvenienced and move out.
Can confirm. Southern Germany used to be green in June and July now most fields are yellow and all the trees shows sign of heat stress. Rivers are already emptying. However nobody seems overly concerned.
It’s back up!
This is great. It suddenly feels like the internet of 2003 again, with small communities popping up, competition and less of a corporate chokehold. Only this time they have a shared login and crosstalk, which was sorely lacking back then. If we are lucky this event might establish a stable, new part of the internet, which is separate from the consolidated platforms. The Fediverse doesn’t have to replace sites like reddit, just be a next step for people fed up with the corporate net (corponet?).
Welcome to the real world Neo. Don’t take the pill with 777 permissions btw.