« first day (197 days earlier)   

00:01
@roganjosh: The people that are most-likely to be able to help you are seasoned programmers and they're used to programs that say "yeah, no, KABOOM!". The stack trace/traceback tells them the problem and exactly
the point is that there is no error in the code and it works correctly. I wrote that the direct ratio of the frequency of numbers and the frequencies of letters in the Russian language does not give a good result. therefore, he asked me to tell him how to match letters with numbers without doing a simple rearrangement and substitution.
Who is "he"?
I'm wrong, because I'm from Russia and I don't know English perfectly. That's why I communicate through a translator.
It's really important that you understand that we don't know the context or anything about a question. It needs to stand on its own
@Роман Сысоев that's fine, we'll work with it :)
I will try make my response easier to translate
I understand you perfectly)
is this a good request?

I'm doing a lab on information security. I can't decrypt the text. I started the work with a literal logical selection:

I assumed that each letter in ascending order is a specific letter in the Russian alphabet.;

the same as in the first version, but in reverse.

Then I used the frequency analysis of each character, but when compared in Excel, the clear text still did not come out. Then I used Python, but nothing worked.

What else can be used to decrypt the text? The text is 100% in Russian and, judging by the number of characters, without the letter E. text with
It certainly gets more to the point but it's also almost certainly AI-generated so that won't work well
00:09
gggg
This is not AI... this is a similar request created on ru.stackoverflow
Well, they may have used AI in generating that. But anyway, that's a much better question than you posted (although it's missing the code that was tried).
I can't see the original question now because you deleted it and I closed the tab. But anyway, you should see how it gets straight to the point without the bootstrap HTML stuff
I'm doing a lab on information security. I can't decrypt the text. I started the work with a literal logical selection:

I assumed that each letter in ascending order is a specific letter in the Russian alphabet.;

the same as in the first version, but in reverse.

Then I used the frequency analysis of each character, but when compared in Excel, the clear text still did not come out. Then I used Python, but nothing worked.

What else can be used to decrypt the text? The text is 100% in Russian and, judging by the number of characters, without the letter E. text without spaces and punctuatio
Why did that question's answers not answer your question?
What does this have to do with anything?
// Reset button
$("#reset-btn").click(function() {
$(".substitution-input").val('');
applySubstitutions();
});
here is a link to this question that I was talking about: ru.stackoverflow.com/questions/1611509/…
00:17
@Роман Сысоев Do you see the difference between that question and yours?
@roganjosh because I spent a lot of time trying to decipher at least one word, and everything led to failures. that's why I turned to the forum to get someone to help. I saw that some people
@roganjosh It's just that this question was approved by the forum.
@Роман Сысоев Ok, then I can't help you any more than what I have already said, sorry
Can I find Python tools for Facebook or Instagram here?
@Роман Сысоев It's not a forum and questions aren't approved (unless you go through the recent staging grounds feature). They get voted on by the community
Is there a filter/category for Bible?
Is there a category for New Testament?
01:29
I've been waiting 10 minutes for a response; should I wait longer OR have I been ghosted?
01:50
@John Dent Welcome to the Stack Overflow Lobby. We're all fellow site users so there's no expected amount of time for anyone to respond. Stack Overflow is a site about programming, but the wider Stack Exchange network has sites with those topics
Biblical Hermeneutics and Christianity are probably the sites you're looking for. They have different topics and focuses.
02:12
hello everyone
02:42
hi chat
 
1 hour later…
03:50
please can anyone tell me how can i earn reputation? in this platform
i want to join another room but it needed 20 reputation
04:28
Dear kindly tell me.
hey everyone, can anyone tell me why the linkedList class in java doesn't have an enqueue and dequeue method?
04:45
@jia badar you get reputation by getting upvotes on your posts or your answers to other peoples' posts
@user31907212 thank you so much for guidance. Thanks alot
 
1 hour later…
06:15
labas
hello friends
06:49
hi
07:09
hi
Hey! I’m Yashika Soni, a MERN-stack dev who vibes with clean UI, smooth APIs, and solving problems that actually matter. Always down for building cool stuff at hackathons.
any one working at Laravel i have one doubt middleware
What doubt you have in middleware? i can help you .
Hi, I am David Ans, Software developer building solutions for opensource and otherwise, recently built a solution to automatically resolve peer dependency conflict with legacy peer deps.
07:23
hi
07:46
error ng0908
help me
@user31964995 Sure. See this for help: How to Ask.
 
1 hour later…
09:37
hello, im new
hello
how can you help?
09:54
We have no idea unless you tell us what you need help with
hi
can anyone know about the aws- waf- token . can we use this in Jmeter . they have impltemted in real browser
10:09
Discord flavored Stack Overflow
Not on my 2025 bingo card
10:22
when i try to install pygame it says the wheels did not isnstall properly - what do i do?
in python on macos
@Vladimir luyer stop the engine, call a mechanic, get them to fix the wheel installation /jk
@terminatedNULL technically, SO chat has existed for a long time. it's just this special (without a reputation/privilege bar) room that's relatively new
10:42
how the programming is related to stackoverflow
hello guys! I made a bootsector OS and i just added the command to run programs. For some reason when I run the first program and run the second one it like infects the first program. when i run the first program again it runs the second. Can anyone help? Here's the code: [org 0x7c00]
mov ax, 0
mov es, ax
PROG_LOC equ 0x0500
mainloop:
mov si, prompt
call print

mov di, buffer
call get_string

