TIL: Haskell's ByteString is 'pinned' (GC cant move it) so it can be used with FFI. Haskell's Text isn't. Thus, conversions always have to copy.
Conversely, in Rust a String is just a newtype around a Vec<u8> with a smart constructor.
Curious! Maybe there is room for a pinned Text in Haskell?
09.09.2023 17:26 β
π 4
π 0
π¬ 0
π 0
This interview was recorded at GOTO Aarhus for GOTO Unscripted. #GOTOcon #GOTOunscripted #GOTOaarhttp://gotopia.techRead the full transcription of this inter...
Teaching Kids to Code with Sonic Pi β’ Sam Aaron & James Lewis β’ GOTO 2023
I'm really pleased with this interview recorded at a recent GOTO conference where I discuss the history, philosophy and future of @sonic-pi.net.
James Lewis was such a pleasure to chat with that this felt much more like a friendly conversation than an actual interview.
youtu.be/_ehD4D7N4ZU?...
07.09.2023 08:39 β
π 10
π 5
π¬ 0
π 0
MicroM8 window showing:
Proterm 3.1
Choose an option (or X to quit)
1: Home Timeline,
2: Notifications Timeline,
3: Create Post
qdot (buttplug engineer)
wait we let artists have dicks? When did that happen
[[R]eply Re[P]ost [Q]uote [L]ike]
lauren (lauren.rotatinesandwiches.com)
it counts!
[[R]eply Re[P]ost [Q]uote [L]ike]
LLt=fAu=fidsuper flower blood moon=fi@=fAuLL? (quakerpuppygirl.bsky.social)
I like when my avatar dent a picture of me so i dont have
*to see myself whenever I post
[[R]eply Re[P]ost [Q]uote [L]ike]
fire up your terminal and telnet into `bsky.tel`, the telnet bluesky client, which is now live!
obviously this is really early on, but it should work well for modern machines all the way back to the Commodore 64 and Apple II (pictured here)
plz send bug reports + feedback my way!
01.09.2023 16:29 β
π 422
π 167
π¬ 41
π 26
Ouch, that looks so painful! Where can this cursed set of functions be found?
31.08.2023 20:28 β
π 0
π 0
π¬ 1
π 0
Spawnfest logo
SpawnFest is an online software development contest in which teams from around the world get exactly one weekend to create the best BEAM-based applications they can.
#MyElixirStatus
#WeBEAMtogether
Link: linktr.ee/adolfont
29.08.2023 23:09 β
π 5
π 5
π¬ 0
π 0
This is fire: https://elixirforum.com/t/tucan-a-plotting-library-on-top-of-vegalite/57938
29.08.2023 19:03 β
π 14
π 7
π¬ 0
π 0
Eh, at least there's no !important π
26.08.2023 08:02 β
π 1
π 0
π¬ 1
π 0
You know you've reached the Deep Lore when C/C++ behaviour is documented
not as 'unspecified'
nor as 'undefined'
but as '_may_ be undefined'
19.08.2023 15:46 β
π 0
π 0
π¬ 0
π 0
I love code formatters, and I love git.
But what I don't love, is Git complaining about conflicts introduced by the formatter.
Is this a necessary pain, or is there a way to make this better? :-)
18.08.2023 16:48 β
π 0
π 0
π¬ 1
π 0
You know you've done too much Ruby programming when someone says 'MRI scan' and you first assume they are talking about Matz's Ruby Interpreter.
07.08.2023 10:45 β
π 1
π 0
π¬ 0
π 0
I don't think it looks wanky. Your handwriting is quite beautiful!
Mine, on the other hand... could pass for a Dingbat font, I guess π¬
03.08.2023 16:34 β
π 1
π 0
π¬ 0
π 0
I am completely befuddled by the behaviour of TypeScript's `any` type. How come un-annotated (or external JS) code defaults to `any` and not to `unknown`?
Aren't mistakes like:
`let x : MyCoolType = JSON.parse(user_input);`
very easily made?
What am I missing? π
03.08.2023 16:32 β
π 0
π 0
π¬ 0
π 0
Even when you're running on the GPU the legacy of LAPACK/BLAS can be seen: Nvidia created cuBLAS, a CUDA library that mimicks "all 152 standard BLAS routines", which is why a lot of code using matrix multiplication could be ported over to GPU-land so quickly π
02.08.2023 11:01 β
π 0
π 0
π¬ 0
π 0
Recently I learned that not only did Fortran '77 already have 80% of the features of modern data science langs&libs, its LAPACK/BLAS libraries were so good+influential that data science langs/libs still use them under the hood.
You are running Fortran today!
02.08.2023 10:59 β
π 6
π 0
π¬ 1
π 0