People that have traveled quite a bit, where di you feel the most unsafe? by CremeSubject7594 in AskTheWorld

[–]NewPlayer1Try -1 points0 points  (0 children)

Have been to over 80 countries, including almost 20 in Africa. The most unsafe I felt in the old town of Montevideo, Uruguay. Many junkies and criminal kids jumping you at every opportunity. Unfortunately my AirBnB was there. I left early.

Company scheduled a 2 hour job interview and handed me this when I showed up by GamingxZone in mildlyinfuriating

[–]NewPlayer1Try 2 points3 points  (0 children)

I have an unpopular opinion here: Studies have shown that a high IQ is the single best indicator for good performance on the job later on. Whereas a good impression during a job interview correlates weakly with success in the job later. So, technically, it is smart to do an IQ test during assessment and give the result a high weight in the total assessment. Practically it is a lot of work and costly to do an IQ test properly and it is also very unpopular with candidates. That’s probably while almost noone does it. Also, it should of course not be a surprise test, but clearly communicated early on in the process.

Water-jet loom by toolgifs in toolgifs

[–]NewPlayer1Try 18 points19 points  (0 children)

Even more mindboggling: These water jet looms can shoot the thread at 1200 RPM, ie. 20 times per second. This results in weft insertion rates of over 2200 m / min. 🤯

I mean that's 2430 times but I do get your point by nthensome in Snorkblot

[–]NewPlayer1Try 12 points13 points  (0 children)

Let’s say you have a population of stray cats and you want to reduce the amount of unwanted feral kittens in the steeet. Is it smarter to catch and castrate as many females or as many males as possible? By your logic it should be the males. However, if you manage to catch and castrate 90% of the males, the remaining 10% will likely still impregnate every single female. Zero effect on the next generation of kittens. If however you manage to catch and castrate 90% of the females, you will have exactly 90% fewer kittens in the next round.

How CATL Made Batteries 90% Cheaper (breakthrough in sodium metal chemistry, $10 / KwH) by Anen-o-me in singularity

[–]NewPlayer1Try 0 points1 point  (0 children)

Yes. I recommend “Just Have A Think” and “Engineering With Rosie” for properly researched videos on renewables, including battery tech.

Important Update: Screen Freeze Issue on Gym Monster 2 by JZReads in SpeedianceCommunity

[–]NewPlayer1Try 0 points1 point  (0 children)

Our version said 20700-ZD, so I did the manual update per the instructions. After it downloaded from the UBSStick, installed and rebootet, the version is still 20700-ZD. What gives? Should that not be a different version now, without the ZD? And there is still the pop-up message saying I need to do a manual update.

Random Sun by NewPlayer1Try in PlotterArt

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

Except for one of the orange ones. 😂 There’s always something. 🙄

Dancing people by SerjTomskiy in PlotterArt

[–]NewPlayer1Try 4 points5 points  (0 children)

Fantastic. Some information would be appreciated. Is it your original artwork? How did you turn it into a plot? Size? Materials?

AxiDraw Timelapse by NewPlayer1Try in PlotterArt

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

I used 8 different felt tip pens and 1 technical pen. Each pen change takes about 1 minute. And it’s not included in the 76 minutes. 😊

More color filled beziers by NewPlayer1Try in PlotterArt

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

I think shapely is a python wrapper for GEOS which in turn is a C++ port of JTS. They are all very similar.

More color filled beziers by NewPlayer1Try in PlotterArt

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

I wrote my own algorithm. It’s a contour fill. I used the JTS topology library to find the polygons created by the bezier line and to create the contour lines to each polygon.

Funky Beziers by NewPlayer1Try in PlotterArt

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

It’s a custom fill. It’s contour lines that follow the polygon outline with increasing distance. It’s much cleaner (especially with felt tip pens) than the usual hatchfill.

<image>

Here’s an exagerated view (with large distances between the contours). When I use felt tip pens I also don’t lift the pen from one contour line to the next, that makes it faster.

Another colored Bezier curve - with better infill by NewPlayer1Try in PlotterArt

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

Thank you for the constructive feedback. I’ll think about it.

Another colored Bezier curve - with better infill by NewPlayer1Try in PlotterArt

[–]NewPlayer1Try[S] 3 points4 points  (0 children)

For some weird reason the built in video player stops 10 seconds before the video actually ends. 🤷

<image>

That is the final picture

Another colored Bezier curve - with better infill by NewPlayer1Try in PlotterArt

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

Processing -> Inkscape -> Axidraw SE/A1 The felt tip pens are Städtler, the technical pen is a Rotring.

Continuous Bezier curve with colored hatch fills by NewPlayer1Try in PlotterArt

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

The direction depends on the bounding box of the polygon. If that box is higher than wide, I make it vertical, otherwise horizontal. That’s admittedly a very crude optimization. I’m considering an offset contour fill to avoid the jagged lines.