#ot1-perplexing-regexing
1 messages ยท Page 158 of 1
So what you're saying is, you're not fundamentally opposed to relationships (assuming it wouldn't conflict with your religion I guess), and if one felt right you'd go for it? ๐ค
Fair enough, I guess.
ye
Bro istg
you need to expand your gif stash
how
hunt for gifs
how bruh
idk how
i hve plenty but
the best one that fits in every chat is this:
i could put it anywhere blindly and somehow it would fit in
son, show me the gifs
nuh uh
but it's funny atleast for me
i asked for the gifs son, SHOW ME!
bruh am good
for a fact
pretty much every friend of mine tells me to upgrade my gif stash
idk why ):
i think you know exactly why ๐ญ
saved
and a terminator came
it's context specific
and decided to shoot the traitor,
true
@thick ore gib me gifs ๐ก
bad
good
saved
I womder how many gifs I have
Probably well over a thousand
Nvm, I don't have gifs
more more
saved
this better not be a spoiler or I will block you
oopie doopsie
u havent watched jjk?
have you not gotten to that part yet
saved
the text under this is hilarious
this one i definitely stole from pizzer man
cant see properly
Theres a guy who makes vids like this idk his name tho
gotta play the.game to know that line
wait anyone want this
I uhhhh
why do you guys saves gifs anyway when you can just google em and download em
hold on
slacked on finishing that
slack mentioned
Quick responses
yeah exactly like this
um
i dont understand the context
bro
๐
it is a wooden fireplace
wooden fire place
true
It's amusing
place
yeah ok but its not funny
fire place from wood
i need funny ones
No i dont think you get it
SRSLY
there it is
I GET IT
bruh
LMAOO
how could i...
wdyd in this situation
which situation
this situation
this gif is good yeah
Hey Dhar Mann fam
im not
I hope you loved that message
no
i have like 5
this gif I love
this is good too
Lmao i remember this scene
I shoudp rly finish this show
I have to blcoj like 40 ppl every week
cuz they discuss spoilers
this isn't sustainable
it aint our fault if u getting spoiled like srsly why havent u atched it
java this one
I forgot about it
WHAAAAT
I remembered that there are some people in my local online store that sell air
some bought it
...
air...
how
why u but it ๐ญ
dude, if someone sell air in a gas tank, than it makes sense
this guy sold air in a plastic bottle
Say what now ๐ญ
Idek if anyone liked this tbh
Just make a real game ffs
i replied to it
wdym real game?
With actual physics
i still dont get it
can u explain it to me?
I mean this kinda stuff is ok when someone's tryna choke you and u have to press e and a Soo fast to get rid of that
And like stab em with the knife
Wooden. Fireplace.
Fire.
Do you know what happens when fire touches wood
fire
Anyway I'm eating lychee rn
wait
whats the point on making a fireplace out of wood?
Thinking of mixing Pepsi in lychee
teto
I thought you didn't save that
what the fuck
we should rescind gri's image privileges
i sign the petition
did bro just get struck by lightning TWICE in like 20 seconds
lightnings like sit down vro
Whoever asked me for a snow leopard pic, here it is
@upper flower the greatness you summoned has arrived
white balance status: yellow
CHOMP
the tree looks like photoshopped
another ones tail
for once i thought this one is a special breed with a tail on its mouth
It's much funnier to imagine that it's its own tail it's eating tbh
why is it eating its tail
fun
Maybe it's hungry
how close is c# to c++ and which is better for game development because of unity id say c# right but doesnt c++ give you so much control
If you need manual memory management c++ is the way to go
why would you want manual memory managment? just asking
oh nice how useful is it tho
ooo fun
I do it because I'm just a tad autistic and find it fascinating
oh i am too i actually got a certificate for it ill have to try it
the practical usefulness of this only really arises when you develop software that has to run in resource constrained environments
other than that its mostly just a "yeah ok i suffered a bit more to make the program use a little less memory, but its not like it would matter"
||are there resource-unconstrained environments?||
congrats on admin btw
a microcontroller
thats constrained, they wrote unconstrained, which is not a thing in the real world because each computer has limited computational resources, basically being jokingly-pedantic
i meant like, really constrained environments, where if you used an automatically managed language, it would geniunely not fit the requirements
oops misread that
yeah your imagination as long as your alive
still constrained, by your brain
nah i found exploits
just get good
she sees you.
???
wait every thing i say is on topic to off topic but this is off topic so eheheehehehehehe
huh!
send lynx instead
bro where do u fetch these
besides the point a lynx inside a home? wtf
that screw looks utterly huge
i have a very low supply of lynx pics
i had a lot when i was in love with lynxes and before i discovered snow leopards
lost most of it in a failed backup
modded discord client user spotted
fixed
i will slow down snow leopard posting to not be too spammy
i did get warned about it before i think
not like a proper warn, but
yknow
k
https://bsky.app/profile/discussingfilm.net/post/3lsmrni7epc2c lets fucking goooooooooooooo
abysmal dogshit defeated
Yo the licensing for FFMPEG is wild. What is with GPL? Like, if I understand it right, if I make a game using a GPL library and I sell it on steam, I have to provide the source code and anyone that uses it can distribute it freely. Like no company, indie dev, or application maker could ever use this
That's the point of the GPL, yes.
But uh
ffmpeg is available under the LGPL, which is an important distinction
What I just read said that there were parts under GPL 3.0 and GPL 2.0, was I mistaken?
You can disable those during compilation and obtain a pure LGPL build.
FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, FFmpeg incorporates several optional parts and optimizations that are covered by the GNU General Public License (GPL) version 2 or later. If those parts get used the GPL applies to all of FFmpeg.
Also is there some rational behind the GPL licensing? I can't really understand what actual advantage that would hold.
Free software culture
TL;DR the goal is to maximize freedom for end users, not adoption
There's a thing with the Creative Commons Sharealike license where if you use Sharealike material in a larger project, that material is the only part that is Sharealike. I wonder if GPL also has that
From a more cynical standpoint: if you are a library author holding sole copyright, then you can release your library under the GPL and sell exceptions. That allows you to get open-source adoption while extracting money from people who want to use your work to develop proprietary software.
That's the Lesser GPLs.
Ah
I suppose. . . IDK I guess I am just more of the MIT Open Source Philosophy ig
Which is fine. A lot of people are like that.
Even I've changed my views on FOSS over the years a lot.
Like if people want to use what I make (I haven't contributed to Open-Source, I should at some point, still learning) to make a game and then sell, that is fine by me. If they want to make an accounting app what is it to me? But yeah, what are your views on FOSS, I am curious now.
I used to be more of a FOSS purist, and I generally saw it in moralistic terms like Stallman.
Now I think it's okay if some software is proprietary. I still very strongly prefer open source solutions, but if a proprietary one is really superior I don't have that much problems with using it, provided it's not going to lock me in.
I remember there being two different definitions of "free" in "free software"
The adjective free in English is commonly used in one of two meanings: "at no monetary cost" (gratis) or "with little or no restriction" (libre). This ambiguity can cause issues where the distinction is important, as it often is in dealing with laws concerning the use of information, such as copyright and patents.
The terms gratis and libre may ...
I mean to be fair to everyone Copyright laws in the US are insane. Like 70 years after the authors death? That's crazy. Pokemon suing palworld because they infringed on the patent of "Throwing a Sphere and having a creature appear? Crazy.
Software as a field is young enough that I think most people who own relevant copyrights are still alive ๐
I feel like I'd be okay with 40 years after publication, not even after death
Yeah; I think I'd personally rather copyright on code-software/everything online/maybe everything ending after ~20 years after publication. That is more than enough to make money, (especially with the scale/speed of the internet), but is allows kids who grew up playing Pokemon (or whatever) can make something feasably within their lifetime
I could probably be sold on 40, It still feels strange to me though. it still feels like too long. But IDK
I'm kinda okay with 20 too
I mean patents only lasts for like 25 years max. I'm still confused under what article Palworld is suing Pokemon on (for the U.S. one).
I feel like 40/50 is already too long, and then now we have to wait after death?
I think originally in the USA at least copyright was ~the same length as patents.
They're suing each other in Japan though
I read somewhere that Pokemon filed another lawsuit in America
Probably under trademark law?
Okay, I must have misread something; apparently Nintendo are filing the patents from Japan here; "https://gamesfray.com/nintendo-secures-two-more-anti-palworld-u-s-patents-might-file-multi-patent-u-s-lawsuit-against-pocketpair-in-a-matter-of-months-now/" so they might sue Palworld here, my bad
I see
shark child mackerel
weirdly large pr for a first timer-
lol so real
literally though
i hate how github education applications require users to put their full legal name on their public profile info
thats wild
they don't???
or maybe they do but they don't really enforce it
Image related
they didn't care either time i applied and got accepted
they wouldnt even accept my colleges domain :(
in my case I was rejected because I was actualy uploading the wrong document like a dumbass
ig i dodged a bullet though i dont like ms
did you guys know i dont like ms
little known fact about me
but its still dumb that they have this as a possible rejection reason
some time ago they asked for an email domain that didn't even belong to my uni
yo
hey do you know how to get help?
oh ty
not theo on the wall
are we gonna ignore the elephant in the room
what?
the core js?
theres no elephant in that room
they did yeah
but i changed he name later
Does js have classes?
why wouldnt it
it, like python, adheres to the "everything is an object" paradigm
it actually didn't have classes for a long time
which isn't to say it didn't have objects
it just uses prototype based oop rather than class based
2015 is when they were added
There's actually a bit of a definition mixup here. JS semantics are like Python semantics in this way, but a JS object is a specific thing, and a string, number, null, undefined and probably some I'm forgetting are not objects in the JS sense.
it does have classes: ```js
class Example {
constructor () {
console.log('I am alive!');
}
}
let ex = new Example(); // "I am alive!"
understood 
There's a "code review" tag in #1035199133436354600

"hey what you think of my project" is totally fine
we just don't want people pasting the same GitHub link in six channels with no comment other than "plz give stars"
You can edit the tags I think
I setup a little CI pipline to combine test results from multiple runs into one overview!
Next on my to do list is getting my end to end tests into this, as well as all the linters.
does anyone even use the linux find command?
or does people just give up?
yhe i can never get the arguments right
find --name=<somename> . then i give up and go to man page when this errors
natrix? never heard of this CI 
natrix is the name of the project
i tell chat GPT to use it for me
wait liek. combile junit XML or something?

well its a CI tool, but its running locally atm.
specifically dagger with the rust_sdk
kinda,its allure I am using, which can process junit, but I am generting its specific reporting format directly from the wasm-pack and nextest outputs because I want a bit more control
Open-source HTML automation test reporting tool for Pytest, Playwright, Cypress, Jest, Selenium, JUnit, TestNG, Webdriver.io, Cucumber, C#, Android, IOS and more
so basically I have a dagger pipline that runs a bunch of tests in containers, inspects the stdout and generates allure report files, then spins up another container to run allure on all of them to generate a combiend webpage, and then writes that out to disk
heres the code for it https://github.com/vivax3794/natrix/tree/master/dagger_pipeline/src
(I learnt dagger yesterday, so don't take anything in there as best practice)
guys, im making a newsletter subscription based webpage where user enters their url to subscribe to the newsletter
i receive email id and i send verification code to their email to confirm their mail id
here's the question
when the user enters their email while registering, should i check whether they're already registered or not?
or should i just send a verificaiton id and go through that process anyway? (i'd have to check for duplicates in anyway)
and also, same question for unsubscribing
should i check whether that user is subscribed or not before sending verification code via email?
cuz rn im sending a msg via webpage to the user that such email id is not found
omg the otn is hilarious ๐ ||deadline-driven-development||
It stops being funny after it actually happens to you ๐ญ
ikr
@sullen delta ask @vale raven doggo here what my name is
what if doggo said johnny
they wont
I used to say Kurt because I was bullying and I didnโt have any idea anyways
Now I have heard it but I still say Kurt anyways because I never remember it
TF is going on here
doggo admitting to bullying, colorized, 2025
do u often do this if someone asks your name?
like go ask doggo
๐
i prollly have happened in past u js dont remember
i told you i'm not johnny
hes taking advantage of u
let's leave it at that.
Iโll call you Johnny now
you are and ill prove it to everyone one day
It appears that will make you happier
johnny
the opposite, it's annoying
Johnny 5 is alive!
My brother is Johney with 1 n
I get it wrong every time
A good friend of mine's last name is connolly, or conolly? or connoly? or connely? I have no idea half the time.
then i'll call your dog james
can we be friends?
is your name "c+o+n+[oe]+l+y+"?
Could be number 6, tho.
nah 5 was the last there wont be no more johnny's
Itโs Rosie
dog rosie?
it's james
its rosie

it's annoying isn't it?
no problem bro
@round pendant #python-discussion message
Honestly type theory is basically just a branch of algebra. For example, I've been reading up on coalgebras recently for programming stuff, and it's just algebra
The overlap is mainly just algebra with programming because algebra is a great way to reason about structures, which you do in programming. There's definitely still distinctions, like I don't think you'd end up learning group theory for programming, and when it comes to category theory for both disciplines the focus is different: Programming afaik doesn't have much use for universal properties, and I daresay monads wouldn't come up very often in math unless you are specifically studying monads. But at the end of the day, the distinction is artificial and the fields are close enough that if you're fairly well versed in type theory i don't think you'd have much trouble learning like group theory
analysis is a different beast tho
well i say that, but topological type theory exists
coooooonnoeooooeolyyy
whats CRLF and LF?
I'm pretty sure the U+FEFF U+FEFF at the start is a UTF8 identifier, though let me check.
yep, a byte-order mark
as in the file content or what?
if it's a byte-order mark shouldnt it be skipped?
and what error message are you even getting
What is odd is that the BOM appears twice, so something probably tried encoding the thing twice (as UTF-16 big endian, presumably, which is what this BOM is for).
nerd
this looks very cursed
i love the typing
yes but how do you study math?
what kind of math are you looking to study?
analysis
Now imagine the speed you could have with vim motions
real? complex?
-_-
im staying lol
especially when a collab is ahead
vim motions
Which you can get in VsCode as well
anything, any math i just dont know how to study there are soo many cool books idek which one to pick recently i was trying to follow https://share.google/k0WSe5vrahaXhyxJm but i just keep switching pages instead of reading anything
There's a extension
i also wanna read this <https://link.springer.com/book/10.1007/978-3-319-16721-3?
name?
have you done group theory?
i just never have learned how to study that way, for programming its just poke it with a stick
But again, vim motions is a steep learning curve
oh
But it let's you be really efficient.
Like to delete everything inside a string it's just di"
not really but ik identity element, inverse element all that, im just soo far behind in math i failed most of my math courses too :/
multi and single variable both + linear algebra
and now i dont wanna do it just to pass exam
I think I'd stay without it for now.
whats ci" ?
change inside?
Yep
Yep
dang cool
with treesitter text objects you can even select syntax related stuff
so how do u study math?
like i have cio to change function parameters
One of my best qol plugins is one that adds sub word motions
qol?
Quality of life
whats o?
well, i do any problems i come across online, and then work through textbooks mainly
So like you can use w (or any binding you pick ofc) to jump between "words" in FooBarBaz, foo_bar_baz, etc
just the letter i assigned to parameters
local txtobj_keys = {
['@function'] = 'f',
['@class'] = 'c',
['@loop'] = 'l',
['@parameter'] = 'o',
['@conditional'] = 'y',
-- ['@call'] = 'c',
['@comment'] = 'm',
}
can you give me an example? say you wanna proof theres no largest prime number
what book r u gonna read for this?
ik you can just give proof right away but what if its something new to you?
Yhe (n)vim is super customizable.
Like one thing that always annoyed me was the d commands overwriting the copy buffer, as I would usually delete something to paste something, so I just made it not do that
if i come across a problem i can't solve, i would do some googling
did you use any book to learn calculus?
i used a 20 hour video course + paul's math notes
for both multivariable calc too?
multivariable calc would be mainly from paul's math notes
along with my own experimentation outside of that
multiple rienman integrals
i mainly just got interested in solving integrals, and swapping integrals/sums are fairly useful in doing that
Like I have a keybind that toggles between virtual text and virtual lines for Diagnostics.
vim.keymap.set("n", "<leader>E", function()
config = vim.diagnostic.config()
vim.diagnostic.config {
virtual_lines = not config.virtual_lines,
virtual_text = not config.virtual_text,
}
end)
(Virtual lines makes the file annoying to navigate, but is easier to actually read diagnostics with when there's a lot)
so naturally you pick that up
what about linear algebra paul for that too?
another 20 hour video course
also do u think its a good idea to use these concepts like gussian blur effect?
followed by a copious amount of other linalg study
because linalg is massive
wdym use these concepts
like in graphics apply them
as you learn
for eg do backprop as you learn derivatives?
i'm more on the pure side of maths
i see so like proofs?
r u currently doin bs or ms??
or phd?
bs
math and cs
๐ must be alot
minor in math or double major?
double degree
lol cool
any php devs here??
i can try
/**
* Register an email by storing it in a file.
*/
function registerEmail(string $email): bool {
global $emailsFilePath;
// $ok = file_get_contents($emailsFilePath); //, $email . PHP_EOL, FILE_APPEND | LOCK_EX);
$emailFile = fopen($emailsFilePath, 'r+');
$ok = !($emailFile === false);
if (!$ok)
goto exit_check;
$emailAlreadyExists = false;
while (!feof($emailFile)) {
$line = trim(fgets($emailFile));
if (strcmp($line, $email) === 0) {
$emailAlreadyExists = true;
break;
}
}
if ($emailAlreadyExists) {
echo "You are already registered.<br>";
} else {
// $ok = file_put_contents($emailsFilePath, $email . PHP_EOL, FILE_APPEND | LOCK_EX);
$ok = fwrite($emailFile, $email . PHP_EOL);
if (!$ok)
goto exit_check;
}
$ok = fclose($emailFile);
exit_check:
if ($ok === false)
echo "An error occured while registering your E-mail. Try again.<br>";
else if (!$emailAlreadyExists)
echo "Your E-mail has been registered successfully.<br>";
return !($ok === false);
}
does this look like a valid use case for goto statements?
goto is generally discouraged in modern php
theres better options available
u can use if/else instead
Seems like early return would be better here
how about now?
function registerEmail(string $email): bool {
global $emailsFilePath;
// $ok = file_get_contents($emailsFilePath); //, $email . PHP_EOL, FILE_APPEND | LOCK_EX);
try {
$emailFile = fopen($emailsFilePath, 'r+');
if ($emailFile === false)
throw new Exception();
$emailAlreadyExists = false;
while (!feof($emailFile)) {
$line = trim(fgets($emailFile));
if (strcmp($line, $email) === 0) {
$emailAlreadyExists = true;
break;
}
}
if ($emailAlreadyExists) {
echo "You are already registered.<br>";
} else {
// $ok = file_put_contents($emailsFilePath, $email . PHP_EOL, FILE_APPEND | LOCK_EX);
$ok = fwrite($emailFile, $email . PHP_EOL);
if (!$ok)
throw new Exception();
}
if (!$emailAlreadyExists)
echo "Your E-mail has been registered successfully.<br>";
return true;
} catch (Exception $_) {
echo "An error occured while registering your E-mail. Try again.<br>";
return false;
} finally {
$ok = fclose($emailFile);
if ($ok === false)
echo "An error occured while registering your E-mail. Try again.<br>";
return !($ok === false);
}
}
using try catch this time
also, is this looking good to add an email to a file, while checking for duplicate?
or should i just read the whole file at once and do the checking on the file content stored as a string?
Do you have a db for this project?
!clban 1352081893713248318 you are only here to advertise
:incoming_envelope: :ok_hand: applied ban to @unkempt schooner permanently.
nope
just for now, im using a text file as db
As God intended
now make the file IO in C
as god intended
@timid latch whats a box dyn thingamabob
How familiar are you with Box and traits on their own?
i know about traits since they're basically like OOP (kinda like interfaces)
i think box types are like a pointer to an owned value or something? i have no idea
That's exactly it, it's owned data on the heap
Owned allocations
so it's like deref'd malloc in C?
(no clue what that is)
wait so it's the data itself, not a pointer or reference to it
It's a pointer to the data
The important thing is it's owned
malloc returns an arbitrary memory address (typeless memory) on the heap so you can deref that to go to the data
how can it be owned if it's a pointer
"welcome to rust"
Being a pointer and being owned are different concepts, a box is a owned pointer, a reference is a borrowed pointer
because no one else can touch the allocation (in theory) other than the Box
So a dyn Foo is what's called a trait object, it's a way to store different types that all implement the same trait in a way that lets you determine the method calls at runtime, using a vtable
For example it let's you store different types together in the same vec by basically saying you only care about calling specific trait methods on the data
hm ok i think i get it
so it's a pointer to the data instead of a pointer to a reference of the data?
ah i think i see it. how does that work internally tho?
A Box<T> and a &T are identical at runtime, the only difference is that when the box goes out of scope it frees the pointer
the best way I've found to think about ownership is "duty to destroy"
When a Box<T> goes out of scope, it drops the T (and cleans up the allocation)
same with Vec<T>, which is responsible for cleaning up all the Ts it may contain (as well as freeing its own allocation)
&T doesn't have a duty to destroy the T because it's not an owner, just a borrower
But it's a semantic distinction. Box<T> and &T are identical on a structural level (pointer to T)
guys, now how do i remove a particular email from that file if a user wants to unsubscribe?
do i have to read the whole file, operate over the file content thats stored in a string, then write it to a file?
or just read it line by line, and when the desired email is read, i have to do smth to erase the email
so, any ideas?
yeah that makes it way easier
hi
ah, existential types
that's what dyn is
newtype DynFoo = forall a. Foo a => DynFoo a
--
newtype Dyn c = forall a. c a => Dyn a
-- Dyn Foo
I wish I could dockerize food ๐ฉ
Is your food from cross platforms
I want to pull a docker image of a pizza and have my kitchen appliances immediately whip one out
one minute ramen
microwaveable meals 
it needs to ship with the microwave too
eh its more of a syntactical similarity in here, the actual type of the "function" (dynfoo constructor) is forall a. Foo a => a -> DynFoo a, where the lhs of => are constraints, though they are passed by-value as method dictionaries (vtables, basically), so you could say its forall a. Foo a -> a -> DynFoo a but the Foo a is inferred from the typeclass instances context
you could then say E x = Foo x ; F x = x -> DynFoo x but thats kind of a reach as then F x is a type alias, not a unique type

interesting
good point
I don't think I've ever tried any before lol
what we usually do is bake a huge batch of pastries, enough for a month, then we freeze that
believe it or not, some pastries freeze very well
oh yeah speaking of reproducible food, I made this the other day and it turned out great and I have zero baking experience like literally my first time baking lol https://cakesbymk.com/recipe/easy-moist-banana-bread/
If you're looking for a banana bread recipe that is super moist and bursting with banana flavour, then this recipe is it! It comes together so easily, and is finished off with an optional topping of walnuts that add great crunch and texture to the banana loaf - so so good! What I love about this banana bread recipe One of my main issues with ban...
I think that's a testament that this recipe is good
oh fr? I thought it was there just for the yeast
I'll try it next time, ty

Hey Everyone, just wanted to share with you my fullstack webapp is live now and is made for you all.
Errorhelp - https://errorhelp.pythonanywhere.com
I couldn't see fellow developers share error screenshots and then code also in the chats asking for help for an error they got into, So I made a No login chaos, simple and powerful webapp, where you can:
**Put Everything At one place and then just share the Errorframe to the helpers easily and smartly - **
- Has Code snapshot
- Has The Terminal Error message
- Has clean VS Code-like view of your code
- Has anything more that can help the helper understand the error
- Helpers visitng Errorframe can leave help comment there for the fix.
MVP version - Built with Django + Vanilla JS + Traditional CSS, hosted on PythonAnywhere!
๐จโ๐ป I started coding 6 months ago and built this wiith learning so i know it's not perfect.
Would love your feedback ๐
Create an Errorframe with code + terminal error + context. Share in one link. Fast help, better debugging.
this is an interesting concept but i do feel that it would be more effective with codeblocks rather than images and it would be easier to read/copy-paste and give direction on how to solve whatever issue
images means?
errorframe has the uploaded code files and helper can view them like in vscode with colors
pictures? screenshots?
i like it, but you should add an ability to write the code yourself in the case of mobile users or other cases
there is no concept of screenshots in this, Errorhelp removes it completely
yes you are right
i need to add this
are you saying a snapshot is different from a screenshot?
but do you think this is cool and useful?
yes
yes from the snapshot i mean the whole error context
ah
from the error terminal message to the code
maybe clarify that when presenting this to people
okay
otherwise this looks pretty great
you can go to home and see the example errorframe
It's basically a fancy pastebin with folder support and a dedicated terminal/error output section
you will get the idea in a minute
Yeah i made this with 6 months of programming knowledge
I used the word snapshot because you cannot edit the code in the errorframe
That's really good, nice job
just look and read that
It's nice
should i
in the cases of mobile auto remove the drag and drop box and turn that in to the manual code writer
And also tell me if you think there is a need for the light mode cause currently i have only darkmode
light mode could be useful for accessibility reasons or for looking at it through a projector (dark text on white background appear better on older projecters)
like when teaching to a class
you should also look into how your errorframes display on mobile
i have done all ther responsive coding thati know
i am still leanring responsive design
I'm always a fan of making errors easier to deal with
i cannot do web dev for the life of me
looks like that on a phone which is not the best
so this is really impressive
but i assume on a PC it would look better
so what should i do?
why the menu toggling blue icon is not appearing in scrrenshot?
I'm not sure, I'm no webdev
Idk
I mean to be fair, how often you debugging errors on phone
true hahaa
last week i also deployed one silly but kind of cool project
@trim elk oh one nice feature would being able to download the code as a zip, makes it easy for people to debug the code locally
it's the webapp that allow you to talk on the online voice calls by typing
and not speaking
text to speech?
yeah you are right
but willl it not make the uploader's code insecure like what if they want just to show code and not let anyone copy?
Anyone can already copy it with a bit of work
if it's an image anyone can just write it all down
my webapp does this in nice way, so that you type and it gets converted to speech and go straight to the calll
no outside noise
that's nice
and also let's you talk with fun voices
by changing settings
but it's not for the phones
yes that's also right
so should i add the download feature?
Well I mean for sharing big projects a git repo is prolly a better option, but it doesn't hurt to have the option to download from the site
i can let the user decide to let anyone download the code or not in the errorframe creation section
Again, anybody can just copy paste the code anyway, there's no real benefit from disabling download
yes and also one thing is
that if a person is needed to take other's help
then they have in mind to share the code
If you find anyone who is sending error screenshots , then please recommend them this website
I mean.
Generally a discord code block is better than a link
Assuming the error fits in one
but not for multiple files
yes and most of the codebases today like react or any have multiple file relations
We do have our own pastebin that supports multiple files (but admittedly not a folder structure)
Not saying it's not a useful project, just not my first choice for people on this server
Turning the user uploaded files into folder structure was a big task for this
then what' s your first choice?
Discord code blocks, then our self hosted pastebin
please man do not say it project and delevel that, it's a fully working site that let's you do the task smartly
Oh for sure.
But the benefit of the server having it's own pastebin is that we aren't sending users to trust a third party
but can you tell me one thing that can truly make this thing better than your own pastebin
yeah you are right
security is the thing
But again the folder thing is a really good feature.
Just slightly feels like at the point that gets useful is also the point you already have a GitHub repo.
But maybe that's just me, I suppose other people don't always make repos for their projects
I am still learning that's why I have that repo to show the world how imperfect I am but still i work till deploying and learn from mistakes
In starting i felt fear that what if someone copies the idea and make website better than me
and i have that fear today also, but seems like no one cares and they critisize everything instead of thinking of how to make their own thing
Yhe I have a tendency to play devils advocate a lot.
I should prolly tone it down a bit.
It's genuinely an impressive project, and not something I have seen exactly like this before.
Thanks
it's pretty helpful most of the time tbh
no its fun
nothing wrong with your opinion or whatever being challenged anyways
*not to be confused with being a dick
ok?
it can definitely be helpful
most opinions i hold have drastically changed from people challenging them
it also helps do be one sometimes because you view your own opinions through an opposite view point
if you need an example as to why that might be useful. look at US politics
๐ค
im gonna need an elaboration chief

why happy july?
new month
.quiz
In functional programming, a function with identical return values for identical arguments and no side effects is called?
pure
20s left!
impure
10s left!
idempotent
Better luck next time...
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
On Linux systems, the fork system call returns what value in the parent process?
Lol
-1
20s left!
0
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
The name server with the original zone records for a domain is called the ________ name server.
20s left!
root
10s left!
Dns
main
No one answered correctly!
nx
Let's move to the next question.
Remaining questions: 4
No one has made it onto the leaderboard yet.
Aaaaa
Under what locale does making a string lowercase behave differently?
Turkish
@woeful phoenix got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 3
What does SASS stand for?
20s left!
also german
10s left!
syntactically awesome style sheets
@thick ore got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 2
A database index that reorders the data to match the index is called a ________ index.
order
20s left!
sort
btree
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 1
What does the "a" represent in a HSLA color value?
alpha
alpha
@carmine apex got the correct answer :tada: 100 points!
Remaining questions: 0
The round has ended.
alpha
@woeful phoenix @carmine apex Congratulations on winning this quiz game with a grand total of 100 points :tada:
HEY
rip
๐ญ
here's yer quiz: what does the L in HSL and HSLA stand for
false, but also true
luminance/lightness/etc
here's YER quiz
what does the C in oklch stand for
chrominance?
chroma
correct

so when raju gets it correct, he gets aura
but when I
win a 30v1
i lose aura?
wow... i see how it is...
you got only 50 because you answered after lancebot declared 10 second left
50 points for correct, and 50 extra for quick answers
fair enough
.quiz
Guess the title of the Wikipedia article.
**** ****** is an American animator, illustrator and ceramic artist based in New York City.
john f kennedy
20s left!
martin luther king jr.
10s left!
walt disney
Better luck next time...
Information
Rama Duwaji is an American animator, illustrator and ceramic artist based in New York City.
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
Guess the title of the Wikipedia article.
******** ********* was a Japanese serial killer and rapist. He was also known as the "Twitter Killer", which he was labeled as in most media reports at the time of his sentencing. In Zama, Japan, between August and October 2017, he murdered nine people, eight of them being young women, including three high school girls.
20s left!
what are these questions man
10s left!
No one answered correctly!
Information
Takahiro Shiraishi was a Japanese serial killer and rapist. He was also known as the "Twitter Killer", which he was labeled as in most media reports at the time of his sentencing. In Zama, Japan, between August and October 2017, he murdered nine people, eight of them being young women, including three high school girls.
Let's move to the next question.
Remaining questions: 5
wikipedia articles
No one has made it onto the leaderboard yet.
Guess the title of the Wikipedia article.
Dame **** ******* is a British-American media executive, who served as editor-in-chief of Vogue from 1988 to 2025. ******* has also served as global chief content officer of Condรฉ Nast since 2020, where she oversees all Condรฉ Nast publications worldwide, and concurrently serves as artistic director. ******* is also global editorial director of Vogue. With her trademark pageboy bob haircut and dark sunglasses, ******* is regarded as the most powerful woman in publishing, and has become an important figure in the fashion world, serving as the lead chairperson of the annual haute couture Met Gala global fashion spectacle in Manhattan since the 1990s. ******* is praised for her skill in identifying emerging fashion trends, but has been criticised for her reportedly aloof and demanding personality.
20s left!
this is widely considered the worst quiz category
dame dame dameyo
10s left!
how to switch it to programming?
Better luck next time...
Information
Dame Anna Wintour is a British-American media executive, who served as editor-in-chief of Vogue from 1988 to 2025. Wintour has also served as global chief content officer of Condรฉ Nast since 2020, where she oversees all Condรฉ Nast publications worldwide, and concurrently serves as artistic director. Wintour is also global editorial director of Vogue. With her trademark pageboy bob haircut and dark sunglasses, Wintour is regarded as the most powerful woman in publishing, and has become an important figure in the fashion world, serving as the lead chairperson of the annual haute couture Met Gala global fashion spectacle in Manhattan since the 1990s. Wintour is praised for her skill in identifying emerging fashion trends, but has been criticised for her reportedly aloof and demanding personality.
Let's move to the next question.
Remaining questions: 4
No one has made it onto the leaderboard yet.
Guess the title of the Wikipedia article.
******* ****** *** is a 2025 Indian Hindi-language sports comedy drama film directed by R. S. Prasanna, and produced by Aamir Khan and Aparna Purohit. It is a spiritual successor to Khan's 2007 film Taare ****** ***, and stars him and Genelia Deshmukh. It is an official remake of the 2018 Spanish film Champions, and follows a suspended basketball coach who must serve community service by helping a team of players with disabilities prepare for a tournament.
stop it and start the quiz with the topic
whoever called it has to .quiz stop
Sitaare Zameen par
@woeful phoenix got the correct answer :tada: 100 points!
Information
Sitaare Zameen Par is a 2025 Indian Hindi-language sports comedy drama film directed by R. S. Prasanna, and produced by Aamir Khan and Aparna Purohit. It is a spiritual successor to Khan's 2007 film Taare Zameen Par, and stars him and Genelia Deshmukh. It is an official remake of the 2018 Spanish film Champions, and follows a suspended basketball coach who must serve community service by helping a team of players with disabilities prepare for a tournament.
Let's move to the next question.
Remaining questions: 3
Guess the title of the Wikipedia article.
***** *** is a 2025 American science fiction action film written and directed by Gerard Johnstone from a story by Johnstone and Akela Cooper. A sequel to ***** (2022), the plot follows ***** being rebuilt to combat a humanoid military robot built using *****'s technology that is attempting an AI takeover.
20s left!
10s left!
robot two
Better luck next time...
Information
M3GAN 2.0 is a 2025 American science fiction action film written and directed by Gerard Johnstone from a story by Johnstone and Akela Cooper. A sequel to M3GAN (2022), the plot follows M3GAN being rebuilt to combat a humanoid military robot built using M3GAN's technology that is attempting an AI takeover.
Let's move to the next question.
Remaining questions: 2
wat
Guess the title of the Wikipedia article.
Matthew Timothy ***** is an English singer-songwriter and record producer who is the lead vocalist and principal songwriter of the pop rock band the 1975. He is recognised for his lyricism, musical eclecticism, provocative onstage persona characterised as performance art, and influence on indie pop music.
20s left!
.wiki the 1975
The 1975
The 1975 are an English pop rock band formed in Wilmslow, Cheshire, in 2002. The band consists of Matty Healy (lead vocals, guitar, primary songwriter)
1975
1975 January February March April May June July August September October November December Wikimedia Commons has media related to 1975. 1975 (MCMLXXV)
healy
10s left!
healy
Matthew Timothy Healy
Better luck next time...
Information
Matthew Timothy Healy is an English singer-songwriter and record producer who is the lead vocalist and principal songwriter of the pop rock band the 1975. He is recognised for his lyricism, musical eclecticism, provocative onstage persona characterised as performance art, and influence on indie pop music.
Let's move to the next question.
Remaining questions: 1
Guess the title of the Wikipedia article.
The **** *** **** **** ******* ******** is scheduled to occur on November 4, ****. The incumbent, Mayor Eric Adams, was elected mayor on the Democratic Party line in 2021 but is seeking re-******** to a second term as an independent. He was indicted on federal corruption charges in September 2024 and has faced calls to resign from office. The Department of Justice ordered prosecutors to drop the charges against Adams in February ****, and the case was dismissed with prejudice in April ****.

20s left!
wha
im gonna commit war crimes after this
2025 New York Mayoral Election
@woeful phoenix got the correct answer :tada: 75 points!
Information
The 2025 New York City mayoral election is scheduled to occur on November 4, 2025. The incumbent, Mayor Eric Adams, was elected mayor on the Democratic Party line in 2021 but is seeking re-election to a second term as an independent. He was indicted on federal corruption charges in September 2024 and has faced calls to resign from office. The Department of Justice ordered prosecutors to drop the charges against Adams in February 2025, and the case was dismissed with prejudice in April 2025.
Remaining questions: 0
The round has ended.
@woeful phoenix Congratulations on winning this quiz game with a grand total of 175 points :tada:
lmao
i was typing that you thief
mods ban raju for keyboard tapping on thuri
the problem with arbitrarily random is that it is arbitrarily random
huh?
like the wikipedia trivia
I should look at how the answer matching algorithm works
- General: Test your general knowledge.
- Retro: Questions related to retro gaming.
- Math: General questions about mathematics ranging from grade 8 to grade 12.
- Science: Put your understanding of science to the test!
- Cs: A large variety of computer science questions.
- Python: Trivia on our amazing language, python!
- Wikipedia: Guess the title of random wikipedia passages.
.src quiz
.quiz C++
- General: Test your general knowledge.
- Retro: Questions related to retro gaming.
- Math: General questions about mathematics ranging from grade 8 to grade 12.
- Science: Put your understanding of science to the test!
- Cs: A large variety of computer science questions.
- Python: Trivia on our amazing language, python!
- Wikipedia: Guess the title of random wikipedia passages.
.quiz Cs
.quiz assembly
Game is already running... do .quiz stop
What is an interpreter capable of interpreting itself called?
.quiz stop
@brittle void, you are not authorised to stop this game :ghost:!
self-hosting
20s left!
recursive
self interpreter
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
huh
In quantum computing, what is the full name of "qubit"?
quantum bit
quantum bit
quantum bit
20s left!
qubit smith
10s left!

Better luck next time...
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
What standard provides the basis for Wi-Fi networks?
IEEE 802.11
@woeful phoenix got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 4
fuck
What is the name of the memory cache that stores recent mappings from virtual memory to physical memory?
20s left!
page table
10s left!
translation lookaside buffer
@woeful phoenix got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 3
Which newline sequence does HTTP use?
Bruh
\r\n
@woeful phoenix got the correct answer :tada: 100 points!
CRLF
Let's move to the next question.
Remaining questions: 2
Which Turing Award winner created a typesetting language based on Tex?
Donald Knuth
yo mama
20s left!
