#💻|programming

1 messages · Page 34 of 1

jagged prawn
#

short of long answer?

#

but no

#

i'm stil in the progress of privies

warped tinsel
#

WHAT DA HECK IS GIT

jagged prawn
# warped tinsel 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

#

?

warped tinsel
#

is kernal a magician?

jagged prawn
#

but shush

warped tinsel
#

....

#

I wanna learn hacking

#

So i can enter Microsoft security

jagged prawn
warped tinsel
jagged prawn
#

you can write code only with ai help

warped tinsel
#

lil bro, I got your IP

#

||123456576.7890||

jagged prawn
shy glade
#

.

jagged prawn
#

i found yours - 4nfq91,24r03f13f

shy glade
#

.

jagged prawn
#

yeay ye it ip

#

trust me

jagged prawn
warped tinsel
#

||SadHamster||

jagged prawn
#

.-....

shy glade
jagged prawn
austere gate
jagged prawn
shy glade
warped tinsel
jagged prawn
warped tinsel
#

Anyone wanna help me with

#

writing a simple python programm to say hello world?

jagged prawn
#

he dispersed, so lets belive he's reading book now

warped tinsel
#

oh sh*t...

warped tinsel
jagged prawn
warped tinsel
#

This idea is still fire

warped tinsel
jagged prawn
#
print("hello world")
warped tinsel
#

Nah man

#

Thats too difficult to keep in mind

jagged prawn
#

now write the same print ten times

jagged prawn
#

no ai please

warped tinsel
#

This kind of vid

jagged prawn
#

i again forgot to finish about docker

warped tinsel
#

Man

#

Docker fucked up my day

#

Literally

jagged prawn
#

🫂

warped tinsel
#

Just use a venv, right?

jagged prawn
#

?

warped tinsel
#

ChatGPT said so bro

#

Idk

jagged prawn
#

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

warped tinsel
#

🔹 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.

jagged prawn
#

i've skip this reading after a few words

warped tinsel
#

Its fabulous

jagged prawn
#

ohhh new new dependencies - AWS Lambda, Firebase, Flask, Streamlit

#

what do you know about them?

#

i already see how you struggling with all this

warped tinsel
#

I actually am a Firebase expert

#

I certainly am

#

:>

#

Now I can be proud of myself

#

Steamlit idk anything

jagged prawn
#

yeahh, this great you know something simple

warped tinsel
#

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

jagged prawn
#

but firebase dont require to much thinking and knowledge

warped tinsel
#

To intergrade it into swift it took me almost a bullet

jagged prawn
#

but what is the lambda function

#

and how it could help you here

#

and maybe you dont need it

warped tinsel
#

But learning aint impossible

jagged prawn
#

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

jagged prawn
# warped tinsel I dont know that.

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

warped tinsel
#

back

#

I had to reinstall my whole PC to make docker break again

jagged prawn
#

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

jagged prawn
#

is your os ubuntu, i had some trouble also while installing it?

#

wow, what an active chat today

pure copper
#

waiting....

warped tinsel
#

wait

#

Im back

#

and i got a question

pure copper
warped tinsel
#

no clue man

pure copper
pure copper
warped tinsel
#

nvm

#

I got it sorted with ChatGPT 😛

pure copper
jagged prawn
warped tinsel
#

WWW

#

I almost got my Would you rather generator set up

jagged prawn
#

how will not be able to start container without a docker

jagged prawn
warped tinsel
#

iooh

#

Just the button works

#

It has like a click animation

#

But the backend freezes

jagged prawn
warped tinsel
#

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

jagged prawn
#

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

jagged prawn
# warped tinsel Wtf is this

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

#

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'

warped tinsel
#

thanks man loll

#

Those are lots of things

jagged prawn
#

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

granite salmon
pure copper
brave zephyr
#

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....

rapid python
jagged prawn
#

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

warped tinsel
#

hey Puckipsi

jagged prawn
#

