It’s not about the profanity itself, it’s about what language the trolls/harassers typically use. The comment containing profanity was restored after it was seen to not be harassment. Most new users doesn’t trigger the automod in the supervision period.
- 1 Post
- 69 Comments
The instance has experienced a lot of trolls signing up recently, so we need to moderate new accounts more strictly. The automated removal is needed to respond quickly to potential harassment. The comment was restored after manual review.
Please follow our instance’s Code of Conduct and avoid using slurs, repeated breaches will lead to a temporary ban from our instance.
UlrikHD@programming.devMto
Programming@programming.dev•The (successful) end of the kernel Rust experiment
4·7 months agoHi
Can you update the title to be the same as the updated title in the news article?
The (successful) end of the kernel Rust experiment
UlrikHD@programming.devMto
Programming@programming.dev•Where's the Shovelware? Why AI Coding Claims Don't Add UpEnglish
1·10 months agoAppreciate you had the awareness to delete the comment before we got around to the report. It was still a breach of the instance’s Code of Conduct (1.1, 3.2) and repeated breaches may result in a temporary ban.
UlrikHD@programming.devMto
Programming@programming.dev•Seeking to make a dynamic website right from the scratch. This is going to be my very first project. How to begin ?
21·1 year agoIf you don’t have anything positive or helpful to say, it would be better to just not reply. If you think the post shouldn’t be posted here, use the report function instead.
UlrikHD@programming.devMto
Programming@programming.dev•The Hippocratic License 3.0: An Ethical License for Open Source.English
51·1 year agoPlease don’t stalk/harass our users, it can and will lead to a site wide ban if reported.
Reminder that our Code of Conduct (3.2, 3. 5) applies even on communities outside our instance. If you keep breaking those rules we may give you a temporary ban.
UlrikHD@programming.devto
Technology@lemmy.world•Ford Chairman & CEO Jim Farley Wakes After Decade-long Nap, Shocked By China's EVs - CleanTechnicaEnglish
1·2 years agoThis is your second warning to not break our CoC (3.2).
A third warning will result in a temporary ban from programming.dev.
UlrikHD@programming.devto
Fediverse@lemmy.world•To take a step back and see how far we've gone, Discuit, another link aggregator created around one year ago, published their weekly report - 245 weekly active users (detailed report in link)English
363·2 years agoJust a reminder that our instance CoC applies even on communities outside our instance. Please try to avoid calling people slurs per CoC 3.2 and 3.5. Failure to do so may lead to a temporary or permanent ban.
UlrikHD@programming.devMto
Programming@programming.dev•DARPA suggests turning old C code automatically into Rust – using AI, of course
5·2 years agoLooking at your instance handle, I hope/assume that your comment is supposed to be in lighthearted jest. However that would only be an assumption on my part and in general it’s not ok to say someone’s job/work tool is for [remarks directed at sex, gender, ethnicity, orientation, disabilities, etc…] per CoC 3.5.
Please take into consideration that members on this instance may be of different backgrounds than what you’re used to and interpets what you say differently. Further breaches of our Code of Conduct may lead to temporary or permament ban.
UlrikHD@programming.devOPtoLemmy Support@lemmy.ml•[solved] Checking admin status of user via the APIEnglish
3·2 years agoThat should actually work great, in the absence of being part of the API, thanks! Funnily enough the copilot autocomplete suggested that when I was formatting the url param.
UlrikHD@programming.devMto
Programming@programming.dev•AllocPPx.pl -> A Perl script that preprocesses C with garbage collection!
5·2 years agoPlease refrain from using slurs and disparage people for no good reason on our instance.
UlrikHD@programming.devMto
Programming@programming.dev•Things You Should Never Do, Part I (2000)English
2·2 years agoPlease refrain from using personal insults in this community. You’re free to express your opinion, but personal insults does nothing but make the community more toxic. c/programming is a gathering ground for both inexperienced and experienced programmers, so this level of lashing out is uncalled for.
Might as well start with a solid foundation from the start though. The extra work is minimal so there isn’t much of a time cost to it. I wouldn’t call it overengineering, it’s just a different way to write code, and the way many naturally default to without really thinking about it.
I get the point the author is coming from. When I was teaching first year engineering students programming, the one on the left is how everyone would write, it’s simply how human intuitively think about a process.
However, the one on the right feels more robust to me. For non trivial processes with multiple branches, it can ugly real quick if you haven’t isolated functionalities into smaller functions. The issue is never when you are first writing the function, but when you’re debugging or coming back to make changes.
What if you’re told the new Italian chef wants to have 15 different toppings, not just 2. He also got 3 new steps that must be done to prepare the dough before you can bake the pizza, and the heat of the oven will now depend on the different dough used. My first instinct if my code was the one on the left, would be to refactor it to make room for the new functionality. With the one on the right, the framework is already set and you can easily add new functions for preparing the dough and make a few changes to
addToppings()andbake()If I feel too lazy to write “proper” code and just make one big function for a process, I often end up regretting it and refactoring it into smaller, more manageable functions once I get back to the project the next day. It’s simply easier to wrap your head around
bakePizza() box()``` than reading the entire function and look for comments to mark each important step. The pizza got burned? Better take a look at `bakePizza()` then.
UlrikHD@programming.devMto
Programming@programming.dev•What would it take for you to move away from Github?
5·3 years agoAll it took for me to switch to GitLab was a larger free lfs quota which I wanted for a project. The superior webpage UI made me migrate every old project to it too.
UlrikHD@programming.devMto
Programming@programming.dev•Compiling typed Python: types are very broad hints and they are sometimes lies.
4·3 years agoI assume you meant that both Rust and C compiles into machine code? Python compiles into bytecode that is then run in a VM, Rust and C usually doesn’t do that as far as I know.
I was mostly curious if it was as easy as in C. Turun’s reply answered that question though. Cheers.
UlrikHD@programming.devMto
Programming@programming.dev•Compiling typed Python: types are very broad hints and they are sometimes lies.
1·3 years agoInteresting stuff, might give me an excuse to look into rust in the future. Thanks!

This is the wrong community for these kind of posts, if you have issues you want to discuss regarding this instance, please use [email protected]. As for your complaint about DMs from our admin team, I would recommend you to send any complaints about admin behaviour as explained on our legal site
On a different note, you have been given multiple warnings for your use of slurs, which have no place on an instance about programming. You will be given a second (and final) temporary ban of 14 days, any repeated offences will result in a permanent ban on our instance.