#general

1 messages · Page 694 of 1

fickle kernel
#

It’s not terrible, but pretty bad

terse dirge
#

real ones use surrealdb

rose onyx
#

Yeah but mongodb is web scale ready

terse dirge
#

I tried containerizing mongodb and had no success for some reason

fickle kernel
terse dirge
#

specifically with kubernetes

#

but docker works fine idk

rose onyx
terse dirge
silver forge
#

mongodb scales pretty much as well as a bucket full of warm snot

terse dirge
#

I thought acid compliance was atomic immediate writes not that crap where it's "oh I'll write later" kek

silver forge
#

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

vital linden
#

but have you tried the harvester?

terse dirge
#

a bit

vital linden
#

but have you triedit

#

you should really try it

terse dirge
#

I haven't messed with the VM orchestration features yet just set it up

vital linden
#

have you tried kubernetes

#

you should install elastic

#

fuck wazuh

terse dirge
#

I'll probably get it up on a PI 4

vital linden
#

or something idk

terse dirge
vital linden
terse dirge
#

longhorn works best on at least 10 gig

#

elastishit requires a bunch of disk writes so that over gigabit is a nightmare

silver forge
#

I have some 50 terabytes of logs in opensearch

terse dirge
#

yeah but I don't think opensearch is a full drop in replacement since it's a fork of elastic 7 or somethin

silver forge
#

it is full drop-in, if all you need is "elasticsearch", not the newer separate add-ons

terse dirge
#

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

silver forge
#

they made some substantial improvements in 2.x, not bumping the version... so it doesn't really compare

fickle kernel
silver forge
#

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

terse dirge
#

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

silver forge
#

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.

terse dirge
#

meh it's still java meaning it'll take 15+ minutes to start

silver forge
#

about 15 seconds usually

terse dirge
#

uhh not elastic right now, it takes 10+ minutes to start on baremetal

silver forge
#

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

terse dirge
#

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

silver forge
#

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

fickle kernel
silver forge
#

and I upgraded the cluster from elasticsearch to opensearch 100% online, too

terse dirge
#

fr

#

you using their cloud cluster crap?

#

oh nvm you said opensearch

silver forge
#

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.

gilded fern
west venture
#

Is the VPN down?

terse dirge
high cobalt
#

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

silver forge
#

They probably shouldn't work like that

high cobalt
# silver forge 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 😄

silver forge
#

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.

terse dirge
#

Rke2 makes it easy with it being batteries included

#

Same with k3s

frosty thistle
#

qemu from cli is the solution ദ്ദി◝ ⩊ ◜.ᐟ

terse dirge
tardy compass
terse dirge
silver forge
#

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.

terse dirge
silver forge
#

uh, I gave claude code instructions.. it has been thinking now for 15 minutes, nothing done yet

high cobalt
# terse dirge Kubernetes is the solution

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

terse dirge
#

It'd be better to have something overkill because you won't have to put in as much elbow grease to scale

terse dirge
#

My only complaint is mixing manifests and helm charts but that's a skill issue tbh

#

And finalizers on some pods

high cobalt
#

Imean scale from users perspective is not a problem. Like our only customers are internal employees and around 15k students max

meager kernel
#

@terse dirge can you send some good resources for programming
Like learning programming, youtubers for it
Anything you have

high cobalt
#

And sure as hell we are nowhere near 1000rqps

meager kernel
#

You usually have resources for this stuff

terse dirge
terse dirge
meager kernel
#

Ok

terse dirge
meager kernel
#

What would you recommend for python

high cobalt
terse dirge
#

Like Active directory?

silver forge
#

uh I have Claude talking about itself, how it discusses stuff with Claude, in 3rd person

meager kernel
silver forge
terse dirge
fickle kernel
high cobalt
terse dirge
fickle kernel
#

But if you have 1500 users, I dont see why you need 30 vms

fickle kernel
#

Ah its 15k

high cobalt
high cobalt
# fickle kernel Ah its 15k

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

terse dirge
#

K3s is lightweight kubernetes and I'm sure you can configure persistent volumes with longhorn out of the box

fickle kernel
high cobalt
#

