

I personally like C# and NOT .net…but im a weirdo.
Im on the fedi doin fedi things.


I personally like C# and NOT .net…but im a weirdo.


It used to be VB.net and other such stuff. It WAS pretty terrible. Ive had to pick apart some pretty horrendous applications. Then Mono/C# popped up and a lot of community effort went into making everything better. It helps that .net stole a LOT of functionality from Rails/Django/etc… and make it much easier for devs to do actual work on it.
The problem is when we talk about .net it could be a huge combo of tech from the last 10+ years. The newest iteration is fine. Its fast at least with C#.


Its so nice C# can run in Linux :).
At work, we joke that MS will eventually get tired of the OS game and just throw Windows tools on top of Linux and call it. Then just become a SaaS provider for everything else. Not WSL like legit linux kernel with Windows.
Yeah they just have an emoji at the beginning of the username. However the changes they made comics do actually benefited us all. Sometimes collective discuss can make good things happen :)
I think thats why it would be an opt in or moderator service. Like a dropdown or something that a mod can pop in, set for a time, then remove when people behave.
If a subset of users are posting say once ever 10 minutes, it floods the system/community pretty badly. Regardless if its lemmy/piefed/etc…etc… Ive seen comics get flooded a couple of times from people (probably in good nature) post the ENTIRE comic (hundreds of posts) in a couple days time. It makes new very difficult to manage until the mods would come in.
Comments dont typically have the same issues, so I think posts should be were we draw the line. But again the way I see it, it will be optional and a tool to mitigate a user from posting too many posts per day in one community.
An Auto-mod tool might be good to start with? Not sure. Last time I messed with piefed and lemmy, piefed was easier to hook into the code and lemmy was easier on the API side. So the auto-mod tool could possibly start working on lemmy? I dunno, its been a while. Im probably going to try piefed first and see what works on my small instance.
All conjecture until I find the time/motivation.
Most of this stuff is volunteer work. 99.99% of people are using the respective platforms respectfully.
The changes come from you and me. So if you want to see a change, make it happen. The amount of people actually developing these platforms are VERY small actually.


That is a cool idea. Thanks im gonna do some research now.
Im tempted to code a solution in piefed/lemmy so community moderators can put rules in place for max number of posts per day. Comics got tremendously better when they implemented the max 2 a day posts. Or maybe instance wide as well?
It made it so communities were not overrun with posts/bots.


Yep. And more distros support so theres more incentive to fix any issues that have popped up. Plus theres more c devs in the world than rust.


Im so happy work stopped using ubuntu server after last time.
Also how the heck do you break cp of all things.
I dont want to experiment with core utils.


From what im seeing people are looking at steam/linux as an alternative not windows. With the RAM shortage, windows is probably the worst solution out of the available options.
Either way it sucks to get rid of the only way to get used games anymore. Im hoping this kicks back more and we see more partnerships with companies like limited run games and others who do physical releases. https://megacatstudios.com/products/zpf for example.


Desktop. 151.0.4 (64-bit)


Ah ok cool.
Im using Firefox so that may affect it as well.


Its all good. Looks like a fun project! GLHF


Neat!
Looks like gotosocial isnt on there.
Looks like the sort function here: https://fedigraph.fyi/platforms/ doesn’t work. You cant sort by DESC or ASC. If a user clicks the button all platforms just stay the same.
When you click into a platform, the search on that page also doesn’t work. It only allows one char and then starts searching immediately.
Is this the project: https://github.com/FedGraph/fedgraph/commits/main/ ?


Dang yeah something is happening there.


Gonna be honest i dont care enough to make it. But gl!
You could be the finance guy instead of just an idea guy 😉


Oh interesting! I like the design. Ive been looking for something that can combine more fediverse stuff together into one coherent whole. I like the inclusion of the calendar.
Ive had that issue with lemmy.world a while back. What I did to fix it was subscribe to my own account (gotosocial/lemmy) and then it started accepting the posts/comments. Im not 100% sure why but if I were to guess its something to do with vetting the servers somehow. Maybe?


Not sure if its the best client api but looks like theres a couple of APIs that work with lemmy: https://github.com/db0/pythorhead
Throw that onto cron/scheduler as a proof of concept and have at it.
Its been a couple of years. Is mono still a thing? Or was it eaten up by .net core? If its still a thing than Mono. We did that for a couple of one off apps back in the day.
If I had to redo it, i would probably just use core on Linux and call it a day. Maintainability is better than purism anyways. Again all my opinions.
Actually if you want my full opinion, I would probably use python to create a proof of concept real quick…then have it remade if it needs to be faster in go/rust/whatever the rest of the team knows :)