A little insane, but in a good way.
And people are seriously considering federating with Threads if it implements ActivityPub. Things have been so crazy recently that I think If Satan existed and started a Lemmy instance, probably there would still be people arguing in good faith for federating with him.
If I remember correctly, the properties the API returns are comment_score
and post_score
.
Lemmy does have karma, it is stored in the DB, and the API returns it. It just isn’t displayed on the UI.
Wow, an actually good summary of what the problem is with Reddit
Lemmy actually has a really good API. Moderation tools are pretty simple though.
Did I miss something? Or is this still about Beehaw?
The best hacker is of course the one who can guess the password the fastest (all-lowercase, dictionary word).
Here is your Lemmy Gold:
This describes 99% of AI startups.
The company I work for was considering using Mendable for AI-powered documentation search. I built a prototype using OpenAI embeddings and GPT-3.5 that was just as good as their product in a day. They didn’t buy Mendable :)
Is that because most of your recipes are from the US?
We use Celsius like for everything else
Not a stupid question at all.
Other than the syntax, there is a very important functional difference between the two: function definitions are hoisted, consts are not. What this means in practice is that you can use a function you define later in the file if it’s defined using the function f() { ... }
syntax, but const f = () => { ... }
functions can only be used after their definitions.
function f() { g() } // OK
function g() {}
const f = () => { g() } // Error
const g = () => {}
Personally, I like breaking up React components into smaller helper subcomponents and use them in a main component. I only export the main component, the helpers are private to the module. For better readability, I like the main component to be at the top of the file and then put the helpers in decreasing order of complexity. This style is only possible with classic function definitions, using consts forces you to use bottom-up instead of top-down order.
Nice to see some OC on here! (And it’s also funny :) )
Well, there’s this place:
My new community got quite a few subscribers from there. Just make sure to post relative links using both the Lemmy and kbin routes (/c/
and /m/
).
EDIT: oh, I almost forgot, there actually is a site for community discovery: Lemmy Browser. I don’t think it currently lists kbin communities but we could ask them to (or if it’s open source, someone could implement it).
We have our own memes now??
/u/Ategon do you ever sleep? It’s insane how much you work on making this instance great.
Wow… did he not know about the multiplication operator?
BTW Satan is a very cool guy, follow him on Twitter: @s8n