Experimenting with painting with Pearl ♦ Speedpaint
Claire Keane

@theartofmadeline
DEAR READER
RMH
Xuebing Du
Jules of Nature
Today's Document
Monterey Bay Aquarium
No title available

Janaina Medeiros
hello vonnie
ojovivo
Lint Roller? I Barely Know Her
Alisa U Zemlji Chuda
almost home

Product Placement
let's talk about Bridgerton tea, my ask is open
No title available

Kiana Khansmith
i don't do bad sauce passes

seen from Malaysia

seen from United States

seen from United States
seen from Canada
seen from Canada
seen from United States

seen from United States
seen from Türkiye
seen from United Kingdom

seen from United States
seen from United States

seen from United States
seen from Guernsey
seen from T1
seen from United Kingdom

seen from United States
seen from United States
seen from Greece
seen from Türkiye

seen from United States
@magiculbro
Experimenting with painting with Pearl ♦ Speedpaint
My solution to the daily programmer challenge for 6/8/2015, in Chicken Scheme (run it with cat inputfile | csi -s schemefile.scm):
(require-extension srfi-13) (require-extension extras) (define-record palindromic steps palindrome) (define (is-palindrome? n) (let* ((n-forwards (number->string n)) (n-backwards (string-reverse n-forwards))) (string=? n-forwards n-backwards))) (define (reverse-num n) (string->number (string-reverse (number->string n)))) (define (palindromify p) (define (palin-iter step curr-num) (if (is-palindrome? curr-num) (make-palindromic step curr-num) (palin-iter (+ 1 step) (+ curr-num (reverse-num curr-num))))) (palin-iter 0 p)) ; Main program (for-each (lambda (line) (let* ((n (string->number line)) (result (palindromify n))) (format #t "~A gets palindromic after ~A steps: ~A~%" n (palindromic-steps result) (palindromic-palindrome result)))) (read-lines))
A shiny warrior princess for all your shiny warrior princess needs!
Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.
Eric S. Raymond (via left4cake-gaming)
Things Programmers Shout #184
“Oh god, how do I get out of vim?”
move to another country and start over?
Lapis warmup