#general

1 messages ยท Page 220 of 1

native plume
#

Looks so similar to our Jira board

cloud osprey
#

unemployment

worthy narwhal
scenic maple
worthy narwhal
#

living off quickly depleting savings

#

excitedpepe transitioning into cyber pepe_hacker

scenic maple
#

i wish life was like a cobol developer

native plume
#

I want to relax and do more art

scenic maple
#

boring but well paid

#

and no one to even dare replace me

native plume
#

Maybe Angular will be the new cobol

worthy narwhal
#

i applied for a cool job this morning at like 4am, hoping i get it, if i do, it'll be good kekPlode

scenic maple
#

angular is dead brother

#

its just google who keeps using it

#

even angular 3

nimble tundra
scenic maple
native plume
#

It's so funny that I chose angular as a first framework to learn

scenic maple
#

its because vue that you are not unemployed kek

native plume
#

lmao

nimble tundra
#

React is the future guys

native plume
#

My first j*b asked me to use Vue/Nuxt

#

I had to transition

nimble tundra
#

Next.js is the goat

scenic maple
#

we must acknowledge our mistakes and learn from it

scenic maple
native plume
#

And then those React projects came in

cloud osprey
nimble tundra
#

react the goat

scenic maple
#

react server components have hope but idk if they will make it out

nimble tundra
#

hire me

native plume
nimble tundra
#

if you want ๐Ÿ’€

cloud osprey
#

sec

young glen
#

๐Ÿ˜ƒ

nimble tundra
#

i am surviving 7 days without using any AI

#

ask @native plume

native plume
#

lmao true

cloud osprey
#

so a place i worked at for the past 4 years, I had this coworker that was the worst dev ive ever met

we were working on a vue or nuxt app, and this was his code to interact with a datepicker we were using

cloud osprey
#

then after i asked him wtf that was, he "fixed" it and showed me this

toggleDatePicker(){
            this.pickerOpen = !this.pickerOpen
            setTimeout(() => {
                //avoiding document to access the kendo picker when opened
                const picker = this.$el.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.querySelector(".k-animation-container")
                const clear = this.$refs.clear
                picker.append(clear)
                console.log(clear)
                if(this.pickerOpen){
                    setTimeout(() => {
                        clear.style.display = 'flex'
                        clear.style.pointerEvents = "all"
                    }, 300);
                } else{
                    clear.style.display = 'none'
                    clear.style.pointerEvents = "none"
                }
            }, 10);
        }
native plume
#

He's using normal js inside vue

cloud osprey
#

he ignored the event sequence all together

young glen
#

I code Python

cloud osprey
#

like why eveen use nuxt

nimble tundra
cloud osprey
nimble tundra
#

that guy must have a life

#

unlike us

scenic maple
#

its a temporary fix
~ bob in 1998 ( code running on prod in 2025)

native plume
#

Is he interacting with a 3rd party datepicker (like vuetify for example)

cloud osprey
#

then there was another time we were doing a react app, and this was his hubspot form implementation

import React, { useEffect, useState } from 'react';
import HubspotForm from 'react-hubspot-form';

const FormHubspot = ({ onFormSubmit }) => {
    const handleFormSubmit = () => {
        if (onFormSubmit) {
            onFormSubmit();
        }
    };
    useEffect(() => {
        const formWrapper = document.getElementById('contact-hubspot-form');
        if (formWrapper) {
            setTimeout(() => {
                if (formWrapper.children[0].children[0].children[0]) {
                    console.log(formWrapper.children[0].children[0].children[0]);
                    formWrapper.children[0].children[0].children[0].addEventListener('submit', () => {
                        handleFormSubmit();
                    });
                }
            }, 500);
        }
    }, [handleFormSubmit]);

    return (
        <div id="contact-hubspot-form">
            <HubspotForm
                portalId='id-1234'
                formId="hubspot-form"
                onReady={() => {
                    const script = document.createElement('script');
                    script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js';
                    let jqueryScript = document.getElementsByTagName('script');
                    let src = Array.from(jqueryScript).filter(item => item.src === script.src)
                    if(src.length === 0) {
                      document.body.appendChild(script)
                    }
                }}
            />
        </div>
    );
}

export default FormHubspot;
cloud osprey
scenic maple
#

never thought i will see getelementbyid in react

cloud osprey
native plume
#

Dude spends a lot of time in the console that he forgot about normal way to interact with elements

young glen
#

Never seen any code like this

native plume
#

Same

cloud osprey
native plume
#

I did hacky stuff but not like that

scenic maple
#

this should be a death sentence

scenic maple
cloud osprey
#

there was one project i did with him where i got so stressed out that i got him transferred onto another project, took a week of PTO and rewrote the whole thing

sharp portal
#

Can someone help me execute a DNS/LLMNR poisoning? I am doing a machine that has lateral movement and I am stuck. I get [HTTP] Sending NTLM authentication request to 192.168.x.x
but I dont get a response

scenic maple
#

๐Ÿซก

cloud osprey
scenic maple
cloud osprey
#

it was a company that did the whole, "we are like a family here"

#

to be fair, i enjoyed working there most of the time, and most of the people were dope

native plume
#

I try my best to keep my code decent and not make future devs go crazy (hopefully)

#

@nimble tundra is still surviving until now

#

but using parentNode is just lmao

cloud osprey
cloud osprey
#

