#ot1-perplexing-regexing
1 messages Β· Page 42 of 1
Wait how
I chopped the vegetables really smol
I cooked my laptop today
If your projects work well in docker for windows, they'll work fine in dev containers. My projects do not work in docker for windows
Put it in the microwave 7 mins
Ur laptop is ready (don't worry if explodes and kills you)
I'm not super familiar with Docker to be honest. It's something I want to learn-- I find it very cool all in all.
Docker feels like a kludge on a good day
I was working on a Dockerized Flask blog with non-federated user authentication but I got distracted.
I find it interesting too but my projects don't need it
I would've needed docker compose to spin up the database for the user login information and... frankly that sounds annoying.
So I just settled for SSG and put it on the back burner.
I spend too much fing around on small stuff so I haven't got to like even learning a framework yet
Ehh, that's the easier part. But only because most DBs (postgres, at least) have first party docker images you can just pull and configure
drop a "startup script" in the right spot and it'll run migrations too
Admittedly I was just kind of following along with a tutorial and connecting my current knowledge of Python to whatever concepts it was teaching. 
Valid. It's not not a PITA
I've been taking on progressively larger projects lately and I think I might've skipped a bit of the preamble in the learning process.
Trying to manage my expectations a bit more and focus on a good foundation.
I'm juggling C++ and Python learning at the moment, and they're at odds with each other fairly often.
How'd that happen? Scope creep or did you just take on too much?
Mmm, I'm pretty involved in Cybersecurity from a blue-teaming perspective. That necessitates a lot of home rolled tools to handle particular situations.
I have no absence of project ideas.
But often they interface with Python at a level I don't think I'm remotely comfortable with yet.
I'm grinding on the foundation for a bit over a year already, don't know if it's the right thing. Maybe I'm just not ready yet.
I think it's better to spend time on the foundations rather than try to jump into developing advanced projects, to be honest.
It can often feel a little futile, but I see a lot of people taking on ML/AI as their first projects and absolutely robbing themselves of producing coherent code in other contexts.
True
Ah, I've been there. I am a sucker for starting a script I'm gonna use, getting it to a point where exactly the featureset I needed worked, then abandoning it
I don't want to burnout in programming like I did in gamedev
I'm trying to avoid doing this with a project right now, so we share a braincell in that regard.
Lol. I've been putting a lotta work in lately learning stuff like Hatch, Ansible, and CI/CD pipelines because I've made the recent discovery I'm in waaaay over my head with devops
I've found that motivating myself to solve some of the problems I encounter rather than relying on other individuals to have those solutions for me has been fairly handy. And just... making opinions about something and testing to see if they hold true. I'm working a lot with the Python auditing functions right now. I think they're cool, so I'm just kinda'... honestly just messing around and seeing what works and what doesn't.
You and me both. Ansible is hot on my list of things I need to know professionally, but every time I sit down to do it, the setup kind of degrades my patience.
I got a book that uses Vagrant to spin up and down VMs in order to teach Ansible if you want it, it's pretty fire. But yeah the only way that I was ever going to actually learn Ansible is setting aside 1 or 2 of our deploy servers and just... using it
I actually was reading something about Vagrant and Ansible, so it may very well be something that I had already at least browsed over. I have a pretty extensive library, I don't think I'll ever get through it all.
I'm not sure if you're familiar with Cuckoo sandbox, but it's largely been deprecated in favor of Hatching Triage and I'd like to work on rolling my own VM management solution for those uses.
I did solo gamedev it is sad and bad for brain π’
I watch a lot of gamedev YouTube via Codebullet and Sebsatian Lague
It's very cool to build something that you can play.
But I don't know that I'd ever want to do that as a career.
Seb casually using compute shaders 1h after installing godot
I haven't heard of any of those technologies. My most up-to-date knowledge of malware analysis is manually poking around an nsjail lol
Mmm, I wish NSJail was the solution here. I have a running Snekbox instance that's heavily modified to allow and report on arbitrary Python execution, but it fizzles when dealing with anything that's meant to enumerate Windows.
I'd love to do it but only with friend team
His voice is very soothing and makes for a wonderful 'winding down for the day' video lol.
Wdym enumerating Windows? Like using the win32 api? Or
Registry key edits, executable dropping, etc, winAPI calls, etc. Not to mention a lot of what we handle is heavily obfuscated. It can make for a tough nut to crack in a Linux instance if the program itself is anticipating a Windows environment.
Huh, yeah, my naive interpretation of that problem is "too bad, reimplement the windows API"
Or run it in Wine π€·ββοΈ
I explored Wine a little bit actually. It solves some problems, but requires pretty heavy construction projects to get an NSJail instance to somewhere that remotely resembles what a VM-evasive program may be anticipating.
I could imagine. Naive setup there makes the malware see like, an empty list of network adapters so it just throws up its hands and stops
I wonder if something like openBSD's pledge could be handy here https://man.openbsd.org/pledge.2
Or just mucking around with seccomp
We have some tools like Speakeasy that allow us to simulate API calls in executables and see what they do.
But they're ultimately just an at-a-glance tool that serves to inform prior to dynamic analysis.
Huh, other than supporting kernel mode apps I'm not sure how that differs from Wine running under Qemu
A bit more modular, and interacting with it in a more well-wrapped manner AFAIK.
Seems pretty powerful
Mandiant doesn't play around. π
Seems like an arms race between malware authors and sandbox authors though
Oh for sure, it's definitely an adversarial space. It makes for creative challenges though.
That's cool work for sure
Thanks! We have a meeting with PyPI/PSF next week to discuss the next move for packaging security. π
Ooh, is the idea going to be shipping out the stuff that you're working on? Snekbox and the like?
We work on Snekbox?
Hmm. I don't contribute to Snekbox. Our role is moreso consulting on what a third party anti-malware solution might look like, to include an API for interacting and aggregating these reports.
Oh
I contributed to Snekbox
I bumped some deps
Yeah, that's right, I'm practically a core dev now
I'm fairly new here holistically, but I think Snekbox is Mark's passion project. I don't dare take credit for that. π
Ah, misread earlier message lol #ot1-perplexing-regexing message
3rd party malware detection API integration is a really big step
I'm a little shocked that's not already a thing, doesn't npm do that?
I'm honestly not sure how NPM handles antimalware to be honest. It's something I should probably look into, but we're in touch with other cybersecurity organizations that operate at an enterprise/corporate level and secure government agencies and whatnot. I tend to assume whatever we're advocating falls in line with best practice. If NPM has something similar to what we're advocating for or what PSF/PyPI is leaning towards, than it seems that may be the idiomatic solution at least.
NPM's malicious package volume is staggering in comparison to Python though.
Truly
We've briefly discussed securing NPM but I'm not sure we have the level of cross-language competency required to analyze malware outside of Python.
Idk how this kind of thing would work, but wrt reaching out to orgs that maintain levels of security, are you trying to get certain packages certified to have been audited? Or implementing a process for packages to obtain a certification like that?
So Google actually already does that with the Assured Open Source Software program.
You guys are getting certificates?
Can I have some?
But no, our aims are more simply to detect and eliminate malware as a fairly broad vector, not necessarily point to anything specifically as being malware free. That would be a cool very-far future project, but for now we're pretty happy just detecting what we can and analyzing and reporting it as required.
There's a level of liability there that I would be concerned about.
Huh, I've seen this but haven't read about the details, noted
SBOM's are the word of the decade in open source security.
Oh yeah there's probably enough gray area here that getting tangled up in certifications would be painful
Like, how do you classify nagware? That sorta thing
SBOM?
Software Bill of Materials. Basically your dependancies, their dependancies, etc. All the way to the core level.
If you're trying to design a secure application, ensuring Jinja or... Pandas is secure isn't sufficient.
Huh, I bet the GPL lawyers love that lol
It's definitely a rabbit hole, but it does make you think a lot about your personal security in the applications you're designing.
We take for granted that something common like TensorFlow may implement numerous dependancies which may be less secure than TF itself.
Sounds like a ton of manual work to compile all that. Would it include stuff like cloud infra as well? That could be an attack vector
Of course. It's a ton of work. But it's extremely necessary. It's not all on a single entity to secure however; Google itself is large enough to distribute that work in a manner where it's not just... a single entity, if that makes sense. I imagine what that looks like internally is Google Open Source Engineers working with individual security companies and project managers to test and develop secure applications and infrastructure.
Trail of Bits comes to mind.
It's mostly automated
See https://github.blog/changelog/2023-03-28-generate-an-sbom-from-the-dependency-graph/
You can just go to a repo, click the clicky button, and get a template already filled in with all your dependencies
Mmm, I don't believe this has full coverage.
Using this in the past seemed to spit out the same list of things Dependabot spits out, it's pretty weak
I think you need something like Poetry lockfiles to introduce something resembling a full supply chain SBOM.
Oh, to work at a company big enough to be able to dedicate teams to things like this...
If you want some cool internal CPython kinda' stuff, Facebook has dedicated 3 engineers towards integrating noGIL if the PEP passes.
I know that I've interacted with Google, Microsoft, and Facebook engineers now all dedicated in full time or more-or-less full time roles to maintaining either Core Python or open source software.
I spent a lot of time daydreaming about working for IBM's open source department or similar
Mmm, that ship might've sailed with the RHEL fiasco.
Yeah, hence "spent" in the past tense π¦
π I don't doubt that they still have open source teams. But it's my understanding that simply interacting with the open source ecosystem and becoming a contributor towards large projects, e.g, CPython is a good way to get a foot in the door in that careerfield.
It's not surprising to me that the big players have such a big stake in the continued development of Cpython
Honestly it kind of bewildered me at first.
hi
But the number of companies dedicating individual support towards open source projects makes sense practically, they don't shoulder the burden of the entire development process, and often they can help maintain and develop their own dependencies.
Even the NSA of all organizations has hopped on board that train, shockingly.
It's also the case that lots of times companies will hire devs that are doing OSS work already that interests the company, so the company can turn around and say "more of that pls"
Hell yeah Ghidra rocks
Spent a few hours in Ghidra today trying to work through a puzzle. I'm not sure I think it rocks right now, give me some time to recover. π
But yeah, I mean-- I think that's why #career-advice often advocates for open source contributions as a good demonstration of skills. Not only are you showing that you literally produce good work, but also that you're able to produce work that's potentially propping up a core ecosystem or something.
At least from personal experience: I redid the whole README for the Io language like 4 years ago. I slapped that shit on my resume: "Io language contributor" with a link to the contributions file in the repo. I got more recruiter questions about that than literally anything else lol
And it was just a README!
Contributions are contributions. π
So it seems!

No

What does that mean

Lmao are you trying to get me in trouble
stickie knows what to do
why
its just a man wear cow costume
ill ignore him
Bruh i am too close to detroit man
Someone tried to steal my bike in front of me then offered me weed after
for free?
Walder whittle Jr.
in this economy?
He didnr say for free
Probably something like i use it then gotta pay
Blud thinks hes gonna get a cent outta me
where do you live?
you definitely not live in japan
in vietnam crime is scary.
there is a story like this" america create a machine that it can catch the thieves. when american bring it to thailand, it catches 100 thieves. when people bring the machine to philippines, it catches 200 thieves. but when people use it in vietnam, the machine is stolen"
Detroit
im obessed with living in here n i want usa
uh everything is so bad next week i have to go to school summer vacation ended( i had 3 weeks of vacation). uh i planned studying ielts to make stickie proud but i achieved nothing. i dont know how to finish that thing by next week because im too lazy. there is no way i can escape this terrible place.....
i want summer because summer is only chance for me to be higher top on class
u sent free nitro to his dm
Huh
I don't use my DMs you can ask for JS help in this channel if you want
I'm not that good at JS 
Its for sum im working on
Dam
there is a js server
Send
You can ask here but you might have better luck in a JS server
in the past i went in a js sercer n it not look like this
Probably because it was a different server
Its 1k+ code
Honestly summer has been great for me
I've been working on projects basically all day and it's a lot of fun
Without the responsibilities of school
What u make?
Me?
summer has been terrible for me bc i was lazy i abuse youtube n internet the whole time i didnt study like my schedule
Yes
stickie wont be proud of me :(
Well, you want to strike a balance and give yourself some time as well
All work no play is sad
Oh, I've been contributing to a cybersecurity organization that scans PyPI for malware
That doesn't seem healthy
i had to remove all friends bc i want to study
exellent asians always go alone
That also doesn't seem like a healthy mindset
Setting a good balance has definitely helped me do well in academics wise, would highly recommend
Mental health is very important
asians do not recommend mental health
Whats that never heard of it
ill take care of mental health later when i go to america
I'm Asian too, that's not really an accurate generalization 
but u live in america

america have therapi...
uh i wasted too much time complaining
in order to make u proud i must study hard n

Would not recommend but I can't really tell you what to do lol
But anyways
Is sleb time as stickie says

sleb
sleb π
Three
Take it or leave it
TAKE IT
Does anyone have access to a Midjourney or Leonardo AI?
please avoid xposting
What
Try not to post the same question in multiple channels
The funny snake and crab language
cursed
Source?
SeaPython π¦
I have a random 1AM though
no
how do automated deployment in kubernetes???
ArgoCD
I have never heard of this
i too have a random 11:36
ask Dennis about it
What are other options?
running helm as part of CD 

docker
rem said a phd in shitpost is required in ot channels
yeah but what if I'm running docker containers in k8s and I want to be able to automatically redeploy rem from GHA or something
there's also the option of plain ol' PATCHing the resource
I already have that

Hmmm
That seems mildly hacky
pepe cringe
Β―_(γ)_/Β―
i lob that cringe emoji

so perfect
it's technically what happens at the low level
where my bootiful abstraction???
ill stick that emoji on walls

so everyday studying ill see it n understand how parents r disgusted with me
robin go to sleep
don't dream of kubernetes in your sleep
Y
why would you want to
because k8s π
whats kubernete
hell
actually I want to make a lil node pool with some old machines at my house and self host all the stuffs on it
Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation. The name Kubernetes originates from Greek, meaning 'helmsman' or 'pilot'.
real
ok
helm π
i want to dream about that
i wish that i can dream about that so i can study while sleep
Me omw fr
dream debugging > rubber duck debugging
I had everything but the ingress working
why stickie typed so fast
he's just goated
i use an autoclicker
stickie is a goat?
banned
he is like teleporting like anime character
i bhop over the keyboard
so powerful

n exellent too
ill dream about this thing
pepe approves
the emoji says" your parents r disgusted with you"

@grave cove whats bhop
the forbidden knowledge
ye
robin u still doing roc?
I got bored on day 2


everyone talks about things i cant understand
do you dream in Rust too
the only taylor i know is swift
I dream of traits and lifetimes
ill dream about ielts in my drean
how cool
What's todays about
there's an elevator
you might even say he⦠sticks to it
with microchips
it's like the problem with the river and the boat
with a lion and a pig or smthing
except there are 3 more rivers and way more animals
i was thinking of some other river boat problem
i will never give up, never surrender to become as intelligent and exellent as you are

i thought revival of code was old aoc questions
oh i know how to play that game
It is
But the backstories to these problems are very funny
no its creepy
Someone needs to make a complete 2015-2023 AoC lore video
all i remember is there's elves
and stars
im very dum
same
ill study to get as strong as u r
Yah
The elves get up to all sorts of shennanigans every year
Highly entertaining
Aight
Is actual bedtime now
Night all
imagine living in the wrong timezone
CST is obviously the best timezone
even though there's only like 2 relevant states in that tz
any tz with dst is a joke
the horror
truly
i found ur first message

but it doesnt seems like first
im certain the dude who came up with dst did it for no other reason but to spite programmers
Not really
I was already pretty experienced when I first joined
based and redpilled
stickie joined 2020 but first message is 2022
Well, at least to spite the poor lads who have to write datetime abstractions now

i want to make an patting stickie emoji but cant take his pfp
RESOLVED (jaas) in CA Program - CA Certificate Compliance. Last updated 2023-02-22.
interesting
(prevent robin from sleeping with this one simple trick)
I've been nerdsniped
it's hardly a challenge to prevent robin from sleeping
why dont you tell us more about that
your tricks don't work on me silly dog lion man


ill be lonely only this time
after studying, everything will only be bad memories
misery
there
!eval print('hello')
@high verge :white_check_mark: Your 3.11 eval job has completed with return code 0.
hello
!e print ("owo")
@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.
owo
!e
print("uwu")
@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.
uwu
!e print('nwn')
@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.
nwn
!e
print(';-;')
@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.
;-;
dont flood the chat bbg
I'm learning
#bot-commands
I got banned
Hey @rough sapphire
Wsp
@kindred thicket
what discord r u using?
update your discord
wdym
like is it desktop or browser
desktop
ok idk what to do i use browser
i can try the browser version though
give me a moment
same thing
maybe its a setting?
right but it could be bundled in with some other setting
do you have embed/preview links turned on? that might be related
nope turning it on didnt change anything
idk then
theres probably some setting or something somewhere
its not too important though, since i dont want it on anyway
id rather know explicitly what url im going to
[httΡs://github.com/torvalds/linux](#ot1-perplexing-regexing message)
oh, you dont have markdown links enabled so youncant see
more like
i can see

There's a space, that's why
where
Oh, maybe not

Probably doesn't allow urls to be the text preview because that's misleading 
But this server does have the hyperlinks
[a link](#ot1-perplexing-regexing message)
That works for me 
You might need to update your client etc. if it's not working for you
nah, it's probably because discord doesn't want misleading hyperlinks
I've seen this happen before
lol I was wondering if that was possible
ok that's dumb, they whitelist their own links by default
if anyone is looking for good anime watch steins;gate, you will not regret it
its a wholesome slice of life anime I promise
its a good anime, i liked it
horimiya tho π >>>
tokyo revengers is a good anime too but the mc is such a little bitch it will piss you off
Good?
puts phone to ear hello itβs me. The organisation has begun its brainwashing process. Require future gadget #4 stat. El. Psy. Kongroo.
i feel like this is a shitty anime and you are trying to trick people π€¨
just from the tone
in all seriousness, its amazing. There's a reason its #2 on MAL
this is a joke
its not wholesome
I cried myself to sleep after watching steins gate 0 i kid you not
anyway, if anyone plans to watch, here's my recommended watch order for the best and most pleasing experience
- steins gate eps 1-22
- steins gate eps 23b
- steins gate 0
- steins gate eps 23-24
- egotistical paranoia
- steins gate movie
absolutely based opinion
How screwed am I?
dawg
what typa shit is bro storing π
ah actually
you have 230gb
π
it was so good I stayed up all night just to finish it cuz I knew I couldnt go to sleep π
and here I was concerned about having 40ish GB free out of 6 TB a while ago
that was a single drive. I have 17.5 TB now
If it's a ssd, very screwed. SSD runs slow af after like 90% full.
so delete some stuff?
why so much?
i too would like to have that much storage for hoardinf reasons
i see, a man of culture then
I had 9.5 tb of storage, and then it was almost full, so I bought an 8tb wd blue as my fifth drive
it kinda feels shameful when you have to clean out your storage to make space. makes me feel poor
I want this how I get this I got sugar daddy
Mine has built in redundancy, so the storage is less.
Windsor
I dont think it was supposed to do this, but it is entertaining. Which is what I was trying to achieve
@rugged owl I agree with your bio π
hi
grid is like tables on steroids
can these be edited as easily as tables
Essentially yes
i gotta test if changing the number of columns an item takes up is transitionable
for arbitrary item numbers I think the auto size is what you're gonna need π€
from what I can tell from the site all these items are just divs in one big grid div?
there is something at the bottom about animating grids
oh nice
seems only gaps are supported for animation π
damn
doesnt mean i cant just resize a div to oblivion :p
ideally you don't resize the div
i might still make the links a table
the divs take on whatever the grid specifies
then this might not be for me
look at the animation tho
I mean that looks fine no?
"check this post for more details" has a link
ah it's because I'm on firefox maybe?
mmm works on chrome just tried
that looks much like what you want
I was hoping there would be a way to dynamically change the number of columns and rows a grid takes up and make stuff around it compensate
but reallyt
all i need in my site are two columns and some rows in both
which grid can handle
think you might want to look into subgrid too
ah shiet
why only on Firefox π’
I really think grid is still the way to go
at least look into it, can be useful for grid-like designs for sure
I saw that when I was setting up my site. felt too complicated at the time
i'm more confident now i guess
π
site begone
reading the sub-post on there I think all the useful properties you might want to animate are animatable now
nice. I have the mozilla docs up rn
gone, reduce to ashes a rounded rectangle
is there an actual name for a "rounded rectangle"
i heard squircle but that's more of a samsung icon
they did?
at least it exposes playlists in the sidebar
maybe it's a rollout
I'm sure I'll get used to it π€·ββοΈ
I just want their small view to look presentable
or at least make the cover a bit larger
also I may or may not be listening through shuffle of this artist's songs
which icon
meant album cover
i personally think it should almost touch the edges
I can fullscreen player on pc π€·ββοΈ
Not opposed to that tbh
i am on pc what are you on about
what dis
wish you could hide the top-bar of that window
like a fullscreen view without the fullscreen
?
what
installed as app;
cring
lol
is that webapp?
doesn't PWA require chrome?
or is it an app from windows store or whatever you are on
doubt the second because of URL
(will no longer be supported in firefox or edge, ever)
that's bing chat on the right. take a guess
it's pretty alright
didn't know had PWA support still
would like to switch to firefox eventually but
thought it was dying out tbh (PWAs I mean)
Never thought about that as something that can die out. feels like something that you can just enable for those who want it
Firefox used to have it but removed I think
it takes dev hours to maintain π€·ββοΈ
idk
you gonna do something about the scrollbar on info panel on large profile pic? (for your site)
actually of course you will, you are refactoring the whole thing basically...
I know a... certain app that had a site with it as a freebie due to it being designed in flutter
if you worded it like that I don't wanna know what the app is π
I actually dont think this is a Progressive Web App
wha
it litterally just pops off my edge browser? not even reloads. might as well be a glorified tab
never used a PWA
PWA is very broad
can literally just be a link to open a glorified tab like you said π
I did that for the game in my bio once
did it so I could save it as an app on my phone
(I broke both of those features like a year ago...
don't work on this thing much I'm unhappy with it)
? you mean when the info overflows with the big pfp?
yeah
i mean that was just added a few days ago because I learned how to π
thought of it as just getting a better view idk
ducky_skull
barely wrote any js until a week ago
have you tried ThemeSong for ytm?
biggest feature being dynamic color backgrounds
such as
I mostly play music in the background
not big on the visuals as I like to focus on the puzzle games I play
fair
brb don't burn down your site while I'm gone! π₯
π
π

chatgpt π₯
what's wrong?
i have come to my demise that i would like to quit coding
i suck at it
im not any godd

and its time consuming and it cuases much anger
no one is good when they start
the worst code you will ever see in your life will be your own beginner code.
but i believe that i will never get a job with it in the future
so why spend so much time now learning a skill that i wont use?
after spending half a year, i cant even get a discord bot to send an image
@frozen crane what i want to do is, i would love for you to announce to the server that im quitting coding and i want you to ban me from server(glory-wise) in honor of you
stel you are my fav admin
I'm not going to do that. If you want to do something in honor of me, keep practicing.
and make a discord bot that posts a picture of my kitty.
He is the sapphire lion, the emperor and CEO of all kitties.
I cant even get my bot to send a picture
keep trying
yk what
never forget me stel
im officially gone
@frozen crane wait hold one
why is lemon not a directore anymore
what happened to lemon
he still is
well tell lemon about me
if your not gonna band me in honor
@tame terrace Mr.Bo is a person who exists.
im gonna have to get you to
this is truly one of the chats of all time
floofy chat
hi friend. writing code is hard. you should do it anyway.
They're banned now, unfortunately
π¦
oh no.
betrayal
@static atlas
Windows Defender isn't a firewall, Windows firewall is seperate from it.
Why do you use 3 AVs? They all conflict with each other.
windows defender has a good firwall you should ask anyone who has a computer
π€¨
That's false, malware can easily disable Windows firewall.
Alongwith Defender.
Respectfully, you don't know what you're talking about.
but it works for me the way I want
everyone knows that the more AVs you have, the more chance you have that one of them will stop the malware
based
Yes, he said he uses Windows Defender, Kaspersky, and Norton 360.
Which all conflict.
I'm heading out
i don't really have to protect myself from the malware too much bc i make them allot the only reason why I have 360 total security is bc they help to disable wd completely
What?
bro just exposed himself?
If you don't then why do you use 3 AVs?
it's 360 total security not northon
ive never used nothon before
I forgot about 360 total security, you only said 360 which is what Norton is called too.
Why do you make malware?
the million dollar question
in order to obtain 360 degree security, all one has to do is do a 360 and walk away from the threats
for fun or money to practice and increase my skill at times
π€¨
Oh interesting!
Do you sell it?
are you trying to buy learn or make fun of me bcs if you have negative intetions......
touche
No, I'm actually interested.
You do sound like you know something about hacking.
What malware are you selling?
glazin
i mostly sell ransomware
Oh really?
i use to sell very good trojans bt i aint making them no more
this is the av i was talking about
Yeah that's a bad AV.
Windows Defender is better tbh.
Defender is great
it's okay for my intentions though
Oh because it doesn't detect the malware you make?
daim right man
That makes sense.
didn't you say you were "blue team" like a week ago? making and selling ransomware isn't a fantastic thing to do, we could do with less of that in the world
No wait, this is a good business model. Make the problem then sell the solution. ||/s||
so that's what all the vipyr closed-source projects are...

just a lil bit of racketeering, that's all
easy way to get the book thrown at you even harder when caught :D
where on earth do a thief tell people he's a thief am nt calling myself a thief but I was just trying to get help from people who could never give it to me i still got an answer though thanks to whoever it was i used his answer to learn more
bt don't worry much am very friendly i don't attack people directly with malware except it's necessary am a friendly red team guy
no the only reason I use it is bc it has the ability to permanently disable real time protection on windows defender and it will also damages itself in the process
Right and you do that so Defender doesn't detect your malware.
I get it dude, sometimes Defender detects hacktools for me.
yeah
How much money do you make if you don't mind me asking?
i do mind but I will give you answer
i sell it in MONERO helps me allot but it's risky when selling bc everything is done on the darkweb that's where firewalls protection could be useful and disturbing all at once
what do you do with your computer knowledge
learn py?
Makes sense.
Is that what your username means?
M0nt3ro
some how related to that
i got the name from another hacker he actually gave me the second one never told me what it meant but it's terrible he said
MONTERO FRINCH
definitely from this https://www.youtube.com/watch?v=6swmTBVI83k
Official video for βMONTERO (Call Me By Your Name)β by Lil Nas X. Listen + Download: βMONTERO (Call Me By Your Name)β out now https://lilnasx.lnk.to/Montero - Put headphones on for a simulated 360 Reality Audio experience.
Amazon Music - https://lilnasx.lnk.to/Montero/amazonmusic
Apple Music - https://lilnasx.lnk.to/Montero/applemusic
Audiomac...
Yes, also cryptography, infosec, etc.
I don't like lil nas and the meaning of montero has something to do with mountains
Wb zero days?
?
just malware
It's interesting to me that you sell ransomware.
Mostly people sell stealers.
why'd you add cryptography
Because I like cryptography.
at times keyloggers
its good but no one from this severe will want to help you with such stuff after having such conversation
you've got a brain a good one
am only creating work and jobs for the blue team
Do you sell the solution too or nah?
of course how do you think i'll get the money
Ohhhh, I thought you sold ransomware to other people who then use it.
My bad.
So you put your ransomware online, then sell the decryption key.
yes most of them pay after using it i know and trust the guys with such stuff
and I also said i do the attacking when necessary
am not black hat
I mean cmon, this is blackhat stuff.
You don't need to play it off.
Who do you attack?
people i hate bc i don't know how to forgive
Like people who disrespect you?
all red teamers do create malware nt just black hat
if it provokes me
Have you ever infected someone from here?
thanks
Well he's violated the rules numerous times.
Are you going to ban him?
i just don't know how to play the rules is there a penalty ?
I'm surprised the convo was able to go on that long.
is that what you want
It's not what I want but what the rules say.
great
i will ban myself once am done learning the python i want if they don't ban me bf then
me when i am done learning the python https://images.fineartamerica.com/images-medium-large/snake-charmer-eric-wieringa.jpg
!tban 1075951386832945263 2w We are not a server for getting help with or discussing malware. Asking for help with any malicious project is unacceptable, let alone lying about your intentions regarding what said malware was for.
:incoming_envelope: :ok_hand: applied ban to @static atlas until <t:1690671714:f> (14 days).
Literally 1984
"No malware"
π
anyway, today... I played Halls of Torments pretty much every second of the day. I went out for dinner and had drinks with people for a couple hours but other than that, I played that god damned game the second i woke up until; now.
i dont usually do that
I like the format so much better than diablo. Its basically the roguelike format. In diablo there are no stakes. Time spent on the game translates into success. Its lame by comparison
hi
ubuntu and opensuseπ±
i like that prompt for opensuse
mine
it shortens parent directory names to a single letter to not clutter the screen with long text, and gives me more space to type commands and stuff below
what shell or tool does that?
its a custom prompt i made
will it work in bash? care to share it?
ye hold on lemme pull my .profile from my debian usb gimmie a min
gotta find my adapter to plugin to my phone
The names of the ot channels are often funny references from stuff people said in this server, so a lot of "quotes" are funny misspellings etc
ngl, I don't like the over the top shortening here
if you have the prompt itself on a new line a longish path isn't much of an issue
it becomes an issue when working with java though
||your issue is working with java||
yeah i would much rather let an ide handle package paths
you can always do pwd though 
Filters that don't change your face features ππ >>>
so just no filter at all
I want sparkles β¨οΈ
plus, i think it was more o a reference to the famous line from jaws - "we're gonna need a bigger boat"
Are u working on S5 of dragon Prince?
is anyone gonna stop watching tv and films to support the striking writers and actors?
is excitement synonyms for happiness
only if you're an addreniline junkie
whats that
um
true
an asshole advertisement told me excitment is synonyms for happiness
ill block it
Nope, I left after S3
Ahhh okie lol
I haven't even watched s4
oh really lol hate it that much?
nah I don't hate it, I just lost interest
π
season 4 of dragon prince was beyond awful
hope season 5 is good



so pros are 47% linux
but end users are a lot more Windows
but i think that will change very much in the next 5 years

if gaming takes off like steamos it will topple
I don't see that happening any time soon.
hi rem
Microsoft has acquired Github, VSCode continues to become more integrated with basic developer features that were originally appealing on Linux.
gamers dude will make it happen like they did with GameStop
Me when Microsoft acquires google
howdy

SteamDeck is mostly irrelevant to mainstream still.
what did you do to my homedawg psvm π
<1% of handheld console sales.
whats homedawg psvm
Single-handedly bringing Arch up to most used distro by gamers
but its realy new less thatn 2 years for ubuntu
The problem is that SteamDeck is a novelty for mobile gaming, but it's not going to be powerful enough any time soon to replace what is by and large a captive market on Windows.
i want to create more emojis but it take so long to make
Nvidia is unlikely to budge on Linux support for current generation drivers, nor is Realtek. The novel appeal might be there for enthusiasts, but trying to adopt something in an environment resistant to those supply constraints isn't feasible.
pat him
you squished him
I have seen a review of steamos that it runs all games back to the 90s and it is perfomant as windows for framerate on modern games.
I doubt that considering they don't run on native Linux kernels. Steam hasn't managed to bypass the necessity of drivers and hardware level support for games.
I severely doubt that
Damn now i have to find that lol
everyone is warm actually everyone 37β°C
i think it was this one
Thanks to Viper Gaming for sponsoring today's video.
Viper V570 MMO Gaming Mouse: https://amzn.to/3wH4rFl
Viper V765 Mechanical Keyboard: https://amzn.to/3LUACrP
Viper V380 Gaming Headset: https://amzn.to/3545DJ7
In 2012, Valve fired a warning shot across Microsoft's bow with their first operating system, SteamOS. It was intended to put Windows...
What are overwhelmingly the most dominant games in the PC space right now?
I don't... need to, I have the database pulled up for supported games lol.
so how can this guy be so wrong ?
csgo probably
i want to play sallyface
People are wrong on the internet a lot.
internet π
CS:GO is supported 'after some tweaks'
he is abosoulete geek
that's what the government wants you to think
sallyface nice game but ive to wait for 2 more years

no polistic
OMG the goverment hires him ?
Alrighty I have the most popular PC games pulled up. 
that's a code word for "so many tweaks you're going to go back to windows"
lol
can you share your info for this ?
rem can u fix my win defender now?
well we gota hammer out some facts π
i think my win defender broke too hard
i'm convinced every linux gamer has an extra windows partition for running games w anticheats
it currently dont exist anymore
fr
uh i forgot that i wanted to choose reset window method
I kind of enjoy my Linux environment for programming
wsl
ill reset windoe when father is
These days I spent most of my time programming than gaming anyway
gone
true i lob programmint

Roblox is unsupported natively, and is *explicitly blocked from doing so.*
+ Minecraft is supported natively.
League of Legends is not supported natively.
- CS:GO is supported natively after tweaks.
Valorant is unsupported natively.
Overwatch 2 is unsupported natively.
- Apex Legends is supported natively after tweaks. (EAC)
+ Rocket League is supported natively.
Genshin Impact is not supported natively.
Destiny 2 is not supported natively.
Call of Duty: Modern Warfare is not supported natively.
PUBG: Battlegrounds is not supported natively.
- GTA V is supported natively after tweaks.
- DOTA 2 is supported natively after tweaks.```
sure some peeps like vi instead of vscode
i play none of these game
interesting
That's the 15 most popular games at the moment.
i only play visual studio code
you could install vi(m) on Windows
the games I play appear to be supported natively with some tweaks
Valo and roblox are the only games i play atm, and they are both unsupported. βΉοΈ
i dont like windows though except for win7 that was awsome
I do plenty of interfacing with Linux and Windows.

I don't really use WSL too much, and my development environment in Windows 11 is extremely comfortable.
unfortunately college requires me to get a beefy windows laptop for some reason
cool
My only issue so far has been sourced from Docker.
mildly cringe if you ask me
but why

what kinda classes you having
That is a really nice link. but what am i looking at ?
I think it's stupid but I see the appeal in having everyone in the same environment.









