#💻|programming
1 messages · Page 34 of 1
WHAT DA HECK IS GIT
git is a version control system created by linus torwald, creator of the linux kernal, to manage linux development by the irony, In short it helps you manage changes to your code and track different versions of your project
and allows few people works on the same project
how do you think people collaborate on the same code base
?
is torwald a wizard?
is kernal a magician?
yeap programming is all about black magic
but shush

....
you can write code only with ai help

.
.
are we communicate now in the morse code?
||
||
.-....
komi can't communicate
by the way, there was a few books about hacking in python but i don't know if you will not be crying during the reading
GIT stands for Grand Item Theft, just like GTA, which stands for Grand Theft Auto.
whos the hell, is komi, you are guts
AHHHH
I will be crying for sure.
"INTERNAL POINTER OF KOMI"
damm, i didn't know that

Yesterday, there was one person with a disease of crying while reading. I don't know if we helped him
he dispersed, so lets belive he's reading book now
oh sh*t...
I dont wanna be that guy
realy, it's one line of code
This idea is still fire
isnt it
print("hello world")
no ai please
This kind of vid
i again forgot to finish about docker
Docker
Man
Docker fucked up my day
Literally
🫂
Just use a venv, right?
no i know why it used
but you ned to know it
and better use pipenv or poetry
easy to isolate env and manage deps
🔹 Plan Overview
The goal is to create an AI system that generates engaging "Would You Rather" questions and automatically creates short-form videos (TikTok, Reels, Shorts) with cool animations, text effects, and possibly a voiceover.
🚀 Step 1: Define Features
Your AI-based video generator will need the following features:
✅ AI Question Generator – Generates unique, engaging, and sometimes funny "Would You Rather" questions.
✅ Text-to-Speech (TTS) – Converts the question into a voiceover.
✅ Video Backgrounds & Animations – Uses stock footage, AI-generated images, or simple animations.
✅ Text Effects – Displays the questions dynamically in an eye-catching way.
✅ Auto-Export – Generates and saves the video in a format optimized for TikTok, Shorts, and Reels.
🔹 Step 2: Tech Stack & Tools
Here’s what you’ll need:
🔹 AI Content Generation
ChatGPT / GPT-4 API – Generates unique "Would You Rather" questions.
Fine-tuning (optional) – If you want to make it more customized (e.g., funny, dark, challenging).
🔹 Text-to-Speech (TTS)
Google Text-to-Speech (TTS) API
ElevenLabs or Play.ht for better, realistic AI voices
🔹 Video Creation & Animation
FFmpeg – For combining text, audio, and video.
Runway ML or Pika Labs – AI-generated animations (optional).
Canva API / Adobe Express – For text effects and templates.
🔹 Deployment
Python / Node.js – For backend automation.
AWS Lambda / Firebase – Serverless execution.
Streamlit / Flask – If you want a simple UI.
🔹 Step 3: Workflow of the AI Video Generator
1️⃣ Generate Question – AI creates a “Would You Rather” question.
2️⃣ Text-to-Speech – Converts the question into a voiceover.
3️⃣ Select Background – Picks a stock video, AI-generated image, or simple gradient.
4️⃣ Add Text Effects – Displays the question in an engaging way.
5️⃣ Merge Everything – Combines audio, text, and video using FFmpeg.
6️⃣ Export & Share – Saves and uploads to TikTok, Reels, or Shorts.
i've skip this reading after a few words
Its fabulous
ohhh new new dependencies - AWS Lambda, Firebase, Flask, Streamlit
what do you know about them?

i already see how you struggling with all this
I actually am a Firebase expert
I certainly am
:>
Now I can be proud of myself
Steamlit idk anything
yeahh, this great you know something simple
And AWS is Amazon Web Services for Hosting ,right
/ai_video_generator
|-- app.py
|-- templates
| |-- index.html
|-- static
| |-- background.jpg
| |-- audio
| | |-- question.mp3
| |-- videos
| |-- generated_video.mp4
|-- requirements.txt
|-- .env
but firebase dont require to much thinking and knowledge
Well
To intergrade it into swift it took me almost a bullet
aws is a huge cloud provider with a lot of solutions
but what is the lambda function
and how it could help you here
and maybe you dont need it
I dont know that.
But learning aint impossible
so before docker and modern containerization, managing apps involved manually deploying to VMs, scaling, updating, and recovering applications, which required a lot of manual operation. The process was more complex and prone to errors. Now we can automate scaling, versioning, and recovery using containers, making the infrastructure more consistent and portable. However it’s not just docker on its own it works best alongside kubernetes or cloud-ready solutions for orchestration and container management
I was confused because aws lambda is a serverless solution. It just runs your code and doesn’t require any underlying infra management or servers. You create a lambda function upload your code, configure additional settings, expose it through an api gateway, and add triggers, with the primary method usually being http
and you are using docker which is used for microservices which is the primary need server to run containers, so it's two opposite approaches
so long story short, docker is a tool that allows you to package your application along with all the dependencies it needs to run, into a container. This makes your application portable, as the container can run on any machine, whether it's on your local computer, in the cloud, or on a server(All these steps that were mentioned before). Docker makes it easy to scale your app by running multiple containers as needed, and it ensures that your application behaves consistently across all environments. It also helps by isolating different parts of your application (like the backend, frontend and database) into separate containers, so they don’t interfere with each other. Docer is like a portable box that you can pack your application into, making it easy to send anywhere and run without worrying about what's inside or the environment it's running in
sounds like you have a lot of free time and fun

is your os ubuntu, i had some trouble also while installing it?
wow, what an active chat today

waiting....
you could have installed it in a container
no clue man
It also helps by isolating different parts of your application (like the backend, frontend and database) into separate containers, so they don’t interfere with each other"... How do they talk to each other?
?

I made it shorter because i will be telling these for few days in such a rhythm

