#general
1 messages · Page 198 of 1
yeah, its really well written
but you dont understand at first
took me three watches
yup. I've seen ones like this before where the central plot makes no sense and it finally makes sense at the end
or everything's a metaphor or something
chat, windows driver development on linux sucks
i like movies like that, psychological thrillers
have you seen the woman in the yard? @sharp shuttle
cannibal the musical
i didnt, if you recommend it i would
Def recommend
its not conventional horror
more like psychological metaphors all along
Hello people, do you think doing htb academy would help with jeopardy CTF? I’m not looking to get a job in cybersecurity I just love CTF
me rn
I had to get Gemini to explain it to me to finally understand what the point was
aight ill give it a watch
i love this time of year sleeping with my windows open
whats gwot
Americans go to sleep already
i just woke up and ate 2 cans of corn
half the chat doesnt even comprehend this
its just corn in a can
i only eat recycled north korean corn
There's a letsdefend path that I am interested in, but it's probably wiser for me to wait until they merge content with HTB no? Or is the "merge" not happening anytime soon
either way the content stays the same
letsdefend is more expensive, I don't want to pay and then the second day it's available under my HTB subscription
Defend deez
then i guess you are waiting, none of us know the answer

Hey all how r u doing
I r be good
okay I hope you (is) always good
I'm going to start CJCA exam on 28/Nov
defensive part is a bit scarry
How?
Any idea about how can I get some practice like labs or something for SIEM and Elastic
because God loves all his creations
build your own
Noted 
Lets defend maybe?
No. I mean, how did two diff company things got made into one? Some third person decided to make this?
Marrisons I assume?
neever heard
omg
beats me i found it on fb lol
tejas its ai
but id eat it for sure
BUT, the letters are not wobbly like AI
whats the brown stuff
as an american i know my poison food logos
omg, am going to get killed because of AI one day
Thanks I will try it out
yeah dont put your peen in the robot tejas
bad ending
bad ending for the robot maybe
man, I lost to AI finally.
some of the sora videos got me already
until watermarking starts. hopefully.
All these days when parents would show some random AI stuff, I'd be like ma/dad they are AI generated stuff
now this one got me
its cause you were hungry
Could be. It is lunch time.
only two things can trick you, being high (lowering your iq) and being hungry
or sleepy ig
three things
I'm sleepy and hungry, that answers.
what was for breakfast?
life is a lot more interesting when you just believe everything
Yippie noodles
lol been a while since I'd heard that brand
Lol, I didn't like that. It was the only thing left at home.
idk, sounds scary.
mine was idli
i aspire to one day be dumb enough to be swindled for life by a mega church, run my HOA, and devastate young people financially with my eternal greed, all while pretending im pious
woah that is a mouthful.
my order is: top ramen > maggie > other brands
2 generations too late
same
born to shit, forced to wipe
sounds like something a biker would have tattooed on his arm 
paints going to beat me to it
nah id win
idk if ill get another tattoo
I thought that was a horse at first
hello guys
hallo
nothing beats a paint bucket
i did some harvester runs yesterday again
I thought the gun was the eye socket at first glance
i just have the 20 "?"s
nice how did it go?
who you trying to gather intel on 
the man the myth the legend mickhat
i just have the succubus tattoo a portland witch tattood on me after spiking the drink she bought me with rohypnol
Hackers I need help. I am attempting to open a 24 page pdf in Chrome and my CPU fans are spinning like its doomsday every time I try opening it. Fans immediately die after I close the pdf though.
can't wait for black friday this year lol
(yes my system is that bad
)
damn that pdf must be filled with inappropriate images
Hey guys, quick question. Has HTB ever offered any Black Friday deals for their certs?
open in edge
Dayum
I don't know how, or why, but doing this fixed the issue 
chrome is ddosing me, confirmed
What if insted of opening it with a browser you try with a pdf viewer
sre you trolling? if your shit is spinning up thats an infected pdf
and get free trial popups every 5 mins? nty
no, it really did happen lol
I couldn't find anything wrong with the pdf
its an exam paper
If you use linux, there are free alternatives
well gg current partition, you gatta wipe that bitch now
born to shit, forced to wipe your hard drive
No
Thank you 🙏🏻
Again advertising linux
Vro has a shitty computer
Linux is good for that
I am trying to help him
I feel linux community in itself is a huge advertisement
In general, not this particular scenario
Of what?
Of itself
I just like edge because the search bar defaults to bing
Vro everything is a mf advertisement of itself
Do you go to school as someone else than mf kratos?
No
Then stop advertising yourself
He’s advertising for GoW
imagine going to school
No but like the linux community just says "use linux use linux"
You should use windows
I am
HIHIHIHIHI
It feels like I failed in my life
And somehow the universe got me in the position of using windows so I learn
I use Fedora cuz I wanna use Linux without all the troubleshootin
at the bottom there is no other way but up
A spanish writer said: there is no absolute worst, always can reach further
Heya
that's the right attitude!
tiny pc
I use windows cause I am comfortable
Any HTB offers on their subs?
No reason for me to switch yet
No
Be the reason
but does mr beast use windows
Cool
The problem is the bottom left, that logo makes it slow
The problem is that you're opening a board exam paper
Chemistry
yes, CPU is just reflecting internal turmoil
I have a data structures viva