etc

native plume
scenic maple
cloud osprey
#

his excuse the first time was "when i did that it was just a POC"

#

like wat

native plume
#

I feel like he was testing from the console and got lazy to refactor it

cloud osprey
# scenic maple real?

this could be related to the parent.parent.parent.parent.parent or the family mumbo jumbo

native plume
#

Or he doesn't want to read the docs

cloud osprey
#

would just do stuff until it kinda worked

native plume
#

lmao that's sick

cloud osprey
#

refused to ever start using tailwind

scenic maple
#

how did he even get there lmao

#

ai wansnt even good

#

back then

native plume
#

That dude is glowing red

cloud osprey
scenic maple
#

well they knew the wrong people

cloud osprey
#

i mean, the large majority of the people were outstanding

#

but he was not

#

then this year they started adding a lot of middle management and everything started going to hell

scenic maple
#

wonder what he does now these days

#

since we have ai agents now

cloud osprey
native plume
#

Micro management can indeed turn into hell

scenic maple
#

the plauge of 0.1x engineers

native plume
cloud osprey
# native plume Micro management can indeed turn into hell

the last project i was working on, the client was asking for pixel perfect design to implementations, and then kept changing things that made all the designs shift every time, then would complain about things not matching designs, but then they did something that burnt me out HARD

#

we were in a meeting with the client and were close to having the project wrapped and tickets all closed

native plume
cloud osprey
#

and they said, hold on we want the breakpoints to be 1000px on the low end, and 2000px on the high end

cloud osprey
#

so up to 1000px is mobile design, then to 2000px is standard, then 2000px and up was ultra wide

native plume
#

It's so bad when there's a design that's based on pixels and not actual layout

cloud osprey
#

like wtf

#

nothing was standardized, so creating tailwind themes was pointless

scenic maple
#

bro was worse than piratesoftware

native plume
#

I worked with a figma design that had desktop dimensions to be so a##

cloud osprey
#

i will say he was a chill dude, just a really bad dev

native plume
#

The designer were from the street lmao

cloud osprey
#

any time people do anything other than the standard 768 1024 1800 etc, i immediately feel pain in my chest

native plume
#

Or when they try to fit a component that was originally for desktop screen to work on mobile

#

Worst experience ever

cloud osprey
#

and it was a nightmare

scenic maple
#

do you guys do figma stuff or just implement i walways wanted to learn the design side

#

i have no idea how to do those

#

i have always stolen

nimble tundra
native plume
cloud osprey
#

i havent used figma to design things, but i used it a LOT to build things

native plume
#

I might be doing a figma design soon tbh

scenic maple
#

stealing designs is key

nimble tundra
native plume
cloud osprey
#

and we built anything from web apps, mobile apps, native apps, w/e people needed

native plume
#

I have to revive that flutter project tomorrow too

cloud osprey
#

we used flutter too lol

#

but i prefer react native

native plume
#

The thing I don't like about RN is I could really use all power of web

#

I'm going with Capacitor JS mainly

#

If the webapp is originally web

cloud osprey
#

im just super burnt out atm, after that company let me go i got in on a start up which recently imploded, and the hours we were putting in there were inhuman

native plume
#

I can feel you man

drifting lodge
#

no black friday on vip subscription this year?

scenic maple
#

why

cloud osprey
#

to flutter?

scenic maple
#

yes

cloud osprey
#

it has a significantly larger community, so any question you have has 1000% already been answered

scenic maple
#

ah i see

cloud osprey
#

vs flutter where we were the ones writing most of the answers to questions

#

and writing wrappers for other things so they could be used by the flutter apps

native plume
#

That's nice

cloud osprey
#

not saying flutter is bad, but it has the same issue vue has vs react

green kite
cloud osprey
#

where react is just so much easier to do things quickly with, since you dont have to worry about getting stuck somewhere without an answer

worthy narwhal
#

bro fought the framework with every rendition

#

holy shit

cloud osprey
scenic maple
#

i lost it on the cdn url

cloud osprey
scenic maple
#

i wonder how much time he spent weaving together react and browser js

#

born to be a minimalist forced to work with react

native plume
#

esoteric javascript

worthy narwhal
#

its actually insane

cloud osprey
#

im seeing right now if i still have his github somewhere

green kite
#

lets all just move to php

worthy narwhal
#

how do you get so dumb

#

i hope they're alright

native plume
#

I'm using Laravel for some projects too

#

Strong framework

worthy narwhal
#

they probably make a sandwich by preparing the meat, veggies and sauce first, then scooping them onto the bread, holy fuck kekPlode

green kite
#

this is amazing too

cloud osprey
#

its fine, but not the biggest fan

native plume
green kite
#

they are doing black friday sale with lifetime license

native plume
#

Didn't want configure VPS stuff for it

#

But it did the job really well tbh

#

Nothing crazy in terms of business logic

scenic maple
#

so whats yalls favorite fullstack framework now

hoary nebula
#

I wish every delivery van is trackable online so I dont have to waste time waiting

cloud osprey
native plume
worthy narwhal
hoary nebula
#

Is astro a fullstack

worthy narwhal
scenic maple
cloud osprey
#

i like nuxt a lot, but next is probably above it for me, for reasons stated previously

split patio
#

hello mfucker ๐ŸŒš

native plume
scenic maple
#

django is cool indeed

