#general
1 messages · Page 694 of 1
real ones use surrealdb
Yeah but mongodb is web scale ready
I tried containerizing mongodb and had no success for some reason
Q&A discussion discussing the merits of No SQL and relational databases.
You know me ❤️
how the hell is it acid compliant then??
mongodb scales pretty much as well as a bucket full of warm snot
I thought acid compliance was atomic immediate writes not that crap where it's "oh I'll write later" 
mongodb, especially when clustered is consistent later, if you are lucky
not to bash mongodb too much. it offers a light weight solution for document databases. it has a nice api. the implementation is just... trash
but have you tried the harvester?
a bit
I haven't messed with the VM orchestration features yet just set it up
I'll probably get it up on a PI 4
or something idk
nah, I'm on gigabit so that's a bad idea

longhorn works best on at least 10 gig
elastishit requires a bunch of disk writes so that over gigabit is a nightmare
I have some 50 terabytes of logs in opensearch
yeah but I don't think opensearch is a full drop in replacement since it's a fork of elastic 7 or somethin
it is full drop-in, if all you need is "elasticsearch", not the newer separate add-ons
yeah I'd rather not have the rest of the stack on version 2 or whatever
I'd rather have bleeding edge for the ELK stack or as close to as bleeding edge as possible
they made some substantial improvements in 2.x, not bumping the version... so it doesn't really compare
15 years ago it was not
for example, there's new improved compression, and they have removed a few of the performance bottlenecks elastic reserved for new major releases
so opensearch is more or less upto date, and third party apps are simply compatible
yeah I'm gonna need as good performance as possible on stuff that's older than 2018
some of the stuff I've managed is older than myself
stuff that doesn't have uefi
opensearch has improved overall performance 20-50% depending on your use case within the 2.x line, not bumping the major version number... it has not been in maintenance, it has been in development.
meh it's still java meaning it'll take 15+ minutes to start
about 15 seconds usually
uhh not elastic right now, it takes 10+ minutes to start on baremetal
my opensearch production cluster starts in about 15 seconds. there's 100 gigs of memory configured, and some 50 terabytes of data with >100 billion events in the database
not that I start it often.. it's 24/7/365 online
but single nodes, yeah
yeah I'm on servers that probably have 100 gigs but server is 10+ years old so it really wouldn't make a difference. The DB is also being stored over NFS on gigabit and I can't do much about it because of how the network designed
if anything making the switch to opensearch wouldn't be worth it tbh
in the last 10+ years have had 2 days of downtime. and 90 % of that was a major core network failure when there was nothing producing logs either
You should go work for github to pump up their numbers
and I upgraded the cluster from elasticsearch to opensearch 100% online, too
no, it's all my custom stuff. I've had to develop quite a few admin scripts and stuff...
for example, archival of least used logs into more compressed storage with about 30:1 compression ratio...
I'm thinking about revamping the user access management soon, which will be a major task. at this moment only admins can modify ACLs, but I think allowing a manager responsible for a system to manage access to the logs of that system is better in the long run. takes a bit doing however.

Is the VPN down?
Welcome to the HTB Status Page
The problem I have with using VMs is that at work our developers have to work on 10 or so services. Every service has it's own vm and database. Well, now you have to set up and maintain 30+ VMs with patches, Debian upgrades etc
And I am not even talking about redundancy here, just a vm for the service running in docker, a database vm and also qa systems to test ...
They probably shouldn't work like that
No, shouldn't. But I have no better idea how we should. If you delegate maintaining the Infra you have to coordinate downtimes and service dependencies. Which will suck. Staying like this sucks. Usings Kubernetes would suck, too
If you have an idea though what wouldn't suck for a small team I would hapily suggest them to change the process 😄
you'd either get some container orchestration done, or you cram most services in one VM. it's bad for prduction needs, and "incorrect", but would solve operational needs for development.
Kubernetes is the solution
Rke2 makes it easy with it being batteries included
Same with k3s
qemu from cli is the solution ദ്ദി◝ ⩊ ◜.ᐟ
Rancher has a good UI to make it not suck
bro who needs patches, personally i let the russians ssh in
Rancher, the open-source multi-cluster orchestration platform, lets operations teams deploy, manage and secure enterprise Kubernetes. Request a demo!
if most of the dependencies are stable, and don't require changes all the time, and developers work least with them - they jsut have to work - cram all dependencies into one VM, and have the other one where the developer actually works to another one. ugly but works.
Containers are pretty good for that tbh, they're not as heavy as VMs
uh, I gave claude code instructions.. it has been thinking now for 15 minutes, nothing done yet
Yeah, kinda agree. The problem is just that our server infra guys said "nah it's overkill though" and network also is kinda sceptical about it probably bc. then we essentially bypass our dc firewall and need to implement microsegmentation in the cluster ... and when devs begin to manage firewall policies it can quickly get bad ...
It'd be better to have something overkill because you won't have to put in as much elbow grease to scale
Rancher, the open-source multi-cluster orchestration platform, lets operations teams deploy, manage and secure enterprise Kubernetes. Request a demo!
I've used this and have had barely any bad experiences with it
My only complaint is mixing manifests and helm charts but that's a skill issue tbh
And finalizers on some pods
Imean scale from users perspective is not a problem. Like our only customers are internal employees and around 15k students max
@terse dirge can you send some good resources for programming
Like learning programming, youtubers for it
Anything you have
And sure as hell we are nowhere near 1000rqps
You usually have resources for this stuff
How the hell are you not already running kubernetes or some complicated architecture in the cloud???!!
Uhhhhh just look on GitHub I guess
Just run docker compose