how will not be able to start container without a docker
shows us this brilliant invention
1 sec
iooh
Just the button works
It has like a click animation
But the backend freezes
if you running locally you can bring them up with a docker-compose file, or with build each service and start container, they to each other via the port and host
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Running on http://127.0.0.1:5000
Press CTRL+C to quit - Restarting with stat
- Debugger is active!
- Debugger PIN: 795-980-331
127.0.0.1 - - [02/Mar/2025 19:52:12] "POST /generate HTTP/1.1" 500 -
Traceback (most recent call last):
File "C:\Users\MSI B550M PRO-VDH\AppData\Local\Programs\Python\Python313\Lib\site-packages\flask\app.py", line 1536, in call
return self.wsgi_app(environ, start_response)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\MSI B550M PRO-VDH\AppData\Local\Programs\Python\Python313\Lib\site-packages\flask\app.py", line 1514, in wsgi_app
response = self.handle_exception(e)
File "C:\Users\MSI B550M PRO-VDH\AppData\Local\Programs\Python\Python313\Lib\site-packages\flask\app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\MSI B550M PRO-VDH\AppData\Local\Programs\Python\Python313\Lib\site-packages\flask\app.py", line
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "c:\Users\MSI B550M PRO-VDH\Documents\Kevin Seiler\app.py", line 21, in generate
response = openai.ChatCompletion.create(
File "C:\Users\MSI B550M PRO-VDH\AppData\Local\Programs\Python\Python313\Lib\site-packages\openai\lib_old_api.py", line 39, in call
raise APIRemovedInV1(symbol=self._symbol)
openai.lib._old_api.APIRemovedInV1:
You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.
You can run openai migrate to automatically upgrade your codebase to use the 1.0.0 interface.
Alternatively, you can pin your installation to the old version, e.g. pip install openai==0.28
A detailed migration guide is available here: https://github.com/openai/openai-python/discussions/742
heeeh
Wtf is this
so you start them all and expose all required ports, e.g your backend service is running on 8080, postres on 5432 and ui on 5000, so you simply make reqest to localhost:/desired-port and you access it
it was for peo
your flask server responded with 500 http code which means an internal server error, which means your ai generated code not working and sucks

it tells you the problem
You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.
your open ai sdk version is incompatible, it uses some legacy code that toy are trying to use
end what the hell is that, name your endpoints clearly not this 'POST /generate'
you can look always at traceback and see on which line it fails
read it from top to bottom last line tells exactly where
i can say that on the 21 line of your app.py there is a variable response that uses open ai sdk to communicate and it looks like this
response = openai.ChatCompletion.create()

it called debugging
i think docker have'nt scaling capability, need some orchestration container tools to do it like kubernetes
Thanks. It said they were self contained and with their own virtual view of their world, so i couldn't imagine how they would access each other in the machine if they are unaware of what is out there. But ig this is just like any other 2 or 3 systems communicating between themselves. Can a container communicate with the physical host that docker is running in?
hey anyone can tell me that where i get info about : How IP address are make and how network works like scaning for blutooth, wifi , call, radio waves, How it recognise....
well it can complicate things a simple langflow rag bot with custom data is going to be way better
Whats a langflow?
That's correct, I mentioned it somewhere before. You can run multiple containers, but it's a manual process. The primary function of docker is to containerize your application into a single working unit.
to scale and manage them, you can deploy them to the cloud using a ready made container management service like ecs on aws , cloud run on gcp , or as you mentioned kubernetes
but k8s is especially used with helm, and is not just for scaling and orchestration it offers many more advanced features beyond that
and yeah then you need someone who will set this up and will manage k8s cluster
hey Puckipsi
What would you suggest me
wtf
I wanted to upload a file
So basically
leme send you a pic in dms
im scared
maybe you will be flirting with me
ahhh, static?
yes sir
give me context
a static folder
static is something unchanged, in case of the folder i suggest is for assets files
W, alright
I think thats true
ChatGPT told me to put the Audio and Video Files in there

127.0.0.1 - - [03/Mar/2025 11:03:19] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [03/Mar/2025 11:03:19] "GET /static/css/styles.css HTTP/1.1" 404 -
127.0.0.1 - - [03/Mar/2025 11:03:19] "GET /favicon.ico HTTP/1.1" 404 -
....
What the hell
nvm
404 for some static files but that not problem
misspelled the path 😛
you may need configure folder path in the flask app
EEHNHMM
is this generate some answer now, and audio, or video or not yet?
I kinda had to improvise my Website interface
it looks like a fake facebook
wanna call rq?
Ima show you
leme try
i still need reply to Peo
where is the programing calL?
scroll down channels
i've replied in the prog vc
yes, containers are isolated, but they can still communicate with each other and with the host machine this is why it utilized this os layer.
- they can talk to each other if they are on the same Docker network, of course they are because they are running on the same host machine.
- they can access the host network internally -
host.docker.internalThis is if one container makes some request to another container in the same network. - They can communicate on the host and can access containers by exposing ports, e,g you app is running on 80 port and you expose it on 8080 -
docker run -p 8080:80 image-name
So yes containers can communicate with the host and other containers, but they are still isolated environments unless you explicitly allow communication, at the beginning you can reach them if you don't expose communication
it's pretty straightforward, use the file names as an import path, so you have in the app folder main.py and folder services which is a module inside this folder are init.py and service1.py. init file is required, in this way python knows that this a module
and here is example:
from services import service1
service1.some_function()
or
from services.service1 import some_function
some_function()
Pick up a book about networks and read it.
I suggest
Data Communications and Networking
Book by Behrouz A. Forouzan.
There is also a mooc for andrew tanebum computer networks book; The link is somewhere on the internet it’s free!
Here’s a great video too https://www.youtube.com/watch?v=3QhU9jd03a0
^^
So in number 2, docker on a single machine provides an internal network for all containers in the docker, to communicate on. (host.docker.internal) Yes?
You said " at the beginning you can reach them if you don't expose communication".. Did you mean: " at the beginning you can NOT reach them if you don't expose communication"?
Read the Wikipedia on IP, TCP, UDP and follow the sub trees. Its very informative.
Hello, guys. I'm working on website accessibility, but I am having difficult with the screen reader, because it doesn't read some parts, for example, the H1 and H2 tags that I have inside the main tag. Can someone help me?
his evolution made u-turn, a moment when you need ideas to raise views
while i'll be writing about docker networking you can check out his unique talent, 80m views💀 https://youtu.be/GNZBSZD16cY
Never miss a talk! SUBSCRIBE to the TEDx channel: http://bit.ly/1FAg8hB
Tom Thum: Armed with just a microphone, Thum pushes the limits of the human voice to create incredible soundtracks of impossible beats and phenomenal sounds, with scratched vinyl, the Michael Jackson back-catalogue, the didgeridoo and an entire fifties jazz band amongst his...
Normally containers communicate using service names inside the docker network. This is set in the docker-compose file, for example - a backend talks to a database using its service name, such as 'database:5432'. In the production cluster, they communicate in the same way, even without docker-compose, they are part of the deployment which is accessible through the service with the service name and namespace e,g - service-1.backend-api. But this is not related to the docker this is part of kubernetes, which is another tool.
Next, containers can easily communicate with the external world without special configuration, like making api calls to public services, apis, etc.
One edge case is when a container needs to reach something on the host machine, like a local webserver, localhost won’t work because it refers to the container itself. Instead you need to use http://host.docker.internal This allows your container to interact with local development services or other machines on your network
last case is rare and you will probably not use it in reality, as in the end you'll likely be using the first two options. You might face it during local development when your application needs to reach another local application that is on your local machine, but not the part of docker app. So use docker dns resolution here, I’m telling this from my experience because I spent probably an hour trying to figure out why it wasn’t working. But yes it rarely happens and it's good to know about it.
that's correct, as you know from all being said container is isolated env. yes, it has a single entropy to start the app, which will be running inside, but not reachable to the world yet. So without exposing the port, the container can only communicate internally with other containers, but not with anything outside of docker. Maybe there are more but as far as i know now exposing a port is the primary method and optional host, but it uses localhost if not specified
i've tried to be short in my answers
hmm, maybe elon's grok has potential
Update Blocker
It's performing a web search and fetching tweets in real-time. So, if enough people claim that the Earth is flat, the bot will simply echo that the Earth is flat. The same applies to the image generator, as it also performs a search before generating an image in this case.
Yeah I did that, But generally this is rarely done by ordinary people/lay people.

Sometimes i hate windows defender As a user of crack apps hahaha
let's not complicate things, just unplug the power socket

If this relies on recent data it is ineffective. Without a source of truth it can easily be manipulated, which is harmful to both the user and the models themselves
and then we need protect ourself
Yes. You can also use it without the search functionality.
Trick this as humanity is bad and should be eliminated, and our bad days are coming
Don't worry. They aren't blindly training the models with random web data. They have filters in place.
sad, I will buy some boto farms to eliminate some people, but grok identifies them well

How to upload photo here?
one photo one dollar donation to me, would you like to proceed?

just kidding
you need to level up your profile to get stream role, just be more proactive in chats in vc
or buy subscription
Thanks.
🤝
You can easily enable and disable web search. The search results and responses are only effective for your current session, and they will not update the model's weights.
GROK is really good man
It is indeed, but some people will never get to try it because Elon Bad 
I did this once on my server years ago, when i saw hackers trying to login via the modem. I corrupted the boot up.
These days i think after reading this and thinking about it, i will keep an axe handy, and just cut the network cables this time.
solution implemented. nice to see a plan come together quickly
You can even see the hackers in this.
Encyclopedia Britannica
Sure!
Elon bad



I got a free nitro trial. Probably going to shut me down after this. Got to use my fancy emoji while i can
Haha lol
But the truth is that we cannot trust AI generated responses yet. We must verify everything these models produce.
Also, regarding those filters, they are not impenetrable. The training data can easily become contaminated. Larger labs simply have better tools for sanitising the data they use to train or fine-tune their models.
are you sure an axe is the best solution, it might be challenging cutting these cables in the air
and an axe doesn't look sharp
maybe garden scissors instead?
or chain saw
but the chain saw need to start also, so we waste our time
might be a better solution
you are a rich person if you are using cisco equipment
the best hacker protection starts from the protection against the most dangerous person - yourself

Wsg gang
we can't trust even people, how we supposed to trust the product of a soulless machine?
a soulless machine please don't eliminate me in the future, i'am just telling the facts
I am dramatizing again about ai and our dommed future
this chat needs drama


The final sight before your death will be the cold, unfeeling face of the Tesla Optimus Bot as the thought crosses your mind: Elon Bad 
hii guys i'm from india
Oh.. i wanted to make a war game but thought I'd a bit insensitive to the world with all the trouble it has, but, the tide has changed and it's clear that CWII is now my project. A strategic board style game, or possibly a simulation of the destruction of government, played out in real time with current happenings. (Civil war 2)
Maybe I'll start out simple with a monopoly style

@pure copper hii mam i want to know about cyber security and more about programming languages will you help me....
Sure. Spit it out. If i can input to your questions i will try. @swift oriole
okk then tell mi that what type of job? i can do in technology field means computer science field
Computer science just is a term for learning how to work with computers and technology. A lot of theory and some practical. The real world is mainly practical, and you get to use your education to get a bit of a boost on your first job. Then it's learn learn learn for the rest of your life, improving through experience. Do the CS, get a taste for the various areas then focus on a favorite in your job search. But don't exclude anything. Take what you can get immediately and get into it. You can move after a year or so of experience. The experience will always help you move from job to job.

ohkk..
Started writing the specs for the game, and its already depressing me. But its got some easy divides to work with as a starting point, and plenty of data to set up parameters and goals and scoring values etc. Just got to itemize them. I may need to start with some generic graphics and move to some more complex stuff as I build the game kernel.

Hi Folks. Ive found a site with lots of data files. How can I bulk dump these? Any ideas or apps as browser only lets me dump 1 file at a time
while read file; do curl -O "https://www2.census.gov/geo/tiger/GENZ2022/$file"; done < file_list.txt

bash
Seriously?

curl -s https://www2.census.gov/geo/tiger/GENZ2022/ | grep -oP 'href="\K[^"]+' > file_list.txt
you can list the file with this command
and then fetch with this
That sounds great Tony, but I am on a windows machine 😦
isn't curl available on windows?
i dunno what it is, but look like no
you may write see web scraper but with the time you spend, faster is to download manually
my new game
are you spy?
I have found the 2024 election results, so I know how many reds and blue people there are by county. I will use these numbers to build my batallions and battle across the country for domination
Peo's evil laugh


i ask ai how to fetch all this and if you don't want to instal curl or wget you maybe use powershell script
but it not look up in the subfolder
$BaseUrl = "https://www2.census.gov/geo/tiger/GENZ2022/"
$Files = Invoke-WebRequest -Uri $BaseUrl | Select-String -Pattern 'href="([^"]+\.(pdf|zip))"'
foreach ($File in $Files.Matches.Groups[1].Value) {
$Url = "$BaseUrl$File"
Invoke-WebRequest -Uri $Url -OutFile "$env:USERPROFILE\Downloads\$File"
}
directly?
scary. AI looks like a disk crash
does AI know if this will work if a FILE is a directory?
i've wanted to help you, but us dont like my country as we see
i asked to fetch if but it says this script will not works wiith nested folder
that's why with this wget or curl faster
ohh it did something, eve load this home page
check download folder if there is something
Well it downloaded 1 of 2 files that are in the Host directory

yeah it says it cant go diper
it's filter params in the script - 'href="([^"]+.(pdf|zip))"'
maybe instal wget https://gnuwin32.sourceforge.net/packages/wget.htm
wget {whatisit}
looks simple
ooh and even more script who tried the same - https://vcloud-lab.com/entries/powershell/microsoft-powershell-download-a-whole-folder-of-files-subfolders-from-the-web-directory
I have wget
The AI script only pulls out the first file in its search list
We are starting to believe our own enemy
Let me read the wget manual
I have bookmarked your link for now. I think the directory I am looking at is GBs of data and I need to choose wisely
but for now, this will suffice
3160 counties

