Explore >> Select a destination


You are here

www.unindented.org
| | yusuf.fyi
9.3 parsecs away

Travel
| | A random thought I had while having lunch
| | luketic.de
12.2 parsecs away

Travel
| | Dart vs Go Dartlang vs Golang HTTP performance A simple test server.dart import 'dart:io'; void main() { HttpServer.bind('localhost', 8080).then((server) { server.listen((request) { request.response.write('Hello World'); request.response.close(); }); }); } 1 2 3 4 5 6 7 8 9 10 import 'dart:io' ; void main ( ) { HttpServer . bind ( 'localhost' , 8080 ...
| | blast-o-rama.com
11.3 parsecs away

Travel
| | A lot of very cool people I know on the internet are writing about what their default apps of choice are, inspired by a recent episode of the podcast Hemispheric Views. Ever someone willing to share his unnecessarily non-standard setup, I figured "eh, I'll write up my list too." Here goes... ?? Mail Client - Mimestream on computer, ? Mail on mobile devices. ?? Mail Server - Google Workspace ?? Notes - Bear
| | antonio.is
12.5 parsecs away

Travel
|