Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Map Control Visualized (3x speed) Calculated based on map geometry and demo data for player positions, grenades etc. Only proof of concept for now, but let us know what you think! Round taken from BLAST Premier 💥 Lisbon 2025 final between Vitality & MOUZ

24,921 görüntüleme • 1 yıl önce •via X (Twitter)

11 Yorum

LCC|MamE profil fotoğrafı
LCC|MamE1 yıl önce

@BLASTPremier It's absolutely fantastic. Since my team always uses Leetify for our feedback meetings, I believe adding this feature will greatly improve the team's awareness of area control.

The Bitcoin Conference profil fotoğrafı
The Bitcoin Conference1 yıl önce

Bitcoin Conference 2025 in Las Vegas, NV - May 27th-29th 2025 | Embrace Game Theory

4MT profil fotoğrafı
4MT1 yıl önce

@BLASTPremier This is awesome, will it be available eventually for pro users? Or will this stay as more of a concept just for pro demos. I don’t know how demanding on your servers it would be do do this for every 2d replay

Saltyy profil fotoğrafı
Saltyy1 yıl önce

@BLASTPremier omg would love this. Yes please!

pootz profil fotoğrafı
pootz1 yıl önce

@BLASTPremier do it my sigma please

CS2 Statistics profil fotoğrafı
CS2 Statistics1 yıl önce

@BLASTPremier I've been spending a lot of time watching 2D demos for quick analysis series over the past few months. I often pause the images to understand the control areas and make notes, this tool would save a lot of time, especially for people like me who are new to analytics strategies.

Ken profil fotoğrafı
Ken1 yıl önce

@BLASTPremier This would be sick

Intelectual de Miller D716 profil fotoğrafı
Intelectual de Miller D7161 yıl önce

@BLASTPremier OMG GUYS, DAAAAAMNNNNN. I love itttttt!!!!!!

Mac Coy profil fotoğrafı
Mac Coy1 yıl önce

@BLASTPremier

Luca Beretta⚡️🛰️ profil fotoğrafı
Luca Beretta⚡️🛰️1 yıl önce

@BLASTPremier need to show this to my teammates that all follow me down banana

Philip Dahlberg profil fotoğrafı
Philip Dahlberg1 yıl önce

@BLASTPremier Great idea

Benzer Videolar

Here's a copy/paste prompt recipe and vid showing exactly how to ask an LLM for an interactive map with satellite/map layers + a georeferencer that lets you see how old maps correspond with modern geography. Today the computer can’t make good print maps (that's your hill to climb ) but it can, with five bucks and twenty minutes, make good interactive maps. No software/GIS knowledge necessary, you just need a few nouns and an LLM. Scroll to the bottom for the repo/live map if you want those. I'm using Claude Code as an extension in VS Code but you can use the Claude CLI, Cursor, whatever. 1) Let's grab an old cadastral map and see who owned big tracts of a city; I found this an 1854 map of Niagara Falls, NY I found in the Library of Congress: , grabbed the .jp2, saved as a jpg from photoshop. 2) Let's ask Claude Code for a map. You can see exactly what I did in the video but my prompt, sans simple "hey it's busted" debugging, is written out in the following paragraphs. I explain the map-specific nouns in brackets. You can likely dump this whole thing in your LLM window and it'll work; I'd try plan mode + skip permissions. THE PROMPT Make an interactive map with MapLibre GL JS [maplibre is a javascript mapping library, a FOSS version of Mapbox GL JS. This lets us display tiled map data and arbitrary images on the map] Add basemap toggles with Esri satellite, Carto Positron, and OSM [these map layers require no API keys for light usage; Carto Positron is a nice road map layer and OSM is ugly but comprehensive] Add a globe/mercator projection toggle [I think the globe looks better at low zooms] Add a layer panel on the left with visibility checkboxes and delete buttons. Add a search box on the map that flies to results, with deletable pin markers [Makes this easy to get to your area of interest] Include an interactive local georeferencer: drop a JPG, pick ground control points on a zoomable/pannable image viewer, place them on the map, watch it warp with a progress bar centered on the map. [The georeferencer uses math ("affine transform"??) to match points on the old map to points on the new map; generally you click road intersections on the old map, match them on the new map, repeat a dozen times and everything aligns] The georeferenced map overlay defaults to 25% opacity with a slider above the control point list. [I want it easy to see the underlying modern geography] Add Export/import control point buttons [this saves the control points as a JSON so you can save and reimport your work] Add a button to export the warped image as a GeoTIFF with a .prj [In case you want to add the georeferenced image to a real GIS program like QGIS] Look up all relevant docs before starting [Claude sometimes uses outdated stuff] Split everything into separate HTML/CSS/JS files [Claude tends to pile everything in index.html, which is hard to read] Use Optima font, base color #FEFAF6 [I just like this style] Let me test with a local server [it serves it on a simple server so you can nav your host to localhost:8000 and try it out] Log all errors [so you don't have to play telephone with the LLM describing what's busted] 3) Once your LLM finishes, test it out in your browser; if it doesn't work, ask the LLM to check logs. Repeat 'til functional. 4) After this works on your computer, you can show it to everyone by hosting it on GitHub: prompt with "write a README explaining what everything does, add it to a new GitHub repo, deploy using GitHub pages, gimme the live URL" Here's what Claude made for me, try it yourself: • Upload the JPG in the repo, which is linked below • "Add GCP" • Click somewhere recognizable on the old map, like the tip of an island or a road intersection • Click the matching point on the new map • Repeat til you have least 3x points • Hit "georeference" • You'll see the old map atop the new map; if you want a better fit, delete bad points or add a dozen new ones, hit georeference again, repeat Repo: Is this map robust? Human-maintainable? Elegant? Performant? Secure? No, but *your* personal web map need not be. It just needs to work for *your* narrow use case, because it’s *your* map.

Evan Applegate

15,772 görüntüleme • 4 ay önce

It's here! All power assets are now live on my GB Renewables Map ⚡ That's right, it's not just wind farms any more. Now you can see live and historic data for gas power plants, nuclear, grid batteries, biomass, pumped hydro and even a bit of solar. Wind farms are still the default for now, though you can enable as many or as few of the other fuel types and your selection will be remembered when you come back to the website. It's already live so go play for yourself here: There are numerous other updates as well: ⛔ Click the plug button to see a curtailment view, now including turn-up and a better visual representation of turn-down and turn-up actions ℹ️ Tooltips include loads more detail about fuel type and balancing actions ☢️ Each fuel type can be toggled using the map buttons 🧠 Map state is remembered when you reload or revisit the website ✨ Lots of new and under construction power assets are now on the map ↕️ Summary of balancing actions at the top of the map 🚦 Grid boundaries and constraints shown using a traffic light system And I'm only getting started! This update was the original goal of creating the map a few years ago. Now it's here I can shift focus to all the other ideas I have for it… Oh, and there's a new feedback button at the top. Please use it to let me know of any issues you find (there will be plenty) or suggestions to help improve this resource for everyone else. I'd also like to thank you for all the support and encouragement as I build this free resource in my free time (yup, this isn't my job). Honestly, it's been an incredible motivator and the discussions over the years have taught me a huge amount that has only made the map better for everyone. Until the next update!

Robin Hawkes

36,055 görüntüleme • 5 ay önce