what is stack
A LIFO data structure
Last in fast out
It's used in search engines
It's like stacking books on top of each other
or you can call stacks bread
im ganna stack pancakes and feed you son
FIFO
hmmm, interesting it looks like I can't use message boxes when developing drivers.
eat corn in between pancakes to see markers as they come out
Np
Alright there are two types of data structures
Linear and non linear
Linear ones are sequential
One element comes after the other
Non linear ones are non sequential
Like tree and graph
array and linked list
looks like it's not possible due to communication nerd stuff. https://stackoverflow.com/questions/9897693/how-to-display-a-pop-up-message-box-from-a-driver-kernel-mode
Static memory allocation in array
Dynamic in linked list
Array size is fixed
Not in linked list
linked list is just a block chain
are you already doing Big O notation?
*linked list
For time complexity, yes
nice
thats probably the only hard part about data structs
then you get into proof territory
Agreed
I haven't ever taken the time to understand linked lists or time complexity
you should
In tree, there is DFS and BFS
esp time complexity, though i argue it hardly matters with modern computers
BFS is breadth first traversal
Nodes of one level are traversed before moving onto next
I've consistently seen from college-goers I know that data structs like linked lists and paths by djikistra daddy are taught in the first-second year
DFS is depth first
It can be preorder (node, left subtree, right subtree)
In order (left, root, right)
Post order (left, right, root)
22kratos, i know im high but the single most important data structure is a tree
Hmm
make sure you understand them
dijkstra daddy 😩
I will read tree again
tree is the foundational structure for compression
and thats really what matters
encoding is everything
you will understand cryptography much better
hamilton encoding for rfid
im really only keen on the radio / electromagnetic stuff
Ty
I'll spout this in front of the teacher
you can do a proof and impress him
for my ass is big
for my balls are bigger
sigma balls to the nth my ass
meanwhile, ncert class 12 textbook @meager kernel
idk paint, thats not very O to the nth squared of you
have fun having stroke reading this
average h1b interview
not gonna lie, I kinda vibe coded my hello world windows driver 
if it works it works
hello world
no, google searched
well hes no longer a driver
he got promoted to kernel
thats so many carbs holy shit
no veggies
looks like jim carrey
jim carrey in the mask 3
the only time i would eat corn is in north korea, over and over and over and over
yummy
GM corn 🌽
whats up popcorn
I have been messing around with it tho so I can understand it better
it was a pain to get working and idk if it actually works 
it's not erroring out or crashing when tracing with logman
driver development is a form of witchcraft unknown to mankind
its the work of the devil
PrintNightmare is basically adding a vulnerable driver right? Like creating one from scratch, or pulling an existing one or something.
probably
but I'm having to build a header file I can use to cross compile from linux TO windows and I can't use wdk because wdk is windows only
I refuse to develop on windows because of how unenjoyable it is
also I can't download old versions of visual studio community editions
also zig is new which means my wootkits are harder to reverse engineer and standout more 
gud evening fellas
we getting windows 28 before gta6 
💀
Since Marcie is not here:

Wtf
What ncert book is this
ARP spoofing

