#ot1-perplexing-regexing

1 messages ยท Page 588 of 1

dire siren
#

you can use .convert("1") to make it grayscale (kinda

#

PIL above

icy wind
#

quite a random ping, but its really important, how did you do that

spare lance
#

rightful credits to : @aph#8103

lunar warren
dire siren
#

doesn't work on phone apparently ๐Ÿ™„

spare lance
icy wind
#

hello โ€ซ world

icy wind
spare lance
#

now edit it once

#

like add a space at the end or some stuff

#

to get the edit thing

spare lance
somber osprey
#

Guido van ramsay

#

Lol

viscid hemlock
#

It's rather fitting, master chef at language design ๐Ÿ‘Œ

acoustic moss
#

ha

brazen ingot
#

lol

#

@viscid hemlock When did you become helper?, congo!

viscid hemlock
#

๐Ÿ‘‹

#

Like yesterday ๐Ÿ˜…

brazen ingot
#

oh cool! ๐ŸŽ‰

twin charm
#

had anyone ever tried to convert html to pdf?

#

I've tried multiple services but the css doesn't work when the pdf is in its second page.

#

the background colour gets returned to default.

#

and I have no idea how to remedy this.

graceful basin
#

consider printing into pdf using the browser

clear acorn
#

ctrl p

twin charm
#

yeah I use opera and theres a built-in function to "save as pdf"

#

and the second page of the pdf's background colour isnt getting set.

#

its white.

spare lance
#

perhaps thats the original color of the site?

twin charm
#

No defenitely not

#

one min I'll send 2 screenshots

#

and when I view the html file normally:

#

the colour is applied

#

maybe I'll try with a solid colour and see whether its the gradient thats causing it to not work.

spare lance
#

tried it just now

twin charm
#

oh my goodness bruh

#

whats with linear gradient ๐Ÿ˜”

#

ok I think I got the solution. Since I'm gonna have to use a pdf anyway, I'll have multiple html files for each page of the pdf

#

that way the background will work

spare lance
#

hmm yeah

#

or u can actually paragraph parts

twin charm
#

I could also use the same css file for all html files.

spare lance
#

like if u know where the page is gonna break

twin charm
#

yeah?

spare lance
#

you can add a paragraph break there

#

and format the paragraph individually

#

instead of multiple pages

twin charm
#

sure but wouldn't I have to specify the background colour in the css of the paragraph tag?

spare lance
#

yeah

twin charm
#

wait thats actually smart lemme try that thankyou

#

forgot about the margins

#

nvm I'm just gonna use multiple html files. I think it wouldn't take long, also if I continue using the same html file, its difficult to know where the page is going to break in the pdf.

twin charm
#

but thanks tho.

spare lance
#

no prob

nocturne fox
rugged echo
#

@rough sapphire i need you here to show you some cursed python

#

you won't need sleep anymore
you need answers.

#

unless i did something obviously wrong, which i can't see rn, this is cursed

#

LIKE WHY TF IS NONETYPE THERE

#

oh

#

wait

#

i did do something obviously wrong

#

i forgot to return the object i created

#

which is why

#

return none

#

bruh

#

ah, my experiment worked

#

so metaclass wins

viscid hemlock
#

I was about to say, you never return in __new__

rugged echo
#

the answer, it seems, is the latter

viscid hemlock
#

For backwards compatibility most likely

rugged echo
#

um, callable? wait...

#

can a function be a metaclass?

viscid hemlock
#

Otherwise code that does ```py
def init_subclass(cls, /, *, **kwargs):

Would "swallow" `metaclass=`
bleak lintel
#

well, I am router A and I have 8 clients, the best way to represent that is saying that I have, for example, 10.10.10.0/29

rugged echo
bleak lintel
#

that means that in the 32 bits that make up an IPv4 address, 29 are being used to identify the router, and 3 are being used for the clients

#

I prefer CIDRs to subnet masks

viscid hemlock
rugged echo
#

subnet masks... haven't heard that word in a long time
flashbacks to that excruciating ip address explained course

bleak lintel
#

so okay

#

right

#

in an IPv4 address there are 32 bits

rugged echo
#

not this one, i think it was way longer

#

private vs public, v4 vs v6, everything was so confusing

#

i forgot it long ago-

bleak lintel
#

yeah, that's a /24

#

so if I say 10.10.10.0/24, 24 bits are for the network, the remaining ones are for the host

rugged echo
bleak lintel
#

my example was 8 clients because in a /29 there are 8 possible IPv4 addresses

#

yeah, it leaves 3 bits available for the host

#

and of course, 0b111 is 7

#

so

#

it's actually easier to represent it as binary

#

and i'm going to do something different

#

so

#

10.10.10.0/29

#

the mask is 255.255.255.248

#

right?

#

now convert each section to binary digits

bleak lintel
#

11111111.11111111.11111111.11111000

#

that is 255.255.255.248 in binary

#

all the bits that are on are for the network

#

all that are off are for the hosts

#

and of course, to keep it concise, we represent it as denary

#

and to be even more concise, we use CIDRs, that means we can store the address and the mask together

viscid hemlock
#

My favourite radix, denary.

bleak lintel
#

if you count the 1s there, you'll get 29

#

example private IP range

tardy rain
#

CCNA flashbacks

bleak lintel
#

everything under 10.0.0.0/8 is private use

#

which means basically 10.XXX.XXX.XXX, a /8 means only the first octet will be constant

#

lol

#

i mean

#

yea

#

is it a personal address or a business address

#

yea

#

yeah

#

because when a network starts sending you 10GBps of traffic out of the blue or hijacking your routes you're gonna want to have someone to call

#

yea

#

well

bleak lintel
#

uhh

carmine niche
#

oh wait

#

is there a convo here

#

๐Ÿ˜ญ

bleak lintel
#

subnet mask would be

#

well, there is one for each of the /13 and the /12

#

remember, a /13 means that 13 bits are on

#

so 11111111.11111000.00000000.00000000

#

255.248.0.0

pallid lava
#

I need a text editor when i can paste URL with only right click and in one line then the other paste should be in the next line...

bleak lintel
#

uh

#

because you are now joining subnet masks and CIDRs

#

they are two ways to display the same thing, though CIDRs do it a little better

#

with subnet masks you have to say oh yeah the address is 169.169.169.169 and the subnet mask is 255.248.0.0

#

with CIDRs you just go 169.169.169.169/13

#

Classless Inter-Domain Routing

#

yes

#

as per hurricane electric

#

ehh I mean it's not humans

#

like we just have a lot of devices, a lot of large companies and a lot more IoT

#

uhhh

#

what system

#

and which IP

#

private or public

#

what

#

what OS

#

ifconfig will get you your private IPs

#

for public

tardy rain
#

yea but thats uncool when you can curl it

quick ledge
#

FTPS adds tls

#

SFTP uses SSH

#

or something

bleak lintel
#

uhhh

#

p sure it's what @quick ledge said ye

winter terrace
#

GUYS

pallid lava
#

I need a text editor when i can paste URL with only right click and in one line then the other paste should be in the next line

winter terrace
#

nothing

#

lmao did you actually not notice

#

whats that

#

not really

#

is it like an ip?

#

oh wait i got it

#

yeah i remember now

#

"the phonebook of the internet"

#

why would you want to write your own resolver for it?

hoary crater
#

ay i used to work at appliansys, mainly with the caching and DNS servers. Sure more so caching than DNS, but i could be of some help

bleak lintel
#

yep

#

tls 1.3 and quic if prresent

#

it's just a method of transport

lunar nexus
#

QUICK

solemn leaf
#

first

reef geyser
#

the taste of freedom is upon me

rough sapphire
#

boo

reef geyser
#

boo, come here

low chasm
#

Who the fuck is boo

reef geyser
#

you, ya num num ASPoutYism

solemn leaf
#

what

low chasm
#

I am aboo

rough sapphire
#

we just simplified a corporate name

low chasm
#

Damn

reef geyser
#

sorry, the packet that was carrying the a got dropped on a UDP connection

solemn leaf
#

damn

rough sapphire
#

fuck

#

i cant keyboard

reef geyser
#

UTP dance

#

TCP supremacy <_>

low chasm
#

Lol

rough sapphire
#

<<_>> my dude likes sunglasses

#

wait how do i use french quotes

reef geyser
#

bendy sunglasses

#

ยซ ยป @rough sapphire

rough sapphire
#

why is one smaller

reef geyser
#

both are the same size

rough sapphire
#

ยซ_ยป

solemn leaf
#

^^

rough sapphire
reef geyser
#

wtf

rough sapphire
#

i beg to differ

solemn leaf
#

different

reef geyser
#

so do i

solemn leaf
#

poggers

reef geyser
#

pogn't

rough sapphire
reef geyser
#

yes, pogn'y

#

ffs

lunar nexus
#

TCP and UDP in 2021

solemn leaf
#

with sockets

#

with python

lunar nexus
#

touchee

rough sapphire
reef geyser
#

you are are not
wtf kekw

rough sapphire
#

lol

reef geyser
#

radiates youtube comment energy

rough sapphire
#

yesn't aren't not

solemn leaf
#

what the fuckn't

rough sapphire
#

thank you, this has been 2312 kronifer, have a nice day

solemn leaf
#

wait i was on a call after all this time

reef geyser
#

I thought 2312 was the year for a second ohshit

solemn leaf
#

o

reef geyser
#

but nah, 24-hour time format

#

ffs

solemn leaf
#

23:12

#

ok

rough sapphire
spare lance
#

24 hour format is painful

reef geyser
solemn leaf
#

ikr

reef geyser
#

because 18:41 as a concept is agony

rough sapphire
#

but i decided to be cringe

reef geyser
#

then you've chosen death

rough sapphire
#

plays uno reverse card

solemn leaf
#

i have a chem test in an hour fuck

rough sapphire
spare lance
#

time is a social construct which needs to be broken

solemn leaf
#

tq

#

lessgo

low chasm
reef geyser
spare lance
reef geyser
solemn leaf
#

lmao ,

reef geyser
#

good luck mate

solemn leaf
#

thanks all ๐Ÿ‘€

rough sapphire
#

lemme have this one thing

reef geyser
spare lance
#

i woke up today to realize i had a phy test in progress.. interestingly the teacher didnt get mad at half asleep me joining the test midway ๐Ÿ‘€

dire siren
# solemn leaf ||ok||

|| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| ||
|| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| ||
|| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| ||
|| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| ||
|| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| |||| ||
bubble wrap

reef geyser
#

dude, why is this so satisfying

dire siren
#

what is satisfying

reef geyser
#

I'm not even actually popping the fucking wrap, it's just spoilers

dire siren
#

lol

reef geyser
#

but it's satisfying ahshit

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @dire siren until <t:1626928359:f> (9 minutes and 58 seconds) (reason: discord_emojis rule: sent 36 emojis in 10s).

solemn leaf
#

already popped

reef geyser
#

lmfao

reef geyser
#

@dire siren yo, you took the hardest fucking L lmfao ASkekk

sterile grail
#

Should I a. practice by creating a mini programming language with the basic stuff, or create smaller, different programming lanugages with different purposes

solemn leaf
#

lmao i read it i am eat mcdonalds

#

wait the sentence is still incorrect ok

brazen ingot
#

kfc

odd sluice
#

I rage quit monkeytype

rough sapphire
#

!e

class A:
  def __init__(self, data):
    self.data = data
  def __eq__(self, other):
    return self.data == other.data
  def __hash__(self):
    return self.data
print({A(1), A(2), A(1)})
royal lakeBOT
#

@rough sapphire :white_check_mark: Your eval job has completed with return code 0.

{<__main__.A object at 0x7f3ca2980fd0>, <__main__.A object at 0x7f3ca2980f10>}
rough sapphire
#

ah beautiful @acoustic moss this works

acoustic moss
#

epic

inland wolf
#

sickomode

rough sapphire
#

indeed. great. thanks! laters.

rough sapphire
#

@acoustic moss there?
i feel into an issue,
I did make eq and hash but I don't have any integer property in my class, so what should i do about hash method?

acoustic moss
#

which property do you want them to be unique by?

rough sapphire
#
    def __init__(self, rule, tags):
        self.rule = self.to_rule(rule)
        self.tags = tags

here rule is set(which i want unique)
tags is a list.

#

so can i set hash as objects id?

#

uhm no that wouldn't work

acoustic moss
#

i don't think you need to implement hash at all if the __eq__ works

rough sapphire
#

it doesn't

acoustic moss
#

oh nvm yeah'

#

yeah you can probably just return id(x) in your __hash__ then

wise schooner
#

use frozenset?

#

and a tuple?
you can just xor their hashes later

rough sapphire
rough sapphire
wise schooner
#

mutable elements shouldn't be hashable tbh

#

and if it's immutable, you could use a frozenset and tuple

rough sapphire
#

i did try, frozenset() doesn't work either.

#

the hash is expecting an integer

wise schooner
#

no, i mean

rough sapphire
#

as return val

wise schooner
#
    def __init__(self, rule, tags):
        self.rule = frozenset(self.to_rule(rule))
        self.tags = tuple(tags)
    def __hash__(self):
        return hash(self.rule)^hash(self.tags)
acoustic moss
#

you want them to be unique by rule or unique by tags?

rough sapphire
#

for brevity of making it work rn, i could do len(self.rule) too
it would tho make it slow later tho.

acoustic moss
#

use frozenset instead of a set for rule then yeah

rough sapphire
#

uhm so
return hash(self.rule)?

wise schooner
#

sets aren't hashable since they are mutable
frozensets are

acoustic moss
#

if its a frozenset then ye

#

if its a set then return hash(frozenset(self.rule))

wise schooner
#

worryfrog forcibly hashing something mutable isn't good at all

rough sapphire
#

Yeah i think i can make them immutable

#

it was all good, i mean partitions i made were basically

sets of frozensets

but the issue came when i needed to store extra info like tags.

spare lance
rough sapphire
wise schooner
spare lance
#

but it gives me hashable error if i try to add list into a set >:((

wise schooner
#

yes, lists aren't hashable either

#

some x to be an element of a set or key of dict, x should be hashable (contains __hash__) (and hopefully immutable)

spare lance
#

oh wait sets are mutable.. the items in them arent

rough sapphire
#

if you want to add anything to set, it should be hashable.

#

moreover, the key of dictionary should be hashable too, that's why we can't use set as key of dictionary.

spare lance
#

yeah

rough sapphire
#

ggs its working!!

#

i did check by giving same kinda partitions too! so its working as expected.

wise schooner
#

nicee

wooden violet
#
"""โ€ซ.Hmm"""
ok.
rain spindle
#

Hey, I know that you guys don't use pipenv anymore. Do you have a page or somewhere I can go to get the reasons for the change?

#

I'm wondering if they are the reasons I imagine they are

quick ledge
rain spindle
#

Yes!

#

I can't remember what you moved to... By memory it might be poetry?

quick ledge
#

yes

#

We have the reasons on Notion somewhere, but I don't know if I'm allowed to share it

#

well, I dont think you will be able to view the page

#

@solid pollen, do we still have the Notion lying around?

rain spindle
#

Ah. I have a memory that there was an explanation somewhere that was public?

solid pollen
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmm

rain spindle
#

Im basically wondering if you did switch because poetry worked better within containers

#

Cause it's constantly a pain in the ass to use pipenv

solid pollen
#

The page is pretty much empty

#

there may be more on the issues

acoustic moss
#

no access

dire siren
#

no access ^

solid pollen
#

yeah, there isn't much

rain spindle
#

Okay guys thanks

inland wolf
#

no access ^

lunar nexus
#

there is notion or there is no notion

frozen coral
#

Sharing the notion page directly can leak people's personal emails

#

so instead, here's a screenshot

#

The vote was 11-6 in favour of poetry

olive remnant
#

i use pipenv ;-;

tranquil orchid
#

I recently switched to poetry

olive remnant
#

pipenv is not too slow

dire siren
#

how to run command in c#

#

i want something like popen

#

that returns the result

#

of running a command

tardy rain
#

no?

acoustic moss
#

no

#

no

tardy rain
#

bruh what kind of question is that

acoustic moss
#

it won't work

fossil solar
#

no

tardy rain
#

ah shit here we go again

acoustic moss
#

bruh

lucid raptor
#

What's the matter?

olive furnace
#

There's a good chance you'll get muted

solid pollen
#

Hello, do you need anything moderated?

acoustic moss
#

they've tried to ping @everyone around 10 times

fossil solar
#

yes but do not ping unless moderation is needed

lucid raptor
#

Yes it is. No you may not spam. No you may not randomly ping people.

acoustic moss
#

ok 5

dire siren
#

he's asking for moderation to warn himself

solid pollen
#

!warn @rough sapphire Do not ping random roles or users

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied warning to @rough sapphire.

viral parrot
#

slow mode is not a moderation issue

#

answer to what?

solid pollen
#

it isn't a reason to ping 33 people

#

because there isn't enough traffic to warrant a slowmode

viral parrot
#

never ping people unless it is important to the server and not you personally

solid pollen
#

no

dire siren
#

no

viral parrot
#

nope

tardy rain
#

dont ping anyone my dude

dire siren
#

ping mods when urgent

solid pollen
#

if something needs moderation, you can ping the role

viral parrot
#

but i can give you the ping rules

dire siren
#

not randomly

olive furnace
#

There's modmail

viral parrot
#

if you need to moderate bad behaviour or something, then ping moderators

dire siren
tardy rain
#

you dont need to ping mods to ask about something like slowmode

viral parrot
#

if there is something broken on the server, ping an admin

#

python help?

solid pollen
#

you could have just asked in #community-meta and someone would have answered you

dire siren
#

but you dont ping someone to ask

viral parrot
#

because its not needed

dire siren
#

???

viral parrot
#

slow mode does not handle spam

oak tangle
#

Alright, that's enough

dire siren
#

i'ma leave this channel for a while

solid pollen
#

Because we trust our users to be responsible enough to not spam

oak tangle
#

There's not really an argument here. Don't spam ping people, slowmode has nothing to do with that.

#

Also, don't spam in general, slowmode is a tool to help with busy channels; the absence of slowmode is not permission to annoy and spam others

#

Send a DM to our @polar knoll bot

wise schooner
#

there's modmail

tardy rain
#

use modmail

oak tangle
#

If there's a situation in our community that needs immediate attention right there and then, you can ping the moderators role

tardy rain
#

unrelated, is the owners role pingable?

oak tangle
#

If there's something that needs admin attention right away, you can ping the admin role

acoustic moss
dire siren
oak tangle
#

If you just have a question about the community that can be answered later, there's #community-meta

tardy rain
#

oh good lmao, i just realised i've never seen a spammer/raider ping it

acoustic moss
#

lol i've seen plenty of people ping individual owners for no reason

dire siren
#

+1

glad fern
#

I'm guessing most people here are adults

vocal path
#

I can ping owner

viral parrot
viral parrot
vocal path
#

Wanna see?

wise schooner
#

no

acoustic moss
#

no

vocal path
#

Don't worry it won't mention them

dire siren
glad fern
#

:/

viral parrot
vocal path
olive furnace
#

I may not be able to ping the owners, but NO ONE can stop me from pinging the bots @median dome

glad fern
dire siren
tardy rain
#

lmao

acoustic moss
#

most

glad fern
#

Mostly professionals

viral parrot
#

people that ping randomly will just get warned or muted or banned

glad fern
#

That's what I mean

dire siren
wise schooner
viral parrot
glad fern
#

Working professionals who have jobs

viral parrot
#

he is a a few years older then me at least, if not a bit more then a few

vocal path
viral parrot
glad fern
#

I see

dire siren
viral parrot
#

most of the knowledegable helpers and members of staff are professionals

glad fern
#

Niiice

#

I'm a beginner teen myself

viral parrot
#

we are so large at this point that we need the help of all you guys to keep this running

#

well.. then he got many years on me ๐Ÿ˜„

#

im just 39

acoustic moss
wise schooner
#

lol

wise schooner
#

base 16 ftw (nvm)

viral parrot
#

but i think me and him have been using python for about the same number of years, but Ned is a godly excellent educator

vocal path
#

I will use random.randint to find everyone's age

olive furnace
frozen coral
#

Ah yes, that common base

viral parrot
#

but i have some other work to attend.. ill be back later ๐Ÿ˜„

dire siren
#

!e print(int(18,51)) # 99% won't work max is 36 ig

royal lakeBOT
#

@dire siren :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | ValueError: int() base must be >= 2 and <= 36, or 0
acoustic moss
#

F

viral parrot
#

also.. base 51 sounds great.. someone make a python module for it ๐Ÿ˜„

acoustic moss
#

brb

wise schooner
#

lol

dire siren
#

ye

olive furnace
#

If you do multiplication with base 51, you'd have area 51

dire siren
#

no. us government switched area 51 to area 52 to prevent their citizens raiding it

spare lance
#

nedbat is 59?

dire siren
spare lance
#

wow

dire siren
dire siren
#

hello c# how to insert a .html file to the webbrowser entity

quiet lynx
#

wsassup bois

dire siren
harsh tundra
#

๐Ÿฅš๐Ÿฅ“ will be digits for the sake of Monty Python references

harsh tundra
harsh tundra
spare lance
#

like case sensitive

harsh tundra
#

it wouldn't be whole A-Z, tho, end it could cause confusion with what comes first

#

and I cannot fit bacon and eggs if I do that

#

weird unicode is fun

#

แ“šแ˜แ—ข can be 3 digits as well

spare lance
#

also i am sorry but u need more 15 characters to add not 25 ๐Ÿ˜‚ lemon_pensive

odd sluice
#

imma try learning rust

#

i need a second lang

harsh tundra
#

๐Ÿฌ as 42 for more nerdy references

spare lance
harsh tundra
#

so far: 0123456789abcdefghijklmnopqrstuvwxyz๐Ÿ๐Ÿฅ“๐Ÿฅšแ“šแ˜แ—ข๐Ÿฌ

harsh tundra
#

I want to make it inspired by python and this server, so nerdy references and weird fun with unicode are a must

spare lance
#

why do u want bacon and eggs ๐Ÿ˜‚

#

oh wait

harsh tundra
harsh tundra
odd sluice
#

lemme see

dire siren
odd sluice
#

\๐Ÿ˜

#

what about this

dire siren
#

wait am I going to eat those

spare lance
harsh tundra
# odd sluice \๐Ÿ˜

added. do you want any specific digit (43-50) or can I just add it at the end or where I see fit (currently 43)?

dire siren
#

btw is the cat cut in three parts it's getting scary left now

harsh tundra
dire siren
#

when you look at that you see the cat's tail, body and the head is separated kinda scary

harsh tundra
#

right now their values are 39-41

spare lance
#

can we add an ! since its the most used punctuation in pydis?

harsh tundra
#

so the value of the number is 39*(51**2)+40*51+41

dire siren
#

๐Ÿฅต is the least used emoji ig, put this :)

harsh tundra
#

and eg. "๐Ÿ˜!=0b101" looks quite valid

spare lance
#

hmm

harsh tundra
spare lance
#

@dire siren did we do a stats run for most used emoji? also are we prohibited of doing it?

dire siren
#

idk

spare lance
#

๐Ÿ‘พ for most people make this game in python.. so ig it would be nice

harsh tundra
#

6 more to go :3

#

hm, or should be switch cat for emoji so that 1) it's not decapitated, 2) people can actually input numbers using only their emoji keyboard (if I go further with this, I'm gonna support stuff like 8๏ธโƒฃ for 8 and ๐Ÿ‡ฆ for a)
CC: @dire siren for non-decapitated cat

harsh tundra
# viral parrot im just 39

do you want to suggest digit of value 39 for this base-51 system? :3 single-character emojis are encouraged

dire siren
#

๐Ÿฑ ๐Ÿ˜ฟ ๐Ÿ˜ป ๐Ÿ˜น ๐Ÿ˜ฝ ๐Ÿ™€

#

ok we got 6

#

lol

harsh tundra
#

that would be a bit boring ๐Ÿ˜› and probably hard to read on small screens (console?)

#

but I also added ๐Ÿ‘€

#

hm, it's bacon, eggs and spam - maybe spam can be ๐Ÿฅซ ?

sinful maple
#

quick question, I have am old laptop with ok ish hardware and was looking to bring it up to a more usable speed without breaking the bank. its screen hinge is also broken.... I've already swapped its hard drive to an ssd

#

anyone have any more ideas to improve it

#

๐Ÿ˜€

rancid pulsar
#

Increase ram if possible?

versed saffron
#

wow that site...
I have no words other than wow tbh

true sluice
#

If you only use it to surf the web and code, linux is the way to go. If you need games and whatnot then that won't be great

versed saffron
#

steam somewhat works with wine (and some other distro) iirc but you'll still be limited in what you can actually play

true sluice
#

There's a new thing that lets you play just about any windows game

#

But if you're gaming, windows or linux isn't the limiting factor

#

It's the games themselves

versed saffron
#

well you say that..

true sluice
versed saffron
#

half of that I can't control

true sluice
#

Close some tabs!!!

versed saffron
#

I've literally got 3 open

true sluice
#

Memory leak?

versed saffron
#

I dont think so

true sluice
#

Weird

#

Hmm mine uses a lot as well

#

But I have a ton of tabs

versed saffron
#

ff's mem usage doesn't really scale with the amount of tabs tho

#

especially compared to some garbage something like chrome

true sluice
#

Chrome eats so much memory lol

versed saffron
#

also google

#

is kinda scary

versed saffron
# versed saffron

it probably doesn't help that i've only got 8gb of ram but if I've got ff, pycharm, discord, and spotify open, even a windows notification makes my laptop hang

true sluice
#

Yeah 16 is like the new standard

#

But if you have an ssd the caching is pretty incredible

versed saffron
#

im pretty sure ive got one

true sluice
#

It's in the performance tab

#

of task mngr

versed saffron
#

oh shit no I dont

#

thatd do it

#

idk I need to build a pc but im also broke Sad

true sluice
#

Yeah it seems like it will get better soon

#

I just got one with a 1660 and I don't feel limited at all

#

But I use 1080p so it's a lot less strain than 4k

versed saffron
#

a laptop?

true sluice
#

No

#

Desktop

#

I upgraded from 970gtx laptop

versed saffron
#

I remember seeing something about the 3900m/k/whatever the laptop version is ran with the same performance as a 2800 (?)

true sluice
#

Dang

#

Yeah thermal throttling is real

versed saffron
#

real sucky :(

true sluice
#

You can do some pretty good budget builds with old office computers

versed saffron
#

that's probably the move but if I'm spending x i'd rather just save and buy better hardware so I dont have to upgrade in a year

true sluice
#

Yeah it's a mixed bag. If you can get a $300 used computer and spend $300 on parts you can at least re-use the parts. But if you upgrade in a year then yeah there was no point

versed saffron
#

and you can't really sell (most of) the parts

true sluice
#

Yeah, I mean you could maybe get $150 out of the old computer minus the parts you added, and then just use the parts you added for your new build

#

How do you print inline code? code test

#

Nope

rough sapphire
#

it bypasses windows defender

#

it doesnt show up when windows gives me the ability to scan it

#

it does nothing in google tho

#

corrupted metadata

#

?

#

dude uses a HEX editor to insert a bunch of garbage into the file's metadata that can trigger an overflow

#

oh

mortal ferry
#

@copper mortar Then maybe you shouldn't post it here?

spare lance
#

!rule 4

royal lakeBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

spare lance
#

ah

molten bloom
#

Does anyone know any unblocked for school cromebooks

rough sapphire
#

no

tulip cedar
#

@rancid ice or just get a whiskey

#

And sleep 24 hours

#

Ez

lunar vessel
#

I wake up when sun's heat roasts my belly in morning

tulip cedar
#

?

rough sapphire
#

u r in college

tulip cedar
#

U sleep outside or something?

lunar vessel
#

That's what happens when ur bed is next to window

tulip cedar
#

Oh

#

Hmm

rough sapphire
tulip cedar
#

My bed is in the middle of the room

lunar vessel
rough sapphire
#

i keep the curtains closed

rough sapphire
spare lance
tulip cedar
lunar vessel
tulip cedar
#

Lmao everything is brown in my room

rough sapphire
tulip cedar
rough sapphire
#

nice

lunar vessel
spare lance
tulip cedar
lunar vessel
spare lance
rough sapphire
lunar vessel
rough sapphire
lunar vessel
tulip cedar
tulip cedar
lunar vessel
#

A place u never see snow

rough sapphire
#

ryt ryt

tulip cedar
#

Lmao

#

He lives in Kerela cute_uwu

spare lance
lunar vessel
rough sapphire
tulip cedar
#

๐Ÿ˜‚๐Ÿคฃ

spare lance
lunar vessel
lunar vessel
#

Wasn't the smartest fork in the drawer Pepe_Look

rough sapphire
#

tf yall talking about

tulip cedar
#

๐Ÿ˜‚idk

lunar vessel
#

Climate change

#

I just noticed this channel doesn't have slowdown

tulip cedar
#

BTW, u also get to see peacocks and rabbits here

lunar vessel
spare lance
tulip cedar
#

๐Ÿ˜‚๐Ÿคฃ

brazen ingot
#

lol

lunar vessel
tulip cedar
spare lance
rough sapphire
lunar vessel
brazen ingot
#

Now I know that you are from Haryana

tulip cedar
#

Me?

brazen ingot
#

yes

tulip cedar
#

Where?

spare lance
tulip cedar
#

๐Ÿ˜‚๐Ÿคฃ

spare lance
#

i didnt dox

brazen ingot
#

Yeah I didn see it

lunar vessel
#

So beauty= haryana noted Sus_note

tulip cedar
#

No

#

Wtf

brazen ingot
#

ok

tulip cedar
#

Haryana and Beauty?!?

brazen ingot
#

yes

tulip cedar
#

U gotta be kidding meh

lunar vessel
rough sapphire
#

if yall wanna see beauty just go to north east or something

rough sapphire
spare lance
#

i have been to punjab but never haryana.. and gods its painfully hot

lunar vessel
tulip cedar
lunar vessel
#

But stayed in Kerala for last 9 yrs

rough sapphire
#

oh

tulip cedar
#

๐Ÿ˜‚๐Ÿคฃ

#

5 min ago

#

Lmfaooo

rough sapphire
#

lmao

lunar vessel
#

For a polar bear like me.. Kerala is hot peepoKnit

tulip cedar
#

Dude, I was gonna fall off my bed

tulip cedar
#

Lmao

lunar vessel
spare lance
tulip cedar
#

Lmfaoo

spare lance
#

jinx

tulip cedar
#

Anyways @spare lance have u ever used the reddit JSON API?

rough sapphire
#

lmaoo

tulip cedar
lunar vessel
#

But yeah Darjeeling was a beautiful place peepoKnit

tulip cedar
#

Never went there

lunar vessel
#

Would be going there this year if it wasn't for covid imout

rough sapphire
tulip cedar
#

๐Ÿ˜‚

#

Lmao

lunar vessel
tulip cedar
#

@rough sapphire use google

spare lance
tulip cedar
#

U didn't install it?

lunar vessel
rough sapphire
rough sapphire
lunar vessel
#

^

spare lance
lunar vessel
tulip cedar
#

I got this in my emojisssss

#

Howwwwwwwwww

#

JUST FUCKING HOW

lunar vessel
#

Hunter joined potato gang

rough sapphire
tulip cedar
spare lance
#

reject the nitro

lunar vessel
#

Hunter was secretly a potato worshiper

tulip cedar
#

I just had potatoes in breakfast wiasippin

rough sapphire
tulip cedar
#

Same

lunar vessel
tulip cedar
rough sapphire
#

hotato

tulip cedar
#

coldato

lunar vessel
rough sapphire
tulip cedar
#

If u r talking about me, I am cold asf, both emotionally and..... physically

lunar vessel
tulip cedar
#

Yay

rough sapphire
lunar vessel
#

It is physically cold there

tulip cedar
#

BTW @rough sapphire @lunar vessel u both wanted to know my dob, no?

rough sapphire
spare lance
rough sapphire
clear plume
#

That's ok tho, nothing wrong with being emo.

tulip cedar
lunar vessel
tulip cedar
spare lance
tulip cedar
lunar vessel
#

Bruh

#

Wait ima recharge my wifi ..

tulip cedar
#

Lmao

#

Also, Delta guessed it correctly, iirc ๐Ÿ˜‚

rough sapphire
#

nice

clear plume
#

Damn I did not think you were older than me

tulip cedar
#

I don't know why he and Kylee want to know it tho huh

tulip cedar
clear plume
#

yeah I figured

#

I turned 15 a few months ago.

tulip cedar
#

Me too

#

About 10 months ago ๐Ÿ˜‚

lunar vessel
#

Ight done

tulip cedar
#

Ok

tulip cedar
solemn leaf
#

which grade

lunar vessel
tulip cedar
#

Nope, thank you :)

lunar vessel
#

Bruh potatoplsaccept

tulip cedar
#

I want my birthday to be calm and quiet, and not getting spammed by potatos :)

lunar vessel
tulip cedar
#

She...?

lunar vessel
#

Wait

#

She's she?

tulip cedar
#

Whom u talking about?

lunar vessel
#

Delta

tulip cedar
#

yea....? she is a she? why

rough sapphire
#

nice

tulip cedar
rough sapphire
lunar vessel
tulip cedar
rough sapphire
#

why does she exist

tulip cedar
#

lmao

lunar vessel
#

Dw wait for ur birthday

tulip cedar
tulip cedar
rough sapphire
#

why waiting for birthday

tulip cedar
#

lmao

lunar vessel
clear plume
solemn leaf
tulip cedar
#

lmfaoooo if yr nitro ends, then I don't think so @lunar vessel

lunar vessel
#

Oh..

#

Completely forgot..

rough sapphire
lunar vessel
#

^

tulip cedar
#

ok, best of luck :)

rough sapphire
#

or better discord

#

or just spam images.

devout hill
#

Hmm?

#

What's going on?

tulip cedar
#

lmao @rough sapphire got a question for u

rough sapphire
#

plans for his brithday

devout hill
#

Ive been summoned

rough sapphire
#

mhm

tulip cedar
#

๐Ÿคฃ no

lunar vessel
tulip cedar
#

I think only u can answer it properly

rough sapphire
tulip cedar
devout hill
#

What's the question then?

tulip cedar
#

what if I never sleep that day?

tulip cedar
devout hill
#

Why do I exist?

tulip cedar
#

lmao

rough sapphire
lunar vessel
devout hill
#

Damned if I knew

clear plume
#

Ayo same

rough sapphire
tulip cedar
clear plume
#

Wait was the question aimed at delta or girls in general

lunar vessel
devout hill
#

Why do us girls exist? Cuz we better

lunar vessel
#

Also bots got free nitro so PepeLaugh

rough sapphire
tulip cedar
rough sapphire
tulip cedar
#

we don't have a common server in which u r an admin

tulip cedar
rough sapphire
#

we can always make one

lunar vessel
tulip cedar
#

sure, go on

rough sapphire
devout hill
rough sapphire
tulip cedar
#

I am already in like, 85 servers, not a biggie

tulip cedar
#

time to kms

clear plume
lunar vessel
devout hill
#

I hit the server cap too much so I have to leave most servers and I only join important ones ๐Ÿ†’

tulip cedar
#

lmao most of the servers I am in, are useless

lunar vessel
devout hill
#

Let's go another trans in the chat

tulip cedar
#

?

clear plume
#

Let's go!

devout hill
#

I'm gonna disappear now

#

Bye byeeee

rough sapphire
tulip cedar
#

lmao cya

clear plume
#

Bye <3

tulip cedar
lunar vessel
#

Ciao heh

devout hill
#

Too much to juggle for my tired brain

rough sapphire
#

nice

tulip cedar
devout hill
#

Never!

lunar vessel
rough sapphire
tulip cedar
lunar vessel
tulip cedar
#

lmfao

tulip cedar
#

RA_panda_yay I like being single

rough sapphire
#

nice

lunar vessel
lunar vessel
#

Bruh no homo Pepe_Look

tulip cedar
#

as I said, I am cold emotionally too ๐Ÿคฃ

rough sapphire
wise schooner
#

lol

lunar vessel
tulip cedar
#

ayyy

#

casual friends

lunar vessel
#

U know I can always spam that

tulip cedar
#

?

lunar vessel
#

And make it 80+PepeLaugh

tulip cedar
rough sapphire
rough sapphire
devout hill
tulip cedar
devout hill
#

I've talked to you smh

tulip cedar
#

lmao ikr

devout hill
#

You are more thawed out then you think

tulip cedar
devout hill
#

You just don't want to admit it!

tulip cedar
#

well, life hasn't been easy for me

devout hill
#

Nobodies is

tulip cedar
#

lmao I had some extraordinary experiences which have made me..... cold?

devout hill
#

Yeah a lot of people can say that

wise schooner
#

extraordinary is subjective

devout hill
#

You just gotta get through

#

And be yourself :3

tulip cedar
brazen ingot
#

There is no where I can buy logitech vertical mouse in India?

tulip cedar
brazen ingot
tulip cedar
brazen ingot
#

I am having strain in my hands!

wise schooner
#

imagine needing a mouse

#

tbf i need one too ๐Ÿ‘€

tulip cedar
#

lmao I am using one rn

brazen ingot
#

o'k which one?

devout hill
brazen ingot
#

wtf?

#

from the real web?

devout hill
#

Yeah the stupid mouse wheel

#

Yeah

tulip cedar
clear plume
#

Ok their wheel sucks

wise schooner
#

worryfrog how do you know that's the truth?

dire siren
#

mickey mouse is harassing others. he touched other mice to control his pc

devout hill
#

Well you gotta thaw,n

devout hill
#

No idea what that is

wise schooner
#

the fact that you are sharing this implies that you aren't as cold as many others swagtroll

devout hill
#

Anyways imma disappear

brazen ingot
#

Shall I buy mx master3? its cheaper than the vertical and affordable

tulip cedar
devout hill
#

I disappear a lot you know this

tulip cedar
#

lmao ik, and also stubborn

clear plume
tulip cedar
#

to get one meme URL smh

tulip cedar
devout hill
#

Yus

#

And I'm very stubborn

clear plume
#

Very relatable

inland wolf
#

hm

tulip cedar
#

hm

lunar vessel
#

@tulip cedar

tulip cedar
#

Where is that?

lunar vessel
#

not telling

tulip cedar
#

Ok

#

Yo

rough sapphire
#

lets be a golf ball

tulip cedar
#

Well, exceptions are exceptions which will always be exceptions ๐Ÿ˜‚

lunar vessel
#

.topic