Readit News logoReadit News
pratio commented on Red Hat takes on Docker Desktop with its enterprise Podman Desktop build   thenewstack.io/red-hat-en... · Posted by u/twelvenmonkeys
chuckadams · 19 days ago
OrbStack is a very compelling alternative on macOS. The GUI launches instantly due to being a Swift app and not Electron. Container filesystems are visible in Finder. You can spin up full-blown VMs with it (only Linux ones though). Storage is managed dynamically, so you don't have to reserve or resize the virtual disk. Free for personal use, with zero nags or upsells.
pratio · 19 days ago
I can attest, Orbstack has been a gamechanger. Happily paying for the pro license.
pratio commented on MapLibre Tile: a modern and efficient vector tile format   maplibre.org/news/2026-01... · Posted by u/todsacerdoti
jtbaker · 2 months ago
It's very cool! If you want to get higher cache hit rates from a CDN or redis etc. and lower the amount of S3 reads, you can get set up a proxy to convert `/{z}/{x}/{y}.mvt` requests into the byte-range requests: https://docs.protomaps.com/deploy/

Brandon has some example code you can lift to dump it into a Cloudflare Worker or other platforms on that page.

pratio · 2 months ago
Thank you. I'm going to try this on a different project that we have. Our current deployment is designed to work directly through s3/api gateway which reduces the number of moving parts.

We update the tiles frequently, so the setup has been amazing for us.

pratio commented on MapLibre Tile: a modern and efficient vector tile format   maplibre.org/news/2026-01... · Posted by u/todsacerdoti
dzogchen · 2 months ago
PMTiles is actually pretty agnostic to what kind of tiles it contains! There is already a PMTiles PR that updates the byte that specifies the type of tile to include MLT.

https://github.com/protomaps/PMTiles/pull/596

pratio · 2 months ago
Oh wow, thank you, looking forward to this
pratio commented on MapLibre Tile: a modern and efficient vector tile format   maplibre.org/news/2026-01... · Posted by u/todsacerdoti
Humphrey · 2 months ago
Oh pmtiles is such a simple and innovative solution!
pratio · 2 months ago
Yes, Absolutely in love with it. Loading tiles with range requests made our application so much faster.
pratio commented on MapLibre Tile: a modern and efficient vector tile format   maplibre.org/news/2026-01... · Posted by u/todsacerdoti
jamessb · 2 months ago
PMtiles is often used with MVT tiles, but it can encapsulate a variety of tile types: the current spec [1] has defined tile types for MVT, PNG, JPEG, WebP and AVIF (plus "Unknown/Other").

[1]: https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec....

pratio · 2 months ago
Absolutely, we have MVT tiles at the moment, I'm hoping to test MLT soon
pratio commented on MapLibre Tile: a modern and efficient vector tile format   maplibre.org/news/2026-01... · Posted by u/todsacerdoti
pratio · 2 months ago
This is interesting. We recently deployed a solution that uses pmtiles and it's great.

https://docs.protomaps.com/pmtiles/

afaik, pmtiles uses mvt, let's hope the tooling to convert the tiles to mlt also becomes available.

pratio commented on 20 Years of Digital Life, Gone in an Instant, Thanks to Apple   lobste.rs/s/sikol2/20_yea... · Posted by u/etyhhgfff
pratio · 3 months ago
This is the original blogpost https://hey.paris/posts/appleid/

The reddit thread https://www.reddit.com/r/theprimeagen/comments/1plv44v/20_ye...

Please update the link in the post

pratio commented on Show HN: Marmot – Single-binary data catalog (no Kafka, no Elasticsearch)   github.com/marmotdata/mar... · Posted by u/charlie-haley
charlie-haley · 3 months ago
That's great to know, I wasn't aware anybody even attempted to used it yet! I'm currently in the process of overhauling the Plugin system, it's been quite hard to test some enterprise closed-source integrations like Tableau and Snowflake to build out plugins.

SSO is sort kind of available, but undocumented, it currently only supports Okta but I'm working on fleshing out a lot of this in the next big release (along with MCP)

pratio · 3 months ago
We gave it a proper deployment and were blown away by the speed but in the end we need a lot of features. SSO/SAML is really important for not just access but also governance. We also miss the Snowflake and dbt plugin among others.

I saw the plugin system but having never written any production ready go code, it doesn't make sense to just use an LLM to generate code and pull requests which you then need to spend time reviewing.

Marmot is a wonderful project and I'm sure it'll be worth the wait.

pratio commented on Show HN: Marmot – Single-binary data catalog (no Kafka, no Elasticsearch)   github.com/marmotdata/mar... · Posted by u/charlie-haley
pratio · 3 months ago
Hey there, Great to see Marmot here and I'm a huge fan of your project. Recently, we deployed a catalog but we went with open-metadata https://open-metadata.org/ another amazing project.

What we missed on marmot was existing integrations with Airflow and other plugins like Tableau, PowerBI etc as well as other features such as sso, mcp etc.

We're an enterprise and needed a more mature product. Fingers crossed marmot reaches there soon.

pratio commented on Show HN: Parqeye – A CLI tool to visualize and inspect Parquet files   github.com/kaushiksrini/p... · Posted by u/kaushiksrini
pratio · 4 months ago
This looks beautiful but we're heavily invested in s3 so I'll wait for remote support

u/pratio

KarmaCake day452January 11, 2019View Original