Any htb black friday deals?
yeah it should work through proxychains
Do I have to specify that Im forwarding 445 or something ?
if you are using ligolo or chisel you don't need to specify
Okay dude if you say so. Then I will test this right now
Because last time I tried to use responder through ligolo and it didn't work
I'm wondering maybe the problem is you have to use port bender and then forward 4445 for example in case 445 is in use
Maybe this is the problem?
If the target box can ping you directly than it should work
What does that have anything to do with it
Cause like the protocol for ping could be blocked in the network
i meant reach
Apparently only 445 is found to be allowed through firewalls
not ping specifically
Bro I am conflicted
I am just learning based off other pentesters and modules
But I don't have real-time up to date experience
What are companies doing RIGHT NOW with their networks
I dont know
I just rely on John saying "too many networks allow 445 outbound!"
You need to forward the port on your host to the machine you're proxied on
So like this kali -> machine connected ligolo
It's how the routing is set up with the prolabs
So the port bender --> forward the bended port
This is necessary ?
.
You can set it to a port that doesn't need sudo to open btw or should be able to
I know that I have to have a proxy to finish the NTLM relay process
I'm talking about receiving the traffic
. This is all you need if I remember correctly
Ligolo relays the info back already
Okay will test this
Like I said last time I tested it didnt work
But maybe I missed something
You need to point it to the host that is connected with ligolo btw
computer science
So it'd look like this target -> ligolo connected host -> kali
Target doesn't know that Kali exists on the network.
chisel better than ligolo chat, change my mind
Goodnight
Ah damn
Uhm
t minus 9.5 hours, doing cramming atm
its working
why is it not working on my end
...
you got banned, sorry bruh
lol
😼
nice which one?
I need help

I shouldn't have posted space rocket designs 
Gl. Do you need to go to a test center to take that?
yeah, pearson vue in person
i dont think any isc2 exams are available online
???
Nvm
if laggy, change vpn
It's inconveniencing but hey, at least you don't have cheaters
...
CLOUDFLARE DAY OFF INCOMING
would that delay like how long it takes to display mariadb
just the welcoming screen
yeah, not worried about the format, just trying to review the processes for DR, BCP, review difference between IPS and IDR, and then the 7 layers of OSI, and then the routers being smarter than switches which are smarter than hubs because hubs are dummy's, then um the access controls, rbac, then mac which is undertaken by senior admin only, then dac which follows the object and is configurable by the subject, um what else, oh yeah BCP and the steps for DR, like detection, then containment, then response etc, and i guess that covers the "few" things i need to review in the next 6 hours ahhhh
these things happennn, just restart a few times on different connections
now im getting cloudflare, internal server error
its part of the game, systems dont always behave all the time
fug i hope my studying doesn't get affected 
which exam?
isc2 cc
hope u pass
oh brother
Investigating - Cloudflare is aware of, and investigating an issue which potentially impacts multiple customers. Further detail will be provided as more information becomes available.
Nov 18, 2025 - 11:48 UTC
lol
Htb login affected? Can't login
yikes red mean bad
i'd say this one is worse
Sorry guys my bad oopssies UwU
Stop hacking Cloudflare
my box crashed the servers

im guessing the Scheduled maintenance didn't go so well
Zamn Twitter is down
cuz thats the third one to go down
1
2
how long minimum until they give another update?
"throw me to the wolves, and I'll come back pregnant" 🗣️🗣️
Yeah, lots of exams love access controls, IAM etc
holy x is down down
yo @surreal vault
biggest backdoor yet
GUYS WHO'S BETTER XI JINPING OR ELON MUSK
Who will take us to mars
I need all input
sonic
the hedgehog?
yes 
omg i can't contact pearson vue because the exam scheduler is hanging, and i cant figure out what 7:00am CST to EST is because the WORLD CLOCK APP uses cloudflare 

