Life is Tetris

Is Lemmy "competitive" with Discourse/Zulip in features? I would love to participate in various forums (Haiku OS, for sure; others too, like Pony which is on Zulip), but am loath to create log-ins on each. Is the Discourse way of not going for federation important for discussion forums?

#Lemmy #HaikuOS #Discourse #PonyLang #Zulip
CC @pulkomandy @mmu_man @begasus

May 26, 2025, 08:18 · · · Tusky · 0 · 0
MysticBasil 🇺🇦

@kuraisle "Wrong" is a strong word here, and misleading a bit, due to being rather subjective. However, if performance was your primary concern, then such rewrite could have been done in myriad other compiled and safe languages to the same improvement effect. There is arguably nothing special #rustlang would provide in this particular case over, say #golang #ziglang #ponylang or many others.

Zuri (he/him) 🕐 CET

I've been #programming for 14 years now, have been using #PHP, #JavaScript, #ColdFusion, #Ruby, and whatnot, but holy cow, when reading the following chapter, I've literally been yelling "what the heck" at every second paragraph:

tutorial.ponylang.io/types/tra

I mean, #PonyLang really tries to explain everything in depth, and I appreciate the effort, but while it works fine in earlier chapters, it confuses the heck out of me in this at length.

#amProgramming #amCoding #computerScience

Traits and Interfaces - Pony Tutorial

tutorial.ponylang.io
TJ800X

@rntz I think #PonyLang reference types might fit the bill.

lj·rk

@kbeyls Wow, this is a cool program! I need to tell my partner, she's currently doing some work on #PonyLang and #OpenMP as part of her bachelor's. There are even women in compilers & OpenMP/CodeGen related office hours!

__red__

@b0rk

Exercises in DNS, or exercises in general?

I've been implementing an ldap client from scratch in #ponylang

One of the dependencies is building an encoder/decoder for asn.1 and that has been a real TRIP their their encoding rules(!)

Life is Tetris

An #AI #ML company with a link called "Engineering Values" that 404's
wallaroo.ai/engineering-values
How telling!
#PonyLang

Niclas Hedhman

@cheeses Thanks, interesting. Except I am not a 🐍 snake charmer, but a pony rider 😉 🏇 #ponylang for fun and ☕ coffee grinder for money.

Daniel Lowe

I really, really want to love #ponylang. Actor-based programming? Compiler-tracked isolation? Expressive type system? Solidly written tutorial? Check, check, and check!

But the stdlib documentation is such garbage I can't possibly figure how to fit pieces together to do anything. It's super frustrating.

SecState

Weekend project, build something in #ponylang

schnittchen 🏳️‍🌈🐆

If I'm lucky I will trade one or two pony stickers (#mlp, not #ponylang) for mate at #36c3

schnittchen 🏳️‍🌈🐆

I'm having a hard time wrapping my head around ephemeral types in #ponylang

schnittchen 🏳️‍🌈🐆

This is a great example of #ponylang elegance while being totally illegible to the uninitiated:

let index = ((value = value / base) - (value * base))

[The value of an assignment is the _old_ variable value. Apparently the assignment has immediate effect even within a "running" expression -- the `value * base` sees the new value]