Nowhere near.

#

Our normal website is only 10req/s

#

😂

#

Backends kinda similar

silver forge
#

10 req/s and you are already 100x over-engineered

fickle kernel
#

On diff vms?

silver forge
#

my lemonade stand requires a landing strip, too pepecoffee

fickle kernel
#

Or why you need 30, seems an awful lot for something which has 10 req/s. my laptop can do that

terse dirge
silver forge
terse dirge
#

Bare metal kubernetes is based af

fickle kernel
#

Everybody gangsta until worker node complains about hardware quotas and shit like that

terse dirge
silver forge
#

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

terse dirge
#

I've never tried open shift redhat so I can't speak on that

#

Or whatever red hats HCI solution is

zenith tide
#

Hi guys

high cobalt
# fickle kernel Or why you need 30, seems an awful lot for something which has 10 req/s. my lapt...

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

fickle kernel
silver forge
terse dirge
#

It was probably whatever redhat had at the time then or I think octo (whatever VMware had for their HCI solution)

fickle kernel
silver forge
#

... 40 minutes later Claude is still thinking, and not a single working line of code produced kek

fickle kernel
#

Ask it to think faster

meager kernel
high cobalt
fickle kernel
#

Like an enthusiastic, underpaid junior wanting to break into cyber security

silver forge
#

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

frosty thistle
silver forge
#

yeah run out of tokens, not a single line of code written

frosty thistle
#

Good lets use our own brains

meager kernel
frosty thistle
#

hru

meager kernel
#

exams nowadays

frosty thistle
#

nice

#

Aw school

#

I hate school

meager kernel
#

im bored of college

#

uni sucks

frosty thistle
#

It is extremely boring

#

I get bored so easily

#

Its why ive worked so many different weird jobs

meager kernel
#

too

frosty thistle
#

U will x)

#

become autistically good at one thing

meager kernel
#

😭

#

i only know a bit of cybersec

#

nothing else

silver forge
meager kernel
silver forge
#

hm perhaps I will use the credit card

#

credit card was super effective FeelsGoodMan

torn cedar
crimson elbow
#

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

hot pendant
#

buying the exam voucher doesnt include access to the course?

frosty thistle
terse dirge
#

College is ass for me too hellokitty

torn cedar
silver forge
#

... and the claude said what it just spent 45 minutes thinking about doesn't work at all, and is not redeemable pepecoffee

summer urchin
torn cedar
#

Sounds perfect

fickle kernel
#

That’ll be 250k dollars

torn cedar
#

Keep spending more money on the Ai

silver forge
#

it debugged the code "thinking" about it

summer urchin
#

good thing I didn’t pay for claude

silver forge
#

to its defense the task I gave it is actually hard.

summer urchin
#

codex thought for 50+ once

#

gave it a heuristic coding problem

#

bro did quite well tho

silver forge
#

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.

summer urchin
silver forge
#

Oh this would make a challenge for HTB as side effect. Sadly it might be unrealistic anyone would solve it.

summer urchin
#

like crazy fast dijkstras that chinese students madr

silver forge
#

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

fickle kernel
#

Chinese salesman wants to visit the 12 cities, help him find the shortest route in polynomial time

silver forge
#

jk jk

summer urchin
#

@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

silver forge
#

I think that has been mentioned several times in the past months. I mean people impersonating as nightwolf56.

#

I'm not surveilling this chat waz

summer urchin
terse dirge
#

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

silver forge
#

then you go for masters, then for phd, and then you'll ed up as unabomber 2 😊

torn cedar
#

or just a Mcdonalds employee

silver forge
#

wow after 55 minutes, it wrote 3 lines of C

#

there's some headers and tests around it, but 3 lines of actual implementation

rough mirage
#

what u building?

sturdy thistle
#

Got a new CVE

summer urchin
scenic maple
scenic maple
sturdy thistle
#

It’s not public yet

#

And no it wasn’t a local AI

#

Yet

scenic maple
#

yet*

#

whats the vuln tho

#

and how did u discover

sturdy thistle
#

Clanker

scenic maple
wanton kayak
#

Saturday afternoon, what are we all hacking today?

