|
You are here |
www.unindented.org | ||
| | | | |
yusuf.fyi
|
|
| | | | | A random thought I had while having lunch | |
| | | | |
luketic.de
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | |||