Recommended Posts

To me a warning is a serious thing.Each level is a step closer to being banned. It just sucks the mods bend the rules for some and not all.

I doubt the mods "bend the rules" at all. Neowin is ~very~ active so unless the post has been reported, I'd say that a lot of times some stuff may slip under the radar for a few days until they come across it.

Then again I don't know the averages for how many reports mods get a day so :p

To me a warning is a serious thing.Each level is a step closer to being banned.It just sucks the mods bend the rules for some and not all.

Yeah thats why other members do it all the time and not get punished :p

If you read a post that you know is not suitable to be public by all means use the report button on it! But ensure that you are just not reporting it because you disagree. Ensure that the post is going against the rules that have been put in place.

I would say it's not that they don't get punished but they just slip by without anyone else reporting it and/or a mod just having missed the post altogether. It happens.

Those forums are too ripe for abuse to have any kind of rating system. Too many people will get mad at somebody over their position on controversial subjects.

Those who get mad shouldn't take part in the forums.If they do, so be it they will be banned soon enough :p.

Those who get mad shouldn't take part in the forums.If they do, so be it they will be banned soon enough :p.

It's impossible to build a system that knows why a person gave a rating and people who get mad may have enough restraint to avoid doing anything that gets them modded. With a rating system you can stick it to the user without violating any of the rules.

On another subject; what's the purpose of a rating system if you don't know why a person has the rating they have? Was it for trolling? For being a dick? For making useless posts? Because several people got mad at him over some issue? What specific things did this person do to deserve their rating? That's the most valuable information.

General purpose rating systems are just too difficult to fairly implement but if you want to attempt it then you should look into a system more complicated than simple addition and subtraction of some number. Perhaps there should be a minimum number of like-minded votes before any vote takes affect. Perhaps the system should diminish the weight of an individual's vote if the bulk of their votes are too negative or too positive towards a given user.

It's impossible to build a system that knows why a person gave a rating and people who get mad may have enough restraint to avoid doing anything that gets them modded. With a rating system you can stick it to the user without violating any of the rules.

On another subject; what's the purpose of a rating system if you don't know why a person has the rating they have? Was it for trolling? For being a dick? For making useless posts? Because several people got mad at him over some issue? What specific things did this person do to deserve their rating? That's the most valuable information.

Tag cloud in profile LOL :rofl:

DICK TROLL

DOUCHE

NOOB

meh then I guess they should go through every post that has a baby crying or fail picture and give them a warning,they wont though.

Do you see how busy Neowin is? This thread alone has 243 Replies right now. Staff will not always be able to see everything posted every damn day. This is why there's a report feature. If you see a post that is not adhering to the community rules, report it! It's honestly that easy.

Don't sit here and say "meh [...]give them a warning, they won't though" if you're not going to put forth any effort to help the staff. Not only that but a "warning" has nothing to do with it. You don't see any of this at all. So how do you know when staff gives a warning and when it doesn't? Oh yeah, that's right.. you don't.

Just report a post that isn't adhering to the community rules and let the staff do their own job.

Do you see how busy Neowin is? This thread alone has 243 Replies right now. Staff will not always be able to see everything posted every damn day. This is why there's a report feature. If you see a post that is not adhering to the community rules, report it! It's honestly that easy.

Don't sit here and say "meh [...]give them a warning, they won't though" if you're not going to put forth any effort to help the staff.

Don't kid yourself the mods get around.The mods are almost in every thread I post in.

Meh then I guess they should go through every post that has a baby crying or fail picture and give them a warning,they wont though.

How do you know so much about what moderation staff will/won't do, you've been here 20 days, while you have had contact with moderators, you can't learn enough about our system in 20 days to know fully how we operate and make those assumptions.

Don't kid yourself the mods get around.The mods are almost in every thread I post in.

Last month there were almost 5 thousand topics created, you don't expect us to read them all do you? Because I can assure you, we don't.

Don't kid yourself the mods get around.The mods are almost in every thread I post in.

You're grossly underestimating the size of this forum. The staff can't possibly see all posts immediately. The more offensive/trolling/flamebaiting/spamming posts you report, the more you help the staff keep the place in order.

How do you know so much about what moderation staff will/won't do, you've been here 20 days, while you have had contact with moderators, you can't learn enough about our system in 20 days to know fully how we operate and make those assumptions.
He might be a long long time forum reader - like me :shiftyninja:

How do you know so much about what moderation staff will/won't do, you've been here 20 days, while you have had contact with moderators, you can't learn enough about our system in 20 days to know fully how we operate and make those assumptions.

Last month there were almost 5 thousand topics created, you don't expect us to read them all do you? Because I can assure you, we don't.

Im not going to go any further into this because I don't want to push my luck, and if I went into this any further I'd continue to delve deeper into why I think i was wrongly warned.

He might be a long long time forum reader - like me :shiftyninja:

I knew about these forums for years before I became a member.

If you have an issue with a moderation action taken against you, please take it up with the moderator in question, or a supervisor. Public discussion of moderation is not permitted.

If only. Most times mods just ignore when the user is right when an infraction was unjust.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!