Vi 2 episódios de The Wire mas não deu para criar vínculo com a série e vontade de ver mais. Devo insistir? #TheWire #series
series
Post explicando de forma mais detida o NeoDB e sua instância ocidental, a eggplant.place.
Nele, há um contexto histórico e um tutorial de como adicionar mídia (livros, filmes, séries, games, jogos de tabuleiro e podcasts).
O texto é longo, mas deixei um Sumário para ir direto a parte desejada.
PS: Não sei como fazer aquele código HTML ou Markdown para clicar e ampliar a imagem. Por enquanto, se o print estiver muito pequeno, basta dar zoom com Control + Scroll do Mouse :-) Depois tento editar e melhorar isso.
https://curadoria.bearblog.dev/neodb/
#NeoDB #EggplantPlace #Fediverso #Fediverse #Letterboxd #Goodreads #HowLongToBeat #Filmow #Skoob #Steam #IMDB #Bandcamp #Spotify #AppleMusic #BoardGameGeek #Podcast #Podcasts #Filme #Filmes #Series #Serie #Game #Games #Livros #Musica #Movies #Movie #Music #IndieWeb #SmallWeb #SurfandoWeb #CuradoriaDaInternet #ActivityPub #AP #fediversando #Resenha #Review #Tutorial #Guia #BoardGame #BoardGames
Uma relação complicada entre mãe e filha 💔.
Keila Quer Mais - segunda temporada já disponível no YouTube.
Meu primeiro trabalho no audiovisual. Nossa, é muito diferente de teatro, mas achei a experiência maravilhosa!
Muito grata e por mais oportunidades assim ❤️🙏🏾🔥🏹!
lunetavermelhaoficial
caxcarol
@davidpersonagem
#webserie #youtube #series #romance #romancelgbtqiap #romancelgbt
#atrizesnegras #atrizesindígenas
#audiovisual #artescenicas
#lispyGopherClimate https://archives.anonradio.net/202501080000_screwtape.mp3
#climateCrisis #haiku by @kentpitman !
Join the #party live in #lambdaMOO as always!
#lisp
The #html is better than #python wired.com article everyone's sharing didn't go far enough!
#dsp
I promised @shinmera that she could detect speech chirps using convolution
#pleaseSendHelp
My #series #fft exploration (works for n=3 !) (Towards #ELS2025 !)
#jamuary #music @flockofnazguls vs @limewire@mastodon.social !
So my question is, what's an intuitive way to use dropping-in- #fortran from the #lisp #repl ?
Reading a .f file ~ into a let* form which I'm currently doing seems kind of bland. #f( this(1) = is(2) + a / fortran * line) seems kind of uninspiring (who would want to express themselves like this). Maybe Enter "fortran mode" and read lines of fortran from *standard-input* with normal interactive evaluation hacked in?
The fortran becomes #series expressions in lisp.
#programming #gamedev #devlog #commonLisp #series #lazyEvaluation #functionalprogramming https://screwlisp.small-web.org/lispgames/cl-series-for-game-logic/ #lispgamejam
Since cl-series generates native common lisp code by working at macro expansion time, I consider it suitable for my software individuals (who want only clos-less common lisp and their own logic (which they have an introspective theory of).
In particular, I use series to cut out rectangular subsequence of sequences -s
SERIES DOC UPDATE FROM RTOY https://gitlab.common-lisp.net/rtoy/cl-series/-/wikis/Series-User's-Guide
#climateCrisis #commonLisp #graphing #series #gnuplot https://screwlisp.small-web.org/programming/common-lisp-cl-series-gnuplot-climate/
Hey everyone. I jammed some #declarative #lazyEvaluation #engineering #programming to tie into the climate segment of the live show in TWO hours.
Interesting declarative exploratory programming and super simple gnuplotting if I do say so.
But I basically ran out of time to make a good graph with daily temperature max/min/avg from about 1920-2020 in some weather stations in New Zealand. Any ideas??? Clock is ticking
#softwareEngineering #programming #commonLisp #assertions #algebra - tight, efficient #lazyEvaluation vector multiplication with #series .
https://screwlisp.small-web.org/programming/cl-series-vector-mult-assert-lisp-interactivity/
I use assert in lisp, which automatically generates an interactive in-context failure resolution which I utilize in the article, where the lazy cotruncation series feature was not wanted. Shows off a #lisp useage: classic.
@vnikolov what do you think of this example of assert viz your assertables?
+ @kentpitman
Play Static Games, Win Static Prizes https://screwlisp.small-web.org/programming/play-static-games-win-static-prizes/
#staticTyping #typechecking #staticProgramAnalysis #commonLisp #lisp #sbcl #series #acl2
In which I look at modern and to some extent historical static program analysis popularly used with common lisp #programming.
I accidentally make the really good point that even if #sbcl is not your deployment target, you can still use its static type checking, for which I work an example.
#lazyEvaluation and formal theorems are also included.
Top 5 séries que você precisa assistir antes de morrer
Um combo de nostalgia, comédia e reflexão sobre o mundo:
1. Friends
2. Dawson's Creek
3. The Big Bang Theory
4. Superstore (A Super Loja)
5. The Man in the High Castle (O Homem do Castelo Alto)
#Series #Top5 #Friends #BigBangTheory #DawsonsCreek #Superstore #TheManInTheHighCastle #Recomendações
#programming #softwareEngineering article https://screwlisp.small-web.org/programming/tangle/ #commonLisp #asdf #systemsProgramming #series #pathnames #packaging
Really simple... Sort of... But so intricate to write. I deal with (writing a smidge of #interactive #lazyEvaluation #functionalProgramming ) :
- Tangling markdown into an asdf :class :package-inferred-system lisp system
- Doing so with scan-file and collect-file from series
- Working with lisp’s make-pathname directories.