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

#webdev

72 posts64 participants0 posts today

Happy Birthday Bridgetown! 🎉

Five years ago today, a project was born to create a new kind of web framework—certainly one unlike any previously seen in the #Ruby community.

(And yes, we're still working on getting v2.0 final out the door—soon, #WebDev friends, soon!)

bridgetownrb.com/news/bridgeto

Bridgetown · Bridgetown, the Hybrid Ruby Web Framework, Turns Five TodayAstonishingly, we’re still the only game in (our) town.

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?

Continued thread

Do we have a new noun? 🤔

**promptware**
/ˈprɒmptwɛər/
*noun*

1. Software generated by large language models/AI that is often of subpar quality, lacking robust architecture and maintainability.

2. Informal term for code that is created via prompts, which typically results in "crappy" programs that no one knows how to sustain or is willing to maintain.

@divinity666 thx

🔴 On today's Crafter Hours stream, we'll continue working on porting over the Discourse Single-Sign On authentication that I implemented in JavaScript for another version of the System Crafters site.

Let's see how things look when we reimplement this in Guile Scheme!

Join us here:

- youtube.com/live/OFBCZ1uMBWk
- twitch.tv/SystemCrafters

#guile#scheme#guix

Finally got the blog section of my wife's website to a point where I was comfortable putting it online. It's my first fully hand-coded HTML/CSS project and I knew I wanted it to feel fun and not look like bootstrap. I know there's plenty I could improve, but I think this is a good milestone. For instance, who knows what the preview card will look like?

mskiersten.com/blog/

mskiersten.comMs. Kiersten's Blog - Ms. Kiersten