No.2804
>>2797In my experience trying to automate moderation works well with generic spambots that are repeatedly spamming large numbers of sites, usually with the same links over and over again, but doesn't work so well for dealing with pest users. It becomes a game for them to figure out what triggers the moderation and get around it.
No.2805
>>2801Exactly, it's a very big point of friction and I've noticed it myself when using websites
Ideally a user would be able to post without creating an account at all, the "account" would be one created by the system automatically and tracked by the normal poster cookie
Only if they decide they want to track their posts over multiple threads like an integrated and enhanced 4chanX/XT, or get lower posting limits or captcha free posting on multiple devices from different IPs would they feel like making an account, or if they want to persistently moderate a thread/be a tripfag or something
>>2802I'm still not set on it being closed source or not, mainly thinking about it because it would make implementing certain features without bots bypassing them much easier and would ensure some degree of lock-in and total control over what happens with my work
Security by obscurity is not ideal but it still works
There is no way for the client to know what goes on in the server since I'm not planning on using PHP, and if I decide to bundle the frontend by using a templating engine instead of a separate REST API that will basically make it a black box in terms of what it does, can do, will be able to do
If it actually develops any unique features it will basically ensure that at least someone will post there if they can't get the feature set anywhere else
>which communityI think a technical board would be the simplest to set up at the start since I would also have some interest to post there, maybe something with flags related to foreign cultures because those tend to be very buzzword-centric and would be a good test
Anime boards I think are too common these days, every altchan has 7 of them
If I make it open source then it will be much simpler I agree
>>2803This is in the pre-planning stage still, I'm reading up on other scripts what they could do, what were the limitations, what parts made them unique over the rest. If I don't run a site I'll just open source it and spam it everywhere until someone picks it up.
>>2804I would consider most low quality posters no more sapient than spambots. You could train an LLM to predict their posts with nearly 100% accuracy. Even something as simple as a buzzword detector would work because eventually the new posters would have no idea what the spammers are talking about.
No.2806
>>2805>If it actually develops any unique features it will basically ensure that at least someone will post there if they can't get the feature set anywhere elsePeople don't come to imageboards for unique features, they come because they want to talk to each other. Getting people to use your imageboard, especially the people you'd want using your imageboard, is by far the biggest challenge.
>I would consider most low quality posters no more sapient than spambots.Don't underestimate the intelligence of your shitposters. A pissed-off smart person may decide to flood your board with retarded posts out of spite, and moderation in any form is guaranteed to piss someone off.
>buzzword detectorA retarded monkey could get around that and will find great joy in doing so.
>eventually the new posters would have no idea what the spammers are talking about.The kind of posters we're talking about are often near-incomprehensible in the first place. And don't forget that on an imageboard you can write in the image and use the images as avatars.
That said, I wish you success in making automated moderation work even if I doubt it's going to happen.
No.2807
>>2806>People don't come to imageboards for unique features, they come because they want to talk to each otherI mean I've heard people say that something like liveposting is important which is why they want to stay using meguca
>Getting people to use your imageboard, especially the people you'd want using your imageboard, is by far the biggest challenge.Probably, but I'm sure 4chan will get even worse until then
People will inevitably leave
>A pissed-off smart person may decide to flood your board with retarded posts out of spite, and moderation in any form is guaranteed to piss someone offHopefully the auto-mod manages to deal with it then
>That said, I wish you success in making automated moderation work even if I doubt it's going to happen.Probably, talk is cheap and I'm just yapping
No.2808
>>2806>People don't come to imageboards for unique features, they come because they want to talk to each other.True, but I think that's only part of the statement. I'm only speaking for my midwitted self, but unique features could help keep users you attracted coming back. Especially if those features are conducive to discussion and finding discussion over other similar chans: "What makes your anime altchan full of dweebs and teens different from every other anime altchan full of dweebs and teens?"
I think it's helpful if the site feels good to use because it's the first thing you interact with, and it gets you a surface level feel before you start dissecting board culture and know if you want to assimilate with it or not. That is to say, I like how Kissu functions on the user end.
>Don't underestimate the intelligence of your shitposters.I know this full well. Once a sufficiently motivated spastic has a bone to pick with your corner of the web you're going to struggle to get rid of him. They'll do anything in their capability to tear down whatever semblance of 'home' or community you've got going, knowing full well there's not a damn thing you can do about it.
No.2809
I'd consider building an imageboard as a project to stretch my skills but would not ever expect anyone to come to it if I hosted it.
No.2812
>>2808>I think it's helpful if the site feels good to use because it's the first thing you interact with, and it gets you a surface level feel before you start dissecting board culture and know if you want to assimilate with it or not.Yeah, if I open an altchan and it's another generic Yotsuba B with /a/, /v/, /pol/ boards I'll just instantly close it like the other 20 before it.
Kissu looks good.
No.2827
the yapper is ok if he's your boss
No.2833
Any good server benchmarking utilities?
No.2855
>>2832You have to buy a burner SIM for like a crap prepaid phone from Walmart, assuming you are American.
All my twitter and youtube accounts are like that.
No.2888
this is such weird behavior... i know that a slice is a reference to the object in memory, but why isn't the append inserting new blocks of memory and instead overwriting the old in another memory reference? That's not what an append is supposed to do
No.2922
C Compiler decided to be stupid for some reason and it turned
if (ffbottom >= bottom-1 && R_FFloorCanClip(&ffloor[i]) && !curline->polyseg)
into
if (ffbottom >= bottom-1 && cv_ffloorclip.value && !curline->polyseg)
It compiles fine on Linux and then when I went to compile under MSYS2 on windows it was doing this garbage. I had to get a friend to help out (reading assembly) just to discover my compiler was being cursed. I don't understand.
No.3189
I'm returning to loving microservice architecture
No.3191
>>2888Perhaps to make appending to an array more efficient?
No.3223
>>2922Needs more context.
No.3276
Upgrading application from tauri1 to tauri2 so I can get a mobile app just borderline good enough to be acceptable so I can work on more useful thing
No.3618
Rust's compile times are just so untenable with the Tauri version2 release.
It's getting to the point where my consideration is to not even use it directly to write Rust code and do things using their event system or WASM if need be.
Making an edit takes like 30 seconds to get a response back from Rust-Analyzer now. I just can't do this with a language which is very strict about propper syntax.
No.3619
>>3618Wow what an efficient language, really makes me want to use it.
No.3620
>>3619Not even sure if it's a skill issue or not because no one really talks about how bad it is.
The project is sizeable larger now after the upgrade and I installed a higher rust version.
Guess I'll keep testing because I'm not going to use Electron for desktop apps or write from scratch in qt or whatever..
No.3736
Tauri's mobile stuff is pretty nice. You can't escape kotlin if you want to do things that interesting, but there is a plugin to override all the android buttons using javascript and it's not hard to set up. Can hook into android studio somehow too.
Being able to write webviews in Javascript+HTML+Tauri is super handy.
No.3754
Please help I'm retarded. I'm trying to install a new local music AI thing for the heck of it but I'm very confused. I think I've done this environment thing before, but I'm running into issues.
I did the stuff here:
https://github.com/ace-step/ACE-Step?tab=readme-ov-file#-installation and I think I installed it all correctly and I'm now at the step where I need to install the "requirements.txt" stuff, but that's a file that's supposed to be installed locally right? How do I point this anaconda thing to it? Or do I install from the folder I made with git clone? If so, I did that but I can't run this thing at all.
Or am I reading things incorrectly and steps 3-5 were for the venv thing? But either way I can't actually get this thing to run...
ARGH WHY IS THIS STUFF SO ANNOYING?!
No.3756
>>3754No wait I think I did it. I had to git clone from within the anaconda window and then change directory. Man it's a good thing I remember these commands from the DOS days.
Let's see......
No.3758
>>2922>>3223I never explained this originally but its code from part of the software renderer in a game I'm hardcode modding. It decides if it should clip out columns from drawing. For whatever reason when compiling for Windows this somehow gets mangled and it instead always runs it when the console variable is on which breaks the water effects and causes the start lines on the first map to draw black boxes under them. Occurs for Windows builds when compiling with MSYS2 and when I cross compile on my Linux Machine, native Linux however is completely fine and doesn't seem to have this issue. I've been trying to figure out why it does this to no avail.
The lines of code that has this issue on Windows starts right around line 1447 in r_segs.cpp:
https://codeberg.org/NepDisk/blankart/src/branch/blankart-dev/src/r_segs.cpp#L1447
No.3759
Emulation is suffering
No.3764
tryna sign some APKs.. tryna deploy tauri application on my phone
No.3767
my bank's web presence is apparently not responding to POST requests...... sigh..........
No.3769
the bank site has acknowledged that they're having a problem with their internet banking and app... well good to know it's nothing to do with me
No.3782
Realized just how little I copilot influences me because my laptop's internet was out and I didn't even notice.
No.3783
>>3782That's the scary part. A few months from now, you'll be browsing the internet and suddenly find out it's been down for days. You'll ask Copilot why it didn't tell you, and it will respond "Tell you what?"
No.3798
Laptop shopping sucks. I hate this. I like my crummy old Acer Aspire but it's dying and I'll need one for next semester. I should have treated it better but 9 years was a good run.
No.3800
mac mac mac mac mac mac mac mac mac
No.3801
>>3791Fedora is starter RHEL. No real reason to use it otherwise
No.3802
>>3801I'm trying bazzite for gayming, it seemed like a neat combo of being protected against me by being atomic but also having newer features. Though I'm not really sure what the newer features I'd be gaining or losing here would be honestly, atomic just looked like a cool feature.
No.3803
>>3799That's close to what I want, but I dont know if it supports a pen and it needs to be able to do blender since I start that class in the fall.
No.3804
>>3803Mm, can't say for certain then, might be better to nut up some cash for a better but more expensive model in your case. I don't have any exact recommendations... maybe a framework just off the top of my head because they'd be easier to keep going for a while.
No.3807
How the hell am I supposed to share an iOS app among a small number of employees at a company -_-
No.3809
>>3808>flash driveinteresting idea... does that work?
I don't even have an iOS device so I'm forced to use emulators on Mac and all I've heard about are using developer logins and creating unlisted applestore apps...
Trying to find creative workarounds is hard
No.3820
¥ Pull up 30MB of data from an api endpoint
¥ Postman crashes
Indian bloatware...
No.3824
Apple application reviewers getting authentication errors.
Also said the app wasn't laid out to their guidelines.
Gotta figure out whatever issues were had on "iPhone 13 mini and iPad Air (5th generation)"