cmp byte [buffer], 0
je mainloop

call is_exec
jc .exec

mov di, cmd_help ; The code for calling the help command
yooo
hi
i love use rust
@Vladimir luyer What did it say? It won't just say "nope, wheels didn't work"
10:56
^ It probably gave you an error message regarding what happened while installing the particular wheel. Without the exact error message you question isn't answerable
11:11
hi
I'm not sure how, but you're welcome?
Opinion poll time: I have a DB table tracking orders and their status codes (let's say there could be 10 different status codes). Some of those codes could be considered "complete". Do I have a single table tracking orders and have an "is_complete" Bool column that is indexed, or do I move those orders out of the main table into a different "historical" orders table?
My feeling is that it should be a single table since my "is_complete" criteria could change at any time if I add more status codes, but that's not how I've seen it set up in other places in the past. Now I'm confused about why they decided to move "complete" orders out of the main table. Perhaps indexing on a bool column isn't very efficient so it's better just to not have them in a table scan at all?
12:27
hi
12:59
Fun fact - Room Owners can still see deleted messages. Bye now.
Member for 2 minutes... :/
Maximum efficiency in spreading the love
13:15
hi
my wp-admin is not working
can anyone help me
my error-log file is showing following error
[29-Nov-2025 13:12:35 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home2/dernibw8/bumps.alvarowebsites.in/index.php:1) in /home2/dernibw8/bumps.alvarowebsites.in/wp-includes/rest-api/class-wp-rest-server.php on line 1920
what is the solution
Bro I said hi
13:16
good
@مصطفى على Bro they don't have to reply to you. They had their own question
Bro ur error for c# or c++
No, Bro, it's PHP. It's in their question
Oh .sorry I am web dev.
Front end
Right, so let's settle down a bit, hey?
13:18
What
Ok I will go see u bro
Ok bro
@roganjosh U have chat got or copilot
Oh , r u have discord
@مصطفى على If you are asking for them to move the conversation to Discord, that isn't allowed.
13:21
@Thom A I wanna friends that they will teach me programming and iam teacher with 3 years experience so If u wanna learn front end u must come with me
For u know
I literally said that is not allowed, @مصطفىعلى .
I will send it in private bye
@مصطفى على There's no private chats here either.
I do it already
Lol
I can send it because I have all user in email
Ok I will send it for u
@مصطفى على You don't have people's email addresses either... That's PII and not accessible to users.
13:25
@Thom A I sent it
R u received it
Look at ur 3mail
Email
I will go
Unsurprisingly, no, because you don't know what my email address is. I suggest you stop what I would suggest is troll like behaviour.
hello world
13:51
e
e
anyone need code help? :)
hi guys, i have question regarding WPF inside WinForms (Hybrid): Has anyone encountered a ShowDialog() deadlock where the window opens blank/white? It seems like a Dispatcher starvation issue. The visual tree exists (I can click invisible buttons), but WM_PAINT is ignored. RenderMode.SoftwareOnly didn't help. I'm looking for a way to force-flush the render queue in a mixed environment
maybe resize window after init or use ContentRendered event? idk
i can describe more, but i cant in this chat
a lot of text
brb
anyone here experienced with pygame? i know python, but I'm having trouble getting started. =d
imma switch rooms lol
nvm xd
anyone here experienced with pygame? i know python, but I'm having trouble getting started. =d
14:11
There is only 1 other room you can post in and it would just be moved anyway because it's off-topic there
ik
@Nilky You don't need to repeat yourself
ok =d
@roganjosh You just said that; you don't need to repeat yourself so quickly afterwards, especially when your prior message is still very much visible.
GOT IT >:(
14:13
@Thom A ouchie :P Maybe a mistag?
my reputation is, like, -1
@roganjosh Yeah, I think a message came in as I tapped.
@Nilky It can't be -1, it's impossible to go below 1. :)
I don't know pygame but I know python and I have hand-wavey knowledge of pygame. I do know that there are tutorials so it's not clear what you want from us. Do you have a specific issue?
Another happy customer
That's not appropriate language here @Nilky . You can ask questions here, but be respectful. Remember this is a chat room; activity eba and flows. People who are here may not be able to answer your question. If you want a lasting question, then ask a well asked question on the main site; make sure you provide all the details about your problem. An MRE would likely be very helpful.
i hate that in html/js, there's only one way to download, and it's with <a> elements. that's gross; is there a way to download otherwise?
14:26
@Nilky Why is that gross? A download is pretty much a separate HTTP request you're going to get the user to make, anchors seem like a pretty sensible way to do that.
but js has to force the click and hide the element, and i like it to be simple, like a function.
oh, for context, i mean in js, not by a controlled click on a link from the actual user.
not nodejs, browser js. XD
From a security perspective it makes sense that there aren't multiple ways for browsers to download files to the users device. Creating an anchor dynamically and clicking it satisfies whatever requirements with JavaScript there might be.
weird, and complex.
i get it :|
Does anyone knows Angular here.
14:51
Merhaba
hey guys
does anyone know what exactly is boilerplate code?
15:08
@Ankita Giroti I know Angular. What can I do for you?
@Navanieeth TS There is no "exact" definition, I'm afraid
does anyone incounter the push notifications integration problem at base44 platforom?
15:24
Does anyone has experience in full-stack?
@komalpreet singh Note that recruiting is also not allowed, if that is your goal.
Okay 👍 it’s not about that.
Have a nice day folks

« first day (197 days earlier)