worthy narwhal
scenic maple
#

weird no one mentioned spring boot troll

native plume
#

I like its orm a lot (plus that dashboard that no one will use from clients lmao)

native plume
scenic maple
#

i think the dashboard is overkill

native plume
#

Maybe I'm a noob in Java

scenic maple
native plume
worthy narwhal
#

getting drooonk on tuesday at 9:20am peepo_sad

cloud osprey
#

i do have a big gripe with nuxt/next because so many projects id get pulled into would be trying to do a lot of static site generation, but then make all kinds of exceptions that needed SSR

scenic maple
#

you can do astro with some hybrid ssr

cloud osprey
#

and id have to untangle it all and a lot of times almost re-architect how it was being built from the ground up

native plume
#

Oh yeah the mis-matched hydration trauma

worthy narwhal
thick forge
native plume
#

Nest.js is a really strong backend too

#

It has a similar feeling of Angular

scenic maple
#

nest js is loosing popularity

#

just like angular

native plume
#

Oh really? I didn't know that

#

lmao that's why

scenic maple
#

do you also happen to be a firebase guy

native plume
#

I guess people just get turned off by anything like Angular

#

I know him but I don't watch his content so often

#

Rarely tbh

scenic maple
#

he is funny tho

#

cant deny that

native plume
#

Yeah he makes me laugh

worthy narwhal
native plume
#

Wait I think he's named fireship lmao

scenic maple
#

yes

worthy narwhal
#

ohhhhh

native plume
#

That went over my head because I was dealing with firebase yesterday

scenic maple
native plume
#

I can call myself HTML/CSS developer then

#

Pro dev*

scenic maple
native plume
#

LMAO

cloud osprey
scenic maple
#

nope

#

not even listed

native plume
#

They have to keep it a secret

#

That's how they earn 500$/hr

scenic maple
#

nv,

#

nvm

native plume
#

That's a lot

scenic maple
#

cobol has less coders than vba

native plume
#

Should I learn cobol

#

I tried tbh

#

YT tuts are confusing as hell

#

Should've started somewhere else

#

But the funny thing is I don't know who would pay me to write/maintain cobol

scenic maple
#

you need to be atleast 50 years old

native plume
#

20 years to go

obtuse fern
#

If you learn COBOL you can get a job maintaining bank infra

native plume
#

I have no idea about how bank infras work but maybe it's not for me

#

I admit I'm mostly web and mobile

obtuse fern
#

it's EXTREMELY niche

supple plume
obtuse fern
#

like... COBOL isn't really good for much of.... anything

native plume
#

Would like the low level stuff (thanks to Rust, as a webdev I can actually try and mess around)

#

I'm too far now to leave everything in order to try cobol

#

Like even for fun and not for j*b

scenic maple
#

this shit has to be peak

native plume
#

I only heard about it just now

#

I'm behind the tech fr

cloud osprey
#

dang i cant find the dudes github anymore...

native plume
#

Maybe GH deleted his account when training copilot

scenic maple
cloud osprey
#

well he might have deleted it when he went from shit dev to CTO

native plume
scenic maple
#

vms

native plume
#

Oh alright

scenic maple
#

and fault tolerance

native plume
#

I'm a mere webdev so I can't try these stuff right away

scenic maple
#

true

native plume
#

Alright guys I have to go and touch the fridge

#

See ya later

sturdy thistle
cloud osprey
#

finally found his github ooooh boy

neon zealot
#

@scenic maple sir golam

cloud osprey
#

@scenic maple @worthy narwhal

neon zealot
#

@cloud osprey sir paint

#

@cloud osprey y the flag sir

#

๐Ÿ‡ณ๐Ÿ‡ต

#

This is my flag

#

@cloud osprey @cloud osprey brooo

#

That qr lead to

#

Roll

zealous charm
thick forge
#

@supple plume nawwwtrooo

mint raptor
#

everyone is freaky here, no good people here in offtopic

river turtle
mint raptor
#

i hope u stay stuck for 5 more hrs

river turtle
#

nope jk

river turtle
mint raptor
#

ITS TEA TIME

neon zealot
mint raptor
#

ngl workout does make u happy

neon zealot
cloud osprey
neon zealot
#

@mint raptor bro I'm listening this ordinary

#

From like 30 mins around

#

It's been like 20 times or more

#

Its in loop

neon zealot
mint raptor
#

ah i know this

neon zealot
mint raptor
#

one

thick forge
neon zealot
#

@mint raptor yea. I'm playing it on loop

mint raptor
#

its good but i dont like it when the vocals are loud in middle not for my current mood

neon zealot
#

Ooh

#

@mint raptor listen lofi

#

Study with me

#

Or something

#

@mint raptor @mint raptor

#

Oe

#

Goodnight

mint raptor
#

isn't that too early?

neon zealot
#

@mint raptor bhai I have job tomorrow on my father's business

#

Two bakeries

mint raptor
#

dayum my man is rich

neon zealot
#

Two factories

#

Ig

mint raptor
#

two bakeries in delhi

neon zealot
#

@mint raptor no bro

mint raptor
#

tf

neon zealot
#

I'm broke

#

@mint raptor noin nepal

#

No in

#

NepalNotLikeThis

mint raptor
#

still two bakeries

neon zealot
#

It's not that much @mint raptor

mint raptor
#

it is

neon zealot
#

