Explore >> Select a destination


You are here

donsbot.com
| | offlinemark.com
7.5 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:
| | offlinemark.com
5.8 parsecs away

Travel
| | With the recent announcement of Apple Silicon (Apple laptops shifting to the 64 bit ARM architecture), it's a great time to finally learn ARM64! Since actual ARM64 systems are a bit hard to come by, here's how to set up a basic dev playground on a standard Ubuntu 18.04 x86-64 system. We'll be
| | www.outcoldman.com
10.5 parsecs away

Travel
| | Few weeks ago I decided to get myself a MacBook. Wanted compact, lightweight MacBook, and good battery life. I started to consider MacBook instead of MacBook Pro, but wanted to be sure that performance will not be a problem. Few years ago I have heard that MacBooks were very slow, but this year Geekbench showed very promising results. So I got it, now I am trying to test it as much as I can to be sure that there are will be no surprises in performance. Also I am comparing performance to other Apple devices I have.
| | www.vintasoftware.com
92.6 parsecs away

Travel
| Lambda expressions, also known as arrow functions, are a fundamental feature in JavaScript. Learn about the advantages of Javascript Lambda functions, examples and more.