#ot1-perplexing-regexing

1 messages Β· Page 42 of 1

round pendant
#

I cooked salad today

main minnow
round pendant
#

I chopped the vegetables really smol

main minnow
#

I cooked my laptop today

heady lion
#

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

main minnow
#

Put it in the microwave 7 mins

#

Ur laptop is ready (don't worry if explodes and kills you)

foggy jungle
heady lion
#

Docker feels like a kludge on a good day

foggy jungle
#

I was working on a Dockerized Flask blog with non-federated user authentication but I got distracted.

round pendant
#

I find it interesting too but my projects don't need it

foggy jungle
#

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.

round pendant
heady lion
#

drop a "startup script" in the right spot and it'll run migrations too

foggy jungle
#

Admittedly I was just kind of following along with a tutorial and connecting my current knowledge of Python to whatever concepts it was teaching. shrug

heady lion
#

Valid. It's not not a PITA

foggy jungle
#

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.

heady lion
#

How'd that happen? Scope creep or did you just take on too much?

foggy jungle
#

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.

round pendant
foggy jungle
#

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.

round pendant
#

True

heady lion
round pendant
#

I don't want to burnout in programming like I did in gamedev

foggy jungle
heady lion
#

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

foggy jungle
# round pendant I don't want to burnout in programming like I did in gamedev

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.

foggy jungle
heady lion
foggy jungle
# heady lion I got a book that uses Vagrant to spin up and down VMs in order to teach Ansible...

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.

round pendant
foggy jungle
#

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.

round pendant
#

Seb casually using compute shaders 1h after installing godot

heady lion
foggy jungle
#

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.

round pendant
foggy jungle
heady lion
foggy jungle
#

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.

heady lion
#

Huh, yeah, my naive interpretation of that problem is "too bad, reimplement the windows API"

#

Or run it in Wine πŸ€·β€β™€οΈ

foggy jungle
#

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.

heady lion
#

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

#

Or just mucking around with seccomp

foggy jungle
#

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.

heady lion
#

Huh, other than supporting kernel mode apps I'm not sure how that differs from Wine running under Qemu

foggy jungle
#

A bit more modular, and interacting with it in a more well-wrapped manner AFAIK.

heady lion
#

Seems pretty powerful

foggy jungle
#

Mandiant doesn't play around. πŸ˜›

heady lion
#

Seems like an arms race between malware authors and sandbox authors though

foggy jungle
#

Oh for sure, it's definitely an adversarial space. It makes for creative challenges though.

heady lion
#

That's cool work for sure

foggy jungle
#

Thanks! We have a meeting with PyPI/PSF next week to discuss the next move for packaging security. πŸ™‚

heady lion
#

Ooh, is the idea going to be shipping out the stuff that you're working on? Snekbox and the like?

vale raven
#

We work on Snekbox?

foggy jungle
#

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.

vale raven
#

Oh
I contributed to Snekbox
I bumped some deps
Yeah, that's right, I'm practically a core dev now

foggy jungle
#

I'm fairly new here holistically, but I think Snekbox is Mark's passion project. I don't dare take credit for that. πŸ˜›

heady lion
#

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?

foggy jungle
#

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.

heady lion
#

Truly

foggy jungle
#

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.

heady lion
#

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?

foggy jungle
#

So Google actually already does that with the Assured Open Source Software program.

vale raven
#

You guys are getting certificates?
Can I have some?

foggy jungle
#

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.

heady lion
foggy jungle
#

SBOM's are the word of the decade in open source security.

heady lion
#

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?

foggy jungle
#

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.

heady lion
#

Huh, I bet the GPL lawyers love that lol

foggy jungle
#

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.

heady lion
#

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

foggy jungle
#

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.

grave cove
vale raven
foggy jungle
heady lion
foggy jungle
#

I think you need something like Poetry lockfiles to introduce something resembling a full supply chain SBOM.

heady lion
foggy jungle
#

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.

heady lion
#

I spent a lot of time daydreaming about working for IBM's open source department or similar

foggy jungle
#

Mmm, that ship might've sailed with the RHEL fiasco.

heady lion
#

Yeah, hence "spent" in the past tense 😦

foggy jungle
#

πŸ˜› 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.

heady lion
#

It's not surprising to me that the big players have such a big stake in the continued development of Cpython

foggy jungle
#

Honestly it kind of bewildered me at first.

heady hamlet
#

hi

foggy jungle
#

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.

heady lion
#

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

foggy jungle
#

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.

heady lion
#

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!

foggy jungle
#

Contributions are contributions. πŸ˜›

heady lion
#

So it seems!

heady hamlet
sinful isle
#

Hello

#

Any staff members in here

#

This channel is ded wth

grave cove
sinful isle
grave cove
sinful isle
#

What does that mean

grave cove
heady hamlet
#

stickie has instruction about how to deal with that man

sinful isle
heady hamlet
#

stickie knows what to do

heady hamlet
#

its just a man wear cow costume

#

ill ignore him

jovial oriole
#

Bruh i am too close to detroit man

#

Someone tried to steal my bike in front of me then offered me weed after

acoustic moss
#

for free?

jovial oriole
#

Walder whittle Jr.

acoustic moss
#

in this economy?

jovial oriole
#

Probably something like i use it then gotta pay

#

Blud thinks hes gonna get a cent outta me

heady hamlet
#

you definitely not live in japan

grave cove
#

mildly creepy

heady hamlet
# grave cove <:pithink:652247559909277706>

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"

grave cove
#

Detroit

heady hamlet
#

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

grave cove
#

:(

#

Summer really do be coming to an end

rough sapphire
#

@grave cove

#

Check dms

#

Wjo

#

Here

#

Can

heady hamlet
rough sapphire
#

Code java script

#

Who can code javascript

heady hamlet
rough sapphire
grave cove
rough sapphire
#

Alr

#

But i need ur help

#

With like

#

A file

grave cove
#

I'm not that good at JS shrug

rough sapphire
#

Its for sum im working on

heady hamlet
#

there is a js server

rough sapphire
grave cove
#

You can ask here but you might have better luck in a JS server

rough sapphire
#

Please

#

I only code python

#

I made sum in js

grave cove
rough sapphire
#

Tyyy

#

I made sum in js

heady hamlet
grave cove
#

Probably because it was a different server

rough sapphire
#

Its 1k+ code

heady hamlet
#

it was much bigger

#

like 500k + members

grave cove
#

Without the responsibilities of school

rough sapphire
#

What u make?

grave cove
#

OH and gaming

#

LOTS of gaming

grave cove
heady hamlet
rough sapphire
heady hamlet
#

stickie wont be proud of me :(

grave cove
#

Well, you want to strike a balance and give yourself some time as well

#

All work no play is sad

heady hamlet
#

i dont play

#

i declined all friends relationship

grave cove
# rough sapphire Yes

Oh, I've been contributing to a cybersecurity organization that scans PyPI for malware

grave cove
heady hamlet
#

i had to remove all friends bc i want to study

heady hamlet
grave cove
#

That also doesn't seem like a healthy mindset

heady hamlet
#

i want to go alone like em but im too tired

#

im so bad

#

ive gone too far

grave cove
#

Setting a good balance has definitely helped me do well in academics wise, would highly recommend

#

Mental health is very important

heady hamlet
#

asians do not recommend mental health

reef goblet
heady hamlet
#

ill take care of mental health later when i go to america

grave cove
#

I'm Asian too, that's not really an accurate generalization shrug

reef goblet
#

Chinese

#

Though indians are cool

grave cove
#

I don't see how that makes much of a difference

heady hamlet
#

america have therapi...

#

uh i wasted too much time complaining

#

in order to make u proud i must study hard n

grave cove
heady hamlet
#

n bang head on the books

#

i can do it

grave cove
#

Would not recommend but I can't really tell you what to do lol

#

But anyways

#

Is sleb time as stickie says

edgy crest
#

sleb

grave cove
#

sleb πŸ‘

heady hamlet
#

stickie never said sleep

#

stickie... havr 5 hours of sleep?

grave cove
#

Three
Take it or leave it

heady hamlet
#

i want to hug guido van russum while sleeping

heady hamlet
opal snow
#

Does anyone have access to a Midjourney or Leonardo AI?

grave cove
#

please avoid xposting

opal snow
#

What

grave cove
#

Try not to post the same question in multiple channels

edgy crest
#

what is this

grave cove
#

The funny snake and crab language

edgy crest
#

cursed

grave cove
#

Source?

jaunty wraith
#

it's obviously the future

#

who even uses CPython anymore

#

smh

edgy crest
#

SeaPython πŸ¦€

grave cove
#

I have a random 1AM though

jaunty wraith
#

no

grave cove
#

how do automated deployment in kubernetes???

jaunty wraith
#

ArgoCD

grave cove
#

I have never heard of this

edgy crest
jaunty wraith
#

ask Dennis about it

grave cove
#

What are other options?

jaunty wraith
#

running helm as part of CD ducky_sphere

grave cove
edgy crest
heady hamlet
grave cove
#

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

jaunty wraith
#

there's also the option of plain ol' PATCHing the resource

grave cove
heady hamlet
grave cove
grave cove
#

That seems mildly hacky

heady hamlet
#

pepe cringe

jaunty wraith
#

Β―_(ツ)_/Β―

grave cove
#

this needs more research and thought

#

at not 1am preferably

heady hamlet
#

i lob that cringe emoji

grave cove
heady hamlet
#

so perfect

jaunty wraith
grave cove
#

where my bootiful abstraction???

heady hamlet
#

ill stick that emoji on walls

grave cove
heady hamlet
#

so everyday studying ill see it n understand how parents r disgusted with me

jaunty wraith
#

robin go to sleep

grave cove
#

Perhaps I will

#

I must ponder this in my sleep

jaunty wraith
#

don't dream of kubernetes in your sleep

grave cove
#

Y

jaunty wraith
#

why would you want to

grave cove
#

because k8s πŸ‘

heady hamlet
grave cove
#

actually I want to make a lil node pool with some old machines at my house and self host all the stuffs on it

heady hamlet
#

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

grave cove
#

real

heady hamlet
#

ok

grave cove
#

helm πŸ‘Ž

heady hamlet
jaunty wraith
#

robin coming back to fix all kube shenanigans

heady hamlet
#

i wish that i can dream about that so i can study while sleep

grave cove
#

Me omw fr

crystal spruce
#

dream debugging > rubber duck debugging

grave cove
#

I had everything but the ingress working

heady hamlet
#

why stickie typed so fast

grave cove
#

he's just goated

crystal spruce
#

i use an autoclicker

jaunty wraith
#

stickie is a goat?

grave cove
#

banned

heady hamlet
#

he is like teleporting like anime character

crystal spruce
#

i bhop over the keyboard

heady hamlet
#

so powerful

grave cove
heady hamlet
#

n exellent too

heady hamlet
grave cove
#

pepe approves

heady hamlet
#

the emoji says" your parents r disgusted with you"

grave cove
heady hamlet
#

@grave cove whats bhop

grave cove
#

the forbidden knowledge

heady hamlet
#

ye

crystal spruce
#

robin u still doing roc?

heady hamlet
#

whats roc

grave cove
heady hamlet
grave cove
jaunty wraith
heady hamlet
#

everyone talks about things i cant understand

grave cove
#

Though I've been meaning to do it in Rust

#

Maybe even write my own lil helper

jaunty wraith
#

do you dream in Rust too

heady hamlet
grave cove
#

I dream of traits and lifetimes

crystal spruce
#

today is quite interesting

heady hamlet
#

ill dream about ielts in my drean

grave cove
#

you're still doing it?

#

Classic stickie move lol

heady hamlet
grave cove
#

What's todays about

crystal spruce
#

there's an elevator

jaunty wraith
crystal spruce
#

with microchips

grave cove
#

lmao

#

who comes up with this shit

crystal spruce
#

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

edgy crest
#

i was thinking of some other river boat problem

heady hamlet
#

i will never give up, never surrender to become as intelligent and exellent as you are

grave cove
edgy crest
heady hamlet
grave cove
heady hamlet
grave cove
#

Someone needs to make a complete 2015-2023 AoC lore video

edgy crest
#

and stars

heady hamlet
#

im very dum

grave cove
#

same

heady hamlet
#

ill study to get as strong as u r

grave cove
#

The elves get up to all sorts of shennanigans every year

#

Highly entertaining

#

Aight

#

Is actual bedtime now

#

Night all

acoustic moss
#

imagine living in the wrong timezone

grave cove
#

CST is obviously the best timezone

#

even though there's only like 2 relevant states in that tz

crystal spruce
#

have good sleb bird

grave cove
#

thamk

acoustic moss
#

any tz with dst is a joke

grave cove
#

the sun would set at like 4pm in the winters

heady hamlet
acoustic moss
#

the horror

grave cove
#

truly

heady hamlet
#

i found ur first message

grave cove
heady hamlet
#

but it doesnt seems like first

acoustic moss
#

im certain the dude who came up with dst did it for no other reason but to spite programmers

heady hamlet
#

yr

#

ye

grave cove
#

Not really
I was already pretty experienced when I first joined

heady hamlet
#

in here we eat puppt

#

puppy

heady hamlet
#

stickie joined 2020 but first message is 2022

grave cove
#

Well, at least to spite the poor lads who have to write datetime abstractions now

heady hamlet
#

he definitely ve been watching...

#

stickie is cold

grave cove
heady hamlet
#

i want to make an patting stickie emoji but cant take his pfp

grave cove
#

interesting

heady hamlet
#

久保さんは僕を許さγͺい

#

i dk japanese

acoustic moss
#

(prevent robin from sleeping with this one simple trick)

grave cove
#

I've been nerdsniped

crystal spruce
#

it's hardly a challenge to prevent robin from sleeping

grave cove
#

hecks all of you

#

Am going to sleep now just to spite you all

acoustic moss
#

why dont you tell us more about that

grave cove
#

your tricks don't work on me silly dog lion man

heady hamlet
#

ill be lonely only this time

#

after studying, everything will only be bad memories

#

misery

lethal glacier
#

@high verge Okey deal

#

Now listen to it

high verge
#

there

lethal glacier
#

Why don't it work 😦

high verge
#

!eval print('hello')

royal lakeBOT
#

@high verge :white_check_mark: Your 3.11 eval job has completed with return code 0.

hello
lethal glacier
#

!e print ("owo")

royal lakeBOT
#

@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.

owo
lethal glacier
#

!e
print("uwu")

royal lakeBOT
#

@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.

uwu
lethal glacier
#

!e print('nwn')

royal lakeBOT
#

@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.

nwn
lethal glacier
#

!e
print(';-;')

royal lakeBOT
#

@lethal glacier :white_check_mark: Your 3.11 eval job has completed with return code 0.

;-;
high verge
#

dont flood the chat bbg

lethal glacier
#

I'm learning

high verge
#

#bot-commands

rough sapphire
#

I got banned

boreal moss
#

Hey @rough sapphire

rough sapphire
#

Wsp

small coral
#

@kindred thicket

tacit holly
kindred thicket
#

@small coral

#

πŸ˜”

small coral
drowsy rose
kindred thicket
small coral
kindred thicket
#

desktop

small coral
#

ok idk what to do i use browser

kindred thicket
#

i can try the browser version though

#

give me a moment

#

same thing

#

maybe its a setting?

small coral
#

probably

#

although i don't remember messing with any settings to get the feature

kindred thicket
#

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

high verge
#

oh, you dont have markdown links enabled so youncant see

kindred thicket
#

i can see

high verge
high verge
terse heron
#

Oh, maybe not

high verge
terse heron
#

Probably doesn't allow urls to be the text preview because that's misleading Shrug

#

But this server does have the hyperlinks

#

That works for me Shrug

#

You might need to update your client etc. if it's not working for you

quick ledge
#

I've seen this happen before

tranquil orchid
#

lol I was wondering if that was possible

solemn tulip
onyx mist
#

if anyone is looking for good anime watch steins;gate, you will not regret it

#

its a wholesome slice of life anime I promise

high verge
#

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

onyx mist
#

puts phone to ear hello it’s me. The organisation has begun its brainwashing process. Require future gadget #4 stat. El. Psy. Kongroo.

thick ore
#

just from the tone

onyx mist
onyx mist
#

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

  1. steins gate eps 1-22
  2. steins gate eps 23b
  3. steins gate 0
  4. steins gate eps 23-24
  5. egotistical paranoia
  6. steins gate movie
crystal spruce
#

steins gate is indeed a great anime so they aren't lying there

#

not wholesome tho

low chasm
viscid hemlock
#

How screwed am I?

ionic moth
#

dawg

thick ore
#

ah actually

#

you have 230gb

onyx mist
thick ore
#

yeah 230gb is small

#

imo

#

but you're still fucked

#

deeeeep fucked

onyx mist
#

what is blud doing

#

is that a laptop or summat

onyx mist
carmine apex
thick ore
#

i'd kill to have 6tb

#

who knows how many memes i could store on there

carmine apex
#

that was a single drive. I have 17.5 TB now

rugged owl
tranquil iron
#

so delete some stuff?

high verge
#

i too would like to have that much storage for hoardinf reasons

high verge
#

why tho

#

i have a 512gb ssd for right now

high verge
carmine apex
rugged owl
high verge
lethal glacier
rugged owl
#

Mine has built in redundancy, so the storage is less.

rugged owl
#

|| βœ‚οΈ ||

jovial oriole
eager cliff
#

I dont think it was supposed to do this, but it is entertaining. Which is what I was trying to achieve

fathom musk
#

@rugged owl I agree with your bio πŸ‘

heady hamlet
#

hi

hybrid root
#

πŸ‘

worldly ice
#

grid is like tables on steroids

hybrid root
#

can these be edited as easily as tables

worldly ice
#

Essentially yes

hybrid root
#

i gotta test if changing the number of columns an item takes up is transitionable

worldly ice
#

for arbitrary item numbers I think the auto size is what you're gonna need πŸ€”

hybrid root
#

from what I can tell from the site all these items are just divs in one big grid div?

worldly ice
hybrid root
#

oh nice

worldly ice
#

seems only gaps are supported for animation πŸ˜”

hybrid root
#

damn

worldly ice
#

but wait

#

says "as of writing of article"

hybrid root
#

doesnt mean i cant just resize a div to oblivion :p

worldly ice
#

so that was may 2021

#

nvm... updated feb 2023

worldly ice
hybrid root
#

i might still make the links a table

worldly ice
#

the divs take on whatever the grid specifies

hybrid root
#

then this might not be for me

worldly ice
#

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

hybrid root
#

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

worldly ice
#

which grid can handle

#

think you might want to look into subgrid too

#

ah shiet

#

why only on Firefox 😒

hybrid root
#

virgin webkit

#

smh

worldly ice
#

I really think grid is still the way to go

#

at least look into it, can be useful for grid-like designs for sure

hybrid root
#

I saw that when I was setting up my site. felt too complicated at the time

#

i'm more confident now i guess

worldly ice
#

😎

hybrid root
#

site begone

worldly ice
#

reading the sub-post on there I think all the useful properties you might want to animate are animatable now

hybrid root
#

nice. I have the mozilla docs up rn

worldly ice
#

is there an actual name for a "rounded rectangle"

hybrid root
#

i heard squircle but that's more of a samsung icon

worldly ice
#

EWWwwwW youtube music changed their layout

#

it ugl

#

looks like normal youtube now

hybrid root
#

they did?

worldly ice
#

at least it exposes playlists in the sidebar

#

maybe it's a rollout

#

I'm sure I'll get used to it πŸ€·β€β™‚οΈ

hybrid root
#

I just want their small view to look presentable

#

or at least make the cover a bit larger

worldly ice
# worldly ice

also I may or may not be listening through shuffle of this artist's songs

worldly ice
hybrid root
#

meant album cover

worldly ice
#

a

#

shows fine on pc πŸ˜‰

hybrid root
#

i personally think it should almost touch the edges

worldly ice
#

I can fullscreen player on pc πŸ€·β€β™‚οΈ

hybrid root
hybrid root
worldly ice
hybrid root
worldly ice
#

ah, you have the window phone-sized xd

#

that's your fault πŸ€·β€β™‚οΈ

hybrid root
#

i use the official app on mobile

#

lmao

worldly ice
#

wish you could hide the top-bar of that window

#

like a fullscreen view without the fullscreen

hybrid root
worldly ice
#

what

hybrid root
#

installed as app;

worldly ice
#

cring

hybrid root
#

lol

worldly ice
#

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

hybrid root
#

no just

#

litterally just smaller tab xd

worldly ice
worldly ice
#

chromium-based?

hybrid root
#

that's bing chat on the right. take a guess

worldly ice
#

Edge?

#

I never used it tbh

hybrid root
#

it's pretty alright

worldly ice
#

didn't know had PWA support still

hybrid root
#

would like to switch to firefox eventually but

worldly ice
#

thought it was dying out tbh (PWAs I mean)

hybrid root
#

Never thought about that as something that can die out. feels like something that you can just enable for those who want it

worldly ice
#

Firefox used to have it but removed I think

worldly ice
#

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

hybrid root
#

I know a... certain app that had a site with it as a freebie due to it being designed in flutter

worldly ice
#

if you worded it like that I don't wanna know what the app is πŸ˜…

hybrid root
#

I actually dont think this is a Progressive Web App

worldly ice
#

wha

hybrid root
#

it litterally just pops off my edge browser? not even reloads. might as well be a glorified tab

#

never used a PWA

worldly ice
#

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)

hybrid root
hybrid root
#

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

worldly ice
#

ducky_skull

hybrid root
#

barely wrote any js until a week ago

#

have you tried ThemeSong for ytm?

#

biggest feature being dynamic color backgrounds

hybrid root
worldly ice
#

not big on the visuals as I like to focus on the puzzle games I play

hybrid root
#

fair

worldly ice
#

brb don't burn down your site while I'm gone! πŸ”₯

hybrid root
#

πŸ‘

worldly ice
#

think I ran out of stuff to say

#

have a good <time_period>

#

πŸ‘‹

hybrid root
#

πŸ‘‹

heady hamlet
thick ore
#

chatgpt πŸ”₯

sinful isle
#

@frozen crane

#

i have some sad news i would like to discuss with you

frozen crane
sinful isle
#

i have come to my demise that i would like to quit coding

#

i suck at it

#

im not any godd

grave cove
sinful isle
#

and its time consuming and it cuases much anger

frozen crane
# sinful isle i suck at it

no one is good when they start
the worst code you will ever see in your life will be your own beginner code.

sinful isle
#

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

frozen crane
#

and make a discord bot that posts a picture of my kitty.

sinful isle
#

what does your kitty look like

#

i need a picture

frozen crane
#

He is the sapphire lion, the emperor and CEO of all kitties.

sinful isle
#

bro what

#

i need a picture

frozen crane
sinful isle
#

I cant even get my bot to send a picture

frozen crane
#

keep trying

sinful isle
#

@frozen crane how do i get vsc from doing this

#

idk how

frozen crane
#

I'm doing homework right now

sinful isle
#

yk what

#

never forget me stel

#

im officially gone

#

@frozen crane wait hold one

#

why is lemon not a directore anymore

sinful isle
frozen crane
#

he still is

sinful isle
#

well tell lemon about me

frozen crane
sinful isle
#

if your not gonna band me in honor

frozen crane
sinful isle
#

im gonna have to get you to

grave cove
#

this is truly one of the chats of all time

jaunty wraith
grave cove
#

chat

#

those lil kitten paws are so adorable πŸ₯Ί

tame terrace
grave cove
#

inspirational

frozen crane
young shoal
#

😦

tame terrace
#

oh no.

grave cove
#

betrayal

woven drum
#

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

static atlas
weak peak
#

🀨

woven drum
#

Alongwith Defender.

#

Respectfully, you don't know what you're talking about.

static atlas
#

but it works for me the way I want

weak peak
#

wait what

#

3 AVs?

young shoal
#

everyone knows that the more AVs you have, the more chance you have that one of them will stop the malware

weak peak
#

based

woven drum
weak peak
#

NORTON

#

WHAT

woven drum
#

Which all conflict.

weak peak
#

I'm heading out

static atlas
#

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

weak peak
#

bro just exposed himself?

woven drum
#

If you don't then why do you use 3 AVs?

static atlas
#

it's 360 total security not northon

woven drum
#

Oh.

static atlas
#

ive never used nothon before

woven drum
#

I forgot about 360 total security, you only said 360 which is what Norton is called too.

weak peak
#

the million dollar question

robust zephyr
#

in order to obtain 360 degree security, all one has to do is do a 360 and walk away from the threats

static atlas
weak peak
#

🀨

woven drum
#

Do you sell it?

static atlas
weak peak
#

touche

woven drum
#

No, I'm actually interested.

woven drum
#

What malware are you selling?

young shoal
#

glazin

static atlas
woven drum
static atlas
#

i use to sell very good trojans bt i aint making them no more

#

this is the av i was talking about

woven drum
#

Windows Defender is better tbh.

vale raven
#

Defender is great

static atlas
#

it's okay for my intentions though

woven drum
static atlas
woven drum
#

That makes sense.

tropic lichen
#

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

foggy jungle
tropic lichen
#

so that's what all the vipyr closed-source projects are...

foggy jungle
tropic lichen
#

just a lil bit of racketeering, that's all

#

easy way to get the book thrown at you even harder when caught :D

static atlas
#

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

static atlas
woven drum
#

I get it dude, sometimes Defender detects hacktools for me.

woven drum
static atlas
#

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

static atlas
#

learn py?

woven drum
#

Is that what your username means?

#

M0nt3ro

static atlas
woven drum
#

What does frinch mean?

#

Monero French?

static atlas
#

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

robust zephyr
#

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

β–Ά Play video
woven drum
static atlas
static atlas
woven drum
#

Like do you sell zero days too?

#

Or just malware?

static atlas
woven drum
#

Mostly people sell stealers.

static atlas
woven drum
static atlas
static atlas
static atlas
static atlas
woven drum
static atlas
woven drum
#

My bad.

#

So you put your ransomware online, then sell the decryption key.

static atlas
#

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

static atlas
woven drum
#

You don't need to play it off.

woven drum
static atlas
woven drum
static atlas
static atlas
woven drum
static atlas
#

no i don't really blame any of them

#

am a little new here btw

low chasm
#

hello hello

#

this line of conversation really isn't appropriate for this server

woven drum
#

Are you going to ban him?

static atlas
woven drum
static atlas
woven drum
static atlas
#

great

#

i will ban myself once am done learning the python i want if they don't ban me bf then

robust zephyr
tropic lichen
#

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

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied ban to @static atlas until <t:1690671714:f> (14 days).

stark oasis
#

πŸ™„

#

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

heady hamlet
#

hi

signal scroll
#

ubuntu and opensuse😱

high verge
#

i like that prompt for opensuse

#

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

tranquil iron
#

what shell or tool does that?

high verge
#

its a custom prompt i made

tranquil iron
#

will it work in bash? care to share it?

high verge
#

ye hold on lemme pull my .profile from my debian usb gimmie a min

#

gotta find my adapter to plugin to my phone

high verge
#

my usb doesnt wanna connect to my phone

#

forgot how i didn it last time

harsh tundra
#

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

solemn tulip
#

if you have the prompt itself on a new line a longish path isn't much of an issue

high verge
thick ore
#

||your issue is working with java||

high verge
#

yeah i would much rather let an ide handle package paths

#

you can always do pwd though pepe_hmm_rtx

foggy pond
#

i ate a juicy bacon burger yesterday

#

life good

lethal glacier
#

Filters that don't change your face features 😍😍 >>>

thick ore
#

so just no filter at all

lethal glacier
#

I want sparkles ✨️

tropic lichen
neat juniper
#

Are u working on S5 of dragon Prince?

tranquil iron
#

is anyone gonna stop watching tv and films to support the striking writers and actors?

heady hamlet
tranquil iron
#

only if you're an addreniline junkie

heady hamlet
#

um

#

true

#

an asshole advertisement told me excitment is synonyms for happiness

#

ill block it

polar kestrel
neat juniper
polar kestrel
neat juniper
polar kestrel
tepid badger
#

me when the

#

when the me when the python

ionic moth
#

🐍

sterile sapphire
#

hope season 5 is good

heady hamlet
sacred cove
heady hamlet
tawny jay
#

so pros are 47% linux

tawny jay
#

but end users are a lot more Windows

#

but i think that will change very much in the next 5 years

heady hamlet
tawny jay
#

if gaming takes off like steamos it will topple

foggy jungle
#

I don't see that happening any time soon.

heady hamlet
#

hi rem

foggy jungle
#

Microsoft has acquired Github, VSCode continues to become more integrated with basic developer features that were originally appealing on Linux.

tawny jay
#

gamers dude will make it happen like they did with GameStop

grave cove
#

Me when Microsoft acquires google

heady hamlet
#

hi thx1138

#

hi robin

grave cove
#

howdy

heady hamlet
foggy jungle
#

SteamDeck is mostly irrelevant to mainstream still.

grave cove
#

what did you do to my homedawg psvm 😭

foggy jungle
#

<1% of handheld console sales.

heady hamlet
#

whats homedawg psvm

grave cove
tawny jay
foggy jungle
#

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.

heady hamlet
#

i want to create more emojis but it take so long to make

foggy jungle
#

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.

heady hamlet
grave cove
#

you squished him

tawny jay
heady hamlet
#

no

#

only pat

#

hes warm

foggy jungle
tawny jay
#

Damn now i have to find that lol

heady hamlet
#

everyone is warm actually everyone 37⁰C

tawny jay
#

i think it was this one

foggy jungle
#

What are overwhelmingly the most dominant games in the PC space right now?

tawny jay
#

so take a look at that and if you have ubunto check it out

#

i have fedora 😦

foggy jungle
#

I don't... need to, I have the database pulled up for supported games lol.

tawny jay
#

so how can this guy be so wrong ?

grave cove
#

csgo probably

heady hamlet
#

i want to play sallyface

foggy jungle
#

People are wrong on the internet a lot.

grave cove
foggy jungle
#

CS:GO is supported 'after some tweaks'

tawny jay
#

he is abosoulete geek

grave cove
#

that's what the government wants you to think

heady hamlet
#

sallyface nice game but ive to wait for 2 more years

grave cove
heady hamlet
tawny jay
#

OMG the goverment hires him ?

foggy jungle
#

Alrighty I have the most popular PC games pulled up. meow_sip

grave cove
tawny jay
#

lol

tawny jay
heady hamlet
#

rem can u fix my win defender now?

tawny jay
#

well we gota hammer out some facts πŸ™‚

heady hamlet
#

i think my win defender broke too hard

thick ore
#

i'm convinced every linux gamer has an extra windows partition for running games w anticheats

heady hamlet
#

it currently dont exist anymore

grave cove
#

I just game on windows honestly

#

It's way too much trouble to get it working on Linux

thick ore
#

fr

heady hamlet
#

uh i forgot that i wanted to choose reset window method

thick ore
#

or, how about just use Windows

#

no more Linux

grave cove
#

I kind of enjoy my Linux environment for programming

thick ore
#

wsl

heady hamlet
#

ill reset windoe when father is

grave cove
#

These days I spent most of my time programming than gaming anyway

heady hamlet
#

gone

heady hamlet
foggy jungle
#
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.```
tawny jay
grave cove
#

interesting

foggy jungle
#

That's the 15 most popular games at the moment.

heady hamlet
#

i only play visual studio code

thick ore
grave cove
#

the games I play appear to be supported natively with some tweaks

foggy jungle
#

Huh. Cool embed.

thick ore
#

Valo and roblox are the only games i play atm, and they are both unsupported. ☹️

tawny jay
foggy jungle
#

I do plenty of interfacing with Linux and Windows.

heady hamlet
foggy jungle
#

I don't really use WSL too much, and my development environment in Windows 11 is extremely comfortable.

grave cove
#

unfortunately college requires me to get a beefy windows laptop for some reason

foggy jungle
#

My only issue so far has been sourced from Docker.

grave cove
#

mildly cringe if you ask me

heady hamlet
thick ore
#

what kinda classes you having

grave cove
#

I have no idea

#

Am just engineering student

tawny jay
foggy jungle
# thick ore but why

I think it's stupid but I see the appeal in having everyone in the same environment.