Automatic downvote
9 direct replies — Read more / Contribute
|
by harangzsolt33
on Mar 25, 2023 at 13:21
|
|
|
Is it possible for a user to write a script to monitor my activity and down vote everything I post automatically? because I am noticing that lately. My past 10 or more posts have all received downvotes instantly. As soon as I press the button to Submit post, there is a downvote. I have no idea who is doing that. But for example, yesterday I made a post around 1 am, and very quickly almost instantly it received a down vote. The post was quite long, so there is no way the person could have read it and thought about it and form an opinion so quickly. I don't understand how this is possible that someone is getting a downvote automatically. Does PerlMonks allow members to set up an automatic thing? LOL I think, if I tried to give out down votes to everybody, I would very quickly run out of votes. Secondly, how would I do that without being logged in? If someone is currently logged in, then their username should show up on the home page right column. Right? So, I couldn't hide my activity. Thirdly, if I wanted to write an automatic down voting script, it would have to download a page from PerlMonks every second to check the new posts by that user. And that would be extra bandwidth...eventually downloading the same page a billion times would raise the awareness of the admins (maybe?), and I think that user would be placed in a timeout. So, how can someone pull this off? I don't understand it.
|
RSS feed for new nodes
1 direct reply — Read more / Contribute
|
by szabgab
on Mar 13, 2023 at 06:04
|
|
|
There were earlier discussions about RSS feed for new nodes of PerlMonks, but I think none of those work these days. I asked davorg to add PerlMonks to the Perl Planetarium, but he could not find an RSS feed either.
If anyone here could help with the integration, it might be nice to see PerlMonks nodes apper on the Perl Planetarium.
|
PERL in the near future
4 direct replies — Read more / Contribute
|
by Nayeem-monk
on Feb 25, 2023 at 09:03
|
|
|
Dear wise ones
my curious mind wishes to know,
would the Founder of PERL, Mr. Larry Wall be sometimes seen wandering around the premises here?
Also, do you have a designated person to welcome newcomers?
Being a business graduate with a non-CSE background, I see that a balance between quantity and quality is important for survival. If a programming language (a product in marketing terms) is not much popular, we could try to highlight its benefits that many people wouldn't know.
|
Wrong URL, failed redirection when using the mod:// with sections (hashes)
2 direct replies — Read more / Contribute
|
by bliako
on Feb 22, 2023 at 15:02
|
|
|
|
|
Recently Active Threads: limited maximum node depth
2 direct replies — Read more / Contribute
|
by kcott
on Nov 27, 2022 at 17:24
|
|
|
G'day All,
This morning, I saw in "Best Nodes" a link to
"Re^12: Perl XS binding to a struct with an array of chars*".
I looked in RAT to get an idea of the activity in this thread:
there were a number at "Re^9" but nothing deeper.
I went to the Page Settings (bottom of the RAT page) to change the maximum depth but the selection only provides 0-10.
Scrolling through (the very long) "Perl XS binding to a struct with an array of chars*", I found a couple at "Re^10" as well as the "Re^12" (from Best Nodes).
So, I haven't lost access to any content; however, it would've been preferable to get a high-level view via RAT.
Can that "maximum depth" selection be extended?
I don't know if there are other factors involved, so I don't know what to suggest beyond arbitrary ranges such as 0-20 or 0-99.
Alternatively, could there be a "no depth limit" checkbox?
I imagine a text entry box would be another option,
but I suspect that might require a fair bit of validation and other work which pmdev's may not want to undertake
(although, I'm very much guessing about that).
|
Hermitage page is blank
3 direct replies — Read more / Contribute
|
by harangzsolt33
on Oct 29, 2022 at 01:10
|
|
|
I recently got promoted to level 10 "Hermit," and I saw that there is more information about this level. So, I clicked on the "Hermitage" link, and to my surprise, the page is empty. Well, I made a note of that, and Ken informed me that it's not empty. It says, "Info for Hermits (and above) only." Okay, so is this a joke? I see the words "Info for Hermits (and above) only" and it's followed by nothing but blank space all the way to the bottom of the page. Then at the very bottom it says, "PerlMonks lovingly hand-crafted by Tim Vroom..." So, my question is is there something on this page that should be visible to me? because I can't see it.
|
Notification of XP increase has gone wild (maybe)
6 direct replies — Read more / Contribute
|
by davido
on Oct 21, 2022 at 21:17
|
|
|
The past few times I've logged in here (sadly, days or sometimes a week apart) I'm seeing big bumps in XP. Most recently, the XP nodelet congratulated me on +92.
At first I thought it was some recent post getting a lot of attention, but I'm not seeing that. Then I thought maybe a really old post hit reddit or something. But when I search my posts by reputation I'm not seeing new top contenders. That leaves the possibilities that I have no idea what post is getting upvoted so much, or that a bunch of posts are getting upvoted a little, but continuously over the past month or so, or that there's a bug.
Has anyone else noticed this behavior?
|
Anonymous monk reaches 100,000 posts
2 direct replies — Read more / Contribute
|
by marto
on Sep 25, 2022 at 04:40
|
|
|
|
|
Please unconsider
3 direct replies — Read more / Contribute
|
by hv
on Sep 18, 2022 at 18:30
|
|
|
I considered node 11146956 as "fix link" because the author had entered something like [<a href=...>link</a>]; but it seems the author noticed it too, because when I hit "moderate" the page refreshed with the link already fixed (moved to the end, with no markup). That leaves the consideration looking like a request for something else entirely.
I can't remove the consideration myself, right? (Perhaps unconsider could be automatic if the first vote is "keep", and made by the considerer? Or maybe that's just too much magic.)
I'll try to remember to make consider requests more explicit in the future. (But I suspect edits by the author are hard to anticipate.)
|
Consistent tab width settings
5 direct replies — Read more / Contribute
|
by LanX
on Sep 10, 2022 at 17:32
|
|
|
Hi
if I look with Chrome at that post
and at the embedded code
I notice that the tab width settings are 4 and 8.
And it's also 8 if I copy that code to the textarea for composing a post. ²
Suggestion: Is there a way to homogenize that to one of these? Best with CSS?
There is no need to discuss that mixing tabs and whitespace is a bad habit, or that the mainstream is against tabs for formatting. And I don't really have an opinion which width would be better suited here...°
But I think it would be beneficial for newbies if they saw the same result before and after posting.
°) My subjective preference is 4, which doesn't mean it's the objective overall solution.
²) Which means the OP didn't notice the problematic display prior to submitting.
update
there is a CSS setting called tab-size
see
and when I use the dev-console in my browser to change the style, it seems to work fine...
plz check with other browsers and discuss the options. :)
|
Nodelet Hack to auto-linkify modules in code sections (well almost)
1 direct reply — Read more / Contribute
|
by LanX
on Jul 22, 2022 at 13:15
|
|
|
Hi
I just wanted to hack a free nodelet hack (sic) on the fly, which automatically links any used or required module in code-sections to CPAN.
But I don't know what I'm doing wrong, can't make it work yet.
Not sure if it's a JS problem or related to Chrome and security issues (couldn't test in FF yet).
Before scratching all the efforts, I thought it might be reasonable to ask for help.
paste this into the JS Console
function linkCPAN() {
let codes = document.getElementsByClassName('codetext');
// let pattern = '$1<href="http://search.cpan.org/perldoc?$3">$3</
+a>';
let replacer = function (match, p1, p2, p3) {
return p1 + '<href="http://search.cpan.org/perldoc?' + p3 + '"
+>' + p3 + '</a>';
};
for (var i in codes) {
if (!codes.hasOwnProperty(i)) continue;
let text = codes[i];
let inner = text.innerHTML;
inner = inner.replace(/((use|require)\s+)((\w+)(::\w+)*)/g, re
+placer);
console.log(inner);
text.innerHTML = inner;
}
}
and call linkCPAN()
you should see the properly replaced HTML in the console, but nothing happens in the window.
here some input for testing
use strict;
use Data::Dump;
Any ideas?
update
fixed JS has no hashes but objects bug with if (!codes.hasOwnProperty(i)) continue;
|
RFC: Policy regarding abuses of the voting system
10 direct replies — Read more / Contribute
|
by jdporter
on Jun 09, 2022 at 09:38
|
|
|
|
|
No new reviews?
1 direct reply — Read more / Contribute
|
by hippo
on May 27, 2022 at 06:49
|
|
|
It seems that new reviews are not being accepted - is this intentional?
From the top menu, select Reviews, then "Add a Module Review" or "Add a Book Review" and you just get
This node has been deleted.
|
Time of post is missing (at least in not logged-in session)
1 direct reply — Read more / Contribute
|
by Anonymous Monk
on May 10, 2022 at 18:50
|
|
|
As a reader who has not logged in, the time of post is missing from the view of https://perlmonks.org/?node_id=397425;mode=root-and-node (got "Tough beans" message when the text was a link). That makes it hard to track which thread/post I should read next.
And no, color gradient is not helpful in my case.
Please show the age of post again.
|
Warning: PerlMonksFlair now links to a porn site
5 direct replies — Read more / Contribute
|
by kcott
on Apr 27, 2022 at 17:17
|
|
|
<p>[id://1049026|PerlMonks Badge]: [http://www.perlmonksflair.com/kcot
+t.jpg]</p>
Overnight, ++Cristoforo advised me: "Someone linked your `perlmonksflair` link to a porn site!".
I immediately removed that paragraph.
I'm reasonably certain that I've seen similar links (e.g. http://www.perlmonksflair.com/<monk_name>.jpg)
on other monks' home nodes; they may also exist on non-PM webpages including, potentially, $work websites.
It looks like the author, gideondsouza, was maintaining this up to, and including, 31-Jul-2017;
that is also the last time he visited PerlMonks.
I suspect ownership of the domain expired and was bought by another party (just guessing, though).
I'll add a link to this post on "perlmonksflair.com : get your perlmonks flair!";
however, given the length and popularity of that thread, my addition may not be particularly prominent.
Perhaps gods, janitors, or other cabal members with appropriate permissions,
might consider adding a large, bold warning to the top of the OP.
|