Noo @mint raptor gnight

#

Don't be a night owl

native plume
#

I wonder if I resize my screen would this go away ๐Ÿ’€

#

Yeah it did lmao

tidal light
#

sadly my htb vm doesnt work

merry finch
#

yo guyz what i'm doing wrong?
i type curl -0 94.237.52.208:55329(targets ip)
but it seems like i can not upload it

#

i mean get the download for the flag

merry finch
#

oh man im bad at this ๐Ÿ˜‚

#

long way2go

molten bobcat
#

Why are you specifying a remote port of 55329

tiny canyon
#

enough for today i rest for another..... however long it is until i send another riddle in this realm

molten bobcat
#

Is there a web server on that port you're trying to send a request to?

fiery copper
#

Chat my laptop is gone

fiery copper
#

Rip Motherboard, never leave soda close to laptop

molten bobcat
#

That'll do it

merry finch
#

it was curl -0 ip/download.php

north swallow
#

.

molten bobcat
#

Oh as a tip

#

You can wrap code or commands in a backtick character `

#

to achieve markdown formatting like this

#

Makes it easier to read code or commands

merry finch
#

arl

#

how do i do this?

molten bobcat
#

When you're writing a message in discord put a backtick character ` before and after the stuff

#

and it'll come out like this

merry finch
#

'115151 yes'

worthy cargo
#

it's the key to the left of 1

molten bobcat
#

That's an apostrophe

merry finch
#

1515151 yes

molten bobcat
#

Yeah it'll be on your Tilde key, the one with ` and ~ on it

merry finch
#

gotcha

molten bobcat
#

There we go

molten bobcat
#

๐Ÿชฆ

merry finch
#

ty now i need to get back ot work before the vm runs out

molten bobcat
#

If you have your own VM your time is unlimited ๐Ÿ˜‰

obtuse fern
#

Its called a back tick, but do we ever use a front tick?

obtuse fern
molten bobcat
#

VM runs out is referring to the time limit on pwnbox

thick forge
lofty warren
#

i got unmute, yayyyy

merry finch
tender zealot
#

guys is it "better" to get a job as an IT Support or a position like Java / Javascript Dev Junior or something?

I'll be graduating as a Software engineer by 2029 ( I hope ), but I think I could be working since I got the knowledge to play both roles above, but I want to work as a red teamer in the future lol

vivid flower
molten bobcat
molten bobcat
#

Rather than IT support

#

You don't need college to be IT support

#

I got a job as an IT admin before even graduating lol

tender zealot
#

Sure, but in the long run, meaning I want to migrate to offsec, would IT support help or just a waste of time pursuing it?

molten bobcat
#

I'm of the opinion that no experience is useless

lost swallow
#

Hi everyone, I wanna do a stress testing on one of the web servers (has FireWall installed) that we have.

The test is gonna be conducted from a VPS we bought, We took an approval for this kind of traffic to be originated from their VPS to our specific web server IP.

The test is gonna mainly be a huge traffic of tcp or udp packets, What kind of open source tools that may help with this ?!

Thank in advance !!!

Note: buying a 3rd party service for this isn't an option

molten bobcat
#

But no, IT support doesn't provide much in terms of offensive security knowledge

#

While having programming fundamentals is very nice ๐Ÿ™‚

vivid flower
#

Either one is a viable path if you stick with it

molten bobcat
#

Most firewalls have features in place to prevent DoS style attacks, look up what's specific to your firewall

lost swallow
molten bobcat
#

And finally, the term I love is "Conditional Access Policies"

#

Only allow things through the firewall you expect

tender zealot
#

I'm currently working as a designer (using coreldraw btw), but every now and then the desktops and the server here crashes and I'm always up to fix it, so that got me thinking you know? I'm kinda the IT support around here, even though that's not my main job.

also I help the company with networking issues, so I designed LAN and subnet so the machines and the logistics properly work

molten bobcat
#

Scan for user agent headers that seem like they're for automation

#

Rather than legitimate user agent headers

tiny canyon
#

javascript:void(0);

tender zealot
molten bobcat
#

Programming knowledge is currently what I'm studying to advance in my field

#

I started with IT support years ago

lost swallow
molten bobcat
#

Literally python

#

They can very easily set up a script to send a shitload of web requests

#

Honestly there's a billion tools that all accomplish the same thing

dusky jacinth
#

Love Python

elder inlet
#

@austere sinew

#

I HAVE A BUTTON ON MY STREAMDECK TO PING WOLO!

dusky jacinth
#

Hell yeah

vivid flower
#

Very cool wow automation

dusky jacinth
#

Love automation

elder inlet
#

Yes, automation of annoying Wolo!

#

The best kind of automation

dusky jacinth
#

Indeed

vivid flower
#

Make a pizza button

elder inlet
#

Don;t you agree

#

@austere sinew

#

Done

vivid flower
zealous charm
elder inlet
molten bobcat
hoary nebula
#

huh

vivid flower
elder inlet
#

I probably could set something up to order Pizza with my streamdeck....

#

I'm on it!

molten bobcat
hoary nebula
hoary nebula
#

MERICA

#

real btw

#

he really did that

vivid flower
lofty warren
molten bobcat
#

Did this bro really respond to me with AI Ronald Reagan lmao

vivid flower
#

I just consider it a new art form

molten bobcat
#

