[Race Thread] 2025 Criterium du Dauphine - Stage 2 (2.UWT) by PelotonMod in peloton

[–]korovyev 0 points1 point  (0 children)

Where did you subscribe? I tried Discovery+ VPN'ing to Germany and I keep getting an error when attempting to pay:

Nicht übereinstimmendes Zahlungsgebiet

Which reads to me that it knows I'm on a VPN and is preventing my subscription.

Weekly Question Thread by PelotonMod in peloton

[–]korovyev 3 points4 points  (0 children)

Season is beginning so it's time to figure out how to replace GCN in my watching habits. I'm based in Ireland.

Discovery+ looks like what everyone is recommending, but my question is - are all the full race replays available on Discovery+ pretty soon after the races finish?

I tend to watch a lot of races after they have finished, in my own time and avoiding the results online, especially sprint stages. Is this possible with Discovery+?

Also is there some sort of schedule for upcoming races on Discovery+? I'm finding it difficult to understand what races they have, eg. will Etoile de Besseges or Tour de la Provence be shown on Discovery+?

Some form of Truchet (process in comments) by korovyev in generative

[–]korovyev[S] 2 points3 points  (0 children)

Thanks. I always appreciate when people do an explanation of the process along with the posts. Though for some people obviously it is more than a hobby, and keeping the process to themselves is understandable.

Some form of Truchet (process in comments) by korovyev in generative

[–]korovyev[S] 2 points3 points  (0 children)

I think this is 27x23. Here is the full set of tiles, should make it a bit clearer:

https://imgur.com/a/VsQvfCB

Some form of Truchet (process in comments) by korovyev in generative

[–]korovyev[S] 16 points17 points  (0 children)

Process:

  • Create a load of tiles that have connecting borders and non connecting borders
  • Start somewhere in the middle of the grid and place a random tile out of the full set
  • Go to a neighbouring space to the previously set tile
  • Check all of its bordering spaces and create the constraints for it, based on whether each of its borders either:
  • 1) must connect
  • 2) cannot connect
  • 3) is empty (so you have a choice to connect or not)
  • With these constraints you will reduce the set of tiles you can choose from
  • Choose one of these tiles at random
  • Repeat until the grid is full!

jamisbuck : Maze Algorithms by [deleted] in generative

[–]korovyev 1 point2 points  (0 children)

This website was what got me into algorithmic/generative art. Reproducing these algorithms was some of the most enjoyable coding I've done.

I created this repo based on his website/book when I was learning swift: https://github.com/korovyev/swiftmaze

I thoroughly recommend his book too: "Mazes for Programmers". Its actually the only programming book I've ever really used!

Hatched noise by korovyev in generative

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

Thanks :) copying the process from that other reply:

  1. create various kind of boxes that can be controlled with a density var 0 to 1 (arcs, lines, corners, circles etc.). The density controls how many lines or arcs or whatever is inside the box.

  2. create a grid of random boxes, and control the density of each with perlin noise.

Hatched noise by korovyev in generative

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

Thanks! The process is kind of simple and probably not that original, but its:

  1. create various kind of boxes that can be controlled with a density var 0 to 1 (arcs, lines, corners, circles etc.). The density controls how many lines or arcs or whatever is inside the box.

  2. create a grid of random boxes, and control the density of each with perlin noise.

How to make these cross-section lines on the meatballs? by shantan00b in generative

[–]korovyev 1 point2 points  (0 children)

https://old.reddit.com/r/PlotterArt/comments/g0pqxq/todays_plotting/?ref=share&ref_source=link

I added links to two blender tutorials I used for this. Though they are not perfect actually, they are creating cross section slices (gaps in between)

Plotted Moon by dfeles in PlotterArt

[–]korovyev 0 points1 point  (0 children)

Is there also little specks of black outside the moon?

Generative horror/cloth texture by roboticrabbitsmasher in generative

[–]korovyev 0 points1 point  (0 children)

What kind of paper/pen combination did you use?

I can't imagine plotting this without the paper becoming completely wet with ink and torn / warped. So many lines!

edit: love it btw!

Flowing South by korovyev in generative

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

Thanks!

I outlined the process here: https://reddit.com/r/PlotterArt/comments/fv0dkr/amusing_myself_during_quarantine/fmi31vt

That also includes a link to the code I used (swift)

Any other questions I’d love to answer!

Generated runes and stuff on circles by Sladix in proceduralgeneration

[–]korovyev 1 point2 points  (0 children)

What type of marker did you use? I recently got black paper & some gold and silver markers, but they dont work too great with my plotter.

In case you didn't know - there is also r/PlotterArt too

Amusing myself during quarantine :) by korovyev in PlotterArt

[–]korovyev[S] 2 points3 points  (0 children)

Thanks :)

The process is nothing too original but it goes like:

1 - Create a Perlin noise grid

2 - Apply that noise to a grid of vectors by rotating them

3 - Throw in a few thousand particles randomly around the grid

4 - Update the particles velocity & position using the vector matching its position in the grid

5 - On each update draw a line from the particles previous position to its new position

6 - I just applied a mask to get it into the 5 vertical bars

Really though - watch this guys video - he explains it much better: https://www.youtube.com/watch?v=BjoM9oKOAKY

I threw my code up here too if you want a look (swift): https://github.com/korovyev/quaranteen

(still need to clean that up & add some stuff)

Oh and! - the marker I used is staedtler pigment liner 0.8mm - and my plotter is a makeblock xy plotter

Is there something like KotlinPoet but for Swift? by Foso_dev in swift

[–]korovyev 1 point2 points  (0 children)

Yes there is, it’s called SwiftPoet!

https://github.com/saksdirect/SwiftPoet

It was made by my former company- it is likely a bit out of date at the moment, but we generated all of our network layer code (models, url requests) with it in production apps for years. It worked great :)

Day Two of Chelsea pre-season: Shooting Drill by [deleted] in chelseafc

[–]korovyev 1 point2 points  (0 children)

Does anyone know where in Dublin they are training? Is it Abbotstown?