fsenart

↗ HN profile [ 71.3 ms ] full profile
Karma
8
Created
February 1, 2015 (11y ago)
Submissions
0
  1. The number of privacy-focused analytics tools is ever-growing. And the perfect balance between freshness and promoted evilness of legacy tools is appealing. Rightfully, all of them try to mitigate identity to promote…

  2. Before: package main import ( "net/http" "github.com/gin-gonic/gin" ) var r *gin.Engine func handle(ctx *gin.Context) { ctx.String(http.StatusOK, "Hello, %s!", ctx.Param("name")) } func init() { r = gin.Default()…