You're a moron lmao

worthy cargo
#

Hey dont' call people names

#

that's not very cool

#

Also good morning

vivid flower
hoary nebula
vivid flower
#

A lot of this stuff is genuinely pretty soulful

molten bobcat
#

Actual music written by actual people

#

Alongside the actual thousands on thousands of real people and real artists

vivid flower
#

These things can exist alongside each other its not like Debussy stopped existing just because i like an ai song

molten bobcat
#

I appreciate art created by real people and I don't consider ai slop to be art

vivid flower
#

All you're doing is gatekeeping the hobby

molten bobcat
#

Good

#

Art and music have no barrier to entry

vivid flower
#

Then why are you gatekeeping

molten bobcat
#

Because you're fucking stupid

#

The argument will always loop back to you being dumb

#

You can stop at any time

vivid flower
#

maybe if you keep saying that enough , it will come true

worthy cargo
#

Hey what did I just say

molten bobcat
#

You're gonna have to deal with me forever lol

worthy cargo
#

Don't insult people dude

vivid flower
worthy cargo
#

You're breaking rule #3

molten bobcat
#

Good

#

Maybe someone will do something and my torment will end

worthy cargo
#

There will be absolutely no hateful, disrespectful or offensive language or messages directed towards peoples differences.

vivid flower
#

Yeah fr

molten bobcat
#

You constantly put others down

worthy cargo
#

Who me?

molten bobcat
#

No

worthy cargo
#

When?

molten bobcat
#

Mr tyc here is guilty of calling other people inferior to him

vivid flower
#

All I have done is state an opinion you dont like. You're the one who gets upset and degrades others

worthy cargo
#

Who are you talking to anyway? I have some people on block

#

Oh that guy.

molten bobcat
#

Yessir

worthy cargo
#

I would block that guy and call it a day

molten bobcat
#

I have but I have an itch to scratch and that involves telling rude people to quit it

vivid flower
#

I have you blocked too eggzy and so does yannic apparently

worthy cargo
#

Don't let him bring you down to his level.

#

He'll beat you with experience

molten bobcat
#

Kek

#

That's fair

vivid flower
molten bobcat
#

Communication is an important life skill to possess

#

Sorry it's lost on you

merry finch
#

i agree

vivid flower
#

You enjoy getting angry. That's why you started something as soon as you saw me talking to someone else

#

I enabled you yesterday because I thought it was funny wanting you chimp out , but this should stop

molten bobcat
#

I just think the way you talk to people is very demeaning and I don't appreciate it

muted olive
#

This argument between tyc and cloud has been going on since fucking morning and its nearly midnight for me ๐Ÿ˜‚
It's like a Russia Ukraine roleplay

worthy cargo
#

That's why I ignored him bro. The guy is unpleasant and just small minded

molten bobcat
#

Nah I'm done arguing

molten bobcat
#

I'm gucci

muted olive
#

will do zzz

molten bobcat
#

All is well in the world of cloudge

austere sinew
merry finch
#

you could just do it the american way race in big cars see who win and then he is right ๐Ÿฆ…

molten bobcat
#

I'd blow him out of the water bro definitely can't drive

merry finch
#

or the other way

#

๐Ÿ”

molten bobcat
#

We could do something cybersecurity related but I have an unfair advantage as well

merry finch
#

in eating we are all pretty good

#

so

molten bobcat
#

Nah I actually have a baby tummy

merry finch
#

well idk what you where not agreeing on but maybe its possible to do the 50/50 settle?

molten bobcat
#

Oh he's just mean to people for no reason and I call him out on it

#

To which he replies with some psuedo intellectual BS about the human condition instead of addressing the issue

worthy cargo
#

He thinks he's smart.

#

But he's not.

molten bobcat
#

He pulls out a thesaurus when the argument gets heated to get more points

merry finch
#

it sounds like a ego thing maybe he had problems in childhood and does not want to be offended

#

thats why people ussualy act up

molten bobcat
#

It ain't our jobs to solve

merry finch
#

to impress or to try to cope

worthy cargo
#

Maybe his folks didn't give a shit about him

#

Kids whose parents don't love them often turn out like this

#

When you're not socialized well as a child, you grow up to be an adult with massive social problems.

merry finch
#

yeah

#

but we all have problems and need to admit we have them and fix it

molten bobcat
#

Awe man they named the npm package worm Shai Hulud kek

merry finch
#

its ok we are all humans but we need to get them fixed

molten bobcat
#

God seeing dune 2 in theaters was an experience

worthy cargo
#

Dune 1984 was better.

#

Change my mind

elder inlet
#

@austere sinew

molten bobcat
#

I love the goofy looking martial arts

elder inlet
#

@wary pumice

wary pumice
#

Yo

#

noice

elder inlet
#

Ping at a push of a button!

#

@wary pumice

molten bobcat
#

Zis game.. it ez.. peak..

vivid flower
#

Well, anyway @molten bobcat im not really that surprised that you're trying to rationalize what i am in terms of things you understand. You shouldn't make the mistake of thinking that everybody follows the same customs and worldview that you do, especially here

#

I have left the cave and you have not. You can cringe react all you want about that but it is only because you cant say that definitively about yourself that you even think it's cringe

meager kernel
#

i see

molten bobcat
vivid flower
#