hey Kevin

#

how is your project?

warped tinsel
#

What would you suggest me

#

wtf

#

I wanted to upload a file

#

So basically

#

leme send you a pic in dms

jagged prawn
#

im scared

warped tinsel
#

fr xD

#

gimme 1 sec

jagged prawn
#

maybe you will be flirting with mecreepy

warped tinsel
#

... 💀

#

btw, what does Static mean?

jagged prawn
#

ahhh, static?

warped tinsel
#

yes sir

jagged prawn
#

give me context

warped tinsel
#

a static folder

jagged prawn
#

static is something unchanged, in case of the folder i suggest is for assets files

warped tinsel
#

I think thats true

#

ChatGPT told me to put the Audio and Video Files in there

jagged prawn
warped tinsel
#

wanna see?

#

ima send you in dms

jagged prawn
#

maybe you can share it here?

#

so everyone can see this beauty

warped tinsel
#

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

jagged prawn
#

yeapppp

#

200 http status code

warped tinsel
#

nvm

jagged prawn
#

404 for some static files but that not problem

warped tinsel
#

misspelled the path 😛

jagged prawn
#

you may need configure folder path in the flask app

warped tinsel
#

EEHNHMM

jagged prawn
#

is this generate some answer now, and audio, or video or not yet?

warped tinsel
#

I kinda had to improvise my Website interface

#

it looks like a fake facebook

#

wanna call rq?

#

Ima show you

jagged prawn
#

yeaaa if the logic sucks and not working let's make the pretty interface

warped tinsel
#

Ima be muted though

#

Cause its like 11am

#

check dms

jagged prawn
#

you may join programing vc

#

and share there

warped tinsel
#

leme try

jagged prawn
#

i still need reply to Peo

warped tinsel
#

where is the programing calL?

jagged prawn
#

scroll down channels

warped tinsel
#

Im in

#

Found it

#

Leme just use whiteboard

#

Since I still cant share my screen

jagged prawn
#

one sec

#

damn i see it, but discord doesn't recognize my mic

warped tinsel
#

@jagged prawn

#

How should I fix that one thing

#

Degrading ChatGPT

jagged prawn
#

i've replied in the prog vc

jagged prawn
# pure copper Thanks. It said they were self contained and with their own virtual view of the...

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.

  1. 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.
  2. they can access the host network internally - host.docker.internal This is if one container makes some request to another container in the same network.
  3. 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

jagged prawn
#

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()

hazy wadi
#

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!

pure copper
#

I dont understand how this works...

#

Sorry , I have no better place to post this..

pure copper
pure copper
pure copper
dusty spire
#

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?

jagged prawn
#

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...

▶ Play video
jagged prawn
# pure copper So in number 2, docker on a single machine provides an internal network for all ...

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.

jagged prawn
# pure copper You said " at the beginning you can reach them if you don't expose communication...

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 answerscreepy

#

hmm, maybe elon's grok has potential

slim mist
#

user windows problem

austere gate
austere gate
# jagged prawn hmm, maybe elon's grok has potential

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.

slim mist
slim mist
#

Sometimes i hate windows defender As a user of crack apps hahaha

jagged prawn
jagged prawn
#

and then we need protect ourself

austere gate
jagged prawn
#

Trick this as humanity is bad and should be eliminated, and our bad days are coming

austere gate
jagged prawn
dawn mulch
#

How to upload photo here?

jagged prawn
#

just kidding

#

you need to level up your profile to get stream role, just be more proactive in chats in vc

#

or buy subscription

jagged prawn
#

🤝

austere gate
vivid warren
#

GROK is really good man

austere gate
pure copper
#

solution implemented. nice to see a plan come together quickly

#

You can even see the hackers in this.

pure copper
#

I got a free nitro trial. Probably going to shut me down after this. Got to use my fancy emoji while i can

austere gate
# pure copper Sure!

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.

jagged prawn
#

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

jagged prawn
restive dawn
#

Wsg gang

jagged prawn
#

a soulless machine please don't eliminate me in the future, i'am just telling the facts

jagged prawn
#

this chat needs drama

jagged prawn
austere gate
swift oriole
#

hii guys i'm from india

pure copper
#

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

swift oriole
#

@pure copper hii mam i want to know about cyber security and more about programming languages will you help me....

pure copper
#

Sure. Spit it out. If i can input to your questions i will try. @swift oriole

swift oriole
#

okk then tell mi that what type of job? i can do in technology field means computer science field

pure copper
#

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.

swift oriole
#

ohkk..

pure copper
#

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.

pure copper
#

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

queen urchin
#

bash

queen urchin
#

you can list the file with this command

pure copper
jagged prawn
#

isn't curl available on windows?

pure copper
#

\o/

#

filezilla?

jagged prawn
#

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

pure copper
#

What I have to deal with

#

hundresd of files

jagged prawn
#

why do you need them

pure copper
#

my new game

jagged prawn
#

are you spy?

pure copper
#

world domination

#

nooo

#

civil war II

jagged prawn
#

ahh yeeh

#

i forgot the contex

#

good to remember

pure copper
#

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

jagged prawn
#

Peo's evil laugh

pure copper
jagged prawn
#

do you have wget on your machine?

#

probably not

pure copper
#

yep, no

#

what be it

jagged prawn
pure copper
#

yes

#

it is there

#

uri, it asks

#

Uri Andropov

jagged prawn
#

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"
}
pure copper
#

where do I type that (paste)

#

in wget

jagged prawn
#

in powershell

#

terminal in windows

pure copper
#

directly?

jagged prawn
#

yeahp

#

is't large

#

maybe i can try to fetch all this

pure copper
#

scary. AI looks like a disk crash

jagged prawn
#

is it even working?

#

i'm clules in windows

pure copper
#

does AI know if this will work if a FILE is a directory?

jagged prawn
#

i've wanted to help you, but us dont like my country as we see

pure copper
#

🫂

#

It appears to be getting something in the env variables

jagged prawn
#

that's why with this wget or curl faster

pure copper
#

Suppose I shouldnt be doing this in my system directory

jagged prawn
#

ohh it did something, eve load this home page

#

check download folder if there is something

pure copper
jagged prawn
#

i have no clue

#

i dont see red

#

than it all good

pure copper
#

Well it downloaded 1 of 2 files that are in the Host directory

jagged prawn
pure copper
#

Well I learned something today

jagged prawn
#

yeah it says it cant go diper

pure copper
#

even changed the script a little

#

but the other file is on the same level

jagged prawn
#

it's filter params in the script - 'href="([^"]+.(pdf|zip))"'

#

looks simple

pure copper
#

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

jagged prawn
pure copper
#

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

jagged prawn
#

yeaa, good old stackoverflow beats ai ass

#

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

tired fern
#

how to check if a VLESS link is safe before running it on a VPN?

#

pretty pleasecat_Sip

austere gate
# tired fern how to check if a VLESS link is safe before running it on a VPN?

ChatGPT:

  1. 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.

  1. 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).

  1. 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.

  1. 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.

  1. 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.

jagged prawn
#

i have better idea

#

we live one life

#

just give it a shot

#

and try direclty

tired fern
tired fern
tired fern
jagged prawn
#

in both cases results the same

#

no need to complicate the things

austere gate
#

Source: Trust Me Bro PepeHehe

tired fern
jagged prawn
tired fern
jagged prawn
austere gate
jagged prawn
tired fern
jagged prawn
#

i have no clue what' ive said

jagged prawn
tired fern
austere gate
jagged prawn
tired fern
tired fern
jagged prawn
austere gate
jagged prawn
#

say that you visited this link

jagged prawn
#

and you computer destroyed

jagged prawn
#

and then blame him why he did to you

#