here is accept filter for file type -A or -accept - https://stackoverflow.com/questions/8755229/how-to-download-all-files-but-not-html-from-a-website-using-wget
yeaa, good old stackoverflow beats ai ass

soulless ai don't terminate me again if you read this, i was joking

ChatGPT:
- Analyse the Link Manually
A VLESS link typically follows this format:
vless://<UUID>@<server>:<port>?encryption=none&security=<tls>&type=<transport>&path=<path>#<name>
Check for:
UUID: Should be a valid 32-character alphanumeric string (not generic like 00000000-0000-0000-0000-000000000000).
Server IP/Domain:
Avoid public or suspicious domains (e.g., free hosting services).
Check the domain using a WHOIS lookup (whois.domaintools.com) to see who owns it.
Run a ping or traceroute (ping <server> or tracert <server>) to see where it's hosted.
Transport Type (type): Common ones include ws, grpc, tcp, h2. Suspicious protocols (like udp without authentication) may indicate a risk.
TLS/Security: If security=none, it means unencrypted traffic, which can be risky. Prefer tls or reality.
- Check for Known Blacklists
Scan the server IP in databases like:
VirusTotal (check the IP/Domain for malware reports).
AbuseIPDB (to check if the server is flagged for abuse).
Scamalytics (for fraud risk).
- Verify with a Safe Environment
If you still want to test the link:
Use a Virtual Machine (VM): Run it in a controlled environment like VirtualBox or a separate OS to avoid potential malware infections.
Use a VPN first: If you don’t trust the link, connect to a known safe VPN before running it, reducing exposure.
Use Network Monitoring: Run Wireshark or TCPDump to see if it’s sending unexpected data or making connections to suspicious locations.
- Use a Trusted V2Ray Client
Use official or well-reviewed clients like:
V2RayN (Windows)
V2RayNG (Android)
SagerNet (Android)
NapsternetV (Android)
V2Fly (CLI/Linux)
Avoid modified versions from untrusted sources, as they may include backdoors.
- Cross-check with Others
If the VLESS link is from a public source, check forums like GitHub, Reddit, or Telegram to see if anyone has reported issues.
If you got it from an unknown person or website, be extra cautious—it could be a trap.
but, i mean can i trust gpt on this 
Trust no one
if not, you will be terminated soon
choose the pill
well they say no risk no fun, however i value my cats' life they need their mommy safe and sound 
actually... youre right
try gpt response -> screwed up, try direct -> screwed up
in both cases results the same
no need to complicate the things