There will come a day on your dark night of the soul when you will realize how poorly you've treated everyone and how hard you have made life for yourself. It really is a form of self harm brought on by despair.

austere sinew
#

@urban egret DONT PREGNANT PERSON REACT ME EITHER

molten bobcat
#

I have wonderful friends and family that I care for and respect

#

You're a twat on the internet who's mean to people

elder inlet
worthy cargo
#

Why are you giving him attention, cloud?

elder inlet
#

But, I can ping you at the push of a button!

molten bobcat
#

He made a comment about self harm or something lol

austere sinew
vivid flower
#

No you don't and frankly your dad enables your weakness

#

He set you up to fail

elder inlet
#

@wary pumice

austere sinew
molten bobcat
#

"my dad enables my weakness" goes hard as fuck what could this possibly mean kek

elder inlet
vivid flower
#

But you don't even know what that looks like or what he did yet

molten bobcat
#

LMAOOO

vivid flower
#

A blind man cannot hit a target that he can't see

#

That's what's gonna prevent you from being great

molten bobcat
#

Eh I helped scope an LPE the other day so I'm doing better than most

#

You can comment on my life once you're paying my mortgage honey

vivid flower
#

And you're a very efficient tool for someone else

molten bobcat
#

Oh btw a mortgage is a loan for a home

vivid flower
#

Imagine getting a mortgage in this economy

molten bobcat
#

LPE is local privilege escalation

vivid flower
#

Why aren't you inheriting your father's property

molten bobcat
#

Sorry I forget you're uneducated so I'll do my best to inform you

meager kernel
#

ah well

orchid breach
#

I am the father

vivid flower
#

Did he will it to you?

molten bobcat
#

I am inheriting my father's property on top of my own ๐Ÿ™‚

vivid flower
#

Good

orchid breach
#

Give it to me

molten bobcat
#

Btw an asset is something you own that's worth monetary value

#

Like a paid off car

vivid flower
#

Cars are liabilities

#

But I wouldn't expect you to know that

orchid breach
molten bobcat
meager kernel
#

hello my friends

molten bobcat
#

Heya kratos

orchid breach
#

Thatโ€™s why I take the bus

molten bobcat
#

Buses are a liability

meager kernel
#

i prefer car

#

driving myself is more fun

molten bobcat
#

But you wouldn't know that would you :^)

orchid breach
#

Buses >>> assets

molten bobcat
#

Trueeee

vivid flower
#

A liability is an asset that depreciates in value

orchid breach
#

Deep

molten bobcat
#

All assets depreciate in value

meager kernel
#

my main internet connection has unfortunately is gone

vivid flower
#

No, some appreciate. Like houses

meager kernel
#

im gonna have to raise a ticket at their system

vivid flower
#

Are you just being stupid on purpose

orchid breach
vivid flower
orchid breach
#

Thanks

molten bobcat
#

You do unfortunately need a paycheck and a job that supports these things

#

I understand the concept of employment is foreign to you

#

But most grown ups get a job

orchid breach
#

You could just lie to yourself and not need any of these things

#

Go into the wild

molten bobcat
#

Yeh I said most

#

Not all

orchid breach
#

Big brains up in here

vivid flower
orchid breach
#

141

#

Is the move

vivid flower
#

Whats 141?

#

Historically i've just worked for myself

orchid breach
#

Hire me

vivid flower
#

Are you chinese?

orchid breach
#

I could be

vivid flower
#

I sometimes have jobs for eastern europeans and SEA people

meager kernel
#

you could be chinease??

orchid breach
#

Eastern Europe is goated

vivid flower
#

I don't really have any campaigns going on right now, though i'm mostly just studying trying to finish my crto

orchid breach
#

Thatโ€™s the move

rustic carbon
#

black and yellow black and yellow

#

ALL I DO IS FUCKING WIN

orchid breach
#

A huh

vivid flower
#

One of the other things I guess is that i'm not willing to take a submissive role to any person unless i decide to respext them. Because people will try and abuse me

#

That's why I only work with friends that I like

molten bobcat
orchid breach
#

Some people like getting abused

vivid flower
#

In that way , my community grows stronger in relation to others

meager kernel
vivid flower
#

That's not going to happen while I'm dancing for scraps for some indian manager

orchid breach
#

What are you? Genghis khan?

hoary nebula
#

tyc is based

orchid breach
#

True

vivid flower
#

And I will bring anyone along with me if they have a functional brain on their shoulders

orchid breach
#

Bro is not Griffith

vivid flower
#

Even you @molten bobcat because I know you're smart

molten bobcat
#

I disagree, he puts others down constantly for not "being his kin" or "not his kind" and commonly refers to people as "inferior" and uses words like "normie"

vivid flower
#

I have literally never said the word kin

vivid flower
#

Or inferior

molten bobcat
#

I find that behavior incredibly unbecoming and representative of a vile, foul thing masquerading as a person.

orchid breach
#

Poetic

vivid flower
#

No u lol

#

You just can't tolerate the idea that you're wrong about a lot of things

#

I make you look bad just by existing

#

I changed the sun and you chased the shadows thinking they were the sun

molten bobcat
#

You are in no way superior to me or anyone else on this planet

#

Sit.

vivid flower
#

Your instinct is right

#

You just are too proud to change course

#

And on the dark night of your soul , I will be waiting

molten bobcat
#

Jesus Christ you suck

vivid flower
#