lmao
Going to Pearson Vue exam center next week
change your computers time zones
and use your phone
what do i do when im stuck in a module and idk the specific typing to answer it
read a walk-through or go to that point in the walk-through
bruh this time they couldnt break the record for the biggest ddos prot
i gotta wait till 8am (1 hour) to see if i can contact them i can't use study site for exam now 
my flash cards 
Update - We are continuing to investigate this issue.
Nov 18, 2025 - 12:03 UTC
what else can they do
yeah, my clients are reachable again
@ornate ibex did you do a prod deploy for cloudflare? 
who's xclown
i think peoples failovers are also behind cloudflare so its fucked either way LOL
@worthy narwhal - fun fact: if you'd disable the proxy in DNS settings, you'd be fine
but the dashbord was also broken 
@mint raptor
Tf I'm summoned for no reason
Yes
lol cloudflare moment
I think someone flared the cloud again !
haha GET IT
man
I have to "just stop"
that was really funny but I cant show me laughing throguht the screen mb
but all you need to know is you should be making more jokes 👍
lol cloudflare down
Yeah. I think someone Flared the Cloud Again
the flare died
2025 should be marked in Chinese calendars as "Year of the major tech infra providers taking an L"
what Ls did you take
Actually I'm against complaining
But basically I set multiple goals for this month
do you usually fulfill them?
And atm I don't think I will get any of them
Last month I fulfilled my goals
But it's whatever -- I guess I got other stuff that is still a W
thats neat
@untold fiber did yesterday
I will send himn the invoice
It is a mandatory break for everyone
my clients are not happy
It's fine it will be back up soon
ask them to take a chill pill
world will not end when everyone is paused.
just like lockdown during COVID pandemic
Well if it isn’t my favorite red teamer
Don’t sus me this guy is more of a red teamer than some of yall
how are you Vader
I’m okay
👍
stop breaking cloudflare
am I your fav blue teamer
I haven’t seen you in action so I’m not sure
fair
seeing Yannick in action? call me when that happens
I’m working through the AZ-900 atm and staring at the stuff on pwnedlabs
@melon spotted
Melony
@nova delta
wrong guy
I know 
Dentist in 1h
good luck
yearly routine
you go once a year?
yah to get my money back
hopefully they're not behind cloudflare 
good
@hoary nebula my sister in law is my dentist
Although Massoud has MCRTP-3
Cool
imagine seeing her during christmas dinner and having tooth ache
and she goes like , why you chewing so weird
"uhh, tooth ache, but its ok"
"why did you not tell me, we woudl've gone to the clinic"
"uhhh, its your holiday"
waaaaaaaauw
How’s Millie?
lucky
she's good, sleeping I assume
she's not sleeping near my desk, so thats good
@green kite you work from home always right? you are your own boss
My friends made a sticker out of my dog
pretty sweet life eh
ups and downs
nice vader 😄
we're nice people
Hello
hello
"get a job, son"
@hoary nebula fluvius still did not fix my meter
Me for real
yet they sent me an invoice
deny invoice
yeah I am thinking about callign them
Sup Vader
Cloudflare still down
Had to delete cause we're in the HTB discord

who owns a streamdeck?
omg
they answer the phone at 8am est
ofc udemy is behind cloudflare, and ofc i can't access the course, so, i can't access the practice exams i was doing ahhhhhh what a day
mac os user 
2 hours out of my 6 hours to study, just gone 
need to get this exam rescheduled, no way im going in without a review 
surely they are aware
of cloudfare being down
maybe they can't even run the exam
im probably gonna have to go ahhhhhh
even isc2 says theres nothing they can do because its the day of the exam lmao
time to hope AND pray
Rip cloudflare
💀
Funniest moment was trying to open a vendor CRM and seeing it was down
Then going to downdetector
And down detector also being down 💀
what was the original message lol
yikesss
how am I gonna control my fridge now that cloudflare is down
no
probably never will know
yk what sure 😂
"Our cat hit shutdown"
Identified
The issue has been identified and a fix is being implemented.
Posted 2 minutes ago. Nov 18, 2025 - 13:09 UTC
@worthy narwhal next time you didn't study please dont take the whole internet down
a hackers gotta do what a hackers gotta do
HAHA
but actually tho I did study, I just really needed to review the plans and the OSI model and get those few pesky questions re-read a couple times
been spending a month on this studying
I like the chutzpah
layer 8 issue
Is this the skill layer?
How am I supposed to get a job if CloudFlare is having issues 
it’s the snow day layer, where you blame everything on the snow in the clouds
Okay i thought my phone was broked
okay now I can go back to studying and using alternative methods for information
fuck I have to dredge out the physical books
😭😭😭
cloudflare is down ?
READ
NOOOO
I DONT WANNAAA
OSI model is easy
. @hoary nebula
much more than OSI to review and that was just domain 4, there’s 5 domains I had to review flash cards for 



he crashed it cause he didn't want to do his exam

Is HTB also impacted because of CF downtime?
I believe so I might be wrong
Chatgpt is blocked too
Someone else was saying they couldn’t access the box
I know OffSec is down too according to their chat
Udemy still down for me