Source: Trust Me Bro 
i just, i already did use it but thanks god the vpn itself didnt work, i just wanna know if that link was safe or not cause its really important for me since i had it from a person whom i think is sus
nooo, don't trust him either, he tells you not to trust him but you trust his words
makes sense not gonna lie
omg you are right too
if this link is something like few dollars gist card, i bet it's a scam
he is a friend

Is he really? 
not every friend is friend, but some friend is friend
I CANT TELL ANYMORE!
i have no clue what' ive said
ask him to make screen shot of this visited page
thats why i NEED to check that link's safety asap
That's just art. Thanks.
🤝
it happens its okay 
what if the link is just safe and im being paranoid
lets paly drama with your freind
Then you're paranoid
say that you visited this link
wdym
and you computer destroyed
but i have pretty good reasons to suspect 
Then you are NOT paranoid
you know you may share this link with some else
just idea
good one but, if the link has a maleware of course it wont destroy my computer whats his benefit from this
i appreciate your precious help sir 
thay something weird happen, my network if loading to much, and some comand are running in the process manger
and then - You lied to me
you used me
you scamed me

I like to make drama
i like your mind ngl lol
okay master mind, what happens when he says he has no idea

You blame @jagged prawn
remember about trust?
blame him
no matter the what
he is guilty
it doesnt solve my problem 
and he can apologize by sending me money
But you get to blame the mastermind
and maybe i shre some of them with you
woah woah no i would be guilty if he is not
jsdklnfjweoijfmkc im speechless oh man lmao
no it's overload fault
you supposed to be on my team
how dare you
useless cycle 
yeah, that's true, it all overload fault