So why not just leave it at that

molten bobcat
#

Who the fuck talks like this lmao

#

Go fuck yourself you waxing poetic moron

orchid breach
#

Bro is truly Griffith

vivid flower
#

Its as easy or as hard as you make it for yourself

austere sinew
orchid breach
vivid flower
molten bobcat
#

Yeah Griffith isn't exactly a person to want to be

vivid flower
#

I don't identify as griffith

vivid flower
#

I only have this pfp because i'm in a bunch of vetted leftist servers and they see themselves like griffith

molten bobcat
#

It's rare I encounter a person who makes me need a smoke

#

But my God you're the perfect storm of moron pretending to be smart

#

And others believe it

orchid breach
#

Arenโ€™t we all dumb.

molten bobcat
#

It's genuinely sad to see people fall for you

austere sinew
molten bobcat
#

I'm just here to collect the folks worth collecting from the community

orchid breach
#

I love it

vivid flower
#

I believe a lot of us suffer the same pains so i speak to that

molten bobcat
#

My problem is that you're such an asshole to people you consider "lesser"

#

It's so fucking gross

orchid breach
#

He said he would take you on tho

molten bobcat
#

Good, I'd fucking demolish this kid

orchid breach
vivid flower
molten bobcat
#

It wouldn't be close

#

You consider others lesser

#

Not me.

austere sinew
#

@obtuse fern cmere can you deal with this

molten bobcat
#

Marcie is just as fed up with this garbage as I am

vivid flower
#

What, you can't just engage with what I said?

molten bobcat
#

I literally quit being a mod purely so I could tell tyc he's an idiot without reflecting poorly on the other moderators

vivid flower
#

You have to cry for an adult

orchid breach
#

How we know Marcie is an adult

molten bobcat
#

Because I know them personally

orchid breach
#

Oh dang

molten bobcat
#

Yeh

orchid breach
#

Say whatโ€™s up

molten bobcat
#

I've been here for years

orchid breach
#

Says you been here since 2025 tho

molten bobcat
#

This is the most annoying shit I've had to deal with outside of actual death threats

#

I leave and come back often

austere sinew
#

block each other and move on

orchid breach
#

I see

molten bobcat
#

!rank

dull plazaBOT
vivid flower
#

The forbidden question: "how am i wrong?"

orchid breach
vivid flower
#

There is an answer

hoary nebula
#

Reject Earth, embrace Arda

orchid breach
#

141

lofty warren
molten bobcat
#

I'm more than happy to tell you how you're wrong. It's wrong to call other people inferior to you because they haven't "left platos cave" or whatever bullshit excuse you have for excluding another person

vivid flower
#

But you won't get it here

molten bobcat
#

You give this aura of "wow, everyone around me is an unelightened hick and they should be grateful I'm around to correct them"

obtuse fern
#

Regarding people as inferior is how we got WW2

molten bobcat
#

It makes me wanna throw up

#

You cannot talk about others like this

vivid flower
orchid breach
lofty warren
#

my ex got pregnant

molten bobcat
#

I mean it was both

lofty warren
obtuse fern
austere sinew
hoary nebula
supple plume
#

Sup people

austere sinew
supple plume
molten bobcat
#

"yeah it's kinda depressing" okay so you're.. activelit admitting that this is the case.

austere sinew
#

Two to tango

molten bobcat
#

That you're actually better than others and they should be grateful.

orchid breach
vivid flower
lofty warren
hoary nebula
#

Only the Valar are superior

molten bobcat
#

Disrespectfully, fuck you forever I will always be your superior because of this stance.

obtuse fern
subtle plover
orchid breach
austere sinew
subtle plover
lofty warren
#

im not a bad ass so ill adopt this kid, maybe

vivid flower
supple plume
#

Why cloud and tyc are always arguing about dumb shit

austere sinew
molten bobcat
#

Nah I'm done he just admitted his point

subtle plover
vivid flower
supple plume
#

You both have backwards ideas

molten bobcat
#

Got to the source of the issue

supple plume
molten bobcat
#

Nah we're good now

#

I actually have a husband lmao

orchid breach
#

Wdym youโ€™re good now

subtle plover
molten bobcat
#

I figured out his deal

vivid flower
orchid breach
#

Min ago you said fu

obtuse fern
hoary nebula
#

i didnt knew u were gay cloud

molten bobcat
#

Big gay my brotha

vivid flower
obtuse fern
orchid breach
#

Itโ€™s literally in his bio lol

subtle plover
#

Why

orchid breach
#

โ€œLover of menโ€

molten bobcat
#

Eater of snacks don't forget that

orchid breach
#

Dat 2

supple plume
orchid breach
supple plume
#

Shit

#

I ment to reply to Marcie

obtuse fern
hoary nebula
#

pinky boy replied to me

vivid flower
#

I always imagine him as a twink

hoary nebula
#

the audacity

molten bobcat
#

I'm good on arguing sorry folks

vivid flower
#

But apparently he has a beard

molten bobcat
#

Had to figure out his deal

#

Figured it out now so it's fine

orchid breach
#

Bro studied him

molten bobcat
#

The anger has left my body

obtuse fern
austere sinew
#

Ive learned to consider everyone as stupid and it makes life easier

#

Myself included

molten bobcat
#

All of us are a little stupid

vivid flower
molten bobcat
#

Some of us just got hit with that stick harder than others

