dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#programming

228 posts208 participants10 posts today

Completed heating consumables in gutwound!

Definitely tooting my own horn, but actually kinda love working with my own codebase, was able to basically one shot that feature due to some methods I genericised earlier.

That plus the fact I know where everything is and am used to the way I implement things, so using old code is generally a lot smoother.

Turns out I'm not a completely awful programmer after all, even if this is my first game!

🎉 Excited to announce that Learn 6502 Assembly is now available on Flathub!

Modern 6502 Assembly Learning Environment with:
• Interactive step-by-step tutorial
• Code editor with syntax highlighting
• Built-in assembler & debugger
• Visual game console

Perfect for retro-computing enthusiasts, students, or anyone curious about how computers work at a low level.

Available on Flathub: flathub.org/apps/eu.jumplink.L
#6502 #Assembly #Programming #GNOME #Adwaita #Flathub #OpenSource #Learning

Learn 6502 Assembly
Flathub - Apps for LinuxInstall Learn 6502 Assembly on Linux | FlathubModern 6502 Assembly Learning Environment

Alright everyone, new week, new mutual aid goals.

I didnt get enough donations last week to cover all my expenses, so my donation goals are higher now.

Please donate if you can.

I live in an abusive home and my family hates me bc im trans.

Having a roof over my head isnt garanteed, neither is food or anything else.

Please donate to me to help me afford my basic expenses, like HRT, food, new glasses, feminine clothing that fits me, phone bill, etc.

Please help.

Thank you to anyone who boosts or donates.

current goals:

food: 75$/75$

misc bills/expenses: 25$/200$

prescription glasses: 0/250$

payment information:

cashapp: cash.app/vparagon

gofundme: gofund.me/034cef1a

cashapp referral (i make 5$): cash.app/app/QPL1BJF

monero address: 8576pqM8cmNW92eogjqnYzEewZbmwUbY61xRcGmbVCFphchaXKyAad1Xj9oNrYWQNqZkcm2kCHEzea4Y5Wd3DMUW4DozSV2

@mutualaid @disability @trans @vegan

Are there any classic #Programming talks/papers¹ on how to write an error message that doesn't lie?

Or rather, how to get into the consistent practice of doing this, so that it's the rule rather than the exception.

Bonus points if it's oriented towards #Python or another language where using exceptions for flow control is not anathema.

¹ in the direction of training/pedagogy. I am comfortable in doing this myself, but I wonder what the best-known stumbling points are

I want a program that looks over an #HTML document and its #CSS stylesheets, and applies the stylesheets' rules as `style` attributes on the HTML elements in the document.

Meaning this:

<html>
<style>p:first-child { margin-top: 0 }</style>
<p>First paragraph</p>
<p>Second paragraph</p>
</html>

Translates into this:

<html>
<p style="margin-top: 0">First paragraph</p>
<p>Second paragraph</p>
</html>

Is that a thing?

Alright everyone, new week, new mutual aid goals.

I didnt get enough donations last week to cover all my expenses, so my donation goals are higher now.

Please donate if you can.

I live in an abusive home and my family hates me bc im trans.

Having a roof over my head isnt garanteed, neither is food or anything else.

Please donate to me to help me afford my basic expenses, like HRT, food, new glasses, feminine clothing that fits me, phone bill, etc.

Please help.

Thank you to anyone who boosts or donates.

current goals:

food: 0$/75$

misc bills/expenses: 0$/200$

prescription glasses: 0/250$

payment information:

cashapp: cash.app/vparagon

gofundme: gofund.me/034cef1a

cashapp referral (i make 5$): cash.app/app/QPL1BJF

monero address: 8576pqM8cmNW92eogjqnYzEewZbmwUbY61xRcGmbVCFphchaXKyAad1Xj9oNrYWQNqZkcm2kCHEzea4Y5Wd3DMUW4DozSV2

@mutualaid @disability @trans @vegan

So, a small change to the code has significantly reduced additional lag. Instead of reading inputs -> processing inputs -> writing outputs I'm now reading the inputs and writing the outputs at the same time which I probably should've been doing since the beginning. The max lag went from about 89 usec down to under 20 usec. Very happy with the result. #programming #fightstick

I shrugged, dismissively, when the Reason #programming language was announced as the new syntactic veneer atop OCaml. OCaml in C/C++/Java/JavaScript syntax—why?

But I, too, had been ensnared by that same comfortable vice grip of "apparent innovation". On many occasions, I had dreamt of new, modernised syntax for Fortran, C, Standard ML, Scheme, and the like. In my dreams, that so-called "new" syntax inexplicably resembles the "old" syntax of Hope/Miranda/Haskell/Agda.

#Programmers....🤷‍♂️

amenzwa.github.io/stem/PL/Fort

amenzwa.github.ioA Forlorn Hope of Fortran Modernisation · Amen Zwa, Esq.

Thanks to Pedro Santos for having me in Kotlin Khronicles! Join us for a relaxed and insightful conversation on #Spotify, #Soundcloud, and Deezer.

We dive into the parallel journey of traveling to #Chicago and watching the #Kotlin tech scene grow there, along with discussions on my book and tech interviews. We also explore how development practices have evolved, especially in areas like updating views in #Android.

Listen to the podcast here: open.spotify.com/episode/4e9bW

SpotifyAmanda Kotlin and Structured ConcurrencyKotlin Khronicles · Episode