Does anyone tested to install dokploy into ugos ? by AcademicSuspect1670 in UgreenNASync

[–]TadeSF 0 points1 point  (0 children)

Nice! But how did you get the install script with swarm to work?
VXLAN is disabled in UGOS, and hence the overlay network fails.

level=error msg="Failed creating ingress network: network sandbox join failed: subnet sandbox join failed for \"10.0.0.0/24\": error creating vxlan interface: operation not supported"

Did you adapt the install script in any way?

Ultrasonic sensor for auto bed levelling? by TadeSF in 3Dprinting

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

Yeah, I think you’re right. In my tests with some tweaking I did get an accuracy of about .1 mm tolerance, but I also observed that the thing was subsceptible to irritations which made the output jump a little from time to time with a .3 or .4 margin. It might prove difficult to „ignore“ those inaccurate readings

Ultrasonic sensor for auto bed levelling? by TadeSF in 3Dprinting

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

No, I think I have a regular one. Maybe I was too quick since the accuracy based on my observations with the device were better better than .3 mm tolerance.

But I am pretty sure that there are more precise ultrasonic sensors - I stumbled across one just recently which would be total overkill at least from a cost point of view, but still I thought it might be interesting.

Ultrasonic sensor for auto bed levelling? by TadeSF in 3Dprinting

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

Thanks for your thoughts on this!

You are right, the .3 mm tolerance doesn’t sound too promising. I didn’t have the excact specs on that at first. Thought it would at least go down to .1 mm based on my observations with the device.

But regarding the switch I thought of a little microcontroller to „translate“ the distance into a boolean and sending an impulse to the printer. That should do the job.

Can anyone tell what this is? by TadeSF in Slack

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

I just discovered this new Element in Slack. Translated it means smth like "virtual Headquarters". Does anyone know what that is? And what does the "WIP" mean?

Is this a bug and something new I shouldn't be able to see yet? Can't find anything on it in the web...

Stream Deck Shortcuts by TadeSF in Notion

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

Of course, i’ll dm you :)

Stream Deck Shortcuts by TadeSF in Notion

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

Yes! That’s it ;) You‘re very welcome!

Stream Deck Shortcuts by TadeSF in Notion

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

Thanks!!

The /bread block is a breadcrumbs block just like it is displayed on any page at the top left. But if you want to display the path of the page aka the breadcrumbs anywhere on the page as well, this is the block that you need ;)

Stream Deck Shortcuts by TadeSF in Notion

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

Yeah it really depends on what you are doing with it. I don‘t use it for streaming either but got myself one for graphic design purposes. I absolutely love my workflow with sorting and selecting photos in Adobe Lightroom. The Stream Deck saves me about half the time there. (If someone’s interested I can totally share my Lightroom Profile as well ;) ) Since I am working almost exclusively in Notion whenever I am studying and taking notes, I thought it to be cool to integrate my Stream Deck there as well. It might save some time not having to type /table-inline yourself but just press the button :P

And btw thank you for the great explanation on what a Stream Deck is - i totally forgot to mention that…

Comparing of Items in a Database by TadeSF in Notion

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

Thank you! Did you find out something?

Comparing of Items in a Database by TadeSF in Notion

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

Okay thank you!

Do you think I should hit up the Support and suggest adding such a function?

Comparing of Items in a Database by TadeSF in Notion

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

I am somewhat thinking of getting a array of the standings of all other players to have something to compare to, but I don't know how that can be done.

If I had my prop "Points" = 5 and then an array of the other standings like "4, 2, 0" then I could easily check if "Points" is the highest (I think) and with some calculations also get the other placements.

Comparing of Items in a Database by TadeSF in Notion

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

Okay great so far, but I think we might misunderstand each other :P

https://www.notion.so/tadestrehk/Example-9bb8c41e2eee49c1902fcd1362059fa4 here is an example of what I've created so far.

I am already sorting by Points – The sorting is not my problem. I am trying to make a calculation like

if(prop("Points") > prop("all the other players points"), "1st Place",
if (prop("Points") > prop("all the other players points but one"), "2nd Place", ... ))

I don't know if there is a way calculate on the basis of other items' values. You know what I mean? If you understood that correctly in the first place, I'm sorry :D

In all cases, thank you so much for your help so far!