aziz

@aziz@functional.cafe

I am mostly wandering

This profile is from a federated server and may be incomplete. Browse more on the original instance.

compost, to random
@compost@regenerate.social avatar

Tomorrow is the #CompostingDay here are a couple of things you can plan on doing.

We will celebrate this day and share on #Compostodon how we reduce our waste.

https://nationaltoday.com/learn-about-composting-day/

aziz,

@compost I should go check my compost

ayo, to random
@ayo@ayco.io avatar

Fine day at the office ☀️

aziz,

@ayo looks like Paris’ Station F somewhat.

aziz,

@ayo is that a startup studio?

ayo, to random
@ayo@ayco.io avatar

I’m in a tough situation at work where I need to make a feature that expects web socket messages from a device sensor in the right order, but I can only test it with mocked data.

aziz,

@ayo web socket will deliver messages in the order they are sent by the sensors. Look at websocket message handler, an asynchronous call can shuffle the queue…

aziz, to scheme

Hey , I made a new image that gets together many schemes (and schemers) in the same image, with a CLI that makes it easier, if not easy to build portable libraries, if not programs.

#;> united.scm available
loko
chicken
mit
sagittarius
gauche
racket
gambit
guile
chez-cisco
stklos
chibi

· Frontend for several Scheme implementations · One CLI, many schemes ·
· The best ui/ux to build portable Scheme libraries ·
· All around finest competition in software engineering ·

ref: https://github.com/amirouche/united.scheme.rs/pkgs/container/scheme-united

aziz,

@rml thanks

ButterflyOfFire, to random French
@ButterflyOfFire@mstdn.fr avatar

English : Open
French : Ouvrir
Kabyle : Ldi

English : Close
French : Fermer
Kabyle : Mdel

aziz,

@ButterflyOfFire UH OH AH!!!

aziz, to scheme

Compiling a fine art

Private
aziz,
rml, to Israel
@rml@functional.cafe avatar

are murdering trapped in as they starve to death from a famine created and enforced by . And most of you are too cowardly to say anything about it.

aziz,

@rml /me looking for hope.

nixCraft, to random
@nixCraft@mastodon.social avatar

My dog 🐶 what about you?

aziz,

@nixCraft free, open source, and public domain knowledge

juandesant, (edited ) to scheme Spanish
@juandesant@astrodon.social avatar

Today I learned about Snap!, a Scheme-based version of Scratch.

You could say that Snap! Is to Scheme and to LISP what a
Scratch is to Squeak and to Smalltalk.

https://snap.berkeley.edu

#Snap #Scheme #Scratch #Squeak #Smalltalk #TIL

aziz,

@juandesant how is scratch related to squeak? What do you think of snap!?

mezbreeze, to random
aziz,
ekaitz_zarraga, to random
@ekaitz_zarraga@mastodon.social avatar

So first day of experience: everything is crowded, it's virtually impossible to watch a talk live.

Not really good.

aziz,

@deshipu @ekaitz_zarraga we need more eu conference

aziz,

@deshipu @ekaitz_zarraga I know only about fossdem, and ccc event; I read ccc large event was canceled to become more distributed. I am left without landing. Outside pycon france that reach a bigger audience than only French speaking, and one or two single time events, I do not know eu confs nearby… help?

aziz, to tunisia

On this special tifinagh day, I am happy to share a lil program to teach yourself tifinagh xor scheme:

(import (chezscheme))
(import (letloop termbox2))