What specific language?
Any
Python, for example
What would you recommend for python
Of course we do ... problem is where do you need to run docker compose? Oh yes, a VM ...
uh I have Claude talking about itself, how it discusses stuff with Claude, in 3rd person
LEARNING PYTHON PROGRAMMING LANGUAGE
a cage
Idk find projects you wanna do and do them that's how I would do it
Once you need 30 vms for your workloads, then yeah, most likely easier to just go with kubernetes or docker swarm
Bc. 1. As I said it's small because the traffic itself is low. 2. Because we are a public institution, we kinda have to run on prem because data protection and burocracy and also the infra was always on prem so it would not be an easy task to migrate to cloud. It's slowly shifting towards state offered datacenters/cloud, but it's still a slow process
But if you have 1500 users, I dont see why you need 30 vms
Ah its 15k
I mean we could probably run a single docker compose node with all the services. The problem is if we needed to update the host or if it fails every service would fail, too ...
As I said just having the people doesn't really correlate to traffic for us. We are mostly maintaining a self service portal so students and employees can access various IT services from our university. Some students don't even know they have access to IT Services, some use them extensively ... its weird man
A single docker compose...? 💀 Check out k3s
K3s is lightweight kubernetes and I'm sure you can configure persistent volumes with longhorn out of the box
Then its not even 15k concurrent users I assume
No it's not
Nowhere near.
Our normal website is only 10req/s
😂
Backends kinda similar
10 req/s and you are already 100x over-engineered
So you run like 30 vms I understand correctly coz you run diff components?
On diff vms?
Yeah
my lemonade stand requires a landing strip, too 
Or why you need 30, seems an awful lot for something which has 10 req/s. my laptop can do that
Does your lemonade have kubernetes in it?
it's bare metal 
Yummers
Bare metal kubernetes is based af
I did manage a bare metal kube cluster once, everyone hated it
Everybody gangsta until worker node complains about hardware quotas and shit like that
Was it harvester HCI or open shift red hat?
see Ivan, first you take a Windows server. then you enable HyperVM. install RHEL server into it. Enable VT-X passthrough, and on top of the RHEL you install Openshift. There you will install a k8 farm, and host your containers. See, in soviet russia containers run you. 
I've never tried open shift redhat so I can't speak on that
Or whatever red hats HCI solution is
Hi guys
The problem is basically deployment and because boss doesn't want one single point of failure ... one big vm would resource wise be enough for our services, but yeah they don't want to do that because risky ... also Database. I suggested running a single database server, but then it was this concern and as I suggested using a HA setup then it was "but that's overengineered and nobody in the team could manage this except maybe you" 
It was our dev cluster we got from infra, we had to manage ourselves, I don’t exactly remember what it was, it’s been quite a while
I've run services for similar amount of users from a single server with no issues. we just had some saturdays a service break to update & fix everything
It was probably whatever redhat had at the time then or I think octo (whatever VMware had for their HCI solution)
You could have redundancy, just run 3 docker compose and load balancing… seperate the db and shit, it’s a bit of work, but still sounds like overkill
... 40 minutes later Claude is still thinking, and not a single working line of code produced 
Ask it to think faster
using up all your tokens for the day
Yeah I am not happy at all with the situation ... it's just a bit too much work for too few people and rigid structures while still wanting to be agile etc. etc.
Like an enthusiastic, underpaid junior wanting to break into cyber security
yeah I'm pretty sure the task I gave it will not finish before I run out of my tokens for today. one prompt per day I guess...
the task I gave it is pretty complex
a post-doc researcher would probably work manually on it for a week
ദ്ദി◝ ⩊ ◜.ᐟ
yeah run out of tokens, not a single line of code written
Good lets use our own brains
(╯°□°)╯︵ ┻━┻
It is extremely boring
I get bored so easily
Its why ive worked so many different weird jobs
knew that would happen

