Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bchapuis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bchapuis
1mo ago
As someone named after an IKEA chair, I can testify I took no offense while assembling myself. https://manuall.co.uk/ikea-bertil-chair/
2.
▲
by
bchapuis
7mo ago
Ahah, that was fast
3.
▲
Show HN: Building a Globe Viewer When Software Is Cheap
(github.com)
1 points
by
bchapuis
7mo ago
|
2 comments
4.
▲
Show HN: Daf·thunk – open-source Editor for Prototyping Workflows on Cloudflare
(dafthunk.com)
15 points
by
bchapuis
1y ago
|
1 comments
5.
▲
by
bchapuis
1y ago
Really cool project! I tried it a couple of weeks ago with an Anthropic API key and will give it another shot. Could you share a bit more about how you handle code summarization? Is it mostly about retaining method signatures so the LLM get
6.
▲
by
bchapuis
3y ago
Yes, planetiler rocks and the memory mapped collections enabled us to remove our dependency to rocksdb ;) From my perspective, planetiler started as an effort to generate vector tiles from the OpenMapTile schema as fast as possible (pbf -&g
7.
▲
by
bchapuis
3y ago
We recently attended the OGC/Apache Code Sprint at Camptocamp and improved our experimental support for Collection, Conformance, Tiles and Styles. In the future I would also like to expose the attributes and geometries of the database
8.
▲
by
bchapuis
3y ago
MapLibre ( https://maplibre.org/ ) is used to render the map.
9.
▲
by
bchapuis
3y ago
Unfortunately, I don't gather statistics on the demonstration server. I believe that the in-memory caffeine cache ( https://github.com/ben-manes/caffeine ) saved me.
10.
▲
by
bchapuis
3y ago
We use the OpenStreetMap name attribute: https://wiki.openstreetmap.org/wiki/Key:name
11.
▲
by
bchapuis
3y ago
Thank you for reporting this problem, I created an issue on GitHub to track it. The root cause is probably located in our tileset or style (not in the renderer). Right now, we use the OpenStreetMap name attribute in our tiles and most of ou
12.
▲
by
bchapuis
3y ago
Clearly, I did some location-based pub/sub research in the past and the lack of open source infrastructure components was an important motivation for Baremaps. Today, the open source ecosystem in this area is moving fast and I think we
13.
▲
by
bchapuis
3y ago
Have you tried Turf.js? It goes pretty far when it comes to in-browser spatial analysis. Baremaps is more about the server side of web mapping. We currently use MapLibre for rendering the vector tiles we produce in the browser and plan to s
14.
▲
by
bchapuis
3y ago
Yes, as the tiles are created directly from Postgis, reprojecting the coordinates would take too much time.
15.
▲
by
bchapuis
3y ago
Thank you for describing this issue, I created an issue on GitHub to track it. The fact that OpenStreetMap Carto is used in the OpenStreetMap documentation greatly accelerated our styling process (e.g. https://wiki.openstreetmap.
16.
▲
by
bchapuis
3y ago
Nice, thank you for the pointer. Our workflow uses a DAG and the format is loosly inspired by GitHub actions and AWS data pipeline. This is an area we seek to improve, so no not hesitate to reach out on GitHub or by email.
17.
▲
by
bchapuis
3y ago
Yes, there is clearly a need for a go-to solution. MapLibre and Cesium are doing a great job with their open-source renderers. Baremaps complements this by providing open infrastructure components, such as a data pipeline and a vector tile
18.
▲
by
bchapuis
3y ago
Hi, author here, I just noticed that Baremaps was submitted to HN. Our demo runs on PostGIS, and I'm surprised it's holding up under the load. I'm happy to answer questions. Here is the fullscreen demonstration for those who
19.
▲
by
bchapuis
3y ago
Hi, author here, Baremaps aims to create an open and easily extensible vector map, inspired by OpenStreetMap Carto. The goal is to provide a high-quality base map for the planet. Since we use PostGIS as a storage backend, you can extend it
20.
▲
by
bchapuis
4y ago
I will mention Baremaps [1] and its OpenStreetMap demo [2]. Baremaps can be used to import data in Postgis and serve vector tiles efficiently. Its developer mode, featuring live reload capabilities, makes it easy to customize vector tiles a
21.
▲
by
bchapuis
5y ago
A search for their bash script on github gives more than 400K results... The scale of this breach is staggering. https://github.com/search?q=https%3A%2F%2Fcodecov.io%2Fbash&...