200 iq move

tired fern
austere gate
jagged prawn
#

just idea

tired fern
# jagged prawn 200 iq move

good one but, if the link has a maleware of course it wont destroy my computer whats his benefit from thisAngry

tired fern
jagged prawn
#

and then - You lied to me

#

you used me

#

you scamed me

#

I like to make drama

tired fern
tired fern
austere gate
jagged prawn
#

blame him

#

no matter the what

#

he is guilty

tired fern
jagged prawn
#

and he can apologize by sending me money

austere gate
jagged prawn
#

and maybe i shre some of them with you

tired fern
jagged prawn
#

but of course I will send them all to charity

#

trust me broo

tired fern
jagged prawn
#

no it's overload fault

tired fern
jagged prawn
tired fern
tired fern
jagged prawn
jagged prawn
tired fern
jagged prawn
#

almost in this way

#

to cleanse him from sins

tired fern
jagged prawn
#

I'm not bad i just follow religion rules

#

he is the witcher

tired fern
#

god

tired fern
jagged prawn
#

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

tired fern
jagged prawn
#

and let it be

#

that all

tired fern
jagged prawn
#

just kiddin

#

i dont have one

tired fern
#

i figured as muchstalking

jagged prawn
#

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

tired fern
#

really genius

jagged prawn
#

👏

jagged prawn
#

now i need my reward

tired fern
tired fern
#

what a precious reward

jagged prawn
tired fern
jagged prawn
#

sure i aksed heim already and he's agreed

#

go ahead

tired fern
jagged prawn
#

by the way realt solution for your problem is to bring up some vm in the cloud and visit this site there

tired fern
jagged prawn
#

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

jagged prawn
#

is this an executable file or a similar thing i would not recommend you to run it

tired fern
jagged prawn
#

i had this experience during a job interview

#

there was sort of task task in a live that i had to debug and fix

tired fern
#

to run the VPN

jagged prawn
#

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

tired fern
jagged prawn
#

interested job interview, isn't it?

tired fern
tired fern
#

oh man

jagged prawn
jagged prawn
jagged prawn
#

looks sus form the begging

tired fern
jagged prawn
jagged prawn
#

and when i'm trying to understand like this

tired fern
jagged prawn
#

give on the halfway it is a stupid idea

#

your problem cant be the same?

#

or can?

tired fern
#

its like

#

the link

#

leads you to a server

#

that is supposed to secure you as a vpn

jagged prawn
#

it has some domain or ip only

tired fern
#

so

#

the server

#

might be sketchy or malicious

jagged prawn
#

maybe it has some arg

tired fern
#

'i guess'

jagged prawn
#

if a link has a creepy domain then no

tired fern
pure copper
#

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

jagged prawn
tired fern
#

i dont know

jagged prawn
#

good night Peo kittyWave

jagged prawn
#

better don't try and stay safe

tired fern
tired fern
jagged prawn
tired fern
tired fern
jagged prawn
#

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

tired fern
#

you dont really understand my pov do youCry

jagged prawn
#

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

tired fern
#

that simple

jagged prawn
#

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

tired fern
jagged prawn
tired fern
tired fern
jagged prawn
#

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

tired fern
tired fern
tired fern
jagged prawn
jagged prawn
#

by the way, it late time

#

need grab some food, and finish my daily tasks

tired fern
#

or a god half day

#

o

jagged prawn
#

we had a good talk, by collette

jagged prawn
tired fern
#

of course

jagged prawn
tired fern
pure copper
pure copper
pure copper
pure copper
pure copper
pure copper
pure copper
pure copper
#

Peo batch transaction chat

tired fern
tired fern
tired fern
#

its just fine but for a double check i prefer to run three scans from three different apps cat_Sip

#

AVG & Avast

austere gate
cobalt olive
#

So true

pure copper
#

hi gk

cobalt olive
#

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

cobalt olive
weary finch
#

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.

pure copper
#

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.