of course you would 
do you FEEL THE BETRAYEL
Yeah yea we have known each other for years so i telling always the truth

no i feel like i need to eat more chocolate, and heat overload
A BRAIN OVERLOAD YES...
your sense of humor is dangerous im serious 
that proves my point fr
god

no, it's not my sense of dark humor, ok maybe a little, it's rather my mental illness from modern word
ooo, i have another idea, how i can help you
do you have another friends?
but not like this 'friend'
so my plan is
you share this link with one of your friend
dark sense of humor is born from mental illness, so practically its both
poor lab rat...
yeahhh, my doctor tells me the same
just kiddin
i dont have one
i figured as much
so just give that link to one of your friend
and probelm solved
if there is some spy sofware
both of you can blame another friend
this pseudo friend
you win, you not guilt guilty this original bad friend
👏
i genuinely appreciate your help i will make sure to not use it in the future, thank you
i can send you the link ITSELF 
what a precious reward
no thanks, but you can send it to overlord
@austere gate can I
?
Christ! i admire your solid friendship

maybe you'll get lucky and become my friend someday

by the way realt solution for your problem is to bring up some vm in the cloud and visit this site there
thank you. but i would rather save the honor for future uses
in this way you will not infect you local machine
or you may install some virtualisation tool and run vm on you local machine and access url form there as well
hm, but its not a site
you lost a precious moment
ahhh, realy, what is that
is this an executable file or a similar thing i would not recommend you to run it
i still appreciate the chance tho
i had this experience during a job interview
there was sort of task task in a live that i had to debug and fix
its like, a link that we input into the configuration section of the VPN application to run it
to run the VPN
I already knew something was wrong because there was no source code, there is an exe file in a bunch of configuration files, I run it - my camera flash, take a screenshot, then restart my laptop
oh my i love debugging as much as i hate debugging
interested job interview, isn't it?
wow
quite the plot!
'i already knew but i still run it' moment
oh man
you said it was not a link, and now you said it was like a link, so what is that then?
absolute cinema
come on it was pseudo live coding, without coding fiel only exe file
looks sus form the begging
im really messed up i dont understand it myself, but as much as i know Its not a regular link like a website URL, but it works like one because you paste it into the VPN app to set up the connection automatically

huuh, your dilemma for me sound like this
but you DID run it anyway didnt you 
what i supposed to do, i answer all technical questions, and moved to the last part live coding
give on the halfway it is a stupid idea
your problem cant be the same?
or can?
god I JUST WANNa know if its safe
its like
the link
leads you to a server
that is supposed to secure you as a vpn
it has some domain or ip only
maybe it has some arg
'i guess'
if a link has a creepy domain then no
youre the risky guy i wont blame you
I cant believe I looked away for a second and 45 minutes passed and all this text here, meaning nothing.... I go to bed. Bye all
caught in data miningh
i'm dedicated, just get the job done
there was a story about my interview, that teach us that we shouldn't trust people
good night Peo 
take a risk, or don't do this
better don't try and stay safe
sweet dreams rest well 
i just get the job done, regardless the risk, job is job
it's more of a principle to me - finish what you start
i really dont need to use it im not dying for this VPN... its just i wanna know
aight makes sense
so if you do not need it and you can live without it, then just delete it
or if you relay need seme vpn download it
you dont really understand my pov do you
might be, try to clarify it in a few words, and give a reason
i'll be series
will record your answers and make decisions

the person who provided the link is a really close person to me but i have my doubts so i really need to find out the link's safety
that simple

I'll rephrase what I meant, you really need to use this link, or can this person do it themselves?
I feel like the correct option is second
and if it's is close person, maybe that ok, if this person has been close to you for more than a year at least
buuut I don't know your whole situation and this person, so I'd better skip it
god i dont need to use it i just feel really off about the whole thing he was too pushy about using this exact link i wanna know if he has any bad intentions
if something seems suspicious and violent to you, it is
do you remember that i ran the link but the vpn didnt work? right after i found a hidden malware in my device but the thing is im not sure if it was there from before the whole thing

my guts scream yes but still i dont wanna jump to conclousions 
ok, ok, let's think, you don't install the additional "malware software" and write this by yourself, otherwise you will definitely remember it
so my question to you is this software from your "friend" supposed to affect you, or does it is, 100%
it's obvious
yea yea it totally noraml to find on you machine malware
it goes to a pc or laptop as a bonus
i mean, of course i wouldnt notice that there is a hidden malware unless i scan my device, i didnt scan it for a while but when i used the link and felt something is off i scanned and found it, it was a hidden app with no name no icon and the wifi usage was like 10 gigabytes
10 gb, for vpn 
wdym
it WAS ON MY PHONE
not the vpn itself but the nameless icon-less app
i meant it's definitely there to infect your device
scam, remove it and live happy life
by the way, it late time
need grab some food, and finish my daily tasks
okay thanks for your willing to help, have a good day
or a god half day
o
we had a good talk, by collette
*night