orchid breach
#

Donโ€™t expect anything good and you will never be disappointed

vivid flower
#

Bye felicia

molten bobcat
#

See, proof that I'm stupid occasionally

#

My plugged in laptop is not plugged in to the wall

supple plume
#

Me as stupider no competition

austere sinew
#

I sent an email today made a whole big deal about the dns being messed up just to find out that I misspelled the address

#

I think I win idiot of today

orchid breach
#

Man why all of you have some deep bios

vivid flower
#

Id tell you to block me but we all know I live in your head rent free

#

Just take a break

molten bobcat
#

I'd hardly call my bio deep haha

vivid flower
#

My bio is a crowley quote

austere sinew
orchid breach
#

whoami bio is deep

supple plume
hoary nebula
#

๐Ÿซƒ

molten bobcat
#

Correct

orchid breach
supple plume
#

Hahah

molten bobcat
#

๐Ÿซƒ

meager kernel
austere sinew
#

Mine is the deepest super motivational

jaunty pulsar
molten bobcat
#

Look man life finds a way

austere sinew
#

Muheheheheh

hoary nebula
#

WHY SHE PREGANTE

molten bobcat
#

I've decided to simply be cool and helpful now

vivid flower
austere sinew
molten bobcat
#

The anger has left me

meager kernel
supple plume
austere sinew
orchid breach
austere sinew
#

Genghis wolo

austere sinew
orchid breach
#

tyc is on his genghis khan arc

molten bobcat
orchid breach
molten bobcat
#

Not really loads of gay dudes are full of test

vivid flower
molten bobcat
#

But yes I was probably born this way lmao

hoary nebula
molten bobcat
supple plume
#

Took me 14 times to read test and T and understand what they were talking about ๐Ÿ’ช monkasTOS

molten bobcat
#

Lmaooo

hoary nebula
#

take tren

orchid breach
molten bobcat
orchid breach
#

Fk

molten bobcat
#

T is a controlled substance and it makes it very difficult to acquire legitimately

hoary nebula
#

take tren and bench 200 kg

supple plume
molten bobcat
#

Can I take a nap instead

vivid flower
#

Just do nofap and eat high quality protein sources

orchid breach
vivid flower
#

Conserve your Jing

molten bobcat
#

Ayooo

hoary nebula
#

raw meat he says

orchid breach
#

Itโ€™s the new trend

molten bobcat
#

I do a lot of my own cooking for fun

supple plume
#

Best way: kickboxing or some fighting sruff

molten bobcat
supple plume
#

Also chess tournaments boost your T like hell

vivid flower
#

That does look pretty good

hoary nebula
#

I need atleast 160g of protein / day

orchid breach
orchid breach
meager kernel
sharp shuttle
molten bobcat
#

Thanks!

sharp shuttle
#

expensive

supple plume
meager kernel
#

im like 72 kgs rn
thats 156 pounds i think

molten bobcat
#

That's my favorite, Rigatoni Rosa with pork sausage and zucchini

hoary nebula
orchid breach
meager kernel
meager kernel
#

good enough weight for my height

molten bobcat
#

I bench about 145lbs if I'm remembering correctly

hoary nebula
#

what is that in kg

orchid breach
#

I bench 325 lbs

meager kernel
#

im not skinny

sharp shuttle
#

ive never seen a buff indian unless they were UK or US

molten bobcat
#

Sorry lol I don't know euro units

hoary nebula
#

buff indians xd

#

xdddddddddddd

orchid breach
#

Non existent

meager kernel
#

i started gym like at the age of 16

orchid breach
#

Punjabis are actually bigger since they eat meat

meager kernel
orchid breach
#

I see

meager kernel
#

Sikh to be precise

molten bobcat
#

Do you have the headband thing? That's the only thing I know about sikh folks

molten bobcat
#

Yes turban

orchid breach
#

They canโ€™t show hair at all

sharp shuttle
#

You guys hiding kettle bells in those head wraps to maximize gains arent you?

molten bobcat
#

I thought they could have beards?

vivid flower
#

Lol

orchid breach
#

And they always wear this metal bracelet

meager kernel
molten bobcat
#

Oh cool

orchid breach
#

Because of some battle shit

#

Or am I wrong

meager kernel
molten bobcat
#

Neat

sharp shuttle
molten bobcat
#

I don't get to learn about other religions often due to where I live lol

orchid breach
#

I thought it was bc of some warrior type shee

hoary nebula
#

Im drinking an imperial stout

meager kernel
vivid flower
sharp shuttle
orchid breach
molten bobcat
orchid breach
#

Idaho

meager kernel
#

or unpleasant

hoary nebula
#

sir do not redeem

supple plume
#

Tomorrow or the day after when I get paid I will invest my whole ass budget in htb

vivid flower
jaunty pulsar
molten bobcat
#

I love my home and my neighbors a lot

supple plume
molten bobcat
#

They're very sweet

orchid breach
molten bobcat
#

I host a Plex server for em to help them save money on subscriptions

meager kernel
sharp shuttle
# meager kernel are they pleasant to be around

Mostly unpleasant. They sit on chairs and talk in hindu or something as if they are doing a second job while ringing up my snacks.

They do not scan individual barcodes too. Must be a logistical nightmare for the owners

orchid breach
#

Punjabis are not Indians

orchid breach
#

Or are they