Viewing profile — mamaar
mamaar
HN member- Joined
- Fri, Feb 06, 2015, 1:53 PM UTC
- HN karma
- 20
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About mamaar
No profile information was provided.
Recent public activity
-
comment
Comment #48796296
I would define a tile as a slice of geometries, not whole features. The difference with Tileless' approach, is that they load whole features from the database and don't split them …
-
comment
Comment #48795976
There are no tiles. All geometry is loaded and rendered directly from an SQLite database on every render. Geometry is stored as TWKB (Tiny Well-Known Binary) to reduce storage and …
-
comment
Comment #48795097
There is also https://gitlab.com/tilelessmap/tilelessmap with some of the same focus areas. > TilelessMap is an open, offline-first mapping engine designed for critical field use, …
-
comment
Comment #15808787
One of the best books I've read ever! Haskell Programming: http://haskellbook.com/index.html
-
comment
Comment #9617576
Libre Office is a well known and big project with a large non-technical user base who can make use of some great documentation. As an editor the project might be relevant to yourse…
-
comment
Comment #9480014
Haha. Well the name can be changed if this actually make people react. Ideas are always welcome :)
- comment
- story
- story
-
comment
Comment #9014143
I've started working on a related project and am currently working on a SCSS-to-CSS compiler as you can see here: https://github.com/mamaar/gonads
-
comment
Comment #9008979
Clickable: https://github.com/mamaar/gonads
-
story
Show HN: Gonads – Golang based front end development tools
Gonads - Frontend development with balls So far the Node.JS/Ruby based frontend tools I've tried gave me either eye scratches or massive hairloss. All I really needed was a /simple…