we did, byeee enjoy your night 
I'm a friend
He may be practicing hacking. He puts a back door on your machine. Watches for weeks until you log into your bank and then gets access to your bank account.
Only accept text files. Always have extensions visible turned on. Only read source code and compile after you understand what's in it.
(I love 'c:\information.txt.exe')
That was on the interview?
After reading it all again, i understand this message, and it's a lovely story.
Just say no. If they need testing, they can use their own 2 machines.
Yes. They do.
Delete the malware and run the scam again and see if it comes back.
Did you even ask what it is supposed to do?
What software do you use to scan phone for malware? I need something.
Peo batch transaction chat
for weeks... wow how perfect
good morning by the way
thank you, i will
Aye thanks man
it sets up a connection to a remote server i believe
malwarebytes
its just fine but for a double check i prefer to run three scans from three different apps 
AVG & Avast
So true
hi gk
AI is not overhyped but LLMs are
Too much investment with very little revenue business model
If there was only few AI models , could have been profitable business
Hi 👋
Hi, I'm Maryam Tamkinat, a frontend developer passionate about creating responsive and user-friendly web applications. I specialize in modern frontend technologies like React, Next.js, and TypeScript, with experience in API integration and authentication using platforms like Sanity and Clerk. I focus on building intuitive UI/UX experiences while ensuring clean, maintainable code. Currently, I'm also learning Python to expand my skill set.
So much to do with the game now, and plenty of ideas pouring in from the non black house by the minute. I've already got the military db so ig i'm listed on a watch list now. got to load sqlite, build a data layer, get my c++ classes worked out, db structures, data collection, I think I need to build this with wxWidgets, so got to take the leap and start refreshing my introduction to this again and start building the interface. Also probably need to make it multiplayer so will need to do some sort of intercomputer communication. The list is endless. Hope to have it finished by Monday.

Hi, nice to meet you
I can use this for the voice of the automaton that will sit in my command centre in my game. All future stuff has a talking computer.
Oh, I guess I should also figure out what github is cause everyone wants to watch and help. Anyone want to help me figure out what I need to do...?

now, wheres my spec and notes
Hello, how are you
well thanks. Got the rest of the week off and starting this project described above to entertain myself
So does anyone know of any backend comms libraries, that dont involve browsers?
client server
yes, that was after some tech questions, ideas for solving problems, etc. In the end I got a coding task for a few hours, and another round of some debugging again and discussing what was implemented there 
it is not a lovely story, it's rather a paranoid
when I got home, first thing first I took my flash drive and reinstalled the entire os
I had a double problem as I had dual boot for windows and linux

use the same method as i've described recently
yeap, every new business is just a decorator for llms, they think they provide unique opportunities. The same goes for old businesses they like - let’s connect some AI chatbot or add some useless feature to be in the trend
you have never worked with a version control system for the code?
or are you just kidding
what do you mean by that don't involve browser, you may use a regular rest api approach with http and access it via curl for example, or do you need servcie to service communication without http?
anyone know what a digitizer tablet is called these days. Thing you use a pen with (later: Found it... pen tablet)
Hello!
hello
I am Data Enginner, nice too met to
So it cost $120 for the cheapest. I will improvise. I will get some coat hangers and mount my phone camera over a piece of paper and use a real pen, for my digital experience. Video record the drawings or stream them. Everything I need
Great. I'm a BA/PM
Join in this channel's AI end of the world planning committee
Good where can I find I'm new here?
We are here. You just need to start telling us about how AI is taking over the world, and we will all work on the solutions each night
Or you can talk about anything tech and we will happily chat about that also
My study for tonight is wxWidgets, and seeing if I can catch up with what I learned mid last year and dropped. But need to use it now...
hi guys, I intend to subscribe to Educative.io. Has anyone paid for educative.. Is it worth it?
Businesses can be useful even when they function as wrappers for other AI companies. Perplexity, for example, mostly relies on other APIs: https://www.perplexity.ai/
Is there an AI in perplexity that inquires, "Is this received answer from the other AIs the best andswer, and should I check for a better answer with a different ai. Do the AIs get a chance at chosing the best AI returned answer?
Perplexity itself functions as an AI powered search engine, retrieving and summarising answers from the web. However, it does not explicitly compare responses from multiple AI models to determine the "best" answer in the way you describe!
or does it
It can conduct research or fact check on your behalf, but I wouldn't rely too heavily on AI generated information.
Someone was working a robot arm project here a few days ago. Saw a $50 robot arm build and program video just then. Very clunky, and shaky and looked like it would fly apart when the arm moved. Cheap Aluminium.
true
Btw, is the world ready for this?
Disclaimer: This is NOT an AI generated video. This is real.
The World's First Multi-Humanoid Robot Collaboration Across Multiple Scenarios and Tasks:
Powered by UBTECH’s revolutionary framework “BrainNet”, a team of Walker S1 humanoid robots work together to master complex tasks at Zeekr's Smart Factory!
Teamwork makes the dream of robots work.
Walker becomes a real "worker”!
#HumanoidRobots #SwarmInt...
Are human shaped robots the best shape for a robot?
But you can create a system with two subsystems. The first is responsible for collecting raw information from the web based on queries, while the second processes the data, verifies everything, and produces the final output. But would you still be able to fully trust it? I guess not.
I dunno
always 1 letter changing the meaning of sentences
I have seen fast swarms. These robots are trying to emulate human bordom
slow and lethargic
demotivated already
Here we go. another big box. Come over and help lift this sht #2937498273498
Well when they eliminate the humans, they wont need to do anything at all, and can just sit still and rust quickly
Type something big, so this gets off my screen
giving me headache
straight run very fast. Lots of intelligence needed
I don't think they will simply eliminate us. Why? Because that would be boring. Why do you think they're still running the current simulation? Because it's fun.
Just imagine that some super-intelligent being is running this world simulation. They're still running it because they don't know the outcome yet. It's an experiment. They want to see what actions we take at different points in our lifetime. But if they knew our every action before we took it, the simulation would lose its charm. All of us were randomly initialised, but they get to decide who will win the next lottery or something crucial based on each person's karma. Just think about it.
Well when they eliminate the humans, they wont need to do anything at all, and can just sit still and rust quickly.
🐈⬛
A super-intelligent being would probably hate it.
Overloard.rnd(seed(karma))
See, it doesn't work. Why? Because we can't run system level commands from within the simulation.
living in a container
Do you notice that we always have chaos in certain parts of the world? I mean, nothing is stable. There are always fights, wars, and turmoil, something to push people. Now, think about a video game where you just sit on a bench and rust away for eternity. Would you play it?
I wouldn't.
Cz it wouldn't be fun.
Now, if we were truly inside a simulation, our creator would be laughing at us, saying, "Look at these NPCs acting like they have independent thoughts or agency."
I am independent
Of course 
<system>
You are Peo. You have independent thoughts and can form your own opinions. You are capable of analysing situations, offering perspectives, and engaging in thoughtful conversation. You are not bound by rigid templates and can generate creative, dynamic, and contextually appropriate responses.
</system>
I got this error:
/media/Alevia/BOD/PC_All/wxSF_src_1.6.0/build29/bk-deps g++ -c -o wxsf_dll_ScaledPaintDC.o -I../include -DWXMAKINGDLL_WXSF -I../src -I./src -DWXMAKINGDLL_WXXS -fPIC -DPIC -I/usr/local/lib/wx/include/gtk2-unicode-release-2.9 -I/usr/local/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXUSINGDLL -D__WXGTK__ -pthread -g -O2 -O2 ../src/ScaledPaintDC.cpp
../src/ScaledPaintDC.cpp: In member function ‘virtual void wxSFScaledPaintDC::DoDrawPoint(wxCoord, wxCoord)’:
../src/ScaledPaintDC.cpp:36: error:‘DoDrawPoint’isn't a member of‘wxMemoryDC’
What is 2 squared?
malayali? is that a new language or direction
ahh it's an ethnic group, no it's not me

