#programming

1 messages · Page 392 of 1

fast pagoda
#

I have training to do

#

I saw 5.3 codex helped a lot with its own training

#

Doomsday clock advancement wheeee

amber fractal
#

okay maybe if I wanted to use the tensorflow dataset pacakge I shouldn't have yeeted tensorflow neurowheeze

#

Smol jank later and dataset aquired

#

how tf am I doing convs on 28x28 sized arrays

#

In pure technicallity, I guess it is possible to do a 7x7 conv if I can manage to get the 4x4 conv result to be in a small enough dtype

#

Do I actually want to do that, frick no

#

lucky for me, dealing with that is a future me problem

azure lynx
#

future me doesn't appreciate all the shit i've done them. they deserve the occasional impossible task being dropped on them at the last minute.

amber fractal
#

I think that is all of the code I need, let's see if it explodes

#

last minute bug fix and now my boi is going

#

WHAT it has no errors

#

it also didn't overflow which is an error in this version

#

Should have had it print how many cases it used

#

go again

#

811 cases used

#

YEAHHHHHHH BOIII IT WORKS

#

Bro, what is this ratio. 811 / 60000*49 because that is the ratio of cases per data

fast pagoda
amber fractal
#

tensorflows purpose is to convert to numpy

fast pagoda
#

sounds like something it would explode doing

amber fractal
#

no issue as long as you put the entire dataset into ram xdx

#

I'm going to let myself have this before dealing with the training set to see how it does.

glad path
#

i sure love my servos randomly not working

amber fractal
#

The thing functioning at all was a slim chance

glad path
#

anyways I fixed it

olive sable
#

Welp

#

Ive watched all 12 hours of LOTR

amber fractal
olive sable
#

Frodo is overrated, samwise is the mvp

amber fractal
#

sure thing samthewise graphics programmer

olive sable
#

Lotr is the first movies where i actually looked behind me cuz of the surroundsound

void marsh
#

guys i think imma switch back

olive sable
#

Switch back to what?

faint sandal
#

switch back to switch 1

amber fractal
void marsh
#

switch back to windows

#

my drawing tablet crashes my pc every 5 minutes

velvet crestBOT
#

You have unlocked new role

amber fractal
#

understandable

void marsh
#

BUTT

amber fractal
#

and congrats, you have embed perms

void marsh
#

weird

#

i already had embed perms

#

I WILL USE TINY 11 THIS TIME

amber fractal
faint sandal
#

just use iot ltsc dawg

amber fractal
#

that as well, if you can find it

faint sandal
#

it is hosted on Microsoft

olive sable
olive sable
void marsh
#

i uysed xp pens deafult drivers

olive sable
fast pagoda
#

Neat

#

Missed this

void marsh
#

aw shit

#

wait a minute

#

my pc already had all this useful stuff downloaded onto windows

#

now i will not have it

fast pagoda
#

Kekw

olive sable
void marsh
#

does windows 11 crash out if u use it on ventoy

amber fractal
#

it's a gamble, most of the time it works

#

most of the time if it doesn't work, ventoy wasn't working already

void marsh
#

rip

amber fractal
#

you should be fine because you already used it for linux

void marsh
#

ok

olive sable
void marsh
#

also tbh

#

this pop os stuff wasnt really doing it

#

im wayy more used to steam os

#

hell maybe i should try steam os

amber fractal
#

steam os has no hardware support

#

besides the steam devices

void marsh
#

what about all those steam os distros

amber fractal
#

A lot of people recommend bazzite for something similar

void marsh
#

the one that crazy man uses

amber fractal
#

a lot of steam os distros aren't directly built on it but similarly built from regular distros to act like steam os.

#

meaning you get the hardware support for daily usage and steam os nice to haves

fast pagoda
#

steam os is ARCH btw

#

it's just an immutable arch distro

#

i usually default back to an arch distro called garuda which is out of pure laziness because it builds a lot in as far as like gaming shit and gpu related stuff goes

amber fractal
void marsh
#

what even is this bro

#

someone teach me

#

i wanna be cool

#

guys how do i boot into the thing that lets you boot from devices

fast pagoda
#

depends on your mobo but for me it's f10

unkempt citrus
#

could be f8

#

f2

fast pagoda
#

f12

#

delete

unkempt citrus
#

del even

young plover
#

I usually mash delete
That works to get into the BIOS on pretty much everything, and you can get to a boot menu from there

void marsh
#

maybe delete system32

#

it could make the post longer to help

azure lynx
#

sometimes it's del, but usually you can do "advanced startup" (type "bios" in your windows menu) and use that to restart with the bios (after another menu or 2?)

void marsh
#

im on pop os

fast pagoda
#

kde can do it

#

idk about cosmic

#

windows can too

young plover
#

There's a systemd command for it, need to check

#

sudo systemctl reboot --firmware-setup

fast pagoda
#

oh yeah

young plover
#

