|
You are here |
archive.lostinlogic.wickens.org.uk | ||
| | | | |
spyder.wordpress.com
|
|
| | | | | yes I do. That draft was created just after I joined twitter, and in the details I had written that I had just passed 400 tweets. I'm now closing in on 13,000. I am, however, in the process of scaling back my twitter and Facebook usage - I identified last week that as I reduce... | |
| | | | |
www.gr36.com
|
|
| | | | | Sebastian de With, on Threads: This is apparently incomprehensible to some people on this website, but to many people it's actually a good and beneficial feature that Apple doesn't let you install software on your iPhone from anywhere else. It has been a while since I paid any attention to Apple payments and other things going on in the developer world. Not because I don't care, but because I don't really have an opinion and what I do think as a user might not always be very popular. | |
| | | | |
www.thomashanning.com
|
|
| | | | | Creating iPhone apps on Windows is not possible because there's no Xcode for Windows. Let's look at the alternatives. | |
| | | | |
ouroboros.rocks
|
|
| | | Cleaning up flows While I was browsing through some oping code (trying to get a feeling about how to do broadcast), I stumbled about the cleaner thread. As we can see, it was used to clean up 'stale' flows (sanitized): void * cleaner_thread(void * o) { int deadline_ms = 10000; while (true) { for (/* all active flows i */) { diff = /* diff in ms between last valid ping packet and now */; if (diff > deadline_ms) { printf("Flow %d timed out. | ||