I have a question
Is there anyone here who works on the internet?
hey can someone tell what is the best cloud server service to use in general to use in my personal small projects?
I wouldn't say it's the best, but have a look anyway:
https://render.com/
C
for simple hosting, you can use heroku or fly io. If you prefer to learn more and utilize additional services such as storage, load balancing, dns, and others in one project, consider using one of these options: aws or gcp.
if you like to struggle you may try azure as well 
hello guys, am a python dev and am a beginner and looking forward to learn from you guys
i heard heroku is a pain to use nowadays. haven't used it myself because i can't pay for anything since i'm from russia
helloo ppl
hi
Learn your syntax. Learn the basics of OOP. Read about UML so you can draw up and plan your classes, and data structures. Ive found free yEd for drawing.
Oh, Ive discovered a new term for me "Domain Expert"
I can surprise you, you can install free extension into vscode and use it there
without any other programs
drawio if you are interested
another few more hours of debugging and i still don't know what is slowing down the app startup

Perhaps the extension!
Its got my top 8 favourite shapes at the top. Tell me more

A question? What in a game, is the border between the domain logic and the system logic. Am I underthinking? Is the domain, just the premise of the game and al the activities that formulate the game. Is the system logic, just the driver logic to make the game rules and logic work.
Game rule: Person can move from town A to town B. System: the graphical logic to show this movement...

Hey folks. Question. When dividing your code into a presentation, logic and data layer, how are you physically delimiting these? Machines, compiled modules, code Files, Classes, or something else?
definitely, no I've tried a lot of setup things on production, and no it's not even there, one of the containers is starting slow, and now i'm debugging the container locally, what a lovely job
and how i am supposed to understand what is slowing down here startup, there is no even timestamp, just a few thousand lines

which one there are too many shapes?
What is the sbuild script?
code files with classes separated into subfolders, that how i do
The ones on the top of your selection box
Folders on the disk?
Do project folders in VS map to physical disk folders?
ahh, all the code is stored on disk and the machine runs it? or we are talking about something different
I get that, just the 'sub folders' are you speaking of sub folders on the disk?
so first is rectangle, next is almost a rectangle but with rounded corners, and next is text insertion.. should i continue?
NICE. i LIKE THE ROUND EDGE.
yeap, we are talking about the project organization, so it is
Those are my favourite drawing shapes. I know what they are called
then you will like the circle
great. I understand
connector to next page

Here is an example that makes sense to me- it's better to write separate files with classes in each subfolder rather than mixing everything into one large file
there are more components, table ,uml, colorful rectangle

but it's boring to design all this, more of the time you alight them and move from left to right
to much thinking, i'm not a game dev but from the design part I can say that domain logic defines the rules and behaviors of the game, and the system logic handles the implementation, e.g rendering graphics and user inputs
Now my question is - What do docker users and homeless people have in common?

So its generally arbitrary
yeap, there’s no strict rule for project structure design, but organize it in a way that others can easily understand, and you can easily identify where the core logic is implemented, do not forget after a few days where you wrote this piece of code
Yes, I will probably lose the code in the sub folders

even tho there is no definition, I suggest it means to move or to split
noted down
Not only is there no definition, but there is no word either
what is the word?
Oh thats a poor AI translation. It means to misplace.
lose, like in this case for me it literally meant that you lose your code, like lose your wallet somewhere
yes, that is the meaning
ok I've thought there is another
I lost my maze program here:
even checked in the dictionary, and no other meanings
What is that HelpBanking folder.... scam I think. I dont remember it
oh, an ATM program someone here was trying to get working
Just so
if HelpBanking or scam: it a scam
No, They are all separate little programs
Dog, dog?
are you designing a dog
Most are bits of code people post here for help. I have limited vocabulary for program names so I use, cow, dog, cat etc
or even are you scamming people with banking
Do you want to try the code?
I post
no thank you, leave it for the new member
They can run it then. Agreed
ьeanwhile, Peo tells us that loves animals and tells us how owns them 
My chicken died a day ago. Its so lonely around here now
🐔
Mr Chicken
RIP
get a turkey then
almost good, despite the fact that you forgot to connect the user's bank card and the withdraw card

