270 replies | 73 files | 127 UUIDs | Page 1
Bugs you found, and changes I made
Just thought I'd create this thread where you can post any bugs or problems with the site you encounter. And also for me to post any big changes I made.
70 replies and 17 files omitted.
>>6448What if the site converted uploaded .webps into jpgs before hosting them on the site?
>>6449It is an option that I can look into. I don't like to change the uploaded files since uploader probably intended it to be in the format they wanted and might loose quality be converting etc. Only time I change file extension is in cases the uploaded file has wrong extension like changing .png to a .jpg or visa versa as an example. But it is an possibility, but I would have to add an extra step in the upload process and convert image so I have to look at the code and how it is done. As code is now it is likely easier for me to look into potential exif data in webp and see if Taglib and/or Exiftool supports it (and if there is any custom cleaning needed as addition).
How do I shut this goddamn snow off? Its lagging out my mobile
>>6451To manually turn it off you can go to Options and User CSS and add
.container-extra-4 {
display: none;
}
but snow should be turned off soon as the celebrations comes to an end.
>The extra field might be used for other things in the future so it is not just for the snow. It was just an convenient field I added it to when I was scrambling to make some festivities for Christmas.
>>6452Thanks. Goddamn was a little harsh, I was frustrated because I could only post so much before the text would take 3 sec per character added, and would lag out if I had too many queued characters
>>6451>>6453I confirm, the snow may cause high CPU, in my case a desktop computer.
>>6453No worries, it is understandable.
>>6453>>6454Yes it does raise the CPU usage by a bit more than I was hoping, but I was only intending to run it for a few days (will end today around 9pm CST). I see the snow at 4chan is using comparable CPU usage so it is the nature of CSS and animation.
Refined the Custom CSS to reduce the CPU usage a bit to lower the usage a bit more - seams like the animation runs even if not displayed so ending it after one cycle will stop that.
.container-extra-4 {
display: none;
animation-iteration-count: 1 !important;
}
>>6455Thank you, the new script seems to work nicely
>>6455Im not sure if its a bug or not, but the Oekaki tool isnt on the quick reply window.
>>6583It's not on the 4chan /i/ window either, iirc. Probably not a bug.
>>6583It is not on the Quick Reply since it was troublesome to get it in there in current form (would have had to add big drawing area to the quick reply). In the new code I plan on changing Oekaki to the same one used on /i/ and I will try to get it on the Quick Reply and also add option to draw on images added. But I'm not at that point in the code yet.
No biggie, but moving threads resets the posting time/date of all posts to the time it was moved.
>>6624Yes, the move function in current code is not too good.
Moving of threads/posts is one of the areas I will totally redo and fix in the rewrite/cleanup I'm doing. Another aspect I will fix regarding Moving threads is that the post links gets updated to the correct new post links (so I don't have to manually fix them after move).
Moving threads never worked that well in the old code either (NPFChan), so moving threads/posts is something that always have been used very rarely.
We had small incident of downtime. Hopefully it didn't cause too much inconvenience.
>>6627It scared me the hell out.
>>6629Not sure what the reason was. Server stopped responding.
The server might just have had a Derp moment, but all looks good now.
Fixed small bug regarding posting links and getting false positive "Spam detected" alert.
>>6631That's good news. It's annoying getting flood detected every few minutes when I'm dumping images.
Updated a major part of the code hoping I fixed the bug that caused server to not respond. If you notice anything that isn't working as it should please let me know.
>>6658>I fixed the bug that caused server to not respondYup, I got that problem. Last time was 10 minutes ago.
>>6659Last one you experienced might have been when i took down server shortly to activate the new code. But hopefully the change I did to the code will make the site more responsive and not have the occasional slow to respond as happened from time to time.
Bug: There is no "Whole words only" option in the search menu.
Search for "ADL" and you see countless posts with the letters adl somewhere in them. Posts where someone used a word like badly, sadly, adler, and so on.
>>6679I'd recommend add a space before or after. Pro tip " ADL " or " ADL" or "ADL ".
I have seen an OP post where there were links provided to lolicon websites. The post was since deleted, but the post itself may have taken a while to be deleted from the catalog. Is there any reason for this?
>6684
Do you even understand how servers operate nigger?
>6685
Surrounded by retards and boomers.
>>6686I do, but Johnny Law may not.
>6687>I do, but Johnny Law may not.So what's the point? Are you also a lawyer giving legal advice?
The 'under the hood' stuff is better left in the dark as proprietary knowledge for the time being. Maybe not, in any case not my call.
>I do,Then you ahould understand the trials and tribulations associated with any content hosting from third parties.
So there may be multitudes of any kind of reasons and different solutions to problems. The ugly gritty details are by nature just handled. Some technical, some biological, some in human fallibility, some in human intuition, some by mechanical check sums, or any other possibility. Maybe it's communication time, maybe it's time taken to type and double check that really is the post who knows.
Maybe it's something else completely.
You can speculate, but that doesn't solve anything. Nor is speculation how you quickly and efficiently and robustly solve these kinds of happenstances.
If you do undertand you also may understand what kind of responsibilities you have and don't have, and the current available actions at hand.
In any case it's only worth a theoretical programming-lite thread in and of itself for stand alone projects.
Or even a theoretical law thread.
Wait.>may have takenSo you don't know. That looks awfully alot like legal bait.

