Astro is nice, but its a different model than Nuxt, more suited to static sites.
Feels like Cloudflare would have been a much better alignment, given they had some great integrations already. Hope they are able to maintain some level of autonomy.
Fortunately there are a lot of great alternatives to the ESRI lock-in, and FOSS has a long and rich tradition in Geo.
oh-my-zsh default prompt mode for git branches is for me! super clean. need to familiarize myself with some more of their shorthand commands.
I think they probably like having an GDP 25x larger than North Korea's. Gets a lot harder to export your products around the world when you're squared off against the US.
Not sure about petabytes, but pretty sure Brandon Liu of Protomaps is hosting all the daily protomaps extracts via R2. Not sure what the egress usage is.
document.querySelector(".my-auto").setAttribute("style", "text-align: left;"); I'm actually having fun reading it after applying that.
[flagged]
HN's aesthetic has grown on me honestly!
They're the ones you can't comment on.
I've seen (but not used) this tool recently, which seems like it does a similar thing. Curious if it is any better experience. https://github.com/bahdotsh/wrkflw
I haven't/wouldn't use it because I have a decent K8S ollama/open-webui setup, but docker announced this a month ago: https://www.docker.com/blog/introducing-docker-model-runner
I'm not sure if they are "apps" per se, but both are these are running python code via pyodide in the browser: https://marimo.app/ https://pydantic.run/
don't see any looping expression functionality in the PEP
Perfect use case for https://github.com/urchade/GLiNER
Prefect is amazing. Built out an ETL pipeline system with it at last job and would love to get it incorporated in the current one, but unfortunately have a lot of legacy stuff in Airflow. Being able to debug stuff…
they are great little devices. Has its own tailscale app too and can be used as an exit node! useful for me as the TV is pretty close to the fiber box on the wall.
Love Go (and async python, for different reasons) but miss me with the gRPC unless you are building hardened internal large enterprise systems. We adopted it at a late stage startup for a microservices architecture, and…
Can you talk more about what an implementation of such a semantic layer would look like?
Thank you for this.
You want a shape that can represent an approximately equal area, anywhere on a 3 dimensional surface.
Polars seems cool, but not willing to invest in adoption until Geo support is more mature. I find I'm preferring to run most operations I'd use dataframe libraries for in local SQL via DuckDB anyways.
> The problem with Parquet is it’s static. Not good for use cases that involve continuous writes and updates. Although I have had good results with DuckDB and Parquet files in object storage. Fast load times. You can…
I thought about this some more and did some research - and found an indexing approach using HNSW, serialized to parquet, and queried from the browser here: https://github.com/jasonjmcghee/portable-hnsw Opens up…
I have tinkered with using DuckDB as a poor man's vector database for a POC and had great results. One thing I'd love to see is being able to do some sort of row group level metadata statistics for embeddings within a…
Astro is nice, but its a different model than Nuxt, more suited to static sites.
Feels like Cloudflare would have been a much better alignment, given they had some great integrations already. Hope they are able to maintain some level of autonomy.
Fortunately there are a lot of great alternatives to the ESRI lock-in, and FOSS has a long and rich tradition in Geo.
oh-my-zsh default prompt mode for git branches is for me! super clean. need to familiarize myself with some more of their shorthand commands.
I think they probably like having an GDP 25x larger than North Korea's. Gets a lot harder to export your products around the world when you're squared off against the US.
Not sure about petabytes, but pretty sure Brandon Liu of Protomaps is hosting all the daily protomaps extracts via R2. Not sure what the egress usage is.
document.querySelector(".my-auto").setAttribute("style", "text-align: left;"); I'm actually having fun reading it after applying that.
[flagged]
HN's aesthetic has grown on me honestly!
They're the ones you can't comment on.
I've seen (but not used) this tool recently, which seems like it does a similar thing. Curious if it is any better experience. https://github.com/bahdotsh/wrkflw
I haven't/wouldn't use it because I have a decent K8S ollama/open-webui setup, but docker announced this a month ago: https://www.docker.com/blog/introducing-docker-model-runner
I'm not sure if they are "apps" per se, but both are these are running python code via pyodide in the browser: https://marimo.app/ https://pydantic.run/
don't see any looping expression functionality in the PEP
Perfect use case for https://github.com/urchade/GLiNER
Prefect is amazing. Built out an ETL pipeline system with it at last job and would love to get it incorporated in the current one, but unfortunately have a lot of legacy stuff in Airflow. Being able to debug stuff…
they are great little devices. Has its own tailscale app too and can be used as an exit node! useful for me as the TV is pretty close to the fiber box on the wall.
Love Go (and async python, for different reasons) but miss me with the gRPC unless you are building hardened internal large enterprise systems. We adopted it at a late stage startup for a microservices architecture, and…
Can you talk more about what an implementation of such a semantic layer would look like?
Thank you for this.
You want a shape that can represent an approximately equal area, anywhere on a 3 dimensional surface.
Polars seems cool, but not willing to invest in adoption until Geo support is more mature. I find I'm preferring to run most operations I'd use dataframe libraries for in local SQL via DuckDB anyways.
> The problem with Parquet is it’s static. Not good for use cases that involve continuous writes and updates. Although I have had good results with DuckDB and Parquet files in object storage. Fast load times. You can…
I thought about this some more and did some research - and found an indexing approach using HNSW, serialized to parquet, and queried from the browser here: https://github.com/jasonjmcghee/portable-hnsw Opens up…
I have tinkered with using DuckDB as a poor man's vector database for a POC and had great results. One thing I'd love to see is being able to do some sort of row group level metadata statistics for embeddings within a…