on windows
sudo shutdown /r /fw /t 0
(or admin command prompt if you don't have Windows sudo enabled)

fast pagoda
#

windows also just has the advanced startup button if you hit window key and type uefi

young plover
#

yeah, the menu is so slow though

fast pagoda
#

same works on kde actually

fast pagoda
young plover
#

🤔 might depend on the arguments, I remember needing it

faint sandal
#

rebooting into firmware might need it

azure lynx
#

i know it used to at least require admin access to do it. not sure if just admin user or administrator account

fast pagoda
#

garuda builds in like every gaming shit into a nice windows style idiot friendly helper thing that saves 2 seconds but feels nice to not have to even think about

in exchange all you have to do is have a 4gb iso

#

but is also arch so you can do whatever

#

somehow it has also been the single most stable distro ive used

#

by kinda a lot

faint sandal
#

ok yeah I just checked rebooting into firmware specifically requires elevation

fast pagoda
#

but why

faint sandal
#

it writes EFI_OS_INDICATIONS_BOOT_TO_FW_UI to OsIndications in EFI vars

#

you obviously would want EFI vars to be protected by security mechanisms

fast pagoda
#

linux does not have to because systemd boot is still running as a uefi application

#

it reboots the same way though, writes to OsIndications

faint sandal
#

so is the windows bootloader

fast pagoda
#

well then windows must be writing from the os environment and not the bootloader when using the option

faint sandal
#

well yeah

fast pagoda
#

torvalds says yolo

faint sandal
fast pagoda
#

my query is less about how it does it but why they've chosen that way vs not requiring elevation like systemd seems to be able to do just fine

either linux playing fast and loose with efi vars or windows being overly paranoid

#

or somehwere in the middle like things usually are

#

kde called systemd-logind via d-bus to write to efi for it

#

so polkit just abstracts the elevation away due to local user perms letting you do pretty much any reboot action without authentication prompt

faint sandal
#

anything that tampers with boot in any way will require elevation

fast pagoda
#

does it depend on search provider

#

firefox does it for me but vivaldi doesnt but i use startpage on vivaldi rn still

faint sandal
#

no

fast pagoda
#

google itself does it inline in searches so i just figured maybe it was that but it appears to be a ff & derivatives thing

#

dont have chrome installed to see

#

think this is the first time ive installed actual chrome on any linux install

#

to check a calculator

#

kek

#

tru

fast pagoda
faint sandal
#

it's gonna be even more locked down once adminiatrator protection rolls around

covert bane
#

Probably with over a hundred bugs

faint sandal
covert bane
#

Ooh, okay.

rigid snow
#

i have the free plan AtorinConfused

opaque wharf
#

Since forever ago

jagged turtle
#

what are those 9 repositories

rigid snow
#

windows, ms word, excel, powerpoint, xbox ui, ms teams, ms teams (new), ms teams (new) (2),

#

and this

rigid snow
idle dune
#

I was wondering by my MacBook Pros battery was so bad

#

I checked it on with upower

#

Despairge 8.8%

rigid snow
#

bro got a 2008 mbp

#

this is since 2021

tidal needle
#

Is a Persona integration possible?

#

It's turn based and is a choice heavy game

topaz tendon
#

What the hell is RAM in my work PC doing bro 😭

#

DDR3 speeds on DDR5

patent shard
#

with over twice the CL

#

2133mhz ddr3 is cl 9 to cl 11, depending on how much you want to pay
the ram there isn't even running that fast

quick condor
#

The more I mess around with openclaw (moltbot/clawdbot) the more it stands out as an absolute vibe coded mess... I thought the only thing worse than my code was my vibe coded code but now I realize it's actually way worse

#

Lamo I mostly work with mistral (use Devstral2 Small, Magistral 1.2 Small, Mistral 3.2 Small, Ministral 3 3/8/14b all with and without pixtral vision) and was planning on moving to voxtral when I have time even before this came out. They aren't frontier but they release a ton of weights for models that you can actually run local (also their api OCR is stupid good)

opaque wharf
#

But yeah, turn based games effort would be lower compared to something like minecraft

#

Even if there are no modding sdk

#

You can always do screen capture

nocturne olive
#

As long as there's nothing real-time in the game, Neuro can probably play it

jagged turtle
#

maybe

true hemlock
topaz tendon
true hemlock
#

worst you usually get is ddr4 speeds with ddr5 cl

topaz tendon
#

I'll have to look into the BIOS later if Dell even allows changing these things

quick condor
#

I need to adjust my settings or model I'm using when it's just single output inference. Right now my computer can support around 6x concurrency on what are respectability sized local models

true hemlock
#

what

midnight sigil
#

the progress bar is literally full neuroLookDown

#

it failed

amber fractal
#

In response to having to rewrite NN again, I have resorted to gambling

#

It was fun tho

jagged turtle
#

@faint sandal what are you doing in my recommended

faint sandal
jagged turtle
#

hi

#

you wouldn't be the first person whose vods got into my recommended

#

like literally everyone's vods show up in my recommended

#

even people who I've never heard of

#

like neuro (kinda)

rigid snow
#

mixin hell

opaque wharf
rigid snow
#

java

#

not mixing ICANT

#

then cooking is also an option

opaque wharf
#

Yeah, cooking too lol

sick owl
rigid snow
#

this ain't dogfooding this is cannibalism atp

rigid snow
#

even though it compiles and runs but only crashes when the class is instantiated MyHonestReaction

#

i dont want to do access widening noo noooo SCHIZO

#

yeah ts is never coming

opaque wharf
light tartan
#

did anyone try doing games on an lcd display using arduino's liquid display?

tender river
#

actually

#

consider it shipped vedalOk

rigid snow
#

wtf autismu

#

do you have nothing better to do

tender river
#

no im not implementing it neuro3D but consider it anyway

rigid snow
#

i'm considering so hard rn

opaque sigil
true hemlock
#

someone said they wanna buy gtx 1650 for 65 euros, i told them its overpriced i wouldn't pay more than 40 euros for that shit
bro thought im trolling so he asked other people and he went "b-but its better than my 1060 6gb" when people told him im right
ALL of us immediately crashed out when he said that 😭

rigid snow
nocturne olive
opaque wharf
rigid snow
#

no it was neoforge assets only for some reason but the remapping failed on the fabric jar and now i can't even repro the access widener just silently doesn't work

#

absurd

true hemlock
nocturne olive
#

Average "bigger number better" idiot

proven merlin
#

Well there ONE point where the 1650 IS better than a 1060

#

nivida-open

#

Cuz 1650 is turing

#

Is it a good point? Not particularly

#

But it is a point

opaque sigil
rigid snow
#

i'm cooked

#

i don't think even reflection is saving me here it'll just be an access violation

#

oh right Field.setAccessible

#

we're so back

true hemlock
#

the super variant is wayyyy better

opaque wharf
rigid snow
#

no so far everything works

#

was literally the only thing blocking me

rigid snow
#

i run into the same problem again evilDeadge at least reflection works

#

as a solution

#

well, kind of, the class is still private

lament igloo
#

FOSS "lightweight" video editor vs bloated google-infested browser

who will win

opaque wharf
opaque wharf
rigid snow
# opaque wharf All it took was 40 minutes lol

i needed to access this one hashmap that has the values as a private class, i said fuck it and my solution is to inject into every method that adds or removes to the hashmap and mirror it in a set

#

a hashset as a representation of the hashmap makes sense for my usecase, i basically only need the keys (a field of the values actually but i'll say keys for simplicity’s sake) i'd rather do this than deal with that again

simple sky
#

for the first time, I have a comp sci practice exam I can read and not feel cooked

#

I think I found my calling for programming. Developing Programming languages. This class is tedious, but it's not monsterously difficult

simple sky
#

I like functional programming SMILE

sick owl
#

So what are we thinking is gonna win the slop wars this time chat

#

Opus 4.6 or GPT 5.3 Codex

young plover
#

we all lose

rigid snow
#

opus has been on top for a while, surely 4.6 is substantially better than 4.5

quick condor
#

Tried both, they felt the same as 5.2 and 4.5

rigid snow
nocturne olive
rigid snow
nocturne olive
#

Hem
Funny ban evader, part 2?

rigid snow
nocturne olive
#

Wuh

rigid snow
#

it's not the second nor the third time i can recall

tired delta
#

you’re perma’d

#

stop ban evading ffs

#

idc about your 100 excuses

nocturne olive
quick condor
#

I feel like there is context that I'm missing

opaque wharf
opaque wharf
#

That's all there is to it

opaque sigil
#

Is it who I think it is

tired delta
quick condor
#

I actually wonder how good mistral's moderation ai is

rigid snow
simple sky
#

who is this mystery person, and why are they perma'd?

#

what's the tea?

tired delta
#

cant even be said, its that against the rules to even be mentioned

simple sky
#

darn

quick condor
#

Wow that's impressive

tired delta
#

well one could say sharing inappropriate links

simple sky
#

ah.

My favorite hobby. Suspicious links and SQL injections

opaque sigil
rigid snow
#

you can configure that mlntcandy

#

or do you mean not reasoning

simple sky
#

I'm wating for a decent LLM that can run on a consumer gpu.

opaque sigil
#

Yeah but it's still a lot more than 4.5 by default enub

simple sky
#

I don't think it'll happen though

rigid snow
#

gpt oss neuroNotNoted

tired delta
#

I wish there could be an AI discord moderator tbh

simple sky
#

You could run the entirety of Deepseek on ~12 rtx 6000s

tired delta
#

would make things lighter

rigid snow
tired delta
#

itd be difficult to make ig, itd have to read context and such

simple sky
#

I don't trust any AI to make decisions on its own

rigid snow
#

it'll encounter an edge case and spend 20 minutes afk doing philosophy in its reasoning traces

simple sky
#

maybe, scanning messages for slurs, though that's not hard to implement

quick condor
#

Devstral 2 Small is only a little behind 4.5 and 5.2

simple sky
nocturne olive
quick condor
opaque wharf
#

This is for the edge cases one

#

Like the ban evader

rigid snow
tired delta
#

yeah of course I wouldn’t let it do everything and leave it alone unattended itd need some control panel to check things

#

I dont trust ai to be infallible yet

nocturne olive
#

LLMs are best used as tools to accelerate your doing, rather than for doing everything on its own

simple sky
#

How do you catch ban evaders anyways? I know when I moderated a Gmod server I could see incoming IP addresses. is it like that?

opaque wharf
#

The infrastructure would be costly

mossy fossil
#

IP Bans don't work

rigid snow
simple sky
simple sky
#

also, what if the person connects from a public network like University WiFi? Would you then treat every user connected to that WiFi guilty

simple sky
#

oops, wrong message to reply to

mossy fossil
#

you ban alot of people in the crossfire, and any bad actor is just... one VPN use away to do it again anyway

#

(or TOR)

olive sable
#

im back from my 2 day break

#

it was originally gonna be one day for lotr, but we also completed res evil 7

opaque sigil
opaque sigil
#

i wonder

ebon basin
opaque sigil
#

is there a stable url for the latest tag in a github repo

opaque wharf
opaque wharf
#

The most recent commit on every branch?

#

Or branch with the most commit?

opaque sigil
#

i guess what i'd like is to get the newest commit that has a git tag attached to it

#

actually nvm there's no point in this specific case anyway cause hashes change

sick owl
#

It can operate with a limited degree of autonomy in that it can temporarily disappear things that meet a certain suspicion theshold until mods decide on a course of action but most stuff doesn't meet that threshold by design

tired delta
#

reading the context?

#

or just by line

sick owl
#

Handles images since the model is multimodal too, and has zero data retention and extremely low inference costs since its Mistral based

tired delta
#

what are its limitations? like can it monitor every channel in this server when it has max activity?

#

like during the hype train record

sick owl
#

If we're talking hype train record

#

Lemme have a look at my current rate limits as a non enterprise dev on Mistrals API

#

I never hit em since its only a server of 100 or so people

tired delta
#

yea figured, like that translation bot in the jp section had its limits as well that were never hit

#

idk if they got removed when it got changed to gemini 3

#

only the ones who work on the bot know

sick owl
#

Yeah you'd need an enterprise agreement to raise the concurrency cap on whatever API you used

tired delta
#

HmmBusiness enterprise agreement? how much $$$ are we talking about?

true hemlock
#

not discord mods getting replaced too 😭

sick owl
#

Of course not all APIs are subject to rate limits like that, but then you run into the issue of high costs

rough bloom
#

surely you can also just use Groq or something

sick owl
#

Especially in times of high activity

rough bloom
#

I wonder what the difference in quality would be like with smaller models

true hemlock
#

also doesn't have to be api

rough bloom
#

DiscordModBench when

true hemlock
#

could probably set up a simple multimodal model inference

sick owl
#

Tbh 24-30B models are plenty smart enough here

rough bloom
true hemlock
#

it just depends on how effective you could make it "skim" through messages

true hemlock
rough bloom
#

ye, you could batch it
but then it will probably have a pretty significant drop in quality + other weird behavior

tired delta
#

i mean the bot devs

true hemlock
#

though i'd say it won't be reliable to use llm for these tasks so treat it as a way to alert mods instead of actual moderation actions

rough bloom
sick owl
true hemlock
sick owl
true hemlock
#

so given that the llm can manage context well, could probably work with linking messages

quick condor
#

Mistral is great at specific tasks

sick owl
rough bloom
#

works well for tldr since it's naturally a single request

true hemlock
#

also, it would work well if the llm is given chance to reason which messages are problematic

#

if you just prompt to directly point out "problematic" messages it'll hallucinate

#

but then that gets expensive quick

#

and slow

rough bloom
#

yeah, reasoning is absolutely not happening if you want to run it for every message neurowheeze

true hemlock
#

best idea is probably huge batch of messages, give it chance to reason which one to explain and make it format a list of message links that seem problematic every once in a while

#

but more than often, again, as shuni said it'll probably mix things up

#

pretty messy

rough bloom
#

Hmm I wonder if you can make it a two-step thing?
First run a really stupid non-LLM, maybe even non-ML filter that removes simple messages that are clearly not an issue
Then for messages that have even a tiny chance of being problematic, run the LLM

#

Could even queue messages to run through the LLM to fix the first filter if they disagree

true hemlock
#

context

#

messages context happen between multiple chats

#

would be really hard to manage that

azure lynx
#

ignore it. just take the message at face value.

true hemlock
#

best you get is probably an llm that detects nono words

opaque sigil
#

did i miss something, why is there roblox enub

true hemlock
#

for mods to check in accordingly to the chat context

rough bloom
#

would be nice to avoid unnecessarily running that

azure lynx
#

someone's going to beat all moderation by having a chat script which adds "in minecraft" to the end of everything they say.

true hemlock
#

with algorithmic filtering

#

and let llm handle the slightest susge

#

emuz your job is being taken by ai

manic birch
#

hmm.. there would be a lot that could be pattern matched..

#

Eh. whatever

true hemlock
rough bloom
true hemlock
azure lynx
#

if it's identical to the message before it, it's probably spam

manic birch
#

The idea has merit.. and there is a lot that needs parsed... I think additional data is a good thing. The LLM could be a final stage. A lot of actions are parsing for patterns..

rough bloom
true hemlock
azure lynx
#

just make sure you filter on whole words if you do a wordlist

opaque wharf
#

I am still pondering the cost of all of this neurOMEGALUL

true hemlock
#

vue isn't it like 1 am there rn

opaque wharf
#

Even one channel here is quite active 24/7

manic birch
#

How large of a model do you think would be needed for this?

opaque wharf
#

And it's the weekend

true hemlock
opaque wharf
#

So eh

manic birch
true hemlock
rough bloom
#

if you just want to classify single messages then ye it should be fine to have a small model

#

will just be expensive regardless because of how many tokens you'd be using

opaque wharf
rough bloom
#

-# how many tokens does Neurocord write each day
-# (yes I know it depends on the tokenizer)

azure lynx
#

probably a good idea to first just write a log bot to see how many

olive sable
# opaque wharf

killed by high quality 3d modeling an animations NeuroDead
wouldn't have it any other way

opaque sigil
#

chat, i need your help with the hardest problem in computer science

rough bloom
#

caching? MONKA

opaque sigil
#

cuCuckoo or cuCUCKOO

opaque wharf
opaque wharf
rough bloom
#

MONKA it's the other hardest problem

opaque wharf
#

If you go by the latter, you cannot have acronym

rough bloom
#

but yes, cuCuckoo
the other one is crazy

opaque sigil
#

blame nvidia for their weird convention

olive sable
opaque sigil
#

the other option was cuCkoo but i veto'd that

opaque wharf
olive sable
#

most of the time its via bilibili pages

#

so its hard to read for me

true hemlock
opaque wharf
olive sable
#

i dont want to learn a 5th language

rough bloom
#

Chinese famously easy to learn Clueless

opaque sigil
#

how hard could it be glueless

azure lynx
#

i already get confused between german and russian. ;[

#

everyone should speak english. slowly and loudly while facing me.

olive sable
#

it happens quicker than you'd think

azure lynx
#

"ja" and "da" come out at the wrong times

opaque sigil
#

there's an easy solution to this, don't say "ja"

true hemlock
#

blyat

sick owl
#

So it's very heavily steered

#

I also run it at a very low temperature, 0.15 to be precise

azure lynx
#

don't say "Ya" either?

#

got it. only talk about other people. ;]

#

never agree

true hemlock
#

ya utka

olive sable
#

not out of character

rough bloom
#

nice to know that a model can technically do that then neurolingSlep

opaque wharf
olive sable
#

belgium, the language Minamhm

opaque wharf
#

Learning Chinese is like learning APL

azure lynx
#

they all use the same fonts. makes it easier

opaque wharf
olive sable
opaque sigil
#

I sure would hope your font can cover more than latin

opaque wharf
azure lynx
#

some of the page says "install the billibilli app" or similar.

opaque sigil
#

idk why i explicitly installed noto-cjk

olive sable
opaque sigil
#

must've broken something

opaque wharf
opaque wharf
olive sable
#

theres belgian dutch, its a dialect

#

belgian french, also a dialect

azure lynx
#

is it like canadian french?

opaque wharf
#

Alright, fuse both dialect then neuroTroll

olive sable
azure lynx
#

like ignoring the french french rules

olive sable
#

kinda

#

theres some small differences in vocab, pronunciation, and expressions

azure lynx
#

i remember french was all "no, we need a french word for that" for tech stuff. do you just steal the english words instead?

olive sable
#

idk im fromt he dutch part meow

#

i think so ye tho

#

biggest difference for everyday stuff is having words for 70 and 90

azure lynx
#

i only learned to count to 39 before i decided french sucked.

opaque sigil
#

french numbers make me irrationally angry every time i remember them

#

how drunk were these people neuroCry

azure lynx
#

i think they just never used big numbers until one time an extra person arrived and they were like... "um..... just keep counting... maybe they won't notice."

olive sable
#

some enlightened french revolutionist:ReallyInnocent

azure lynx
#

"4 20s" had to have been a stoner

#

"neufte-neuf" would've been nicer.

opaque sigil
#

cool so wrapping mold just broke it

olive sable
#

belgian french jsut has "nonante" for 90

#

instead of "quatre-vingt-dix"

#

anyways, enough about languages

azure lynx
#

french numbers must be a pain for speech recognition too... with english, you just need to listen for the digit and then for the place... none of the math

opaque wharf
olive sable
idle dune
#

I wonder how CachyOS would fair on my MacBook

rigid snow
#

And we're not stopping here. Geist Serif is already in progress.
neuroNOWAYING

rigid snow
ebon basin
#

Okay after 2.5h of dev I gave up on neuros ONi mod improvment I will try this late

#

Now Minecraft AI Agent stuff

rigid snow
#

time to harass it to blow its cover

#

my favorite

opaque wharf
rigid snow
#

that could either mean everything or nothing

#

like every ai from the last year or two thinks it's claude since so many distill it

#

on top of that i reeeeeally doubt anthropic would do a stealth model

opaque sigil
#

Surely this is sonnet 5 right glueless

rigid snow
#

it's consistent neuroMonkaOMEGA

#

actually sonnet 5 question mark

opaque sigil
#

Nah

#

Certainly just distillation shenanigans

rigid snow
#

that's more like it

opaque sigil
#

glm 5 enub

rigid snow
opaque sigil
#

Identity crisis

rigid snow
#

but yeah i got it to say it's glm twice now

#

probably safe to say it is then

#

yeah all other evidence points to it being glm

amber fractal
#

:classic: distill, no one can actually afford to train large models so just use one that exists already.

ebon basin
#

Destroying a tree like a player wood is really a pain

true hemlock
hollow matrix
#

I finally thought I found a good subtitle editor, KDE Subtitle Composer, but it turns out that the Windows build for it has been broken since November of 2023 because no one can be bothered to fix it 🫠

silent cloak
#

least slop modern model

hollow matrix
#

Also the website for aegisub is fucked rn

tender river
tender river
#

i want to make better russian utena fansubs some day

true hemlock
rough bloom
#

yeah very moe

rough bloom
tender river
#
poll_question_text

were you taught how to count days in a particular month (30 or 31) or multiply by 9 using your fingers?

victor_answer_votes

9

total_votes

20

victor_answer_id

3

victor_answer_text

neither

victor_answer_emoji_id

1127581915084492880

victor_answer_emoji_name

vedalNeuroHUH

tender river
ebon basin
tender river
#

nuero caret

azure lynx
#

playing "mario cart"

faint sandal
clear radish
#

guys what silly app do i make next (please not something so profesional, i make them in Mobile so i are a little límites)

hollow matrix
clear radish
#

😭

real sierra
#

man

#

these scam messages are getting too advanced

#

just saw a novel iteration of one and i can't even begin to figure out how we're gonna automod this

unkempt citrus
#

Whats so different about it

clear radish
real sierra
#

you dont understand

hollow matrix
real sierra
#

if you saw how this link was formatted

#

your brain would melt

clear radish
real sierra
#

here you know what

hollow matrix
real sierra
#

ill show you

#

let me go scrub the invite out of it

real sierra
hollow matrix
real sierra
#
*Submit your questions / Issues  below*
**0PEN-A-TlCK£T HERE**:point_down:
> ><ht
> tp
> 
> ://di
> sco
> rdapp。
> com\invite\linkToScamServerHere>>
clear radish
#

oh now i see

hollow matrix
real sierra
#

how this renders as a clickable link, i could not even begin to fathom

real sierra
#

the japanese period in the link

#

the backslashes instead of forward slashes

clear radish
#

this is horrible

#

this is terrorifying

real sierra
hollow matrix
#

Ok, well for starters, if you don't allow discord links at all you could maybe automod rdapp?

stray dragon
#

personally i'd just put TlCK£T in the filter and see if they try anything different

hollow matrix
stray dragon
#

because honestly i doubt they've prepared a randomizer or alternative phrases

real sierra
glad path
#

oh my god

hollow matrix
real sierra
#

id rather have something that blocked this shitty way of splitting links

glad path
#

it is so cursed

real sierra
#

why is this even possible

#

discord UltraMad

glad path
#

shiro

#

just sic the trial mods on them

real sierra
#

i dont wanna stare at chat 24/7

hollow matrix
glad path
hollow matrix
stray dragon
#

oh my god that's horrid it actually takes all that and turns it into a clickable link

clear radish
#

the scammers are getting much more advanced

stray dragon
#

what's the fucking limit

#

oh there isn't one.

#

you can split up the message over as many lines as you want

#

it doesn't change a thing

#

that's... so awful

real sierra
#

im

stray dragon
#

the regex you'll need for this is gonna be so long

real sierra
#

genuinely unsure how to automod this effectively

hollow matrix
real sierra
#

S_Discord👍 "feature"

stray dragon
#

and the issues with the link also get corrected

hollow matrix
#

yeah

real sierra
#

yeah that part is mystical to me

#

the backslashes

#

the jp period

stray dragon
#

it's intentially added

stray dragon
# glad path what

discord takes this:

*Submit your questions / Issues  below*
**0PEN-A-TlCK£T HERE**👇
> ><ht
> tp
> 
> ://di
> sco
> rdapp。
> com\invite\linkToScamServerHere>>

and turns it into this:

glad path
hollow matrix
#

Discord has some sort of link autocorrect feature, and it really should not be autocorrecting links under any circumstances

real sierra
#

evilDeadge moderating this server requires a compsci degree

stray dragon
#

it's just a bit of regex, shiro

#

well

real sierra
#

"just a bit"

stray dragon
#

a lot of regex

real sierra
glad path
hollow matrix
stray dragon
#

why not

glad path
#

because

#

uh

#

regex scares me

stray dragon
#

regex is good

glad path
#

it is literally just dark magic

#

witchery

stray dragon
#

not really

#

convenient and easy way to parse strings i think

#

very powerful

stray dragon
#

and i started learning it from nothing

glad path
#

idk

#

it confuses me

#

why is my laptop fucking boiling

#

i can boil eggs on this thing

#

im barely running anything 😭

stray dragon
#

it's a laptop

#

why wouldn't it be boiling

glad path
#

but like

#

it

stray dragon
#

it's what they do nowaday

#

s

opaque wharf
#

regex any emoji

glad path
#

ok tbf it is a macbook air

hollow matrix
#

It's not just discord, there seems to be something else happening with the message

real sierra
#

(h[>\s]+ttps?)|(ht[>\s]+tps?)|(htt[>\s]+ps?)|(http[>\s]+s?)

#

do you figure that'd work

#

no probably needs more wildcards

opaque wharf
glad path
#

i want my mbp back

opaque wharf
#

Regex emoji neuroTroll

real sierra
#

(h[>\s]+t[>\s]*t[>\s]*p[>\s]*s?)|(h[>\s]*t[>\s]+t[>\s]*p[>\s]*s?)|(h[>\s]*t[>\s]*t[>\s]+p[>\s]*s?)|(h[>\s]*t[>\s]*t[>\s]*p[>\s]+s?)

#

there we go

#

that might work

glad path
#

it might just be discord though

#

i don't entirely know

stray dragon
#

instead of *

real sierra
stray dragon
#

but yeah looks better

real sierra
#

it's not desired to block https everywhere

hollow matrix
real sierra
#

only where it's split between many lines

stray dragon
#

ahhh

real sierra
#

using weird quote stuff

stray dragon
#

ok that's clever

glad path
#

waiit

stray dragon
#

but what if they don't split it.

glad path
#

much easier to mod

real sierra
#

well if they type their links like normal people it gets caught by the normal invite link regex

#

if they split another part of the link

stray dragon
real sierra
#

...uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

stray dragon
#

i mean the https stays unsplit

real sierra
#

well then we're cooked

#

this works as a temporary fix tho if i typed it right

stray dragon
#

the rest of the link is split

opaque wharf
#

I think posting the regex rule here defeats the purpose a bit

real sierra
glad path
real sierra
#

it's beautiful

glad path
#

white spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite spacewhite space

real sierra
#

spontaneous I4 appears

stray dragon
#

watch them pull out another even wackier bypass once this one gets patched

#

would be hilarious

glad path
#

the limit instead of an i om

hollow matrix
glad path
#

thats true

stray dragon
#

s is optional

hollow matrix
stray dragon
#

that's why it appears in the regex as s?

real sierra
#

actually

#

why is s? even there then

#

oh well its already in the automod

stray dragon
#
  • you can expand the automod
real sierra
#

yeah true

stray dragon
#

the s would be helpful if you need to do that

real sierra
#

hopefully a better regex comes along that lets me replace whatever the hell this is

hollow matrix
stray dragon
#

i honestly don't see what you could do to compact it more lol

real sierra
#

the length of this regex is O(n^2) with the number of fixed characters

#

which isnt great

glad path
#

if i send it right now will i get automodded

stray dragon
#

is there any way to remove or edit parts of the message before you run regex?

#

actually it's discord who am i kidding

#

it's probably just a text box that you put regex into

#

and that's the whole automod

real sierra
#

we have a limit of 10 regexes

stray dragon
#

WHAT

#

WHAT THE FUCK

hollow matrix
real sierra
#

soon these scammers are gonna start splitting the characters themseles in half

glad path
real sierra
#

fucking discord will probably add a feature that lets people dump arbitrary sequences of bytes in the textbox and specify the encoding later

stray dragon
#

it's probably already there smh

real sierra
glad path
#

the regex works 👍

unkempt citrus
glad path
stray dragon
#

let me check it

real sierra
#

does discord automod even apply to text file uploads?

glad path
unkempt citrus
#

Lets try

#

whats a banned word

real sierra
unkempt citrus
#

I don't actually know

real sierra
#

skibidi

unkempt citrus
#

porn

#

nope

real sierra
#

just do skibidi

#

please

stray dragon
#

ok i think it does work actually

unkempt citrus
#

so it is

glad path
stray dragon
#

shiro cooked

hollow matrix
glad path
#

ok

#

shiro

#

it doesnt

#

automod

real sierra
stray dragon
unkempt citrus
hollow matrix
unkempt citrus
#

nope don't work

stray dragon
#

LOL

real sierra
#

great

#

thanks discord

hollow matrix
#

Amazing Clap

stray dragon
#

wait do links work in the preview for these

opaque wharf
glad path
#

that genuinely looks like a virus LOL

unkempt citrus
#

Nah they don't embed

#

Wait I might've forgotten to space them outu

real sierra
#

well thank you for helping test

glad path
#

<NEOPRISMA>‡n �����
b�'‚���� b�K∆¬!����

�Q����

�ÜéD����

�(*èI����

�$ÉN����

�ÜËãS����

�YQìX����

�ôa†]����

�L≈Üb����

�Høwg����

�î∏ul����

�¢ÌÉq����

�∫›}v����

�„r{����

�÷
k����

�¸ÄnÖ����

�¿sä����

�˝ê����

�µÕËë����
��\„ˇó���� ��WQ]Œ����
�ò∂“���� �»€q���
�$-I��� �fl±=(���
�{F���
�™D
K��� �»x5b���
��Scbr��� ��∫MCz���
��\å(ò���
��§ù���
��ìf¬û��� ��)PN£���
��ÌÒ˘•��� ��˛ëË´���
��ÊÕ¸¥��� ��®¢ø���
��ıÖU∆��� ��ÿ ‡œ���
��`7,›��� ��P”.5���
��ïË›;��� ��âFa���
��áñ˙g��� ��p1fin���
��√ûów���
�˚¬Ä���

�ÔÇ��� ��ˆ|Åã���
��—B€ì��� ��ûÀô���
�X›®ú���
�¥•Åü��� �ÿØ���

�*ªØ���
�"ª;ƒ���
�NÃçÕ���
�îaá“���
�£#{◊���
�‡5l‹���
�◊}t·���
�4–q‰���

�™´˝Á��� �à¶Ó���
�wr!˙��� �o@Œˇ���
�gØ��� �ò≥õ���
��Â}*��� ��]H���
�e EN��� �ä®T���
�+ ‰Y���
�„Ád���

�Œœ/i���
�G!Uq���

�ǵ«ã��� �⁄e/è���

�ò?.î���

�¿`$ô���

�¨O$û���

�~9£���

�G[®���

�·ä≠���

�ÛT�≤���

�®∑���

�}:Dº���

�õ毿���

�’;6∆���

�ΩÂ&À���

�_
e–���

�°öÓ‘���

�è†$⁄���

�å!fl���

�è;‰���

�(‘1È���

�◊ÜÿÌ���

�êØ3Ô���
�R
Bˆ��� �›"����
�⁄EŸ���
�ìYÏ���
�·"���
�óÌ'���
�áU¡(���

�—‰‘4��� �ªZC���
�¯ÏÉT���
�s51a���
�ˆ:f���
�R´Vk���
�€∂7p���
� t_u���
�≥Ô)z���
�§9���
�&:���
�J%â���
�ƒé���
�q≥5è���

�Êç=ì��� �[ü˚¨���

�≈ ≤���

�«˘£¥���
�!äN���
;�y k���
b�

real sierra
#

JESUS

stray dragon
#

damn it i just pulled a rickroll alternative link to test it

glad path
#

arbitrary bytes part two

unkempt citrus
#

Squares 👀

stray dragon
#

erm actually those are rectangles

opaque wharf
#

Wtf, I have emoji and cjk and even I still get tofu

real sierra
#

anyway

opaque wharf
#

Is that ancient sumerian bytes or something

glad path
#

wait what does it look like for you hold on

real sierra
#

stop filter evading now

glad path
real sierra
#

if i catch any of you filter evading with files ill just ban you Stare

glad path
#

oh wait

#

okay

hollow matrix
unkempt citrus
#

I wouldn't fileter evade with a text file

unkempt citrus
#

I'd do it with an image

#

smh

real sierra
glad path
stray dragon
#

@real sierra I FOUND A LIMIT

glad path
#

there

stray dragon
#

the :// must be intact i think

#

cannot be split up

real sierra
stray dragon
real sierra
#

i could work with that potentially

hollow matrix
#

regex :// LULE

#

No more links

stray dragon
#

with :// on its own line it works fine

#

could potentially just check for a line starting with > and containing a ://

real sierra
#

well no

stray dragon
#

with whatever characters between

#

non-linebreaks

real sierra
#

maybe something like uhhh

amber fractal
#

Backreading chat neuroAwareA

glad path
#

https
://
google
.
com

#

what

#

https
://
google
.
com

stray dragon
glad path
#

https<
://
google
.
com

#

i dont get this really

real sierra
stray dragon
#

woops

#

> [a-zA-Z><]*:\/\/

glad path
#

<https
://g
oogle.
com\teapot

real sierra
#

that's still not what we want to block

#

that's a perfectly allowed and valid link

stray dragon
#

honestly i think this is a "nuke all links in the quote markdown" situation

hollow matrix
#

!discord

stiff micaBOT
stray dragon
#

discord has fucked the feature

real sierra
#

nonsense

#

we need only make the regex larger

stray dragon
#

but shiro it'll be so big

#

oh god why

glad path
hollow matrix
real sierra
#

no ://

glad path
#

oh noes

hollow matrix
real sierra
glad path
real sierra
#

cooked

hollow matrix
#

welp

stray dragon
#

oh god

amber fractal
#

we are so cooked

glad path
#

wait

#

wait

#

wait

real sierra
#

no https either

glad path
#

don't worry

real sierra
glad path
#

i tried discord . gg / discord

#

and it

stray dragon
#

that's... horrid

hollow matrix
#

Aintnoway the vanity links don't need it

glad path
#

it got automodded

#

so

hollow matrix
#

Yeah, @real sierra I assume you don't get automodded so you wouldn't know

glad path
#

lemme find a vanity like we can trust

real sierra
#

nor do regular ones

opaque wharf
hollow matrix
opaque wharf
#

Lies

glad path
opaque wharf
#

Deception

stray dragon
#

i'd say maybe this is something to report to discord but they'd never do anything about it

real sierra
#

the issue at hand is someone going

stray dragon
#

their one unpaid intern is overworked as it is

#

implementing useless nitro features

real sierra
#
> d
> i
> s
> c
> o
> r
> d.gg
#

or something like that

glad path
#

uh

stray dragon
#

one moment

real sierra
#

i didnt actually format it right

#

just showing for purpose of example

stray dragon
#

hmm

hollow matrix
#

<a
b

glad path
#

stfu markdownlint

hollow matrix
glad path
#

even the scammer cant escape markdownlint

#

shiro

real sierra
#

hi

glad path
#

just automod anything that doesnt conform to markdownlint conventions

stray dragon
#

i do think that removing the clickable link fixes the issue

stray dragon
#

and it seems that it doesn't like multiline links without the <>

hollow matrix
#

<line1
line2

glad path
#

<
https://di
sco
rdapp。
com\invite\linkToScamServerHere>

#

erm

real sierra
#

well

stray dragon
#

ok that's just

real sierra
#

if it must have the ://

glad path
real sierra
#

i'll simply extend my regex to cover an extra 3 characters

stray dragon
#

making it non-clickable will work alright i think

hollow matrix
#

<line1
line2

real sierra
#

how did you send that

#

oh

#

right

#

no nevermind

#

its just hopeless

stray dragon
#

edited message

glad path
real sierra
#

nah automod reapplies to edits

#

im just gonna hope they dont innovate on the scam

glad path
real sierra
#

gonna contact some other people and see if we can devise... something... for this

glad path
#

atleast it doesnt embed

stray dragon
#

oh my god it works

stray dragon
#

it's wrapped in angle brackets

real sierra
#

the <>

#

yea

glad path
#

yeah

#

at least it doesnt

#

shiro do you think it would be possible to use a bot for this

#

instead of automod

stray dragon
#

yeah was thinking about that

real sierra
#

thats a bigger conversation

hollow matrix