>>6693>So what's the point? Are you also a lawyer giving legal advice?>The 'under the hood' stuff is better left in the dark as proprietary knowledge for the time being. Maybe not, in any case not my call.I’m not a lawyer giving legal advice, but there may be a case where server owners and/or administrators are strictly liable for forbidden content hosted on their servers. This means that no matter the explanation, they are responsible for it, no excuses.
>inb4 “That also sounds like legal bait!”I have taken a course in business law, but I don’t have a law license nor do I plan on getting one anytime soon. Ask a real lawyer if you want the kind of stuff you are suggesting I’m giving.
>Then you ahould understand the trials and tribulations associated with any content hosting from third parties.>So there may be multitudes of any kind of reasons and different solutions to problems.And none of them may matter in a lawsuit or prosecution such as the one that I had previously suggested could occur. In fact, it could only mean that far worse problems could be caused as a result of this “virtual bureaucracy”, such as the continued spread of viruses or worms long after they would have been allegedly been deleted.
Can you add a "Sort by newest" and "sort by oldest" option to the Search function?
>>6714I wonder what are you looking for.
>>6714Going to look into adding that (should be easy to add that function).
Fixed small bug where posting without body would fail. Hopefully not too many were affected by this.
Working on the AAC file detect addition but have to spend a little time on it in case other already uploaded files would be affected by change.
>>7085Updated code so AAC should now be detected and correctly assigned to file extension. I kept all current potential AAC files already uploaded as MP3 since I will have to write a script to check all files and update the database to reflect this (something I probably will do in conjunction with next version of board code).
Did some updates on the server. Hopefully the short downtime didn't affect too many people and that everything is running as it should now.
Please let us know if something isn't working as it should.
>>7151/mlpol/ was offline around 45 minutes - ERROR 503.
Now it looks like is working fine.
Added option to automatically check the Hide Flag checkbox in Option for those who want that. Also fixed so when checked it is not reset on posting reply. Let me know if there is any problems using it.
>>7265>Added option to automatically check the Hide Flag checkbox in Option for those who want that.Much, much appreciated.
Pupper, threads randomly won't bump, neither in the Overview or Catalog.
It happened again just a few minutes ago.
In the Corona thread, post >>352419 was made at 00:44:14 and it didn't bump.
On top of it are:
- Humor Thread: post >>352416 at 23:58:42
- Cultural Marxism and Derivated anti-White activity: post >>352417 at 00:06:22
- The Great Reset: post >>352418 at 00:31:42
- US Politics thread: >>352420 at 00:45:47
>>7280sage is not a bug
>but found another bug investigating this that is unrelated (so reporting this was not unfruitful)
>>7282B-but the sage wasn't shown in the replay. I'll keep you posted if I found another stuck thread.
>>7284No sage in the post.
>>7285Sage don't need to go in all fields. The sage in all fields is just a meme because many don't know where to put it.
The semi-unrelated bug I found was that if a post came after the saged' post and it was deleted the sage would not be applied and would bump the thread. So it was not a loss looking into it, but will probably not fix until next version of code unless I find time to add the change into current.
>>7286>Sage don't need to go in all fields.I missed that one.
>>7287It never did. It's the same as 4chan. That was just a meme perpetuated by a handful of Anons who wanted to express their distaste for certain threads, and a few smoothbrains who use it in response to certain posts (as if you can sage a post).
Personally I never liked it, because announcing sages is obnoxious, imo. Sage is supposed to be a method to reply to shitty threads without bumping that thread to give it undeserved attention, and to prevent sliding good threads; it is not a downvote.
>>7285That's my post. I can confirm it was saged.
I sage on this board a lot, mostly out of habit. I generally sage threads by default unless I consciously find a reason to bump it. It's a habit I brought from trying to maintain quality on 4/pol/ to avoid slide threads that I still have even after all these years.
>but why would you sage that thread?
I saved it because it is a general, and since it is a general it will inevitably get bumped, and therefore it does not need my help to bump it. It's just what I do.
one can copypaste emoji from posts which is good, but one can't search for them in a thread using ctrl+f, for example search :anon and see if this anonfilly emoji is highlighted, it wont be