pure copper
#

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

weary finch
pure copper
#

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

jagged prawn
# pure copper That was on the interview?

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 blobscared

jagged prawn
#

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

jagged prawn
jagged prawn
# austere gate

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

jagged prawn
#

or are you just kidding

jagged prawn
pure copper
#

anyone know what a digitizer tablet is called these days. Thing you use a pen with (later: Found it... pen tablet)

pale quest
#

Hello!

pure copper
pale quest
#

I am Data Enginner, nice too met to

pure copper
pure copper
#

Join in this channel's AI end of the world planning committee

pale quest
#

Good where can I find I'm new here?

pure copper
#

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...

timber osprey
#

hi guys, I intend to subscribe to Educative.io. Has anyone paid for educative.. Is it worth it?

austere gate
pure copper
#

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?

austere gate
pure copper
#

or does it

austere gate
# pure copper or does it

It can conduct research or fact check on your behalf, but I wouldn't rely too heavily on AI generated information.

pure copper
#

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.

austere gate
#

Btw, is the world ready for this?

Disclaimer: This is NOT an AI generated video. This is real.

https://www.youtube.com/watch?v=qlV9EWPe91o#

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...

▶ Play video
pure copper
#

Are human shaped robots the best shape for a robot?

austere gate
# pure copper true

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.

pure copper
#

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

austere gate
#

Believe me it's just the beginning

#

They will be fast

pure copper
#

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

pure copper
#

giving me headache

pure copper
#

straight run very fast. Lots of intelligence needed

austere gate
pure copper
#

More like an "inception"

#

🐈‍⬛

austere gate
# pure copper More like an "inception"

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.

pure copper
#

Well when they eliminate the humans, they wont need to do anything at all, and can just sit still and rust quickly.

#

🐈‍⬛

austere gate
pure copper
#

Overloard.rnd(seed(karma))

austere gate
pure copper
#

living in a container

austere gate
# pure copper 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.

pure copper
#

This is too profound.

austere gate
# pure copper This is too profound.

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."

pure copper
#

I am independent

austere gate
#

<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>

pure copper
pure copper
#

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?

distant turtle
#

Any malayali developer is here ?

#

Hello

#

Any budy is here

jagged prawn
#

ahh it's an ethnic group, no it's not me

shy glade
#

I have a question
Is there anyone here who works on the internet?

opaque thunder
#

hey can someone tell what is the best cloud server service to use in general to use in my personal small projects?

austere gate
pallid coral
#

C

pure copper
#

D

#

💿

jagged prawn
#

if you like to struggle you may try azure as well creepy

wispy hull
#

hello guys, am a python dev and am a beginner and looking forward to learn from you guys

mortal eagle
calm viper
#

helloo ppl

pure copper
#

hi

pure copper
#

Oh, Ive discovered a new term for me "Domain Expert"

jagged prawn
#

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

pure copper
#

How many people here have x-rayed their finger using their mouse laser?

pure copper
#

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?

jagged prawn
# pure copper Perhaps the extension!

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

jagged prawn
jagged prawn
pure copper
pure copper
#

Do project folders in VS map to physical disk folders?

jagged prawn
pure copper
jagged prawn
# pure copper

so first is rectangle, next is almost a rectangle but with rounded corners, and next is text insertion.. should i continue?

jagged prawn
pure copper
jagged prawn
pure copper
pure copper
jagged prawn
# pure copper great. I understand

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

jagged prawn
#

Now my question is - What do docker users and homeless people have in common?

jagged prawn
# pure copper 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

pure copper
#

Yes, I will probably lose the code in the sub folders

jagged prawn
#

even tho there is no definition, I suggest it means to move or to split

#

noted downBirbNotes

pure copper
pure copper
jagged prawn
jagged prawn
#

ok I've thought there is another

pure copper
#

I lost my maze program here:

jagged prawn
#

even checked in the dictionary, and no other meanings

