Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ (@peterjohnstace) 's Twitter Profile
Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ

@peterjohnstace

ID: 3186602100

linkhttp://petsta.net calendar_today06-05-2015 13:25:48

130 Tweet

66 Takipรงi

263 Takip Edilen

Nearmap (@nearmap) 's Twitter Profile Photo

Looking forward to more beautiful views of Tamarama, without the hashtag! ๐ŸŒž Thanks Surf Life Saving NSW! Wherever you are, stay safe! #stayhome #aerialimagery #beautyfromabove

Looking forward to more beautiful views of Tamarama, without the hashtag! ๐ŸŒž Thanks <a href="/slsnsw/">Surf Life Saving NSW</a>! Wherever you are, stay safe! #stayhome #aerialimagery #beautyfromabove
Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ (@peterjohnstace) 's Twitter Profile Photo

I added a path planning overlay to my #plottertwitter software, showing the "pen-up" travel in red. The path planning algorithm uses a greedy approach, selecting the closest unvisited line end to go to next. An RTree is used as an index.

I added a path planning overlay to my #plottertwitter software, showing the "pen-up" travel in red.

The path planning algorithm uses a greedy approach, selecting the closest unvisited line end to go to next. An RTree is used as an index.
Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ (@peterjohnstace) 's Twitter Profile Photo

After a brief hiatus, I dusted off the pen plotter and did some more experimentation. This time with Perlin Noise "flow fields". #plottertwitter

After a brief hiatus, I dusted off the pen plotter and did some more experimentation. This time with Perlin Noise "flow fields". #plottertwitter
Pavel A. Samsonov (@pavelasamsonov) 's Twitter Profile Photo

Linear roadmaps are misleading without a crystal ball for seeing the future. A roadmap that recognizes the existence of risk as time goes on is more honest. But an effective PM needs to anticipate possible branches, too - and create clear criteria for following each path.

Linear roadmaps are misleading without a crystal ball for seeing the future. A roadmap that recognizes the existence of risk as time goes on is more honest. But an effective PM needs to anticipate possible branches, too - and create clear criteria for following each path.
Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ (@peterjohnstace) 's Twitter Profile Photo

I'm a bit late, but I thought I'd give #genuary2021 #genuary a go. This is my entry for day 1 (prompt: triple nested loop). I'm planning to plot it for #plottertwitter soon.

I'm a bit late, but I thought I'd give #genuary2021 #genuary a go. This is my entry for day 1 (prompt: triple nested loop). I'm planning to plot it for #plottertwitter soon.
Peter Stace ๐Ÿ‡ฆ๐Ÿ‡บ (@peterjohnstace) 's Twitter Profile Photo

I wrote another blog post about Go's RWMutexes. This time, about a pernicious class of bug that occurs when using them recursively. petsta.net/posts/recursivโ€ฆ #golang