Add colored and different shaped dice (hexagonal, octagonal etc like in d&d) and adding a RPG tile and changing the /a/ tile name from anime and manga to anime, cartoon, Comics and manga. Entering a password starting with a number. Creating a flag option and creating a Fediverse with channels on AllChans.
This site posts the name of youtube videos but not shorts. Will there be an update that displays the names of shorts?
>>7337>shortsThat is for phonefags.
>>7337I will look into adding shorts and see if there is oembed data available for shorts.
>>7337Updated JS so shorts should be correctly embedded now.
This site embeds Twitter links, but not nitter links.
>>7291Don't look like there is a good way to do that, one would hope browsers would use alt text on images for search but they don't. I will do some testing and checking if there is a way but the ones I've tested won't "highlight" image only say there is a text matching the text and roughly where it is.
Why not make a /b/ board and an /rp/?
>>7487Our /b/ board is /sp/.
I have been asking for an RP board for years. Currently it goes to /vx/, but I'm not satisfied with that at all.
Are you going to add the editing option?
>>7569Any edit option should have a time limit so no Jews can make a post, wait for it to get replies saying "I agree", and edit that post to say "I want to eat babies and kicking puppies is fun!" and screenshot this.
>>7569Posts are set in stone
One may destroy the stone, though
>>7629I never liked post editing even when the mods did it (especially when they did it, tbh). If a post is faulty, just delete it and post again.
>>7469It would appear that posting on tor is broken at the moment, unsure if that's a bug or a feature.
Pupper, the following nigger is using a scrip that can bypass the anti-flooding code.
>>8266He's jewish tho. Nothing goyim trash can fight against.
Typo policy staff rule 4 subsection last: change every to ever.
The search feature is not working. Back to jewgling "horsepussy" site:mlpol.net
>>5911I want to say, thanks for all the hard work on the site pupper.
>>9112He really is bestest boi.
>>9110Sorry for the inconvenience.
Search should be up and running now.
>>9112>>9113Thank you both for the kind words.
You know what it is.
Theres no "bat" or "thestral" tag on Ponerpics. It would prolly be complicated.
>>9116Nm there is, its just not under the species list
Cuz racism
>>5911Hello pupper I was wondering if there would be a way to add an option to hide threads like on 4chan?
>>9132Click the arrow next to the OP image, click on filter, select Post+
As the VERY deteminable OP of the Mixed Nuts threads, erstwhile "The Gay Bathhouse"; I request that those threads be locked.
A spambot is clearly designed to bump old threads with nonsense, and they are a frequent (though not exclusive) target. There SHOULD be no reason to further post in those threads as they have run their course, so the permission to add to them isn't really necessary anymore. I certainly won't be posting to them,...
And as brainbleach, notice how you dont have to tell Scootaloo to.do a crime, she already knows
Anon just said "no, she already did a crime, she's passing the evidence off on you"
My bad, I was operating under the dillusion that people still gave a shit. My bad
The board was down a couple of hours.
>>9176Was an small error in config that caused it, but fixed now.
Should have hit when I made change, but somehow the code kept on trotting until an edge case triggered the error.
>>9221Starting to get filled out now. Wonder if it gets reset when the site updates or something.
>>9221THIS tuesday is markedly different than LAST tuesday
I tried making a thread and it just says "posting failed"
Found a bug with the filter. Replication steps below.
1. Load /Overboard/
2. Find a thread (Attachment 2)
3. Left Click Interaction Icon
4. Navigate to Add Filter > Post+
5. Refresh
6. Navigate to /Overboard/
7. Refresh
8. Scroll, see filtered posts (Attachment 3)
9. ???
10. Pumpkin time (Fourth attachment)
>>9261What was the errorcode? 400?
Pdfs are allowed here. Are we sure this is safe given the 4chan attack was done using pdfs?
BUG: the catalog shows which page the thread is on, but if you navigate into the thread the status at the bottom right always shows page 1.
>>9372I can confirm this and was just about to submit the same bug. It's at the top as well.
>>9372>>9376Managed to replicate it on dev computer, so know roundabout the reason. Will look into it, but have to change how a few things are done in the code. Thanks for letting me know.
>>9372>>9376Should be fixed now. Let me know if you notice any other bugs.
How do I "watch" a thread on this site?
>>9416There is sadly no thread watcher at the moment, but I will look into trying to make one.
Any special features that is desired for thread watcher?
>>9420Please just work on a basic functioning one right now and make QoL updates over time, nhnb has one but it's shit and prone to breaking losing all threads watched and making it worthless. Here is the rundown of what people want with basic thread watcher. In a thread watcher the information as follows by order of importance....
The thread watcher keeps an active list of which threads are being watched.
>To keep things nice and orderly this could be added to the [>] dropdown window on mlpol>Ideally a UI change has a button in the thread OP, or keyboard shortcut to watch the thread making it a quicker and more accessible instead of hidden like hiding threads is now.<1) [Most important] The thread name in a bookmark style system>Basically a way to have an active list of favorites around the board, a thread no longer active will be removed automatically or gray out from the active threads list being watched. <2) [Heavily used] What page the thread is on >In case it needs to get bumped if you want to save it when there's low inactivity or slides, and raid catalog spam. >Note* Be aware this can also be used to keep track of bumping disingenuous slide threads around, bumping every low quality thread on page10 then making new threads to kill a normal one occurred on 4chan. Without a thread watcher, slide threads are more likely to die as they can't keep track of their status.>Note2* A thread watcher is a double edged sword, and proliferates low quality bumps like "bump" "page10" ">10" "mare, amre" ect or whatever else that takes zero braincells and the minimal effort by the poster to get it back to the front page<3) [Good additional feature] Keeping track of which board the thread was on >In case you want to quickly jump back to your fav threads on different boards, which is more useful here now than ever as there are multiple boards hosting different topics or connecting with /mlp/ refugees and /mlpol/ regularsThere's more I can list, but just focus on these 3 for now and people will be happier.
>>9511I will do my best to make this a reality
BUG: IP change changes the poster ID even if the cookies are kept.
>>9524Is that a bug, or working as intended?
>>9525I think it is a bug. The thread stats says UUID, not IP. There are many residential internet connections which change IP daily. Plus whomever is on mobile will have a different IP every few hours.
>>9526>doesn't keep track of cookiesKinda based in a way
The Stats page is not working.
>>9538Sorry had introduced small bug when I tried to add an optimalization to the code. Hopefully it will work again now.
>>9553>Hopefully it will work again now.Yes. Thank you.
>admin sprung into action and added a word filter for the malicious site
MODS=GODS
8ch admins still haven't added a global filter.
>>9553The Stats page is broken again.
>>9553picrel
>Thredshould be
>thread?
>>9511>A thread watcher is a double edged sword, and proliferates low quality bumpssame with (you) notifications. Before you know it, it turns into reddit. I quit X-chan because I was paranoid about browser fingerprinting and realized that it's better to post without it.
thread watchers and (you) notifications proliferate egoposting and dick measuring contests where anons are no longer trying to engage in intellectual discourse for the sake of truth--they simply want to one up each other at all cost. When you contribute to a thread, you partake in a discussion about the thread's topic: it's about the topic, not your ego or you trying to be right and proving everyone else wrong. No, you're there to contribute meaningful thought for the benefit of the bread. If you need a thread watcher or (you) notifications, you're more interested in what people think of
your thoughts rather than unspooling the thread and see where the discussion leads. It enables selfish posters and we need less of those.
I love the auto scroll to bottom and the new file icons and QoL changes! Just need flags to act like they did on /mlp/ too! :D
>>9757Good post and good points, but someone has already made a You notifier request in the other thread
>>9728 →
Ban request: donkey show raider. Same person who spammed 100pbid on 4/mlp/ without getting banned because mods were allowing his spam. Id link the 4/mlp archive but am on mobile.
These are the kind of spam gens.
https://mlpol.net/poner/532#bottomHere's him posting blacked, which we now know is a donkey show meme
https://mlpol.net/poner/827Also requesting IDs get turned on in the AI art thread. If you won't ban him then at least let me filter.
TYVM admins.
Ah fucked up the links.
Blacked example
https://mlpol.net/poner/827#1495Example of his shitty spam posts
https://mlpol.net/poner/532#7149
Bug report!
Watching a thread from the overboard index gives TEXT MISSING, then the page doesnt actually load. Might want to either disable the thread watcher button on the overboard, or do some more tinkering
>>9907Make that everything is busted, thread watcher can't watch threads. its OVER
>>9907>>9908The Overboard Bug should be fixed now.
>>9908>>9907To remove them from the list go to [Options] and select the "Add Remove Button to Thread Links" to get an remove option next to the links in the Thread Watcher section.
The israeli nuclear arsenal disclaimer is missing. Please bring it back.
Also whilst I'm whining, could there also be a modification strip the si=? from youtube links?
>>9909Good work, it's working again but there is a nother bug with the watcher.
You can't watch from a board index,
unless its the overboard
>>9923There was a bug in it where it took wrong title when adding. Fixed that and added so you can add from board page too.
The thread watcher counts your own reply as a new unread message.
It should only count new replies after the bottom of the auto updater. and it's not really updating properly. For instance, if I look at this thread, there is no new replies but the thread watcher is still showing (2) unread after hitting the bottom of the page.
I'm having a very serious issue on my brave browser where it is not asking me to acknowledge Israel's illegal nuclear arsenal before posting.
>>9932This will not be permitted to stand
>>9936It needs to be fixed right now.
>>9937By all means, stomp your feet, surely that will help
>>9938Is it helping? Because I can do it more if it is.
>>9937Yup. That Notice is a useful deterrent for glowies.
>>5911The thread watcher only lists the "Newfag Welcome" thread no matter what thread it is you are trying to watch. If you click on them they go to the right thread but they are all named wrongly as that particular thread.
>>9943Uh, screencap? Shift+windows+s , then drag-select. You can paste direct in the text window
>>9943Try removing it then readding it, I had a similar wrong-thread-watch earlier
>>9931>thread watcher counts your own reply as a new unread message.As it is now the thread watcher is not integrated in the post function so I will try to integrate it into that.
> there is no new replies but the thread watcher is still showing (2) unread after hitting the bottom of the page.I plan to add some more event handlers to the thread watcher so it updates on page update too, or periodically.
>>9943I had a bug in the code for a little while where it stored the wrong title on the thread watcher.
>>9924Remove and add again and it should be corrected.
>>9945You seem to have the same issue with new reply.
>>9357this bug still exists where filter resets after a while and filtered threads are seen again
My version:
1. Refresh catalog
2. See shit you don't want to see
3. Open thread of shit that you don't want to open or see so you can add Post+ filter without extra manual work.
4. Refresh catalog and don't see unwanted shit anymore
5. Do something else for a while
6. Refresh catalog
7. Jump to 2. due filters have reset.
Secondly:
regexp/text filters don't work at all.
Thread watcher:
1. Add thread into threadwatcher
2. Threadwatcher opens into all tabs with thread added
3. Minimize thread watcher on one tab and it stays maximized on other tabs
Would be nicer if min/max toggle of TW was also browser wide instead of tab wide
>>10016or make option for it so both ways are possible
Can you range ban Vietnam? All the CP spam comes from Vietnam. And could you range ban China, India, and Israel while you are at it?
>>10131>All the CP spam comes from VietnamIs that true BO? Example on the front page just now...
I recall the Michigan (MN maybe?) state-rep that was arrested for being an undocumented immigrant, was from Vietnam.
(pro-tip: don't let on that giving health care to illegals will benefit you directly until after it passes. Maybe not even then)
>>5911Hello i have noticed that X(Formerly Twitter) links do not embed as it fails to connect
Example
>>>/mlpol/393765 →
>ban evader repeatedly spamming after being banned
>>10142that is pathetic , but i am interested for some reason
Mlpol posts are visible from Google search. In time this could be used with AI to identify people. Please fix this before that happens.
>>10151That's kind of an unforeseen consequence of the way the site is built. Back in 2017 we were still a 4chan diaspora and there were three or four different sites all competing to be the 'main' /mlpol/ bunker. Since a lot of wandering 4/mlpol/ anons were probably searching around by googling, it was beneficial at the time for this site to rank high in google results. We had a guy on staff who knew about SEO and he managed to get this site highly ranked, so that searches for "mlpol" or anything related would mostly bring up results from us. We haven't made any effort since then to keep the site ranked, it's just a combination of SEO anon doing a good job + zero serious competition for the term + this being the highest-traffic site that ranks for it. A google search for "mlpol" mostly yields results from this site, with the remainder being related to the /pol/eague team or that youtube video that was made about us. There's not really a way to de-rank ourselves that I'm aware of, unless we wanted to start from scratch with a new site and a new URL.
>>10151>Mlpol posts are visible from Google search. In time this could be used with AI to identify people.AI and its army of poojeet trainers wouldn't scrape Google results. AI scrapers have no reason to honor robots.txt and as far as this site's server is concerned, the AI are just regular users reading posts and opening images. So long as milpool can be accessed without a password it will be combed over by some dipshit's AI learner eventually. Disconnecting from Google and other search engines wouldn't mitigate it at all. That's why you need to post horse pussy when you can. AI is an infection, so infect it back. Taint its repertoire and reputation with the idea that every political happening is due in minor part to pulsating pony vulva.
>>10155Look out guys, he's felling the full force of his Discord army's hammer on us. Consequences will never be the same.
>>10158
>Hammers are for bitches who don't know how to manipulate people.
Yeah, (You). Go manipulate your mom in to bringing you some more diet Coke.
>>10160
There are better places to spread your mom's ashes than the hoof dildo booth at Mare Fair.
>>10161
Are you randomly quoting poorly translated 90s Japanese fighting games?
>>10153That might be worth considering. I can find my posts from years ago. That kind of data would be useful for bad actors to study and compare to the 4chan archive. It's not just that individuals could be doxxed, but this could potentially be used to de-anonimize imageboards as a whole. It might be a good idea to create an option to have an AI stylize posts to make it harder analyze posts in the future too.
>>10165Every anon has a cadence that can be fed into and cross-referenced with AI. Personally, I don't give a fuck, but I can understand others having reservations, and unfortunately there is no (at least to my knowledge) no way round it unless we use IPoAC, but then cats become a problem.
>>10165I remember this. I genuinely hope you're doing good, Nigel.
>>10167I would prefer cats to doxxing.
>>10168I am not nigel.
>>10151The only way an AI or anyone could identify people - not just say "Hey! This is Anon1675!" but actual people, is if that poster was posting personally identifying information.
This is not a reasonable fear for a number of reasons. No one would have any incentive to do this at all. The AI could discover literally nothing except maybe take a guess as to the number of regular users based on the number of recognizable writing styles. It would be hard to correlate posts that are completely anonymous across the website. Sure, you can look at the posts and take a guess as to who is behind the post based on factors like paragraph spacing, the use of first person pronouns, the nunber of spaces after a period, etc., but you can't actually tell much about that person. The only reason it's possible on this website at all is because the tiny number of users means these small differences are noticeable. If you had dozens, hundreds, or thousands of people with the same quirks, like on 4channel, it would be impossible to tell people apart.
>>10167That "cadence" is not so distinct as that an AI can tell with any degree of certainty who an anonymous poster is based off of a two-sentence anonymous post
>>10165>let's have an AI make our bland posts even blander so that our posts are too bland even for an AI to find any kind of personality or individuality in them, and every post from every person is perfectly alikeNo.
Just don't post personally identifying information and you're fine.
>>10173Maybe YOUR pattern-recognition sucks, but I can identify posters from here on 4chan, and if I can do that without software, then anyone can with a bit of ingenuity.
>>10174This is the male netizen equivailent of the "I'm an empath and can sense what wild animals are feeling" woman.
The internet is full of distinct communicative archetypes. There aren't too many that stand out, but the ones that do have consistently identifiable traits. A bunch of Saudia Arabian trolls will all type the same due to growing up and learning passable English in the same environment. Polacks will use the same grammatical flaws carried over from whatever language they speak. Aussies will use Australian vernacular. It's easy to determine where someone is from after spending so long on consequence-free discussion boards where they'd be less inclined to type proper and at least pretend to not be retarded. To think you've found a specific person on 4chan who is a poster here based on these typing nuances is ridiculous.
There was a guy on my home board a while back who begun sperging out at some poster he saw who use the term "phoneposter". This guy said that he had been on 4chan years before and told them he was posting from a phone, to which of course he was called a lousy phoneposter. Well years go by and after seeing the term used on another board, he immediately believed that it was the exact same guy from all the way back then on that other board that gets 200,000 posts per day. Even after being explained that "phoneposter" was an common accusatory derogation going back to the early 2010's, he still maintained his conviction that he had found the precise man who slapped his ass red and raw so many moons ago. That's what you sound like. If I was as stupid and delusional as you, I'd accuse you of of being that sperg. But I know that "delusional old guy who thinks he can profile anonymous users based on 2 sentences" is an archetype to which many people belong.
>>10175If it was based solely on pattern recognition, you might be right, but thats just the tip of the iceberg. It's not a sixth sense where every poster is obvious, but after a few posts and a few unrealized tells "Oh, it's 'them'"
>>10174Yes, I'm sure you can recognize posters on a website with only a few dozen posters, or in /mlp/ 4channel threads with only a few dozen posters if that. Can you recognize every poster? Why not? Because there's only a few idiosyncrasies that stand out and not every poster has enough of those to stand out. Most people don't have many of those, and if they do, it only shows in longer writing.
And then, how much will a "tell" stand out if you had a thousand, or ten thousand, or an unknown large number of posters? Suppose a poster has an idiosyncrasy that is present in 10% of posters, and he has three of those idiosyncrasies. Not capitalizing words in the beginning of sentences, not adding an extra space after paragraphs... what have you. That would mean only 1 in 1000 posters would have those three "tells" if each has an occurrence of 10%. I'm sure a 1/1000 chance is good enough to be reasonably sure you're dealing with the same poster if you're on this website, or in a general in /mlp/, but what if you are on an imageboard with 10,000 posters? Out of 10,000 posters, there should be about 10 posters with those three tells. And so on. And did you notice your qualification "after several posts"? Every single thread, you have to start anew trying to connect posts. That means that an AI software would need to start anew every single thread. That's a tiny amount of data to work on compared to, lets say, any social media with handles, which is to say, literally any other form social media besides image boards. And how do you know if you actually have the same person? You never do.
So let's say that someone did train an AI to recognize posters. Okay, congratulations, what do you know about Anonymous1765? Well, he or she doesn't like jews, and lives in the United States if you're posting from a Geo IP and not using a proxy, which the software has no way of knowing... That's not anything meaningful at all. the only way you could possibly be doxxed or seriously lose your anonymity is if you're doing things you already should not be doing. And why would
anyone train a software to do that? It wouldn't work on /pol/ because there's just too many posters and bots already there to make identification possible except for tripfags. There's no reason at all to do it here or on 4channel /mlp/. There's no point and it would be easier to just read the threads yourself. In any case it would be far, far easier to just pay or subpoena Hiro for IP data, which would make the task dramatically easier because then you can compare posting across the website instead of just within the thread. Also, delisting mlpol.net from Google would do nothing at all. You'd only see it in Google if you googled mlpol or similar, and then at that point you may as well just type in "mlpol.net" and you'd get here anyways.
Anyways, it's about as reasonable of a fear as fearing you will get hit by a meteorite in your room... except that actually has a non-zero chance of happening. Just don't be a dumbass when you post online, and don't dox yourself.
>>10177I appreciate the detailed explanation
>>10177You act like this started recently, when on my end this has been going on for over a decade.
Yes, you're right about statiatics, but as with statistics eventually someone shows their hand, at least in tht it differs from 'other similar examples'.
>>10181
Now you can be banned again for ban evasion.
>>10183
Ban evasion is cause for ban. I'm pretty sure this isn't the only thing you've been banned for, just one of the most recent ones.
>>10185
>I mean if there's to be a rule for that, I'll eat the ban
You have been banned for spamming, harassment, and intentionally derailing threads. See rules #2 and #3. You evaded those bans, resulting in a permanent ban.
You broke the rules, so eat the ban.
>>10187
>The spamming, harassment, and intentional derailing of threads occurred long after I had already been banned.
That does not excuse it. Now you have additional bans for completely legitimate purposes. Nopony on this site thinks spamming is acceptable.
And four more counts of ban evasion.
>who else
Boomer, Nigel, Zald.
>>10189
The rules against spamming and derailing are not unjust. You have broken them repeatedly.
>>10191
>The RULES aren't unjust, but the application (and misapplication) is, and renders the rules moot and unjust.
You spammed. You got banned. That is the appropriate application.
Notice how nopony is defending you? You have alienated anypony who would have stood up for you with your behavior. You have no friends here because of what you have done.
>fight
Okay, go ahead. Continue to impotently splurge your mantras of weakness and failure. I am not a staff, so it is not my decision.
Surely, continuing to spam and ban evade will convince people that you deserve to be unbanned eventually.
>>10193
Whatever you say, fag. Enjoy staying banned.
I have no idea what's going on.
>>10131If range banning Vietnam isn't an option could we at least find an AI tool that can automatically ban CP?
>>10198Could you conceive of a way such a system could exist without relying on a database and deep knowledge of existing CP? CP spammers in the past have switched to anime and 3DCG to circumvent immediate human detection, and boards that inhibit suspected bots from posting images just get the same spam sans image. Plus having any sort of AI that sends image data outside the site is very risky when it comes to illegal content. There was the incident a few years back with IQDB getting shutdown by some gay hippie Canadian AI-CSAM detector for "distributing shota pics". The gist of it is:
>4chan gets its usual Israeli child porn spam>The leaf anti-spank bot crawls every new 4chan thread>Its AI face recognition sees a kid, compares it to its government CP database, returns CP=true>Clicks all links on the post to try to document where it's coming from>It clicks the IQDB link that gets automatically attached to every image post>This causes IQDB to download the image from the 4chan post so that it can look for sauce>The link then takes the bot to the IQDB page generated for that image. which contains a copy of the file>This means, of course, that IQDB is the sole spammer of CP on all of the interwebs, so it gets shut downDon't trust a robot to do a janny's job. What could be done right now is the admin could hook up with the creator of
https://xj9k.neocities.org/ and make a mutual scrape agreement to automatically delete posts matching entries on the list. Just need to have Milpool check that list periodically (or every time a new thread is created) and add the spam post body contents to Milpool's spam filter. It would work better with access to the non-[redacted] content. In exchange, the XJ-9K would probably need help getting the scraper to work here because obviously if it was easy to do on ASPNetChan, it would be doing it by now.
>>10201Would purify AI work?
>>10202I'm not sure what that is, and any attempt to find out just returns the same buzzword-laden actually AI-generated description that says nothing as to what the product really accomplishes. Again, the only AI that can reliable and quickly detect CSAM images is one which is trained on it - a model that nobody outside LEA has access to. A rudimentary AI language model could be implemented to screen the text contents of a post to prohibit certain words, but that would affect more regular users talking about the presence of CSAM and related concepts than it would actual CSAM spammers. The XJ-9K feed I linked to reveals that most spammers either obfuscate suggestive words like "loli", or don't use them at all. The text services spammers link to are also usually mainstream sites such as Telegraph and pastebin (which itself has an anti-CP filter that is easily subverted).
To think all small imageboard spam would have been eradicated 13 years ago if Tinyboard had some sort of simple "waiting list" queue for new threads that could be toggled conditionally. Boards of this size don't have large teams of mods anymore. I'm one of two active mods on my own board and if both of us are asleep at the same time, spam could be up for half a day. CP is a nuclear weapon that can be used to destroy any small website, and the list of what counts as a munition is only growing. There are a lot of theoretical end-user configurable spam solutions that could be made through simple PHP and JS, and I believe those solutions should be explored long before employing complicated, unpredictable AI that relies on third parties. Or we could just eradicate the nations that the spammers live in.
>>10203Blocking problem nations seems like the best solution.
>>10205
Depends, does it come in the context of persistent spam, thread derailment and ban evasion? I have a hunch that you're being banned for those instead.
>>10287
What are you referring to?
>>10289
What's your example?
My only real complaint is that they seem to be letting boomer ban-evade. Ban evaders should not be posting here.
>>10294>seem to be letting boomer ban-evadeI'm not banned any longer retard.
>Ban evaders should not be posting hereYou have a loooooooog misunderstanding. Years ago I was using multiple proxies and continued posting unaware Faces already banned me, but as soon as I found out because of multiple complains by you haters, I stopped posting.
So, politely stfu and don't disturb me, please.
>>10309
>Marefair will be fun ^_^
Yeah! Celestia wants it.
Might start cataloging this drama for shits and giggles.
>>10308When did you get unbanned?
>>9054 → >>9058 →
>>10321Keep digging the archive, you'll find my application and subsequent approval.
add "Add to Thread Watcher" to the catalog view of threads
>>10203Is an AI model that is trained on CSAM images itself CSAM? If someone who didn't work for the government were to compile such material and use it to create an AI model to make such images, I am pretty sure that it, and every image created with it, would be, legally speaking, held to be exactly that, at least in the US.
And so I don't think the laws make any kind of exception for the cops, when it comes to CSAM. I could be mistaken. Of course, the Feds are constantly setting up honeypots and stings where they put CSAM on the Interwebs and then arrest the people who download it, too. It's been going on since the dialup days thirty years ago. I have never heard of a defense attorney getting very far with that line of reasoning, not even once, but I'm not a lawyer and I claim no expertise in the field.
>>10324Purify ai would fit that bill, but it would delete all porn. At least the bongs would still be allowed to post.
Seems like there is a bug that causes threads to not get bumped when someone writes a new reply.
I only noticed it on /mlpol/ so far.
>>10721Have you been hard refreshing? CTRL+F5?
>>10722nope , also it is not from me , another anon saw this too (the saudi)
>>10723happened to another anon here as well
>>>/mlpol/396782 →yeah it is just a bug then
Hi, i keep getting this error everytime i open the site. is this mine problem or site's? it goes away after a few refresh.
>>10846>SSL handshakeThat's the encryption https protocol. Something or somebody is messing it between you and the Cloudfare servers.
(((Cloudflare))) lolol. You do know that (((Cloudflare))) decrypts all traffic between a website and the user? That includes credit card numbers, passwords, posts, marepussy, etc. Of course they also have your IP address (ability to discover your full identity), and they're one of the driving forces behind the upcoming conversion of the Internet into a completely (((zero-trust))) network - all for your safety and protection of course. The devil and his children LOOOOVE to keep God's creation/children safe and protected, they are VERY concerned with the world's safety and protection.
(((Google))) "Trust" Services (lololol) now provide the SSL certificates to (((Cloudflare))), and this website uses those "Trust" certificates. Better get ready to pull out your 100 point government ID when accessing marepussy in the near future.
>>10848Then why are you here?
>>10848I don't encrypt my marepussy, because I am not ashamed.
>>10850He wants to appear like an enlightened church reverend but I keep imagining this one tweeked out crackhead I saw last time I ordered some fast food in person. Poor guy was scrawny and limping, with a strong filthy odor only barely masked by Axe deodorant caking his entire body, hair, and clothing in chunky globules.
i am having problem from accessing the site, i hope it's not serious.
>>10877I haven't been able to replicate the issue
>>10878okay no problem, it's probably from mine, thanks for the answer lotus.
The threadwatcher can't remove a thread after it's been archived.