i now have an inventory of 11 distinct vulnerable kernel drivers that all allow user-mode to map physical memory, all signed and not reported anywhere
i wonder if i should burn them
buying the exam voucher doesnt include access to the course?
Become good x)
When do you graduate Ceald
nope
... and the claude said what it just spent 45 minutes thinking about doesn't work at all, and is not redeemable 
so wait
it worked for 45 minutes
gave smth that doesn’t work
and session limit reached?
Sounds perfect
That’ll be 250k dollars
yeah. and it didn't write code. it just thought.
it debugged the code "thinking" about it
that happened to me as well
good thing I didn’t pay for claude
to its defense the task I gave it is actually hard.
would make sense if it broke thinking for 45 minutes lol
codex thought for 50+ once
gave it a heuristic coding problem
bro did quite well tho
I'm implementing a specific algorithm. I don't think this algorithm has any publicly available implementations. At all. It's quite a bit bleeding edge.
could you DM me the name? I’m just curious
Oh this would make a challenge for HTB as side effect. Sadly it might be unrealistic anyone would solve it.
INSANE CODING CHALLENGE
like crazy fast dijkstras that chinese students madr
I will not spoil this one. It's been a while I got to work with something that is conceptually so hard I can barely wrap my head around it, and I dabble with quantum field theory for fun...
ahh, no worries
Chinese salesman wants to visit the 12 cities, help him find the shortest route in polynomial time

jk jk
@balmy basalt did u send me a friend request perhaps?
cuz there are some people who impersonate others and fr other people
okay, nope u didn’t
I think that has been mentioned several times in the past months. I mean people impersonating as nightwolf56.
I'm not surveilling this chat 
yeah, their username was oxnightwolf not 0xnightwolf
Secret || in a year if I passed these classes and went full time (not happening because of other stuff) ||
I'll have to ask if I can get incompletes on these current classes and I'll probably have to transfer over to a university instead of community college later for bachelors
or just a Mcdonalds employee
wow after 55 minutes, it wrote 3 lines of C
there's some headers and tests around it, but 3 lines of actual implementation
more than me ong
what u building?
Got a new CVE
ggs
so are you unabomber 1 assuming unabomber was the original
blog where
Clanker

