-> and the Clojurians
I got the first part of my Murder Mystery done. That's both writing and programming. Now that the first part is done the rest will be easier to program.
I'm playing with non linear storytelling :D
#amwriting #writing #wip #programming
#RISCV is really cool, and this RISC V compiler explorer is even cooler https://cx.rv8.io/
I've recently learned a whole lot about how to use #iterator #functional #combinators in Rust (that is, functions like map(), fold(), filter(), et cetera), and how they interact with #optional and result types.
Here's a quick writeup on that: Chaining Fallible Operations with Combinators https://leotindall.com/tutorial/chaining-fallible-operations-with-combinators/
#programming #rust #rustlang #coding #functionalprogramming #fp
One of my favorite @eevee quotes, from one of my favorite #tech / #programming articles: "It turns out that being Right is much less important than being Not Wrong"
🤔 #Programming conferences need more #queer meetups
Cradle of Forth - Self-Compilation and a Stack #heavy #metal #programming #music
What's your programmer's editor of choice and why? #emacs #vim #sublime #programming #development
@devurandom Yeah, that's on the right track. There are libraries for pretty much every programming environment that are designed to do decimal math with the same kinds of guarantees you'd get treating cents as integers.
I wrote about some a little while back https://spin.atomicobject.com/2016/01/04/javascript-math-precision-decimals/ #JavaScript #decimal #programming
TFW a credit card checkout form shows you you're paying "$62.5" for your bus pass and you realize it's passing a floating-point number around to represent money and you have terrifying #programming flashbacks
Just started some adventures in #Lua using the fabulous http://exercism.io! Check out all the other language courses that they offer! Btw, you can see my progress here http://exercism.io/dubst3pp4 ;-) #Lua #LuaLang #programming
You know what? It would be really cool with a federated comic/graphic novel platform that supports various formats so that comic strips, vertcal and horizontal formats can flourish. Now I don't know how to streamline it with that wide support but important part would be to be able follow series and the like. I don't know how to program, but maybe someone else might find it a cool passion project. :mastohi: :mastodon_oops: :mastodon_oops:
This typo in my tile definitions was a fun bug to track down :T
#programming idea:
your examples should be part of your automated #testing !
there is nothing more irritating then eg. finding a cool rust crate and not being able to run the examples :blobsad:
...ok, maybe mosquitoes are worse
but other than that!!!! nothing!!!! **literally** nothing!!
serious #programming / #programmeing question
I don't know enough about the structure of Linux to be able to answer this question--for the moment, it's just a mass of ugly UNIX spaghetti to me
but how _much_ of the superstructure can be replaced?
like, if Linux is ever gonna be turned into something a human being can use without wanting to claw their own face off, it's gonna have to be _completely_ gutted and rebuilt
maybe better to start from some other starting place?
Hi everyone! My #rust bindings to platform-specific UI toolkits, which enable #crossplatform #ui #programming with ease in #rustlang, have hit a big milestone: 0.3.0!
I've posted about it on my #Patreon ( https://www.patreon.com/posts/19426962 ), but if you prefer something with a little less JavaScript you can check out the post on my blog: https://leotindall.com/post/improved-user-interface-0.3.0/
I consider IUI to be moving in a really good direction, and if you find it useful, please consider contributing to my Patreon.
I swear, `flake8` is the first linter I've ever seen that nitpicks the grammar in your documentation strings...
#Tierless Web programming in #ML
Gabriel Radanne - 2017
"#Eliom is a dialect of #OCaml for #Web #programming in which server and client pieces of code can be mixed in the same file using syntactic annotations. This allows to build a whole application as a single #distributed #program, in which it is possible to define in a composable way #reusable #widgets with both server and client behaviors. […]"