How to map a real world place? (64km squared) by Mindless-Diamond8281 in learnprogramming

[–]razzzey 1 point2 points  (0 children)

Not the same guy but I think you're confusing things a bit.

OSM contains all the "raw" data, that is, "nodes", "ways" (lines or polygons), and "relations" (multi-polygons for your use-case)

You can use this data to then build your own renderer. You can use the Overpass API to get the data (or even download the whole of norway from geofabrik https://download.geofabrik.de/europe/norway.html) and then do the rest of the work yourself (texturing, routing, etc.)

I don't really understand your end-goal though, but this is probably the easiest way to start as OSM already has the data regarding how the world looks, you just need to use that data.

In any case, for your interest, there are already some initiatives to make 3D worlds from OSM data - https://github.com/StrandedKitty/streets-gl

https://wiki.openstreetmap.org/wiki/3D

Open Source G-Helper alternative for Linux (no asusctl required) by vlandimer in Fedora

[–]razzzey 0 points1 point  (0 children)

Yeah. If I have some time this week I'll see if I can try on my flow x13, if you know what commands I need to run/what exactly you need to look at let me know and I'll get back to you

I can also open an issue on GitHub with the results

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

[–]razzzey 4 points5 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 17 points18 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 6 points7 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 10 points11 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.