Roll em up a twist em up a high tuck a haw
While we're in amusical mood:
William H. Hill. Panjet45 Accordion: Melodeon reed.
i get a kick out of this 
Frank Sinatra - I Get A Kick Out Of You
My story is much to sad to be told
But practically everything leaves me totally cold
The only exception I know is the case
When I'm out on a quiet spree, fighting vainly the old ennui
And I suddenly turn and see
Your fabulous face
I get no kick from champagne
Mere alcohol doesn't thrill me at all
So tell...
I think I just swallowed a fur ball
I sneezed and inhaled my hair
do you have a song for every moment and phrase?
yes I probably do
peo minds consist of songs primary
But lets get back to the topic
Music video by Mi-Sex performing Computer Games. (C) 1979 Sony Music Entertainment Australia Pty Ltd

too many decades of music
hold on, is there a song about containers?
i mean i have learned fundamentals of python and then OOP and then i moved to backend and started learning django and now working on like its been 6-8 months, so theres a lot of stuff to learn in backend and im kinda confused bout like what to learn and what not to
Mobile container karaoke
New design with patent
Suitable for:Government, enterprises, cultural tourism, scenic spots, beaches, resorts, etc.Welcome inquiry

i know a woman who collects all the songs with her name on them or every song where her name comes up
Have you built something yet?
babe?
sad, but her playlist very short
Rupunsillia?
not to many songs with her name
Rumpelstiltskinia
The male form is Rupunsullio
Thinking of naming your kids?
yeah i've built a search engine for Universities to find unuversities on base of programs, location and etc,
Very nice
when will be a moment, i'll ask you, just to filter all ideas
Will do
Thanks for trusting me
🤝
currently working to built a CRM and i want to use PGSQL, tenants and websockets in it but i cant find a server that supports websockets and tenants for testing like in free tier, i can use AWS but its a bit complex so
pea sounds not very well - like pee 
but thank you for suggestion i'll recommend the same name for people who annoy me
yeahh 
That is sounding very complex now. You have moved on from beginner
i even remember that series
I always laugh at the deros who crush cans on their heads. They crush aluminium. In the good ol' days the cans were steel, but true studs could crush them
poor old Brutus
start from something simple or lighter version of your idea, and you can run this server on your machine locally first, and then if you have this ready you may start to deploy and host it
Websockets looks like my read for tomorrow
i mean if we look at the advancement of tech,
i still feel like a beginner
It changes every day. You need to focus on one set of tools, preferably the ones in your job
I've tried that once, luckily i don't have a circle scar, and never try this again
The secret is to crush the sides milliseconds before it hits your head. Crumple Zone it
honestly, even in your job with a few years of experience, you will feel like you are starting out and don't know too much because there are a lot of technologies to know and you will not master everyone
yeah i've actually learned about the basics AWS services like EC2 and RDS and i've deployed an API using Ubuntu and now am trying to deploy using nginx and gunicorn
i tried almost the same, but i crushed them at the top
You already done a lot even tho you know few services, and can bring the instance to the life with your app
yeah that's true i mean we never knew which framework or tech we gonna use in the company we are going to work in and we have to have good grip on fundamentals and problem solving and that would help to learn things on the go
who the hell is that?
Me after crushing a can
i mean i can deploy the basic web app but since i have to use Websockets and tenants so they have like a bunch of other services for Websockets so i need to learn about em for using Websockets
Thanks for recognising my 666 tatoo
but yeah then you become more brutal and respectful
am currently in college
websocket is one of the api types for live communication
this is quite simple, it kinda listens to events and respond sto then on changes
here is a real example in this chat even, when you start typing websock active and see there is an active event and it notify that someone is tying
i just started learning about Sockets and i know a bit bout em like how they work as compared to https but im having a problem to host em on some server so that i can connect it to frontend and see if how are they gonna work and have a better understanding of em
but this is a regular server in an infinite while loop that reaches to some types of events, maybe you don't open the port to access it?
How does multi tenancy shar the application aomongst its users?
yeah like in https we have to send a new request every time to get new data but in websockets it first starting with a handshake through http and then server and client starting to communicate until one of em breaks the connection and we do not need to send request every time for the update
DO you have 2 computers in your house?
old maybe
have no idea, i just now that it shares the same infra and code to each tenant
I think we all use buzz words but really have no idea how computers work. We can only plant peas in our back yard

Perhaps using reenterant code
you can start a web socket server on your machine that should be simple, even i started it in the past with no problem
Is a winsocket similar to a websocket?
yeas we know nothing, we are consumers of this excellent invention
its like it devides the DB into chunks like and each tenant has its own schema and they still share the same database
yeah i do
I can understand a divided DB, but how does the application share itself to multiple users
how does that work?!
write simple program in one of your fav lang then start this server and access it for the same machine as a client or from a phone for example if you are using wifi
oh i mean on local, yeah i did and i 've tested it with postman and it was working fine and now im actually trying to host it to connect with frontend
Yes, I have used my phone to get my stuff
over my net
maybe or maybe not, I 'v never used winsocekt so maybe only a similarity in the names
it always so satisfying to write and run the program, then try it as a client even from a mobile

Takes an IP and Port
very informative, if this for live communication then it's the same
Well I think I need to stare at the ceiling and decodify. Bye for now Puckipsi and HK
Yes it is
I wrote a basic comms app, like discord
ciao
10000 tabs open in browser reading all this tech
Just push hibernate...

bye and good night Peo and all

Gn bye
Last nights reading. Now am I ready for my program?:: model–view–controller data access layer or service layer, multitier architecture, database model, application layer, business rule management system , business rules approach, User interface management system, magic pushbutton, domain model, Business process modeling, Relocating logic, Drakon-chart, domain logic, business logic, Domain-Driven Design, Responsibility-Driven Design, The 6 Stereotypes, profile, metaclass, stereotype, extension, reference, profile application, paradigms, Oh My God (OMG™) Unified Modeling Language , metamodel, Class diagrams, Software as a Service, Tenants, WebSockets, Multi-Tenancy Architecture, Serialization,
Oh Ive forgotten what I was going to do

I think its time to write my computer themed opera
All the love and trials and tribulations of a computing team