frost, can i ask for some help in dms
they're using cloudflare challenges @sly grotto
im 90% sure that @worthy narwhal crashed cloudflare
same
lets grab our pitchforks
Hey guys
Academy not working for anyone ?
Third time in a month or so that a major cloud provider is down because of DNS
Sorry guys my fault
Cloud flare 
crazy financial loss guys take out your money from the tech market
is X still down for everyone? it’s not even intermittent for me anymore, it’s just fully down
ya
it's a global outage
😔
rip, im just gonna go to bed
I guess this goes to show we need a down detector for down detector
Hmm okay thanks
give me back league of legends
that’s down too
what is being discussed?
I know that’s why i say we need a down detector for down detector
not attractive
Can't even goon dawg, everything going down
ff
https://www.isitdownrightnow.com/downdetector.com.html
I mean the down detector FOR downdetector is down right now too
Downdetector down? Check whether Downdetector.com server is down right now or having outage problems for everyone or just for you.
Stop leaking my dm
Let my man do his deed CloudFlare ✊
WoW still up
This is wild
Wait that’s already a thing?? Lol
I heard you liked down detectors so we me made a down detector for your downdetector down detector.
@split patio I dont think this is meant for this channel
Then we need a down detector for downdetector that's FOR downdetector then.
i will make a downdetector for the downdetector of the downdetector
And this, children, is what happens when Cloudflare takes an L.
Cloudflare has a burnout
Cloud stocks after this ⬇️
No more ChatGPT! So many brains lost!
Better use aws to host it and cloudflare to secure it
The real money maker is to be a master DNS expert for cloud providers
Well, at least this issue is not as bad as Not as bad as July 19, 2024
back to land
or waters i guess
it will become landflare or waterflare
“There’s no cloud it is just someone else’s computer”
^^
Ok, Sorry mr @green kite
who downloaded a virus whilst doing the nasty
We gotta hunt em down
wrongly sent
cloudflares discord mods biggest worry seems to be talking about stock prices in their chat and gooning gifs 
I love the internet
New coming sherlock based on CF incident.
Screenshot
Big L for Cloudflare
g'day chat
oops
this is why i selfhost :3
damn
the bot got to me
LMAO
Dentist said my teeth are very healthy 💪
UNKNOWN yet
lol whats not going down
haha. linux and self-host for the future
quackpics ftw
fuck cloudflare what the hell am i going to do today
Oh no
Poor Omster cant access grindr now
what on earth is happening
Omster can’t access anything right now as his servers are down
Internet is borked and in addition our certificates broke at work. Happy tuesday chat.
how is discord not down
Damn it I told you to be careful!
wait the damn cloudflare has a discord ? I aint even know
Discord does not use cloudflare

sorry for the CF outage guys
i forgot the pentest assesment said not destructive
Damnit Leroy
Cloudflare gotta hurry up
soorry guys they don't do increment in salery so i did it . 
he guessed twice
DNS if i was betting man
must be twitter
😫 ahh
I can Access one of my 3 domains even though all are behind cloudflare lol
sending u though discord , no worry ,
And turnstile still works 👍
Why are you guys so sad 🥴overall htb is not down so we can live normally
locked themself out
chinese AI chats are happy now
beacuse chatgpt is down now they can't solve lab . 
i using Gemini
Damn so reallllll
claude my beloved
Chatgpt better 
how to get unbanned for spoilers?
Deepseek is the choosen one 
i sent an excuse me mail
XiFlare now trending
hey, r you evade ban rn?
chatgpt works for me though 
oh i have google pro too , but i use gpt 5.1
yeah, i'm using Gemini just for my MCP server fr
POV you have spent thousands on learning cyber security in about 3 years and the internet dies 
what does this mean?
i just want to train academy i have the subscription i wanna cry
so real
HTB will down soon .
No fucking way 
take a break then
it's permaban
dont worries 'bout it, i'll using my imagine skill for this

🧍♂️
that was i said, are you evade ban right now?
yes

