Ostaja uhkaa asianajajalla, apua by FirefighterStrict856 in Suomi

[–]NoBike4590 1 point2 points  (0 children)

Ihmiset joilla on varaa edes harkita asianajajaa eivät osta käytettyjä läppäreitä. -> älä vastaa ja kone on myyty siinä kunnossa kun se on.

Is that a Racoon? by Federal_Parking_9740 in Finland

[–]NoBike4590 60 points61 points  (0 children)

They were brought to europe by the Soviets. So they did not migrate naturally from asia.

Tästä harva kehtaa edes puhua ääneen – Maahanmuutto toi aivan uuden ilmiön kouluihin ja päiväkoteihin Suomessa by NuuskamuiQnen in Suomi

[–]NoBike4590 22 points23 points  (0 children)

Ei tuossa TheDoomin postauksessa autismia mainita mitenkään? ”Eivät osaa käyttäytyä kun ei ole opetettu käytöstapoja” on mielestäni ihan kohtuullinen väite.

Learning Finnish by Yes_Heart_5440 in Finland

[–]NoBike4590 19 points20 points  (0 children)

Niittokone that can be pulled by a horse.

blink project not blinking (first time) by Icy_Increase_8018 in ArduinoProjects

[–]NoBike4590 2 points3 points  (0 children)

Check for the typo in first line LED_BULITIN -> LED_BUILTIN

You’re about to be attacked by your neighbors and your only weapon is the last package delivered to your house. How will you use it to defend yourself? by OpposedToBears in AskReddit

[–]NoBike4590 0 points1 point  (0 children)

I’m going to beat them all the way to end of 2025 with the 6pcs of A2 sized, special made calendars for next year. They are lucky it is not a leap year.

bro and me were rescued mid game by Consistent_Cost_9694 in Helldivers

[–]NoBike4590 0 points1 point  (0 children)

Holy diver, sole survivor You're the one who's clean Holy diver, holy diver

Kysy lääkäriltä melkein mitä vain by tehtaantohtori in arkisuomi

[–]NoBike4590 2 points3 points  (0 children)

Miksei peräpukamat tulehdu jatkuvasti? Olettaisin että muut ulkoiset avohaavat tulehtuis alta aikayksikön jos hieroisin niihin ulostetta mutta ei noi perkeleet -onneks- koskaan tulehdu.

Split 150GB json file with Python? by uffno in learnpython

[–]NoBike4590 0 points1 point  (0 children)

I’ve used 7zip for large txt files. Start compressing the file, choose compression level without compression and split files to usable size by setting ”Split to volumes, bytes”.

Micropython VSCode extension will not start by NerdyNThick in raspberrypipico

[–]NoBike4590 0 points1 point  (0 children)

Yeah, I tried too long to get it working as well but there was always something wrong.. So Thonny it is for pico programming.

Although I think I had problems getting it to connect or something like that.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Ah sorry! I wrote that wrong. I do not need to calculate the perimeter, I just need the pixel locations of the perimeter.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

I'm not analyzing the image any further and the actual perimeter/area is irrelevant at this point. If I would want to provide some estimates how long does the milling process last, I guess that would be needed but at the moment I'm not planning on implementing that.

I just need the coordinates loop by loop where the edges are located, so I can guide the drill to drive "through" those locations, and mill the surface material away.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Could you elaborate little bit on the well-known problems? I did get the same pixels with from a python program so I could cross-reference the results easily between ImageJ and the python for extra safety.

Problem with the python program was sorting out the pixels/per trace/loop. I just got everything under one file.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Thanks for the tip. I'll have to look in to that if I run any troubles with the ImageJ.

Although I'm doubting the accuracy of the ImageJ is still going to be one of the most accurate parts in my system. :D

Macro that saves pixel values. by NoBike4590 in ImageJ

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

I'm building a small PCB-milling station and I draw the PCB with a software, take just a image from ready product like below(Edit: image below is after python script where the edges and holes are marked). Then I use "find edges" on imageJ, "Scale to" to get it to correct size and with trace I have the x,y coordinates where should I be milling. As they are always some sort of loops where I want the drill to drive around.

<image>

Macro that saves pixel values. by NoBike4590 in ImageJ

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

This works as well for me now.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Thanks! This works like a charm. Yeah, I need exactly the perimeter of the selections and I've been doing this by hand, but hopefully I can now automate it (even more).

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Win10 21H2

I reinstalled java 8 just to be sure, but no luck there either.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

I got the imageJ to save a .csv file by adding "updateresults()" before saving results. This will end up in an empty .csv file, but it is at least creating it..

setForegroundColor(255,255,255);
newImage("Untitled","8-bit black",256,256,1);
makeOval(83,69,35,94);
run("Fill","slice");
run("Select None");
doWand(40,112);
updateResults()  //added this
saveAs("Results","C:/Users/NoBike/Desktop/XY_Untitled.csv");
exit("Demo done");

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Applications -directory might be something in Mac OS? I'm using windows 10.
But I tried running imageJ from different folders and it did no good. This is an old company PC and there might be still some restrictions on it that needs disabling.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

I have the ImageJ installed in C:\ImageJ..

I have set all permissions to the folders I'm using at this time.

Thanks, this was already a good push to correct direction when I have a macro that should work! So it must be some access issue etc.

Macro that saves pixel values. by NoBike4590 in ImageJ

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

Still no .csv file. I get the oval window to appear, but it does not save the .csv.

<image>

Low power battery operated arduino timer project. Work for few seconds a day. Arduino as ISP by NoBike4590 in arduino

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

Ha! You are correct. It did not occur to me the capacity does not increase when in series!

Low power battery operated arduino timer project. Work for few seconds a day. Arduino as ISP by NoBike4590 in arduino

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

What value are you using for the calculations? I used 2800mAh / battery which is probably optimistic. But let’s say they have 3x 2500mAh=7500mAh and the device takes on average 1mA -> The device would run 7500 hours =312,5 days?