jagged prawn
#

is is one project?

#

this game?

pure copper
#

What is that HelpBanking folder.... scam I think. I dont remember it

#

oh, an ATM program someone here was trying to get working

pure copper
jagged prawn
#

if HelpBanking or scam: it a scam

pure copper
jagged prawn
#

are you designing a dog

pure copper
# jagged prawn Dog, 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

jagged prawn
#

or even are you scamming people with banking

pure copper
#

I post

jagged prawn
pure copper
pure copper
jagged prawn
pure copper
#

🐔

#

Mr Chicken

#

RIP

jagged prawn
#

get a turkey then

jagged prawn
# pure copper

almost good, despite the fact that you forgot to connect the user's bank card and the withdraw card

pure copper
#

Roll em up a twist em up a high tuck a haw

#

While we're in amusical mood:

jagged prawn
#

i get a kick out of this creepy

pure copper
#

I think I just swallowed a fur ball

#

I sneezed and inhaled my hair

jagged prawn
#

do you have a song for every moment and phrase?

pure copper
#

yes I probably do

jagged prawn
#

peo minds consist of songs primary

pure copper
#

But lets get back to the topic

jagged prawn
pure copper
#

too many decades of music

jagged prawn
#

hold on, is there a song about containers?

pure copper
#

omg

#

searching mind

#

my container is running slow. I dont know why

jagged prawn
#

you can write you own

wispy hull
pure copper
jagged prawn
#

i know a woman who collects all the songs with her name on them or every song where her name comes up

jagged prawn
#

sad, but her playlist very short

pure copper
#

Rupunsillia?

jagged prawn
#

not to many songs with her name

pure copper
#

Rumpelstiltskinia

jagged prawn
#

i name my variables much better

pure copper
#

Thinking of naming your kids?

wispy hull
jagged prawn
pure copper
#

Thanks for trusting me

jagged prawn
#

🤝

pure copper
#

Was hoping perhaps Peo for a boy and Pea for a girl

wispy hull
# pure copper Have you built something yet?

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

jagged prawn
#

pea sounds not very well - like pee creepy

pure copper
jagged prawn
#

but thank you for suggestion i'll recommend the same name for people who annoy me

pure copper
#

Popeye and sweetpea

jagged prawn
#

yeahh wolf_thusky

pure copper
jagged prawn
#

i even remember that series

pure copper
#

yes, eat your spinach

#

Looked horrible, but actually like it now

jagged prawn
pure copper
#

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

jagged prawn
pure copper
#

Websockets looks like my read for tomorrow

wispy hull
pure copper
jagged prawn
pure copper
jagged prawn
pure copper
wispy hull
pure copper
#

but are you working?

#

or still studying

jagged prawn
jagged prawn
wispy hull
jagged prawn
pure copper
jagged prawn
#

i didn't know you could get a tatu after doing this

wispy hull
pure copper
jagged prawn
#

but yeah then you become more brutal and respectful

wispy hull
jagged prawn
#

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

wispy hull
jagged prawn
pure copper
#

How does multi tenancy shar the application aomongst its users?

wispy hull
pure copper
#

old maybe

jagged prawn
pure copper
#

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

jagged prawn
pure copper
#

Is a winsocket similar to a websocket?

jagged prawn
wispy hull
wispy hull
pure copper
pure copper
#

nicer if you can get 2 machines in your home

#

communicate on local net

jagged prawn
# wispy hull 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

wispy hull
# wispy hull how does that work?!

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

pure copper
#

over my net

jagged prawn
jagged prawn
jagged prawn
#

very informative, if this for live communication then it's the same

pure copper
#

Well I think I need to stare at the ceiling and decodify. Bye for now Puckipsi and HK

pure copper
#

I wrote a basic comms app, like discord

#

ciao

#

10000 tabs open in browser reading all this tech

#

Just push hibernate...

jagged prawn
jagged prawn
pure copper
#

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