i mean
i got banned for a medium article
evade bans means finding ways to not get banned while doing bannable stuff?
are you serious:) you should be mail to support@hackthebox.com before you get banned this your 2nd account
Challenges Always got 1 flag which is nearly Always HTB{} Format or? (Basiclly like ctfs)
And boxes/machines got 2 user/root right?
yup
nvm
it's alive
they didnt ban me from here even tho i linked my account
Who let access to prod to the intern at Cloudfare?
hmm, you should be waiting
And for the user flag you try Things like rshell or directory traversal and so on or? But mainly rshell since u need to be able to escalate perms
yes, uni moodle website works
yeah cus u emojie'd my message
sorry, i love these emoji's
don't know man let me ask them
Guys u can use chatgpt now
thanks for fixing it
Dont just use deepseek 
most welcome 
u need deepseek R2 to solve labs.
I dont use ai solving labs cuz I have a brain to think with 
when everything works out, i soon have a 5070 TI
then i can run some ollama stuff
when you forget to unsub, but it better this way 😄
happy cloudflare outage day!
oh national day off now
seems like we're back now guys
all of our crap is behind cloudflare 
they claim its fixed but i still cannot access my dashboard
oh i didnt see that
Still down? Huge L
As soon as they claimed it’s fixed they posted for some it may not be fixed
The latest one keeps disappearing every few seconds
Millions lost
literally 4+ hours
billions
When escalating privileges do we Always find the vulns online or do we sometimes have to find a "new" one which isnt documented yet?
This is the third big outage in the past few weeks. What's going on ? Is this from an APT?
High Availability Outage 
what are all the vibe coders doing now? 
vibing
go on it

L
W
Okay, but the gif is mad funny tho
I'm stealing that gif
nope

Big womp womp from cloudflare
Go to https://brilliant.org/nutshell/ to dive deeper into these topics and more for free + get 20% off the premium subscription!
This video was sponsored by Brilliant. Thanks a lot for the support!
Our brand-new Health Journal is here to help you take care of your physical and mental health, using real science and no guilt: https://shop.kgs.li...
dose anyone know a lab that I can trainon instead of the CRTP lab (mine got expired)
or maybe there's a lab that I could setup locally on my machine?
https://jh.live/alteredsecurity || Snag the Black Friday deals from Altered Security, 20% off courses & bootcamps and 10% off their AltSecCON 2025 training! https://jh.live/alteredsecurity
https://adsecurity.org/?p=4825
https://adsecurity.org/wp-content/uploads/2025/10/2025-BSidesNOVA-SecuringEntraID-Metcalf-Final.pdf
https://adsecurity.org/wp-...
😃
I am tired
Wow a video I can actually watch
DISCORD NITRO
prove it
mods, ban the guy below me
I WELCOME THE FIRE
dramático


is there a free way to vibe code?
train your own ai
actually
GitHub Student Pack
create your own data center
Learn to code yourself
I know it's very unlikely but does someone know if it's possible to run an AI model with swap memory?
..swap?
wdym swap memory
I've been coding for 6 years
Like to overcome a lack of installed memory?
Swap memory usually refers to the paging file
to run a model locally
On windows at least
Not my question
you are the only one around here that probably knows if what I ask is possible
Isn't there a ton of tutorials on how to run a model locally using ollama or other stuff
Why do you need swap?
Ohh i didnt see this
to run a half decent AI model usually requires a lot of ram memory
Yeah but it lives in memory
You cant load half a model here and offload the rest into disk storage
yeah it should all run in disk
not possible
You have to give it memory
Unfortunately what you're asking is not possible
If we found a way to do so without ram we would have done so already
There's.. a lot of ram and water and cooling and energy required by the major LLMs
Looks like bro didn't even google.
Warning: This is honestly an abuse of swap and should not be regularly relied upon unless you are willing to drastically shorten your disk’s lifespan.

No shit!
I googled I even installed an ollama and ran a small model I just asked if someone had experience with this shit using swap
I know that it is technically possible I wanted to know if it's worth it
Seems by the warnings like it's not
thanks for the links anyway
nvm the links are trash
idk what I expected asking here
Alrighty buddy
I think gemini-cli has a free tier, it can run straight from your terminal and write some code
It's not as good as claude code though
thanks I'll take a look
What do you need the models for anyways
because if u want to use them for vibe coding
I want to see what it is capable of. thats all
you can sign up for Github student pack with a university ID (if you're a student at some uni) and they'll offer you github copilot for unlimited use and multiple models to choose from
I have an insulting meme locked and loaded
Hello guys, how are you all
vro I will never be remotelly close to be an uni student
spit me that shit on the face
Sad, well u can go with homebrewer's advice then
I'm also the greatest pokémon trainer alive

i pass

ty yannickkk