sturdy thistle
#

Unauthed Account takeover

high cobalt
#

Nothing, just reading through the Linux PrivEsc in Academy ... booring

frosty thistle
#

last ones i had were command injections

scenic maple
#

nah that wont work

#

i guess i wiill read the blog once it comes out

sturdy thistle
#

Can’t say

#

Wait

#

I will do an article

#

This weekend first olares article

silver forge
#

boast on Linkedin NootLikeThis

scenic maple
silver forge
#

fake motiovational stories

scenic maple
#

no thats side quest

mystic harbor
turbid goblet
#

Giving AI access to my bank and my stocks

#

All in baby

scenic maple
#

fatso

quaint sun
#

Does season 11 start today or is there a break?

gilded fern
#

golam71 the destroyer

turbid goblet
quaint sun
#

Thanks

tulip steeple
#

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?

turbid goblet
#

?

blissful jewel
#

how many machines do i need to become skid rank

turbid goblet
#

like 3 active easy

blissful jewel
#

okay

rugged dune
#

test

#

WOOOOOOOOOOOOW

#

that badge is saxy with my name

turbid goblet
#

passed?

rugged dune
turbid goblet
#

gg

rugged dune
#

7 days to finish it though

high cobalt
#

Lool

turbid goblet
#

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?

silver forge
#

Claude is still thinking hmmmHug

indigo haven
#

hello

turbid goblet
rugged dune
turbid goblet
#

nice

ocean gyro
#

hi

karmic elk
#

Sicetify perfect theme.

turbid bloom
#

anyone here is good at digital forensics?

gilded fern
turbid bloom
#

im having a hard time cracking a veracrypt file container lol

silver forge
#

as you should

#

if the password was actually strong, you will never crack it

raven rain
#

cracking a veracrypt hash is like waiting for the portal to narnia to open

turbid goblet
#

u never been?

#

missin out man

wind plank
#

noooooo

raven rain
#

i'm in my own narnia already

turbid goblet
#

trust me hogwarts is real too

#

just full sprint into a wall at any train station

deft glen
#

hi, can i ask a question about Dante here? or where

#

xd

turbid goblet
copper wedge
#

yo gng someone knows how to protect yourself from doxing in discord? Dm me pls

alpine nimbus
turbid goblet
#

challenge

#

oh its jax

#

z

ornate oracle
#

Hello everybody how are you doing

alpine nimbus
ornate oracle
#

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

silver forge
unique pilot
#

gm rage baiters

turbid goblet
silver forge
worthy cargo
#

master debater

#

cartman

ornate oracle
turbid goblet
#

hack a box

#

do ur first starting point box

silver forge
silver forge
#

only hacking matters hmmmHug

unique pilot
turbid goblet
#

ppl still use chrome?

stone marsh
stone marsh
ornate oracle
#

ufff hah I would need to self my kindey for that xD

turbid goblet
stone marsh
# turbid goblet 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

turbid goblet
#

seems pretty absurd but maybe im missing something

#

if atleast all ur browsers are up to date i se no issue

stone marsh
#

Something something ISO 27001 something something

turbid goblet
#

silly grc

rancid totem
turbid bloom
turbid bloom
#

i don't understand where im going wrong with it

vast lava
#

No machine today?

tiny heron
silver forge
turbid bloom
#

Since there was no file exntension, I hashed the filename exactly.

silver forge
#

are we helping you do a job application test

stone marsh
#

what did AI tell you? kek

silver forge
stone marsh
#

But it sounds like if they told you that you need an extension then well, you need the extension

turbid bloom
#

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.

turbid bloom
silver forge
#

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.

turbid bloom
#

I can show the exact stuff.

silver forge
#

I'm a bit busy vibe coding hmmmHug

turbid bloom
stone marsh
silver forge
#

I found an extremely interesting new algorithm from bleeding edge scientific literature, and I am trying to implement it

stone marsh
#

Damn, and here I am just free range coding a leptos app

ornate oracle
#

Happy coding bros

#

what language is that?

scenic maple
#

every web framework claims they are the next gen new shit

#

but they always steal ideas from php

ornate oracle
#

