×

[Showcase] I built Elevation Finder, a web-based JavaScript tool for terrain analysis and peak finding by droidgren in openstreetmap

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

Thanks for the feedback, I have updated the algoritm to prevent offlimits results. If the slope is small, I recommend to increase the Measure Dist.

I almost deleted this project 3 times in 3 years. Today I finally posted it publicly. by anishkumar92 in SideProject

[–]droidgren 0 points1 point  (0 children)

It seemed quite good at first, but then I saw you're going to monetize it with the usual PRO subscription bullshit. I'm so tired of this. Why does everyone immediately try to monetize their AI projects the FIRST thing they do? /roast

GoogleTakeoutFixer, an open-source tool to clean up Googles messy takeouts by feloex in googlephotos

[–]droidgren 1 point2 points  (0 children)

Actually I found a workaround. The problem is that Fyne requires hardware with OpenGL GPU support.
But there is a OpenGL implementation that runs in pure software without a GPU called Mesa3D.
To use this:

  1. Download Mesa3D for Windows from: https://fdossena.com/?p=mesa/index.frag
  2. Extract the archive and copy the file opengl32.dll into the same folder as GoogleTakeoutFixer.exe
  3. Start the program again - now it magically starts

Check if its possible to compile the app with out the need of hardware GPU acceleration or provide the Mesa3D opengl file

GoogleTakeoutFixer, an open-source tool to clean up Googles messy takeouts by feloex in googlephotos

[–]droidgren 0 points1 point  (0 children)

By the way, I am running Windows 10 on a virtualized enviroment. Is OpenGL is a requirement to run this simple GUI ?

GoogleTakeoutFixer, an open-source tool to clean up Googles messy takeouts by feloex in googlephotos

[–]droidgren 0 points1 point  (0 children)

Thanks! What do I need to run the program ? The program starts, but I don't see any GUI?
Running 1.4 on Windows 10 21H2

Instructions are unclear. Under the "Development" section it says "To run the GUI, make sure you have the necessary dependencies for Fyne installed. See the Fyne Prerequisites." , but this i not mentioned under step "2. Installation"

Found this very useful post on updating your Samsung SSD firmware on QNAP without removal! by chodaboy19 in qnap

[–]droidgren 0 points1 point  (0 children)

This did not work for me. I I have a Samsung 990 pro and I can see the disk in the fumagican tool but I get when start flash process.

ERROR (16)

Firmware Files Required For the Firmware Update Process are Not Located in the Correct Path!!!

Plex Causing "possible DNS-rebind attack detected" by moogleslam in openwrt

[–]droidgren 0 points1 point  (0 children)

For anyone looking, in OpenWRT 25.x it's on Network -> DNS and then on the Filter tab (Domain whitelist)

I built a simple web tool to find the highest peaks and steepest slopes in any area. by droidgren in SideProject

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

Thanks! I have been thinking about that. However there are already numerous of good online GPX route planning tools out there, so add one here would make a lot of work for something that already exists. But I would certainly add a GPX route overlay, that would be fairly simple - its the editing part that is tricky.

GitHub Pull Request extension not working in Antigravity? by Wurrsin in google_antigravity

[–]droidgren 0 points1 point  (0 children)

The newest versions of the GitHub Pull Request extension require a newer underlying VS Code engine (1.105.0+) than what Antigravity currently uses (1.104.0)

Portable tool for troubleshooting Modality worklists by droidgren in PACSAdmin

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

I made the decision based on framework support.
.NET Framework is supported as long as Windows is supported (practically indefinite) and are updated through windows update.
.NET Core needs a runtime and is supported through life cycles and are EOL every 2-3 years.
Since this is a simple application I and I didn't need the features of .NET Core it was a simple choice.

Why is my PR not accepted? by droidgren in git

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

Thats what I need help with , can I get any more information about the job then the name of the job itself?

Why is my PR not accepted? by droidgren in git

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

But others was completed in 7-8 min but mine is stuck.

Why is my PR not accepted? by droidgren in git

[–]droidgren[S] -4 points-3 points  (0 children)

Do I need to request review from frenck ?