laurent.orseau
2019-8-15 07:12:18

I wonder how my rascas package would be named there :sweat_smile:


markus.pfeiffer
2019-8-15 08:39:01

called his gasket


willbanders
2019-8-15 10:28:42

Figured I’d share this because it took like half the night: ResourceBundles in Hocon


spdegabrielle
2019-8-15 12:10:27

Latest entry in summer competition


spdegabrielle
2019-8-15 12:10:47

Inspired by Escher


soegaard2
2019-8-15 12:18:53

Being #random and pictures are the topic. Watched parts of a live stream were Inigo Quilez using nothing but math formulas made a little, happy, jumping guy with lights and shadows from nothing but math formulas. Very impressive: https://www.youtube.com/watch?v=Cfe5UQ-1L9Q


soegaard2
2019-8-15 14:27:05

MetaPict diagram using formulas rendered by pdflatex:


soegaard2
2019-8-15 14:27:21

Getting there.


spdegabrielle
2019-8-15 14:35:53

wow - nice find!


samth
2019-8-15 14:41:13

@soegaard2 clearly you should just port mathjax to racket


spdegabrielle
2019-8-15 14:41:27

@samth @soegaard2 new banner at https://www.reddit.com/r/Racket/ looks great:smiley::100:


spdegabrielle
2019-8-15 14:43:33

@soegaard2 Does https://racket.slack.com/archives/C06V96CLD/p1565879225146000 count as MetaPict of the day?


soegaard2
2019-8-15 14:44:50

Why not.


spdegabrielle
2019-8-15 15:00:48

@samth I’ve used (set-curve-pict-size 256 256) ; A version with a spotlight at.. (def light (pt 0.5 0.6)) (define logo-for-save (freeze (draw (brushcolor "white" (fill (rectangle (pt -1 -1) (pt 1 1)))) (brushgradient (radial-gradient light 0 light 2 blue-gradient) (draw (fill blue-curve))) (color red (fill red-left-curve)) (color red (fill red-middle-curve))))) (save-pict "logo.png" logo-for-save) to make…


spdegabrielle
2019-8-15 15:01:45

possible logo for r/racket ? @samth


spdegabrielle
2019-8-15 15:12:10

@soegaard2 thanks posted to r/racket and twitter. Need to do a collage/video of summer-comp-entries. I’ll try #lang video by @leif :smiley:


spdegabrielle
2019-8-15 17:21:01

slideshow.vid


samdphillips
2019-8-15 17:45:27

dimitri.lozeve
2019-8-15 18:51:20

@dimitri.lozeve has joined the channel



spdegabrielle
2019-8-16 00:18:15

spdegabrielle
2019-8-16 00:22:49

@spdegabrielle set the channel topic: Anything goes - currently images made with Racket…


spdegabrielle
2019-8-16 00:22:49

@spdegabrielle set the channel purpose: A place for fun stuff and off-topic discussion/things you’d prefer to keep out of more focused work-related channels.


spdegabrielle
2019-8-16 01:44:00

spdegabrielle
2019-8-16 01:44:18

raco video -v --fps 25 --disable-audio --video-codec H.264 slideshow.vid


spdegabrielle
2019-8-16 01:45:07
#lang video
#:properties (hash "width" 1920
                   "height" 1080)
(playlist (clip "images/world.png" #:properties (hash "length" 1))
          (fade-transition 0.5)
          (multitrack
           (clip "images/world.png" #:properties (hash "length" 2))
           (overlay-merge 180 130 256 256)
           (clip "images/outlinelogo.png" #:properties (hash "length" 2)))
          (fade-transition 1.5)
          (multitrack
           (clip "images/world.png" #:properties (hash "length" 5))
           (overlay-merge 180 130 256 256)
           (clip "images/logo.png" #:properties (hash "length" 5))
           )
          (fade-transition 1.5)
          (multitrack
           (clip "images/world.png" #:properties (hash "length" 5))
           (overlay-merge 30 100 600 300)
           (clip "images/hello.png" #:properties (hash "length" 5))
           )
          (fade-transition 0.5)
          (clip "images/quilt.png" #:properties (hash "length" 5))
          (fade-transition 0.5)
          (clip "images/face.png" #:properties (hash "length" 5))
          (fade-transition 0.5)
          (clip "images/racket-lightsaber.png" #:properties (hash "length" 5))
          (fade-transition 0.5)
          (clip "images/world.png" #:properties (hash "length" 5))
          (fade-transition 0.5)
          (clip "images/logo.png" #:properties (hash "length" 5))

          (fade-transition 0.5)
          (multitrack
           (clip "images/world.png" #:properties (hash "length" 5))
           (overlay-merge 50 120 500 300)
           (clip "images/racket-cap.png" #:properties (hash "length" 5))
           ))