I did alot of laravel / vue / tailwind

turbid bloom
#

on my homelab

stone marsh
#

Everything good and everything terrible came from PHP man

ornate oracle
#

node has "knock offs " trying to be laravel

scenic maple
#

whatever this thing is

ornate oracle
#

but laravel now is just a damn power house

uneven beacon
#

hi ☕

scenic maple
turbid bloom
stone marsh
# ornate oracle what language is that?

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

ornate oracle
rugged dune
#

....

stone marsh
#

Using it for a custom blog and projects site for my professional profile

rugged dune
#

just looking at my badge pepecoffee

stone marsh
scenic maple
ornate oracle
turbid bloom
stone marsh
turbid bloom
#

they said the password for the container was the SHA 256 hash of the file name including the extension

stone marsh
#

It just happens to have a modern architecture and the use of Rust+WASM allows for very fast and efficient applications when built correctly

stone marsh
silver forge
#

the damned brown nosed clanker...

ornate oracle
#

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

stone marsh
#

Played about with C# a little, did a little of brain fuck, JS I just well hate

ornate oracle
turbid goblet
#

how do i download more deditated wam to victim machine so linpeas run faster

stone marsh
# ornate oracle That's the way c++ is always good to make some projects in it betters the perspe...

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 kek

ornate oracle
#

show em the GUNS

stone marsh
#

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 kek

ornate oracle
#

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

stone marsh
#

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

ornate oracle
#

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

scenic maple
#

altho i am curious what is wasm used for

#

in this

azure remnant
#

lets play