(define termbox-print
(lambda (line string color)
(dg 'ooops line string color)
(let loop ((index 0)
(chars (string->list string)))
(unless (null? chars)
(tb-change-cell index line (char->integer (car chars)) color TB-DEFAULT)
(loop (fx+ index 1) (cdr chars))))))

(define continue? #t)

(define %error (open-file-output-port "out.log"
(file-options no-fail)
(buffer-mode line)
(native-transcoder)))

(define (dg . rest)
(write rest %error) (newline %error)
(car (reverse rest)))

(define tifinagh
(lambda ()
(map (lambda (x) (list (string->list (car x)) (cadr x)))
(list (list "ya" "ⴰ")
(list "yab" "ⴱ")
(list "yach" "ⵛ")
(list "yad" "ⴷ")
(list "yadd" "ⴹ")
(list "yey" "ⴻ")
(list "yaf" "ⴼ")
(list "yag" "ⴳ")
(list "yah" "ⵀ")
(list "yi" "ⵉ")
(list "yaj" "ⵊ")
(list "yak" "ⴽ")
(list "yal" "ⵍ")
(list "yam" "ⵎ")
(list "yan" "ⵏ")
(list "yaa" "ⵄ")
(list "yahh" "ⵃ")
(list "yaq" "ⵇ")
(list "yar" "ⵔ")
(list "yarr" "ⵕ")
(list "yas" "ⵙ")
(list "yass" "ⵚ")
(list "yat" "ⵜ")
(list "yatt" "ⵟ")
(list "you" "ⵓ")
(list "yagh" "ⵖ")
(list "yaw" "ⵡ")
(list "yakh" "ⵅ")
(list "yay" "ⵢ")
(list "yaz" "ⵣ")
(list "yazz" "ⵥ")))))

(define choice
(lambda (objects)
(list-ref objects (random (length objects)))))

(define welcome "Welcome to termbox typer! Type Ctrl + Q to quit.")
(define message " Type any key...")
(define message2 "")
(define tifi (choice (tifinagh)))
(define entry '())

... the rest is at https://github.com/letloop/letloop/blob/b3c579b005b462c9cf34c11e3f6a6c2adf353253/tamazgha.space.scm

sun is in the sky.

\cc @ButterflyOfFire

futurebird, to random
@futurebird@sauropods.win avatar

This painting gives me shivers. What a beautiful, perfect monster.

“Faith and Fate”, 2020
Dimitri Sirenko
Oil on canvas
(Artist Web Site: https://dimitriartist.com/)

aziz,

@futurebird Older people say it was true.

ButterflyOfFire, to random French
@ButterflyOfFire@mstdn.fr avatar

Vendredi prière :

J’entends d’ici l’imam de la mosquée faire son discours du vendredi via le haut parleur en trois langues.

Il vient de dire :

  • L’alcool ne réchauffe notre organisme [en français] puis il traduit en kabyle.

Pareil en Arabe puis il traduit en kabyle.

aziz,

@ButterflyOfFire ne réchauffe pas ?

drewdevault, to random
@drewdevault@fosstodon.org avatar

Python continues to lack strong leadership and the entire ecosystem is rotting as a result

aziz,

@drewdevault so it is worse than the two brain problem! That is worse than someone with NIH?

futurebird, to random
@futurebird@sauropods.win avatar

I think all of the comments I've been leaving like "this channel is almost perfect, if only there were more ants." have had an impact on CPBD. He's exasperated and delighted by the atta in his yard collecting plants. (kinda hard to judge them when botanists do the same thing) Excellent episode!

https://www.youtube.com/watch?v=vDqdZhPEExo

aziz,

Are we up the evolution stream, then?

ButterflyOfFire, to random French
@ButterflyOfFire@mstdn.fr avatar

Moshidon est traduit à 94% en Arabe (Algérie) vs 86% en français.

aziz,

@ButterflyOfFire Le francais d'algerie c'est bien le kabyle, rite ?

😬

aziz,
nil, to random
@nil@functional.cafe avatar

Parenthesis. Unbalanced.

aziz,

@nil I was not prepared.

aziz, to random

The usual shit where people ignore my questions.

aziz,

And in my head I fucking hear le pen go back to your home useless piece of shit. Yes, my head is buggy. . Call cancel.

aziz,

@ButterflyOfFire continue to do what you were doing

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • Durango
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • JUstTest
  • All magazines