Explore >> Select a destination


You are here

xakcop.com
| | atilaoncode.blog
16.5 parsecs away

Travel
| | I'll lead with a file: // stdlib.dpp #include #include void main() { printf("Hello world\n".ptr); enum numInts = 4; auto ints = cast(int*) malloc(int.sizeof * numInts); scope(exit) free(ints); foreach(int i; 0 .. numInts) { ints[i] = i; printf("ints[%d]: %d ".ptr, i, ints[i]); } printf("\n".ptr); } The keen eye will notice that, except for the...
| | offlinemark.com
16.3 parsecs away

Travel
| | Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1:
| | lukesingham.com
15.5 parsecs away

Travel
| | Block all advertisements for all devices on my home WiFi network
| | www.thedrinksbusiness.com
59.9 parsecs away

Travel
| WHO's latest call for higher alcohol taxes risks targeting the wrong problem with the wrong tool. A broader, evidence-based approach is needed to address alcohol harm without punishing responsible consumers or undermining cultural and economic heritage.