stone marsh
#

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>
    }
}```
silver forge
#

lol

#

the web is such a mistake

#

we should just erase it

high cobalt
#

The web would be a better place if we had we components and some form of template language from the beginning ...

jagged storm
stone marsh
#

Is how we would be living if javascript was never created

jagged storm
#

I imagine we will see a resurgence of old tech, with how shitty things are getting

#

IRC revival will be glorious

stone marsh
#

I would be so happy to see IRC back in action

high cobalt
#

Tbh webapps aren't the worst, it's a better developer experience to build uis then traditional uis

stone marsh
stone marsh
silver forge
scenic maple
#

electron creator

#

formerly known as atom shell

#

lets people write desktop apps in javascript

exotic pendant
#

😄

silver forge
#

atoms hell

high cobalt
# scenic maple electron creator

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!

scenic maple
exotic pendant
#

did 2 pints of ice cream for breakfast today

turbid goblet
#

is eating icecream the way of finding vulns

jagged storm
#

I like how you have water as a drink, to watch your figure

exotic pendant
#

Also it's protein ice cream

#

😄

high cobalt
unique pilot
exotic pendant
stone marsh
# scenic maple how does it modify dom tho

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

exotic pendant
#

protein powder - 260 cal 50g protein
Almond milk - 60 cal
Fruity pebbles - 190 cal 55g carbs
chocolate syrup - ~210 cals 15g fat 18g carbs

unique pilot
#

prob mixes good

jagged storm
#

'OpenAI recently gave its popular ChatGPT strict instructions: Stop talking about goblins.'

#

I'm gonna talk about goblins even more

frosty thistle
#

Glad Im not the only one

rancid swallow
ornate oracle
molten bobcat
#

Good morning

ornate oracle
#

ello ello

rancid swallow
#

Ello

rancid totem
#

elo

rough mirage
molten bobcat
#

I'll be writing more blog stuff

turbid goblet
#

shit i was gonna go to the gym but then i got high

#

do i go anyway

rancid swallow
meager kernel
#

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

maiden anvil
meager kernel
maiden anvil
#

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?

rancid swallow
#

I was gonna play RoN , ended up still working on a project ...its 9PM already

zealous charm
meager kernel
#

im gonna quit gaming for a week

high cobalt
#

That's why I play singleplayer kek

#

No competitors and rage

rancid swallow
#

same , peace

#

SP or Co-op Games

silver forge
#

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

rancid swallow
silver forge
#

It's so silly to see a squad of 4 men get wiped out coming around a corner

#

By single actually good player

rancid swallow
#

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

silver forge
#

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.

rancid swallow
#

lastly i played BF6 in multiplayer shooters

silver forge
#

Battle Field has exquisite assets. Shame they have been running the game down with poor gameplay design

rancid swallow
#

ya

#

enjoyed BF1 and 3,4 the most and ofc bad company ..who can forget that

silver forge
#

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.

rancid swallow
#

ikr

silver forge
#

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

rancid swallow
silver forge
#

I can't recall what my record was, but probably closer to 2km... but in some of the older games

rancid swallow
#

Nice

silver forge
#

the one with islands on the sea.. was it on BF3

rancid swallow
#

Even I don't remember it's been a while

silver forge
#

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

rancid swallow
#

Wish if they would revive the Medal Of Honor tho ...man , it was so good too

molten bobcat
#

Made some needed edits to my blog post so there's working links that make sense now lol

silver forge
#

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

rancid swallow
#

Medal of Honor: Above & Beyond on VR was fun tho

silver forge
#

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.

rancid swallow
quaint sun
#

I think I dug my way into a Kobold rabbit hole awkward

rancid swallow
quaint sun
#

I'm good for now thanks, will keep trying to take this somewhere

ornate oracle
#

gotta say grep/find + regex combo is just insane

ornate oracle
rancid swallow
#

i have made a rust tool for that (i made for fun/tympass) but ripgrep exists

ornate oracle
#

ripgrep lemme google that

pure terrace
#

i just finished a box and wanted to know if people found any unintended, what's the right place to ask?

ornate oracle
rancid swallow
ornate oracle
ornate oracle
#

"and you're staring at a find command that looks like someone had a seizure on their keyboard." HAHAHHAHAHAH love the desc

rancid swallow
ornate oracle
#

damn man you ate it alive

pure terrace
rough mirage
turbid goblet
#

i feel more accomplished when i go to the gym later and leave earlier than the people there

molten bobcat
#

I'm having a smoke and thinking about what to write

silver forge
turbid goblet
#

i havent given up

#

im just optimal

#

a natty can get away with minimum 8sets for strength training

pure terrace
molten bobcat
#

Some people aren't American

turbid goblet
rough mirage
rough mirage
pure terrace
#

i watched it about 5 times i think

rough mirage
#

i think i only ever watched big bang theory

turbid goblet
#

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

pure terrace
green kite
#

Malcolm in the middle was a great show

rough mirage
rough mirage
molten bobcat
#

Brooklyn 99 has captured my heart

green kite
rough mirage
rough mirage
#

their show has the best gifs

turbid goblet
#

Time to see if i have enough patience today to hack 4 easy boxes

turbid goblet
#

Lookin rough its only 12:30 and im tired as fuck man

rough mirage
#

bro i gotta go to the farm

#

its 5:30pm

turbid goblet
#

U work on a farm what

rough mirage
#

no lmao

#

im too twink for that

#

i live next to a massive farm

#

and they sell stuff

latent oak
#

Nice

#

Farm fresh is my favourite thing in the summer

shy narwhal
#

Hey, what is the channel to report a target that it is not spawning NotLikeThis ?

pure terrace
#

very good performance by him, reaaaally good

#

he's such a good actor

rough mirage
rough mirage
pure terrace
rough mirage
#

not like the best best but would watch again

frosty thistle
turbid goblet
#

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

latent oak
#

I live in a city, though we have 2 farmers markets on Saturdays, the crowds make it unappealing.

pure terrace
latent oak
#

In the summer, we spend time at the cottage and there is a local farm

rough mirage
#

is it a rented cottage type of thing?

latent oak
#

We own it… it’s not big, but it’s on the coast

#

View from the deck

turbid goblet
#

why femboy when u can be bear

latent oak
#

Do I have to choose

turbid goblet
#

i think it chooses u

latent oak
#

Heh

#

Por que no los dos

gilded fern
latent oak
#

Lol

#

If you think that’s AI slop then I’m taking it as a compliment

rancid swallow
molten bobcat
#

Ugh I keep

#

Sitting down to write

#

And I keep getting interrupted

rancid swallow
molten bobcat
#

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

rancid swallow
molten bobcat
#

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

rancid swallow
rugged dune
#

.

ornate oracle
alpine pumice
still vault
#

Is 64GB RAM, a 5090 GPU, and Ryzen 9 9950X3D enough for HTB?

iron galleon
#

No

still vault
#

Okay, what do I need to upgrade?

iron galleon
#

You need at least a $10,000 computer

still vault
#

Uh this is a 10k computer when it’s fully built.

#

That was just 3 components.

iron galleon
#

Let's make it $20k then

still vault
#

You’re just messing with me. 😔

#

Idk all this computer stuff I just wanna know if that’s what I should be buying

iron galleon
#

some people hack with like $300 computers lmao

still vault
#

But what about running VMs?

iron galleon
#

it's good to have the power you have

#

you have more than enough

#

for vms

still vault
#

Okay. Idk I’ve been getting all my info from google Gemini ai and it said I needed more ram

molten bobcat
#

Booo

iron galleon
#

it's lying

molten bobcat
#

Everyone needs more fucking ram there's a shortage

still vault
#

Alr

molten bobcat
rancid swallow
still vault
molten bobcat
#

You

#

Are not

#

Gonna get

#

Those fucking frames

still vault
#

So do I need more?

rancid swallow
#

lol

molten bobcat
#

No!

#

You goofball!

rancid swallow
bold vault
still vault
#

I mean I’m not gonna find out what I need if you don’t tell me…

molten bobcat
#

First and foremost your host is fine as is, flat out

#

Secondly

spark mulch
#

you can run VMs on a chromebook from 2012

bold vault
molten bobcat
#

4k 240fps? In your actual god damn dreams

still vault
molten bobcat
#

That's so hardware intensive I can't even fathom it lmao

#

That's the problem, I don't know if it exists lmao

still vault
#

So what ur saying is I need to upgrade my hardware then

robust hinge
#

xd

molten bobcat
#

There is no fucking available upgrade do you understand me brother lmao

spark mulch
molten bobcat
#

^^^^^^^

still vault
#

Amd threadripper can that do it

bold vault
molten bobcat
#

You can dump a fucking sun into it brother

#

It's not gonna happen

still vault
#

I feel like ai lied to me

molten bobcat
#

It did

#

It does a lot

still vault
#

So what should I be aiming for then?

frigid mountain
#

Got this smiley melty guy as part of my larger sleeve completion yesterday 🫠

molten bobcat
#

I have already told you that your machine is fine for anything you wanna do

#

Lmao

spark mulch
# still vault I feel like ai lied to me

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

turbid goblet
#

ok first time using ligolo on a box

#

kinda based ngl

still vault
nimble urchin
bold vault
frigid mountain
molten bobcat
still vault
still vault
spark mulch
molten bobcat
#

Someone you know is a moron lmao

bold vault
molten bobcat
#

Yeah man let me engine swap my car to a golf car battery

still vault
molten bobcat
#

DUDE

ornate oracle
#

XD

molten bobcat
#

I'm begging you to think critically with me here for a second

bold vault
molten bobcat
#

If you have excellent components that are very expensive and everything works well and runs well.........

#

What do you think..

bold vault
molten bobcat
#

Your odds of success..

#

Are going to be..

still vault
#

Yes but like the expense is the issue like am I paying too much for minimal improvements?

molten bobcat
#

There's a plateau

#

And brother you're fucking at it

#

Your PC will be fine for decades

#

Please please please understand me lmao

still vault
#

Decades? Multiple?

molten bobcat
#

YES

still vault
#

Oh wow

molten bobcat
#

COMPUTERS WORK FOR A LONG TIME IF TAKEN CARE OF

still vault
#

I was expecting to upgrade after 7 years

molten bobcat
#

That's the caveat you just have to take care of it

ornate oracle
#

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

spark mulch
#

just buy a second hand thinkpad off ebay

molten bobcat
#

Some people have dead raccoons in their computer so y'know,

still vault
#

Okay thanks. I’ll probably keep it. Is 1600W PSU too much tho?

molten bobcat
#

I'm going to shake you

still vault
#

😬

#

Nvm

molten bobcat
#

Once again, "what do you think too much means"

ornate oracle
#

Somebody call an ambulamb

molten bobcat
#

Are you worried your computer will have too much power?

molten bobcat
#

That's not how power supplies work friend lmao

still vault
spark mulch
rancid swallow
molten bobcat
#

When you're hungry do you shovel your whole fridge into your face at once?

molten bobcat
#

Or do you just grab what you want lmao

still vault
#

Alr alr I’ll just leave it alone

molten bobcat
#

It's an analogy for how power supplies work lmao

red ore
#

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

molten bobcat
#

Computers do not draw 900 watts or higher at all times

#

That's would be NUTS

#

That's the capacity

#

The ceiling

still vault
#

So my psu is too much that’s what you’re saying?

molten bobcat
#

How are you getting that from my words lol

still vault
#

I’m slow

molten bobcat
#

It's okie

still vault
#

😔

molten bobcat
#

Are you new to computers in general

rancid swallow
silver forge
#

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

still vault
#

Yes I didn’t even know what vram was until last week

quaint sun
molten bobcat
#

Aight word

still vault
quaint sun
rancid swallow
still vault
#
  • 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

molten bobcat
#

So there's a couple things that need to be understood about computers before you start digging into "hacking" lol

turbid goblet
quaint sun
#

Holy

still vault
summer urchin
quaint sun
#

This is out of my range of experience

summer urchin
still vault
#

lol mine too

molten bobcat
still vault
still vault
rancid swallow
frosty thistle
#

At some point you should guide yourself x)

ornate oracle
#

an you have this pc?????

molten bobcat
summer urchin
#

true

molten bobcat
#

I have hands on experience and stuff

#

I like building computers

still vault
#

I just wanted to learn cyber security 😔

rancid swallow
molten bobcat
#

You can

#

You just have to know about computers

#

That's kinda the whole deal of cybersecurity haha

#

They are not separate

still vault
#

Ye I just want to learn some stuff before I go into a degree level apprenticeship as a cyber security analyst or smth

ornate oracle
molten bobcat
#

I have a blog designed to help new cyber security analysts

molten bobcat
summer urchin
molten bobcat
#

The A+ is truly 0 to something

frosty thistle
molten bobcat
#

It's everyone's first cert

still vault
#

Okay.

molten bobcat
#

Typically

#

It was mine

ornate oracle
zealous charm
molten bobcat
#

I took it years ago, my teacher hucked markers at me

still vault
#

I know what a cpu does kinda

molten bobcat
#

Y'know, processing

still vault
#

Gpu makes the pixels?

molten bobcat
#

That processes graphics

red ore
#

so is there a support email I can message?

molten bobcat
#

Not pixels

spark mulch
still vault
#

I know so little 😐

red ore
molten bobcat
#

Graphics are things like shapes and colors brah

#

3D stuff too!

frosty thistle
red ore
#

So is there any staff here moderator here that can assist me with a contact not just a random saying stuff.

molten bobcat
#

Y'know like video games

frosty thistle
#

hru homebrewer

molten bobcat
#

Which I love

ornate oracle
spark mulch
still vault
#

Do you need to know all the component stuff to be good at cyber security

molten bobcat
#

Well yeah

red ore
zealous charm
molten bobcat
#

I'd be sad if I met another analyst that didn't know what a hard drive was

red ore
spark mulch
#

my thoughts exactly

frosty thistle
west lynxBOT
still vault
molten bobcat
#

I'm happy to help explain

still vault
molten bobcat
#

That's the name of the physical place where non volatile storage is yes

still vault
rancid swallow
molten bobcat
#

Like a hard drive is a device

molten bobcat
still vault
frosty thistle
molten bobcat
#

I have infinite patience

#

I've spent years working with the elderly and the disabled

spark mulch
#

@molten bobcat I need 10K to make rent help me out

turbid goblet
#

guys i passed a+ after 3 years of studying

still vault
ornate oracle
spark mulch
frosty thistle
#

ur pfp is crazy as always

turbid goblet
molten bobcat
#

I'm happy to help with anything

spark mulch
molten bobcat
#

As long as you're genuine

ornate oracle
still vault
rancid swallow
molten bobcat
#

All good

turbid goblet
#

i was joking

#

lol

molten bobcat
#

I'm not saying I'll privately tutor you I just spit out answers when a question comes my way on reflex

still vault
spark mulch
#

@molten bobcat I ran out of milk can you lend me 10K to go get some Im good for it

rancid swallow
still vault
frosty thistle
molten bobcat
still vault
#

😔

ornate oracle
still vault
#

lol

turbid goblet
still vault
#

My mathematics are better than my computer knowledge

rancid swallow
#

wait until he reaches Calculus and Advanced Calculus

molten bobcat
#

Math is my weakest subject

still vault
rancid swallow
still vault
#

Is that a yes to me?

#

I can’t tell

molten bobcat
#

https://c1oudbased.github.io/
Shameless plug but I also have a blog geared towards new analysts

ornate oracle
#

After advanced math make sure to learn madarin for extra flex points

frosty thistle
#

idk math

frosty thistle
turbid goblet
#

bros grinding certs like theyre nothing

still vault
ornate oracle
#

I don't know much I am just a little east europe blyat

bold vault
supple plume
#

Hi chat

rancid swallow
#

probably not ..lol

frosty thistle
molten bobcat
#

@supple plume my blog is ready

still vault
ornate oracle
turbid goblet
#

is that his name i forget

frosty thistle
supple plume
turbid goblet
#

lucky guy

frosty thistle
#

I didnt know if you knew r

rancid swallow
summer urchin
#

crazy

supple plume
ornate oracle
#

wtf?

summer urchin
frosty thistle
summer urchin
#

ah

supple plume
still vault
#

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

summer urchin
supple plume
summer urchin
#

I BELIEVE

supple plume
#

Dw no need to cheer me up

#

I got this

ornate oracle
#

you got scammed?

frosty thistle
supple plume
frosty thistle
#

Oof

#

i cant help vro

supple plume
#

I don't want help from no one here

frosty thistle
#

oh well fair enough

spark mulch
red ore
#

oops, got dm'd the contact. I can leave this discord again

supple plume
carmine halo
supple plume
#

Im curious what comes after that ine

bold vault
#

i need a job😭

supple plume
ornate oracle
#

Man I will be going to erasmus later this year is spain that bad :C

spark mulch
still vault
ornate oracle
#

can't be worse that eastern europe

carmine halo
still vault
carmine halo
#

Barcelona

supple plume
still vault
#

Ah qué guay soy de Inglaterra pero estoy aprendiendo español en mi cole.

carmine halo
#

Good!

summer urchin
#

since I can't mini mod

#

@scenic maple

still vault
#

Gracias. 😁

supple plume
#

Aprende chino mejor

carmine halo
#

Aleman mejor, mia san mia

hard spire
#

anyone online?

summer urchin
#

yes

hard spire
#

anyone>

#

u know hacking?

summer urchin
#

kinda

#

I know what hacking is troll

hard spire
#

can i know your age bc i am 13

supple plume
#

I know hacking he has curly hair

#

Joaquin

summer urchin
#

.......

hard spire
#

dude i just need to learn hacking

#

0_0

west lynxBOT
hard spire
#

is anything bad?

summer urchin
hard spire
#

alr

summer urchin
hard spire
#

oooooo

summer urchin
# hard spire oooooo

also, make sure for your parents to sign the parental consent form if you are going to use HackTheBox

ornate oracle
#

yep be careful

supple plume
#

Ye better to keep oneself private

frosty thistle
#

i think u need to do some form

hard spire
#

for now can u be my friend so i can sak some question to u

summer urchin
hard spire
#

this server is soo friendly

stone marsh
#

HTB's form is fucking hilarious to me

#

I get it, but it is so funny when people get hit with it

summer urchin
#

lol

summer urchin
hard spire
hard spire
summer urchin
hard spire
#

i wont do anything bc i just ask u some queston

summer urchin
frosty thistle
#

Its better to ask here

hard spire
#

alr

summer urchin
#

people will help

hard spire
#

but idk when u be online

#

oooo

summer urchin
#

no need to ping me