Viewing profile — zetalemur
zetalemur
HN member- Joined
- Sun, Apr 05, 2020, 12:14 PM UTC
- HN karma
- 47
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About zetalemur
E-Mail:
$ echo aG5AemV0YWxhYnMuaW8K | base64 -d
Happy coding
Founder and CTO of ζLabs
https://www.zetalabs.io
Recent public activity
-
comment
Comment #42509808
Hi HN, showcasing my project over the last years (again). The updated LC-Product works now pretty streamlined and it makes pretty interesting (and surprisingly good to compress) ma…
- story
-
comment
Comment #40099541
Interesting read - there's a lot of progress in the open map styling scene and OSM maps with good data can make amazing maps and it has many different features [0]. It's also inter…
-
comment
Comment #39973366
Interesting default rendering choice for `()` in their demo pretty printer. It renders a space before each opening parenthesis.
-
comment
Comment #39909501
Isn't what you describe a PID-controller: https://en.wikipedia.org/wiki/Proportional%E2%80%93integral%... AFAIK that is the common approach to solve this problem, but it still need…
-
comment
Comment #39898407
SEEKING WORK | Part-Time | Remote | Europe Senior Software Engineer specialized in Django, Pipeline-Development, GIS and applied machine learning in the context of earth observatio…
-
comment
Comment #39169954
Interesting. Came to similar conclusions when analyzing my (httpd) access logs for https://turmfalke.httpd.app/demo.html ... but so far nothing really out of the ordinary.
-
story
Show HN: ~1m/Pixel EPSG 3857 Austrian LandCover Model
Hey HN, we developed a land cover model that works pretty well at least for Austria. Obviously it's not perfect and there is still lots of stuff to improve, but it's important to p…
-
comment
Comment #34064580
Yes, I am aware of Sentinel-2 10m data (RGBN), there are even commercial offerings. Actually the storage requirements are not that big for 10m, like ~4TB for the entire (non-water)…
-
comment
Comment #34030214
It's a nice start but what we also need would be an "OpenRasterMap" project - a project where we collect raster data (more and more data gets available) and store the entire planet…
-
comment
Comment #31958159
That's actually a nice idea. I guess we will see more software in the source code dependencies analysis space. There's so much code and often it's nice to have some kind of metrics…
-
comment
Comment #31957483
Wow never heard of GBIF, but you seem to offer useful data. Am I correct that you are in essence providing georeferenced animal/plant population data across the globe in mostly CC …
-
comment
Comment #30418671
Other HN discussion: https://news.ycombinator.com/item?id=30410077
-
comment
Comment #26218848
> I feel like if I am worried about those issues, when would I ever use sqlite instead of Postgres? Sometimes you do not want to run an additional process/daemon like postgres. You…
-
comment
Comment #24978199
That would have never worked because such a license would be at odds with free and open source licensing and Docker wouldn't have gotten any traction in these communities (that pro…
-
comment
Comment #24948777
"Working" can be interpreted differently. 75% accuracy (?) is not that great for predicting a specific class (depending on distribution on course). If you need high accuracy, let's…
-
comment
Comment #24729375
Probably because it is mostly compared to Python - which is arguably a low bar to beat.
-
comment
Comment #24243563
> GHC'ss linear types don't give you uniqueness types in the same way rust does Why, though? Is it because GHC's linear types are a superset of Rust's linear types? I guess that co…
-
comment
Comment #23905754
Yeah and hosting it by yourself is slightly non-trivial as the storage requirements are in the PB range.
-
comment
Comment #23877685
That's a good one, did not know that. Interesting read.
-
comment
Comment #23877304
That's why we have this bloated over-engineered multi-node applications: People just underestimate how fast modern computing is. To serve ~2^6 requests/sec is trivial. It's easily …
-
comment
Comment #23738005
You are technically correct. The best kind of correct. :)
-
comment
Comment #23737973
Yes, I may have worded that wrong, it's certainly possible . But is it reasonable ? By that, I mean can it compete in performance with C/C++/Rust?
-
comment
Comment #23737929
It's interesting to see that many long-standing members of the Haskell community take a look into (or even heavily use) Rust and add it to their repertoire. This is really a good s…
-
comment
Comment #23675680
Note that "Umwelt" is just the german word for "Environment" (or "Surrounding") - which actually fits in this context.