Saturday afternoon, what are we all hacking today?
Unauthed Account takeover
Nothing, just reading through the Linux PrivEsc in Academy ... booring
nice x)
last ones i had were command injections
by force visiting url?
nah that wont work
i guess i wiill read the blog once it comes out
boast on Linkedin 
what else is linkedin for?
fake motiovational stories
no thats side quest
you can do business in DM
what kind
fatso
Does season 11 start today or is there a break?
golam71 the destroyer
Break
Thanks
Hii guys! Actually I wanted to recruit members for my own team. But while posting the team, I saw that I can only recruit for HTB CTFS team. Can any1 help me?
?
how many machines do i need to become skid rank
like 3 active easy
okay
passed?
no they just felt bad and gave it to me
gg
7 days to finish it though
Lool
if u given 7 days might as well use it all to secure the pass
did u take off from work/school to do it?
Claude is still thinking 
hello
hop on island defense
Yes took a break some flags got me thinking but i found every single vulnerability and not just did flags path haha
nice
hi
Sicetify perfect theme.
anyone here is good at digital forensics?
DM @mortal forge he's a DFIR specialist
oh damn
im having a hard time cracking a veracrypt file container lol
cracking a veracrypt hash is like waiting for the portal to narnia to open
noooooo
i'm in my own narnia already
yo gng someone knows how to protect yourself from doxing in discord? Dm me pls
Yes.
Step 1: Don't put your personal info on discord nor share it.
Step 2: There is no step 2, that's it.
Voila! 
Hello everybody how are you doing
Spicy 
Good and you?
@alpine nimbus Ah great made myself a coffee just finished the linux fundamentals module and I wanna go rinse and reapeat now command by command to learn more. I call feel this day is gonna be just awesome. What about you?
tbh you shouldn't. running commands not having any real reason or something to accomplish will not make you learn much. the stuff in that module is something you will get practice later on when you do more meaningful stuff in the next modules.
gm rage baiters
he knows
@scenic maple is the master baiter 
Oh okay so what do you suggest? Just do the networking module then
your aim is to get to the actual hacking part. then you struggle with some commands, go review the previous modules.
Noted and thank you
9000 dollars for what?
ppl still use chrome?
Work doesn't allow us to use firefox on our base 😭
ufff hah I would need to self my kindey for that xD
interesting, why?
Compliance and control, easier for them to manage Chrome and Edge on our base, and then we can run whatever we want within a VM, but honestly even then I am just using burp chromium
seems pretty absurd but maybe im missing something
if atleast all ur browsers are up to date i se no issue
Something something ISO 27001 something something
silly grc
nah i have the exact method for the password as well (it was given as a hint). but its still coming out to be wrong 😭
i have the exact specs of the password but i still can't crack it 😭
i don't understand where im going wrong with it
No machine today?
Nope
are you feeding it through the correct key derivation function? there are several available at container creation time
I was given about 26 files and asked to identify the VeraCrypt container among them. I found it cuz it had no file extensions in the name and had exactly 250 MB size. The hint said the password was the SHA 256 hash of the same filename and extension.
Since there was no file exntension, I hashed the filename exactly.
are we helping you do a job application test
what did AI tell you? 
there must be extra step. usually veracrypt isn't used with something like sha256... PDBKF2 or similar is used to derivate the actual encryption key. might be the password fed to key derivation function is the hex string of theSHA256
But it sounds like if they told you that you need an extension then well, you need the extension
Can I DM you?
hell nah dw
It was just a random task given in my uni. Up to anyone who can solve it. Just for practice lol
I just wanna make an impression on my profs
So I'm tryna solve it.
I'm pretty sure veracrypt containers don't have one?
I'd feed the SHA256 string into an actually correct key derivation function
or the sha256 API of said key derivation function (also exists)
Most likely the volume uses PBKDF2-HMAC and you have to feed the SHA256 HMAC into it correctly.
Could I DM you about it?
I can show the exact stuff.
I'm a bit busy vibe coding 
Won't take long
What you vibe coding today?
I found an extremely interesting new algorithm from bleeding edge scientific literature, and I am trying to implement it
Damn, and here I am just free range coding a leptos app
every web framework claims they are the next gen new shit
but they always steal ideas from php
I did alot of laravel / vue / tailwind
im gonna try out the copy fail cve in a couple days
on my homelab
Everything good and everything terrible came from PHP man
node has "knock offs " trying to be laravel
whatever this thing is
but laravel now is just a damn power house
hi ☕
node has a point tho why learn 2 diff languages for web dev
damn
Not sure if you were talking to me lol. But leptos is a rust+WASM framework that allows you create some really interesting applications with a mix of SSR and CSR via the use of Island architecture. Super cumbersome to do but fast, type safe and fairly security concious
yes not saying node is bad but it's much more practical when you compare it to php / js ecosystem
doesnt astro does the same?
....
Using it for a custom blog and projects site for my professional profile
just looking at my badge 
Yup! They came up with the name as well iirc
any reason to go with leptos itself?
Yeah bro I was just curious what languages you code in
where would i find said key derivative function tho?
Mainly just wanted to use rust, I feel really less inclined to use PHP, JS, Python, or even Go really in the age of AI.
they said the password for the container was the SHA 256 hash of the file name including the extension
It just happens to have a modern architecture and the use of Rust+WASM allows for very fast and efficient applications when built correctly
I have used a bit of everything over the years, started with PHP, C++ and Bash, done a handful of little python projects and Go projects.
the damned brown nosed clanker...
guys just a quick question any "small noob project ideas" for a homelab env. I managed to convert old router to an access point and I wanna do something else just to get the ball rolling
Played about with C# a little, did a little of brain fuck, JS I just well hate
That's the way c++ is always good to make some projects in it betters the perspective on the code and how you build stuff, php is standart ( my first scripting language so ❤️ ) but amaizing dude rust I never personally used
how do i download more deditated wam to victim machine so linpeas run faster
I like rust, it has a great compiler, has a lot of modern features that makes it familiar, while also attempting to fix issues that others languages have, and when you start looking into tooling you will probably see that all of the fastest tools are rust tools. But it is also a pain to use, and if it didn't also allow me to flex on people/make for interesting interview discussions I would probably use something else just to get my projects going quicker 
Defenitely gotta flex on them ops and haters HHAHAHAH
show em the GUNS
But it is fine, once I am done going to have a sick blog and project portfolio website to set myself a part from all the other security consultants
And only the CSS/Design system is going to be AI 
That's a wise move dude send me updates tho 🙂
ah css design can be done AI is a bit "drugged" when doing styling but it's not like horrible
honest advice keep it simple monochromatic and easy life
Yeah I am just not a web designer myself and a lot of my CSS/old websites looked a tad dated. It did a fairly good job taking my designs, choices and logo in to consideration while creating the system, so I am overall happy with it, but it does have a few AI-isms that I need to fix because they are a bit blatant
Is for example what the basic nav looks like with my logo that a real human created
I mean not the end of the world for a start it's probs more than good to establish the "concept" of the site
Capitalize the menu item text and just finish the site you can "polish" it later
lets play
WASM is essentially just a translation service to get the interactivity without writing javascript. So for example, that boilerplate leptos button only uses WASM here:
/// Renders the home page of your application.
#[island]
fn HomePage() -> impl IntoView {
// Creates a reactive value to update the button
let count = RwSignal::new(0);
let on_click = move |_| *count.write() += 1;
view! {
<h1>"Welcome to Leptos!"</h1>
<button on:click=on_click>"Click Me: " {count}</button>
}
}```
The web would be a better place if we had we components and some form of template language from the beginning ...
It would be better with no scripting at all
I imagine we will see a resurgence of old tech, with how shitty things are getting
IRC revival will be glorious
I would be so happy to see IRC back in action
Tbh webapps aren't the worst, it's a better developer experience to build uis then traditional uis
how does it modify dom tho
Don't get me started on how Cheng Zhao ruined desktop applications
Cheng who?
Cheng Zhao, he created Electron to create the Atom editor at Github
try qt designer for an app, and revise your comment
electron creator
formerly known as atom shell
lets people write desktop apps in javascript
😄
atoms hell
You wanna say you guys don't want your chatapp to use 10 gigs of ram because it runs a full on bleated browser? But that's technical advancement!

did 2 pints of ice cream for breakfast today
is eating icecream the way of finding vulns
I like how you have water as a drink, to watch your figure
size reference
Also it's protein ice cream
😄
Fair point, but the last time I tried to style a button it was meh ... also, does it support components so for example building a custom button and reusing the design in another app? Or are you talking about Qt Quick and not Qt Widgets?
is that fruity pebbles at the bottom
yep
So from my understanding when you build a project that section will be turned into wasm, a wasm binary will get downloaded into the browser when you load the app so then when you interact with it, it will run the logic/update the dom. In this case by changing the number when you click the bytton
protein powder - 260 cal 50g protein
Almond milk - 60 cal
Fruity pebbles - 190 cal 55g carbs
chocolate syrup - ~210 cals 15g fat 18g carbs
'OpenAI recently gave its popular ChatGPT strict instructions: Stop talking about goblins.'
I'm gonna talk about goblins even more
Glad Im not the only one

Looks exactly like me
Good morning
ello ello
Ello
elo
replace that water with a DC and you have my yesterday's dinner 😭
I'll be writing more blog stuff

my attention span is fucked nowadays from playing all the competitive shooters and scrolling on youtube shorts

this makes me want to get back into FPS
you shouldnt
because I was absolutely the slide-cancelling quickscoping dolphin diving piece of garbage that pisses everybody off
@zealous charm wygd if I quit hacking and join FaZe Clan?
I was gonna play RoN , ended up still working on a project ...its 9PM already
I’ll quit and join you. We can move into a hacker/streamer mansion
im gonna quit gaming for a week
I have played lately the Arena Breakout Infinite. It's kind of competitive PVP game. A bit rough cough... But I'm taking it chill even I get sometimes wiped
ah yeah that game is filled with hardcore players
It's so silly to see a squad of 4 men get wiped out coming around a corner
By single actually good player

2-3 of my online friends play it very regularly (almost daily i think) ...and they're pretty well experienced in AB pc and phone both
I got yesterday my first actually POG snipe though... I'm not much of shooter from distance... But I tried it.. And it seems very satisfactory when it succeeds. One single bullet, fully armored guy, one kill.
demn
lastly i played BF6 in multiplayer shooters
Battle Field has exquisite assets. Shame they have been running the game down with poor gameplay design
Oh Bad Company games were fun
Since them they have been trying to make BF the COD, which has alienated a lot of players, and they have no idea how to run a game...
BF had more distinct personality, and especially conquest mode which COD has no answer to. But no, they had to commit resources into stupid stuff like the gun master.
ikr
conquest is great because you can play it chill on the edges.. or go into the hot spots.. in the same mode. you can alternate even during a match.
also conquest is the only mode where the support roles actually support anything
Almost a 1km headshot from BF6
BF6 maps are smaller compared to older ones
I can't recall what my record was, but probably closer to 2km... but in some of the older games
Nice
the one with islands on the sea.. was it on BF3
Even I don't remember it's been a while
the arena breakout infinite is really rough because you >99% lose your equiped gear when you get wiped. there's no insurance or anything. the only case where you get some back is that your teammates bring your gear out
Wish if they would revive the Medal Of Honor tho ...man , it was so good too
yeah
Made some needed edits to my blog post so there's working links that make sense now lol
I have been experimenting building trash guns well, trying to get really cheap guns work outside their ordinary performance area... it is kind of possible
Medal of Honor: Above & Beyond on VR was fun tho
ah yes
M14 for example. very bad gun stock. modify it enough it can single tap enemies and be near silent. still costs less than many of the really good guns with stock configuration.

I think I dug my way into a Kobold rabbit hole 

Need a hint?
Ask in #boxes
I'm good for now thanks, will keep trying to take this somewhere
gotta say grep/find + regex combo is just insane
yes
simply amazed what you can do with it
i have made a rust tool for that (i made for fun/tympass) but ripgrep exists
ripgrep lemme google that
i just finished a box and wanted to know if people found any unintended, what's the right place to ask?
grep with a big turbo haha
yes lol
https://github.com/Karmanya03/Ferret-rs
u can check my tool too , its similar to ripgrep but a few features up n down ,but as i said, i had just made for fun/timepass coz i was bored on a weekend xD lol.
No judgments brother lemme make a coffee and ill look at it 
sure , thx
"and you're staring at a find command that looks like someone had a seizure on their keyboard." HAHAHHAHAHAH love the desc

damn man you ate it alive
is that u in the pfp?
no it's christopher masterson, actor of francis in malcolm, someone told me i look like him
oh damn never heard of him lol
i feel more accomplished when i go to the gym later and leave earlier than the people there
I'm having a smoke and thinking about what to write
then again some people will be still there when you have given up and left 
i havent given up
im just optimal
a natty can get away with minimum 8sets for strength training
you never watched malcolm in the middle?
Some people aren't American
nah were all american at heart
nah
im in the uk
excellent show really, it's very fun
i watched it about 5 times i think
might give a watch then, ive never been one for american sitcoms
i think i only ever watched big bang theory
I picture UK tv just reruns of mr blobby, shawn of the dead and that one comedians show that looks like a puppet
Jimmy car or whatever
great show too, love the characters
Malcolm in the middle was a great show
oh and ricky geravis 
oh i just looked it up, isn't that the one with bryan cranston as the dad?
Brooklyn 99 has captured my heart
Yes
Cool cool cool
i want it that wayy
their show has the best gifs
Time to see if i have enough patience today to hack 4 easy boxes
ain't nothing but a mistake?
Lookin rough its only 12:30 and im tired as fuck man
U work on a farm what
no lmao
im too twink for that
i live next to a massive farm
and they sell stuff
Hey, what is the channel to report a target that it is not spawning
?
yup that's the one
very good performance by him, reaaaally good
he's such a good actor
oh i get them all year, mostly buy eggs and chickens from em
defo, loved his role in breaking bad
meh, I didn't like much breaking bad, although i was young so maybe I'd have to watch it again
i think its enjoyable
not like the best best but would watch again
fellow twink 
ngl i regret i went to the gym to do leg day. i think in the future ima just do whatever the fuck this is
I live in a city, though we have 2 farmers markets on Saturdays, the crowds make it unappealing.
yeah ok that's decent
In the summer, we spend time at the cottage and there is a local farm
ah I see
that sounds nice!
is it a rented cottage type of thing?
why femboy when u can be bear
Do I have to choose
i think it chooses u


I need to just wait until my boyfriend goes to sleep lmao

I sit down to write, I put on headphones, 30 seconds later "hey hon can you go to the store and grab x"

.
bruh the 2nd picture is fire
don't worry they are only lights, not fire
Is 64GB RAM, a 5090 GPU, and Ryzen 9 9950X3D enough for HTB?
No
Okay, what do I need to upgrade?
You need at least a $10,000 computer
Let's make it $20k then
You’re just messing with me. 😔
Idk all this computer stuff I just wanna know if that’s what I should be buying
some people hack with like $300 computers lmao
But what about running VMs?
Okay. Idk I’ve been getting all my info from google Gemini ai and it said I needed more ram
Booo
it's lying
Everyone needs more fucking ram there's a shortage
Alr

I would probably game on this than doing HTB ..or perhaps make Homelabs/Server/or host AI models locally lol
Ye it’s for 4k 240Hz gaming but I wanna do htb too
So do I need more?
lol

lol as if
I mean I’m not gonna find out what I need if you don’t tell me…
you can run VMs on a chromebook from 2012
talk to me directly loml
4k 240fps? In your actual god damn dreams
So what do I need for that to happen
That's so hardware intensive I can't even fathom it lmao
That's the problem, I don't know if it exists lmao
So what ur saying is I need to upgrade my hardware then
xd
There is no fucking available upgrade do you understand me brother lmao
nothing because there is no game on earth optimized well enough to run in 4k at 240Hz regardless of what hardware you have
^^^^^^^
Amd threadripper can that do it
like . do you get..... but he has to be patience itself
what
I feel like ai lied to me
So what should I be aiming for then?
Got this smiley melty guy as part of my larger sleeve completion yesterday 🫠
AI chatbots just send you text that is statistically likely to make sense. It doesn't have any knowledge or information to share with you. It just generates words on a screen
Is it too overkill or just right?
what did you ask to the ai to be saying to get a threadripper 😭
like using a chromebook 2016 is going to be so slow
then how come it fixes like 80% of my problems
Are you actually complaining about your steak being this fucking juicy brother?
Uh I just knew that was like the only cpu above ryzen 9
Well someone I know says I should downgrade it
because you have simple baby problems that you could've solved by cuttng up a dictionary into tiny pieces, throwing on the floor and reading the random sentences it made
Someone you know is a moron lmao
you have a good computer for now
Yeah man let me engine swap my car to a golf car battery
So you’re saying keep this exact set up as it’s necessary?
DUDE
XD
I'm begging you to think critically with me here for a second
your computer is good bro
If you have excellent components that are very expensive and everything works well and runs well.........
What do you think..
unless your going after pentagon
Yes but like the expense is the issue like am I paying too much for minimal improvements?
Correct
There's a plateau
And brother you're fucking at it
Your PC will be fine for decades
Please please please understand me lmao
Decades? Multiple?
YES
Oh wow
COMPUTERS WORK FOR A LONG TIME IF TAKEN CARE OF
I was expecting to upgrade after 7 years
That's the caveat you just have to take care of it
Man just buy a laptop from a guy who know a guy where it feel of a truck for 150 eur and be done with
just buy a second hand thinkpad off ebay
Some people have dead raccoons in their computer so y'know,
Okay thanks. I’ll probably keep it. Is 1600W PSU too much tho?
I'm going to shake you
Once again, "what do you think too much means"
Somebody call an ambulamb
Are you worried your computer will have too much power?
That's not how power supplies work friend lmao
By too much I mean so unnecessary it only costs more offer 0 improvement.
a PSU doesn't offer "improvement". It satisfies the power consumption requirements of the components.

When you're hungry do you shovel your whole fridge into your face at once?
Or do you just grab what you want lmao
HAHAHHAHA
Alr alr I’ll just leave it alone
yes
It's an analogy for how power supplies work lmao
Trying to figure out where is the best place to get support for the CPTS Certification package since it's been purchased for a while with no movement
Computers do not draw 900 watts or higher at all times
That's would be NUTS
That's the capacity
The ceiling
it takes ages just wait
So my psu is too much that’s what you’re saying?
How are you getting that from my words lol
I’m slow
It's okie
😔
Are you new to computers in general

you might want to have 1kW PSU because the larger ones run more efficiently.. their efficiency lowers once you go past 50% usage. however it's only couple percentages, and most gaming righs really need only 500-600W in reality
Yes I didn’t even know what vram was until last week
1600W? what are your other specs?
Aight word
I’ll send the list if you want
Yes please do

-
CPU - AMD Ryzen 9 9950X3D
-
GPU - NVIDIA GeForce RTX 5090 (ASUS ROG Astral)
-
Motherboard - ASUS ROG Strix X870E-E Gaming WiFi AM5 ATX
-
Internal USB Hub - NZXT Internal USB Hub (Gen 3)
-
RAM - 64GB : DDR5 : 6000MHz : CL30 : Corsair Vengeance RGB
-
Storage - 2TB Kioxia Exceria Pro G2 (Gen 5)
-
PSU - MSI MPG Ai1600TS PCIE5
-
Case - Lian Li O11 Dynamic EVO RGB
-
CPU Cooling - NZXT Kraken Elite 360
-
Fans - Lian Li UNI Fans (SL INF) (x10) (3-Pack Standard, 1 Standard Single, 6 Reverse Single)
-
Thermal Paste - Thermal Grizzly Kryonaut Extreme
-
Display Cable - DP 2.1 : UHBR 20 : 4K : 240Hz Signal
So there's a couple things that need to be understood about computers before you start digging into "hacking" lol

Holy
I was hoping htb would like guide me from 0 to 100?
if this is your current computer.......
you DO NOT NEED anything else
This is out of my range of experience
it won't teach you EVERYTHING in IT
lol mine too
It assumes you know about computers a little
I know like basic python
I mean I took comp sci

At some point you should guide yourself x)
an you have this pc?????
Comp sci is very theory
true
I just wanted to learn cyber security 😔

You can
You just have to know about computers
That's kinda the whole deal of cybersecurity haha
They are not separate

Ye I just want to learn some stuff before I go into a degree level apprenticeship as a cyber security analyst or smth
Maybe go through COMPTIA a+ modules first dm me I send you udemy course or professor messer youtube playlist
Is that for beginners?
I have a blog designed to help new cyber security analysts
It is
plz sir how to hack instagram

The A+ is truly 0 to something
its fun
It's everyone's first cert
Okay.
Yes you will learn what the components do and the let's say prerequisites to get started with computers in general
Sup, nice profile pic
I took it years ago, my teacher hucked markers at me
I know what a cpu does kinda
Gpu makes the pixels?
That processes graphics
it has been ages
so is there a support email I can message?
Not pixels
wait for more ages
I know so little 😐
Im fine.
hiii thanks c:
im trying to improve my approach to life
So is there any staff here moderator here that can assist me with a contact not just a random saying stuff.
Y'know like video games
hru homebrewer
Which I love
Don't be stressed by not knowing get comfortable with it it's not that scary start learning
it's not an HTB product. it's a 3rd party printing company. read your emails.
Do you need to know all the component stuff to be good at cyber security
Well yeah
all I can see is the shopify stuff, so htb would know the vendor and have a contact email. Which is why I'm asking for a contact
I’m surviving. Hacking fun stuff when I have time, hacking work stuff when I have to 
I'd be sad if I met another analyst that didn't know what a hard drive was
my thoughts exactly
Oh nice ^^ i made a morse code c2 recently
Need to speak to a person? Learn how to reach our support via HTB Labs.
I need to know at least some stuff if I want to pass a degree in cybersecurity. I’ve got about 2 years before that starts tho
I'm happy to help explain
That is non-volatile data storage right?
That's the name of the physical place where non volatile storage is yes
You’d need to start from the beginning lol

Like a hard drive is a device
You think I'm afraid?
I think you’d be fed up by the end of it
take an a+ course ^^
I have infinite patience
I've spent years working with the elderly and the disabled
@molten bobcat I need 10K to make rent help me out
guys i passed a+ after 3 years of studying
I’ll look into that stuff
I am glad you want to learn!!! Watch the playlist and google search the things you hear the first time ( buzz words, unfamiliar words - pen paper write down ) rinse and repeat
hiii brd
hey!

ur pfp is crazy as always
Alr thanks
im trying my best man
I'm happy to help with anything
thank you
Best of luck man seriously start today 😄
Okay I’ll think about that. I gotta get my exams done first tho they finish June
thats great tho, atleast u cleared it
All good
thank u so much
i was joking
lol
I'm not saying I'll privately tutor you I just spit out answers when a question comes my way on reflex
Well I’ll get my gcse exams done first since they’re about to start but then I have all summer to learn stuff
@molten bobcat I ran out of milk can you lend me 10K to go get some Im good for it
This is a specific ask

What’s the integral of 1/sin x dx?
hi kami hru
😔
You trollin now
lol
tired ima get fried and go through all of my bookmarks that i said id read later hbu
My mathematics are better than my computer knowledge
wait until he reaches Calculus and Advanced Calculus
Math is my weakest subject
Talking to me or someone else?

https://c1oudbased.github.io/
Shameless plug but I also have a blog geared towards new analysts
The intent behind this blog is to guide those who wish to defend networks and endpoints.
After advanced math make sure to learn madarin for extra flex points
idk math
That sounds lovely x)
Im on another plane ride
😭
Then when i get home study cape
bros grinding certs like theyre nothing
I’ve only been taught power rule for differentiation but I taught myself reverse power rule + quotient rule so far
I don't know much I am just a little east europe blyat
after leaning all this, will you use it for hacking?
Hi chat
probably not ..lol
Well the guy i mentor has CAPE and u know it just doesnt feel right 
@supple plume my blog is ready
Uh I’ve never tried to hack anything but unless someone’s password is the derivative of 5(4x^5)^7 probably not
u mentor 0x72?
👋
is that his name i forget
Yea!!
I just got homeless
lucky guy
I didnt know if you knew r
OOF, crazy
wtf?
man
yeah he is my protege? Idk the word
ah
Idk I like to share my experience
Okay well I appreciate the help everyone, I will probably keep the current components I have planned to purchase. If I ever need help in the future I will be sure to return to this community. 👋
no worries, just feel bad
I felt bad before too but now I feel more optimistic
YOU CAN DO IT ECHOES
I BELIEVE
you got scammed?
where ya at are u in america
Spain
I don't want help from no one here
oh well fair enough
that's good news then
oops, got dm'd the contact. I can leave this discord again
How you manage to get a worse pfp every time
Viva españa
Im curious what comes after that ine
i need a job😭
I'm not agreeing with that one
Man I will be going to erasmus later this year is spain that bad :C
I operate in totally different dimensions
Hablas español?
can't be worse that eastern europe
si hahaha
De dónde eres?
Barcelona
Huh
Ah qué guay soy de Inglaterra pero estoy aprendiendo español en mi cole.
Good!
Gracias. 😁
Aprende chino mejor
Aleman mejor, mia san mia
anyone online?
yes
can i know your age bc i am 13
Get Started with the HTB Beginners Bible: https://www.hackthebox.com/blog/learn-to-hack-beginners-bible
is anything bad?
use the link above
alr
not really, but like
people can target minors sometimes
oooooo
also, make sure for your parents to sign the parental consent form if you are going to use HackTheBox
yep be careful
Ye better to keep oneself private
i think u need to do some form
for now can u be my friend so i can sak some question to u
yes
this server is soo friendly
HTB's form is fucking hilarious to me
I get it, but it is so funny when people get hit with it
lol
it goes back and forth
can u be my friend for now plz
ooo
can't, sadly
I don't know you well enough
i wont do anything bc i just ask u some queston
ask them here
Its better to ask here
alr
people will help




