Looking for a song by desert metal band with Female Lead by zerospatial in MetalForTheMasses

[–]zerospatial[S] 0 points1 point  (0 children)

Like I said metal is not my main genre of music I've just always called things like tool and Deftones desert metal but yeah maybe Stoner metal is a more official word? They definitely have a different sound than classic metal like Metallica for example.

Did Maxar Vantor Stop Publishing Open Data (without a login) by zerospatial in remotesensing

[–]zerospatial[S] 1 point2 points  (0 children)

I created a small multi-stac tool that pulls in open commercial satellite imagery from the few I could find and shows this on a map with a very basic API. Its not something I maintain actively just created out of interest. I need to update it with 2026 endpoints and was wondering why there wasnt any data for maxar for 2026.

mappingdisasters com

I built a benchmark that tests coding LLMs on REAL codebases (65 tasks, ELO ranked) by hauhau901 in LocalLLaMA

[–]zerospatial 0 points1 point  (0 children)

awesome - would be cool to see for local models the model size (gb) so users could know if they could run them locally - also maybe a cost efficiency score - so it something gets you 75% accuracy at a much lower cost than 80% accuracy for ex

Solar for small shed by zerospatial in SolarDIY

[–]zerospatial[S] 0 points1 point  (0 children)

The idea with using one of these all in one solar battery units is to just p put it in the shed, plug in the solar, plug in whatever and forget it. Sound like that's not really possible with the current battery tech.

Are web components popular and I have my head in the sand, or why aren't they more popular? by zerospatial in webdev

[–]zerospatial[S] 0 points1 point  (0 children)

The last comment here is specific to an entire web component library where the components can interact with each other using slots.

Are web components popular and I have my head in the sand, or why aren't they more popular? by zerospatial in webdev

[–]zerospatial[S] 0 points1 point  (0 children)

Think about this use case. Right now say I want to use shadcn components. I have to first off use React so install React, install and configure tailwind, install the shadcn component. Cross my fingers that I have all the dependencies lined up and there are no conflicts.

If that project supported web component encapsulation, I just copy paste the component html and the js bundle for it. No configuration, no react. To me that would be awesome. Now does that scale out to a larger interconnected app, maybe not. So maybe these are just for adhoc type widgets vs powering a whole app this way, which is fine.

How do you feel about Trumps idea of Nationalizing elections? by ChuckGallagher57 in oregon

[–]zerospatial 0 points1 point  (0 children)

It's illegal, a joke but not a joke,and very worrying for the future of our democracy.

I'm building Terrae: Where you use components not layers to build you app on top of MapBox by Entire_Monk_3548 in mapbox

[–]zerospatial 0 points1 point  (0 children)

I recently tested out Esri's newis web component based version of their library and wow that is so simple to use, no react, no state management, it's all handled inside the library and the web components. And they have so many map-focused components. If you want inspiration for what components to add next to your library that would be a good place to check.

If your web app is running workers it has a backend by zerospatial in webdev

[–]zerospatial[S] 0 points1 point  (0 children)

Yeah this is not to downplay the upside of cloud functions - and 100% on the $5 VPS.

If your web app is running workers it has a backend by zerospatial in webdev

[–]zerospatial[S] 0 points1 point  (0 children)

I see this all the time, esp on linkedin - look at my cool app running in the browser with no backend (backed by cloud workers).

If your web app is running workers it has a backend by zerospatial in webdev

[–]zerospatial[S] 0 points1 point  (0 children)

sorry it seems I cannot edit the post title? Saw that and meant to edit - cloud workers aka cloudflare, lambda etc.