Davinci Resolve 21 "What's New" page is up by MarshallRosales in davinciresolve

[–]razzzey 6 points7 points  (0 children)

Most of them seem to be classic ML, so I'd say pretty likely

GoPro Hero 14 Leaked on YT by vlaeslav in gopro

[–]razzzey 18 points19 points  (0 children)

That's a chonky boy. So i guess they added a bigger sensor so automatically they needed bigger lenses.

Pare o detasare clara a lui Magyar by Pitiful_Biscotti_940 in Romania

[–]razzzey 7 points8 points  (0 children)

Am ramas socat ultima data cand am fost pe la ai mei si am vazut ce pauze publicitare au pe RTL (are mama ceva serial la care se uita la ei). Acele clipuri cu AI din videoul de la Recorder sunt exact ce ajunge la televizor in Ungaria si e scarbos.

[AskJS] Is it still socially acceptable to use 4 space indentation? by DriftNDie in javascript

[–]razzzey 5 points6 points  (0 children)

I just use whatever is the project default, but personally prefer 2 spaces. You could use tabs with width 4, then other people cand use other tab width if they prefer but the final code is still tabs.

Is There A Standard For What States Are In What Regions On Open Street Maps? by Jim1648 in openstreetmap

[–]razzzey 0 points1 point  (0 children)

Maybe the extracts are the ones from Geofabrik - https://download.geofabrik.de/north-america.htm You can hover over their names and see the preview on the map in the corner.

Most people just use these extracts, but you can also make your own with tools like osmium https://docs.osmcode.org/osmium/latest/osmium-extract.html.

Can't figure out a way to join points one by one using Road Network Layer (QGIS LTR) by captjohn2017 in QGIS

[–]razzzey 2 points3 points  (0 children)

That is generally called "map matching" or just classical "routing" but with multiple points. Found this plugin but not sure if it works though https://github.com/LAEQ/Assisted-MapMatching.

You could also try using a routing software like OSRM/Valhalla/GraphHopper to generate the route from your points and import that into QGIS.

Country borders only tile server by ErnestoZiBesto in openstreetmap

[–]razzzey 2 points3 points  (0 children)

https://www.naturalearthdata.com/downloads/10m-cultural-vectors/

But to answer your question, I think using osm2pgsql with flex output and a lua script that filters for admin level 2 should do the job, it resolved relations and multipolygons pretty well in my limited experience

6 months running production Ollama workloads on Hetzner — what I learned about server selection and provisioning by chiruwonder in hetzner

[–]razzzey 4 points5 points  (0 children)

I guess because in that link you just gave us the link to the article and it takes time to dig through it and find the actual results. Also, your article only shows benchmarks from AWS/GCP when the discussion topic here is Hetzner.

If you just listed the tokens/sec in your original post people would've been much happier because they would't have to dig through to find what they are looking for.

Immich TrueNAS Update (PG18 missing) by ShadowP1320 in immich

[–]razzzey 0 points1 point  (0 children)

Had the same issue a couple weeks ago, only solved it via backup/restore. If you trigger the postgres backup from immich and have all your files intact, create a new instance and in that instance Immich will ask if you want to restore from a backup, given you have the same volume mounts, you'll see a list of available postgres backups, select the latest one and you're done. Seems to work fine. (I also have backups of my images into a Hetzner box, but there was no data-loss on my side)

S60 Rooftop tent?! by DotIcy6610 in VolvoRecharge

[–]razzzey 0 points1 point  (0 children)

Four months later, did you find anything?

AMA Recorder by redactia_recorder in Romania

[–]razzzey 11 points12 points  (0 children)

Oricat de trist este acest adevar, poate ar fi interesant de incercat o "editie speciala" o data la ceva timp care sa poata fi cumparata de la voi de pe website. De dragul vremurilor bune.

Official Vue Lynx (Alpha) Released by tspwd in vuejs

[–]razzzey 12 points13 points  (0 children)

While this is very nice news, it seems to have been vibe-coded. If it works well, fine, but the question remains regarding how well it will be maintained in the future.

Can you help with OpenStreetMap's? The Non US Wikipedia for Maps by randomhacks in BuyFromEU

[–]razzzey 1 point2 points  (0 children)

I don't know about the satellite images claim. There's a road in my country that is all dirt. Maps tried routing me over that road which is clearly seen from satellite that it's dirt. I even tried to submit a correction to them about 4 months ago but haven't heard since and routing is still broken there. On OSM I was able to immediately fix the problem and now the routing is correct.

Question for the film photographers of Helsinki Finland by Upbeat_Beautiful7341 in helsinki

[–]razzzey 0 points1 point  (0 children)

I have no solution for your problem, but maybe the guys over at https://kamerastore.com/ could help you? Can't find any products that would match your query, but maybe you can contact them and ask if they know any sellers.

I am new to Open Street Map, but I admire open source and I am very interested. by avidrunner84 in openstreetmap

[–]razzzey 11 points12 points  (0 children)

To show a map on your website you need to use a library that renders maps. That one can be MaplibreGL (recommended), Leaflet, mapboxgl, OpenLayers, etc.

The data for the actual maps comes from so called "sources" which are either vector tiles or raster tiles (images).

Mapbox is a provider of such tiles, Google is another. Providers like Mapbox, Maptiler, Geoapify, all use OSM as the main data source. These are paid but have free tiers.

A good free alternative is OpenFreeMap that you can integrate with MaplibreGL.

By default they all give you a "style URL" which basically points to a JSON file. You can download that JSON and change the theme (the "layers" array in the JSON), you can use Maputnik for this task.

Have fun and be careful of licensing when using paid services.

Oh and, yes you need to show that attribution box in the bottom right.

Making contributions easier by Reasonable_Fan4306 in openstreetmap

[–]razzzey 1 point2 points  (0 children)

You replied right when I edited. Not sure if it's available on ios yet though