#ot1-perplexing-regexing

1 messages ยท Page 559 of 1

vapid nymph
#

Ah

low chasm
#

!server

royal lakeBOT
#
Server Information

Created: 4 years, 4 months and 8 days ago
Voice region: europe
Roles: 80
Member status: status_online 46842 status_offline 153241

Members: 200083

Helpers: 110
Moderators: 21
Admins: 15
Owners: 3
Contributors: 39

Channels: 214

Category: 26
News: 11
Staff: 59
Text: 109
Voice: 9

latent scaffold
#

oops

#

but there are still 2 alive

#

wait. there's another, right

#

oh yes. there he is

wraith hound
#

He has pings off for off-topic

latent scaffold
#

oh yes... the heads of the hydra

wraith hound
#

Yah

#

He just doesn't get notified about them

#

He has nothing on this

latent scaffold
#

look there's me

wraith hound
#

Hello, Beyonce is there

bleak lintel
#

lol

#

hi

#

i posted them in DMs

#

but

latent scaffold
bleak lintel
#

looks like vivax is handling it

latent scaffold
#

phew haha

bleak lintel
#

site, bot, lancebot, any workload on our servers

wraith hound
#

I need to learn how to mess with CF workers

#

Same

#

All I use cloudflare for is dns records

bleak lintel
#

yeah, it is, but that is from the perspective of a non-infra service

wraith hound
#

They use js/ts right?

#

That's a very good question

#

That I'd love to see the answer to

bleak lintel
twilit shore
#

joes is better than google

#

one ping

#

ez answer

bleak lintel
#

setup some web properties, tinker with the settings, for the most part Cloudflare is just toggle switches. Workers is a different thing though, so check https://workers.dev/ for that

wraith hound
#

How long has cloudflare been around?

bleak lintel
wraith hound
#

That's kinda old

vapid nymph
#

Linode has been around for 18

bleak lintel
#

lol

#

uhhh

#

generic proxy stuff, Access, Pages, Workers, Spectrum

#

I think that's about it

wraith hound
#

What do you use cf pages for?

bleak lintel
#

we might use it for forms frontend at some point, right now it's just internal docs

#

DDoS Protection

#

oh wait we use more on that list lol

#

uhh

#

we use WAF

#

we use DNS and CDN

#

and SSL/TLS

#

lol

bleak lintel
pearl sail
#

Anybody want to try my game and give me some feedback?

wraith hound
#

I just got a very "joe" vibe on the Cloudflare Access page

#

Right on the top "Zero Trust"

pearl sail
#

Anybody want to try my game and give me some feedback?

wraith hound
bleak lintel
#

uhh

#

yeah just lookin

#

think so ya

#

lul

pearl sail
#

is it a waste of a help thing to ask somebody to playtest my game o-o

bleak lintel
#

i forget

#

hmmm

#

did we customise it

wraith hound
#

I just went onto the main page for access

bleak lintel
#

yeah but it made me think of ours

twilit shore
#

packet layers iirc

bleak lintel
#

it shows which service you need for each layer

wraith hound
#

eyy

bleak lintel
#

so if you want to proxy minecraft, you can't use the application layer on cloudflare because that's for HTTP

wraith hound
#

9 different ips have seen my site

bleak lintel
#

but you can use spectrum, because it does support minecraft protocol since it's lower level

#

so, that's the OSI model on the left

#

hmmm

#

there is a good example

twilit shore
#

tcp is more modern tho

bleak lintel
#

open systems interconnection

#

it's the standard for the different layers in which computers cocmmunicate over a network

#

I actually quite dislike the OSI model

pearl sail
#

What should I add to my game, its like pokemon, there are potions moves different pets and stuff

bleak lintel
#

I like the DoD model more

twilit shore
wraith hound
#

No idea if I can see the ips

#

Nor do I really care

bleak lintel
#

yeah, it makes it more digestible

wraith hound
#

Now I'm confused

#

Apparently my site has seen 9 different ips, but still 0 page views

bleak lintel
#

that gives an example of what is on each layer

#

in every communication you make on the internet

#

okay so let's break it down

#

you want to send a message on discord, that's a HTTP post request

#

so first you create that HTTP payload, it's a POST to whatever endpoint discord says

wraith hound
#

Maybe I'm confusing what does what in the API

bleak lintel
#

then you put that HTTP payload into an SSL/TLS packet

bleak lintel
bleak lintel
#

so you place that in a TCP packet addressed to 162.159.137.232:443 and say it comes from 7.0.0.0:2342 (whatever your public IP is, that's the return address)

#

the IP address of discord

#

then you put that TCP packet into an IP packet, and that removes the concept of ports and says "this is a message from 7.0.0.0 to 162.159.137.232"

#

it also says that inside the IP packet is a TCP packet, which just helps with decoding and routing (it could also be UDP or ICMP (pings))

#

then once you've got that IP packet you put it into an ethernet frame

pearl sail
#

What should I add to my game, its like pokemon, there are potions moves different pets and stuff

bleak lintel
#

stop posting that across all channels

wraith hound
bleak lintel
#

and then you've got an ethernet frame, and that is used for routing on a more physical level

#

so that's when the concept of MAC addresses comes in

#

the ethernet frame is for routing on your local network

#

so you need to put it in an ethernet frame so your router knows that it is actually addressed to your routuer

#

no, because the concept of IPs is higher level than this

#

we actually want to transmit between devices

#

ethernet is the protocol for transfer on an actual network

#

so you then address an ethernet frame to your router with the mac address, for example 00:1B:44:11:3A:B7

#

Media Access Control address

#

it's a unique identifier assigned to every device

#

so

#

yes

#

the thing is, routers are really stupid, when you are connected to a wifi network, it doesn't just target packets at you

#

it basically says "okay this packet came in, it's addressed to MAC 00:1B:44:11:3A:B7"

#

and then it's up to your device to go "oh yea alright that's me" and process that

#

(that's why using public wifi is a terrible idea, anyone can receive your packets if they are HTTP, unencrypted)

wraith hound
bleak lintel
#

and then once it's serialised into an ethernet packet it's actually send down the wire or over wifi to the receiving device

bleak lintel
#

your mac address will never change while you are on a network

#

so even when you are connecting and don't yet have an IP assigned the router can still identify you

#

IPs are more tightly linked into actual networking philosophy, MAC addresses are set by the manufacturer

#

and IP is way smarter

#

you can't route mac addresses like you can IP addresses

#

I can say "I have the routes for 7.0.0.0/8" and then I own every IP under that range

bleak lintel
#

whereas mac address you can only have 1

vapid nymph
bleak lintel
#

nah

#

one of the dangers of BGP is... there isn't much certification hahahah

#

there isn't much stopping me heading onto my route server and announcing those routes

#

On the Internet, network devices exchange routes via a protocol called BGP (Border Gateway Protocol). Unfortunately, issues with BGP have led to malicious actors being able to hijack and misconfigure devices leading to security problems which have the potential to cause widespread problems. BGP security can be greatly improved by using technolog...

#

it's certainly been worked on, but it's far from widely adopted

graceful basin
#

Can't you pick your own mac address? Since you are the one reporting it, you can just misreport it

bleak lintel
#

yes, the idea of "1 mac address per device" is being phased out nowadays

#

I know that my iPhone picks a new MAC address for every network it connects to

graceful basin
#

Well, you can also report your own IP address as whatever, but other devices don't have to trust you

vapid nymph
#

You didn't tell me that when I asked you about all of the infra in dms smh

bleak lintel
#

that's personal, not pydis

#

i'm working on setting up my ASN now

wraith hound
#

Oh, you got it? Nice

vapid nymph
#

Ah

bleak lintel
#

still sort of pending, just awaiting RIPE

#

and I need my office address to be created as well

vapid nymph
#

So you have to hose a route server and how does it work?

#

Do ping I'm afk

bleak lintel
#

I have an upstream and tell the upstream "I have routes for 4.0.0.0/8"

#

and then the upstream says "okay, I've got the routes for 4.0.0.0/8" and so and so forth

#

until it reaches a tier 1, who then distributes it back down to every peered route server

#

the /48 has 65,536 LAN segments

#

and then each LAN segment has 18,446,744,073,709,551,616 addresses

#

so I can announce all those and route them to me

vapid nymph
#

Do you have to pay for the upstream?

bleak lintel
#

depends

#

sometimes

#

I probably won't once I start announcing

#

because I just use vultr for transit

vapid nymph
#

Why not

bleak lintel
#

well, depends on who you get upstream transit with

#

some pay, some don't

vapid nymph
#

๐Ÿค”

#

I'm lost

bleak lintel
#

well, the upstream is the org you announce your routes to

#

and some organisations pay for that service

#

and some don't

#

oh

#

i found our cf access screen lol

late sedge
bleak lintel
#

no, there is

#

if route servers aren't validating BPG prefixes with RPKI, then you can takeover a site and because you now control traffic issue an SSL cert for that site

#

right now I think the majority of BGP routers still aren't validating RPKI prefixes, so there is still danger

#

Lumen do now though, which is absolutely huge and fantastsic

#

they are the largest transit

late sedge
bleak lintel
#

what do you mean signed certificate

#

if you control traffic to an IP, you can issue a letsencrypt cert

late sedge
#

true

#

why didnt i think of that

bleak lintel
#

it's getting more difficult with RPKI, but you can still cause headaches

#

lol

#

I just checked the routing from Cogent's network to 7.0.0.0/8

#
  Path #1: Received by speaker 0
  Advertised IPv4 Unicast paths to peers (in unique update groups):
    38.5.4.117      
  1299 6939 6939 8003
    154.54.12.62 (metric 3030) from 66.28.1.28 (66.28.1.9)
      Origin IGP, metric 4294967294, localpref 100, valid, internal, best, group-best, import-candidate
      Received Path ID 0, Local Path ID 1, version 2364582776
      Community: 174:10031 174:20666 174:21000 174:22013
      Originator: 66.28.1.9, Cluster list: 66.28.1.28
#

this is very amusing

#

the 4 numbers there 1299 6939 6939 8003 are the different AS numbers that must be travelled through to get to any IP in the 7.0.0.0/8 range

#

6939 is Hurricane Electric

#

who really should be peered with Cogent

#

but refuse to

#

so instead the traffic goes through 1299, Telia

#

Hurricane Electric once made a cake for Cogent

late sedge
#

lmao

bleak lintel
#

the two to this day won't peer with each other, so traffic from HE to Cogent and vice versa has to go through another transit

#

because whoever makes the first move is going to end up having to pay the other party for network transit so no one wants to make the move lol

late sedge
#

nice to know that my ip range is signed (i hope so at least)

#

if the key means that

bleak lintel
#

uhhhh

#

think it does

#

I think it's either RPKI or ROA valid which are pretty much the same

wraith hound
late sedge
#

yeah the tooltip shows roa signed an valid

harsh tundra
#

thank you for reminding me I'm hungry ๐Ÿ˜›

low chasm
#

lmao

low chasm
#

cake

bleak lintel
#

HE are a nice group

#

I like HE

late sedge
#

expensive tho

bleak lintel
#

ya

late sedge
#

tho 400 usd for cabinet is quite decent

bleak lintel
#

I need to try HE IPv6 tunnelling

#

I'm trying to figure the best way to access IPv6 from my v4 only network

late sedge
#

know whats weird: over here i have an ipv6 mobile connection, but for the love of god cant figure out how to enable ipv6 for my router

wraith hound
#

How does Cloudflare know your domain is yours when you put it on cf?

bleak lintel
#

I think I'm similar

bleak lintel
#

they assign you a pair of 2 nameservers and validate that the ones you set are the ones assigned

wraith hound
#

I don't use CF nameservers though, I use Vercel's

#

Yet it still works

bleak lintel
#

So it'll be like lia.ns.cloudflare.com and major.ns.cloudflare.com

#

if you don't use cloudflare nameservers you don't use cloudflare

wraith hound
#

Oh fun

#

I was told to change nameservers by Vercel so I could set up subdomains

bleak lintel
#

Hm yeah you can't use different nameservers and still use CF

wraith hound
#

So it can appear on your dashboard and not be used?

#

That's interesting

bleak lintel
#

yeah it'll take a while to go void

wraith hound
#

More than 3 days?

#

Oh

#

That makes sense

#

CF says I've had no requests to my website

#

Even though I've gone on it many times

bleak lintel
#

I think it takes around 24 hours, but I forget

late sedge
bleak lintel
#

ya

#

I might try write my own nameserver one day

late sedge
#

also i have the names of my two cf nameservers already memorised

late sedge
bleak lintel
#

lul

late sedge
#

anyways the internet is a scary place

#

both from the stuff that is on there and from the technical side

bleak lintel
#

lol

#

on the internet no one can hear you scream

late sedge
#

i read somewhere that the internet is basically a highschool/uni project where everyone trusted everyone, that got out of hand

#

and now everyone is frantically trying to resolve the trust issue

wraith hound
#

Why resolve that issue? Trust no one, and you're good

bleak lintel
#

yeah that sounds about right tbqh lol

#

there are a lot of upcoming standards that codify security into the fabric of the internet

late sedge
#

also quite curious that neither google nor cf have their own root certificate

bleak lintel
#

from DNS there is DoH, DoT and DoQ, routing there is BGPsec and RPKI, and client side security has always been fairly good with roll outs of new versions of TLS and deprecation of SSL

#

hmmmm

late sedge
#

also heck even root certificates are a security vulnerability

bleak lintel
#

lul

late sedge
#

tbh you could move all of that to some sort of blockchain

bleak lintel
#

lol i'd rather not

late sedge
#

remove the trust in central authorities

late sedge
#

iirc there was a case where some company shipped laptops with a faulty root cert

bleak lintel
#

wtf since when was there a .goog TLD

#

I knew about .google but .goog

#

to be honest

#

I'm alllright with central authorities for the most part

late sedge
#

nah

bleak lintel
#

I draw the line at government entities, I don't like them as root authorities

wraith hound
late sedge
#

the whole dns shit should be moved to a decentralised authority as well imo

bleak lintel
#

why should Hong Kong, Spain, The Netherlands and Turkey be in the Mozilla root CA store lol

wraith hound
#

Idk why google needs .goog as well

bleak lintel
#

oh and China, fantastic lol

#

who do cloudflare use as a root

#

baltimore?

late sedge
#

iirc yes

bleak lintel
#

ya it's digicert baltimore

#

interesting

#

LE do actually have a trusted CA don't they

#

yeah ISRG

late sedge
#

and remove some, as needed

bleak lintel
#

lol

#

I wonder if Cloudflare have plans to apply for a root cert

#

Amazon and Google have them

late sedge
#

anyone can make a root cert

bleak lintel
#

sorry, ya

wraith hound
#

Who handles this type of stuff?

bleak lintel
#

what sort of stuff

late sedge
bleak lintel
#

you generate a root certificate and then browser manufacturers or OS developers add you to their list of trusted root certificates if they, well, trust you lol

wraith hound
#

Oh, so it's various people

late sedge
#

also most companies even sign those certificates with their own key to make it even more secure

#

tho imo some sort of blockchain for this would be a heck more secure

#

just probe a couple of nodes if the certificate is valid

#

if all report it is so then you're good to go

bleak lintel
#

yeah

#

although

#

a good answer

late sedge
#

ยฏ_(ใƒ„)_/ยฏ

#

just dont trust anyone

bleak lintel
#

lol

low chasm
#

what the fuck is the context behind this ot name

young shoal
#

it is what it is

vapid nymph
#

Mmm, just got Taco Bell

#

There's less food here than the last time when I got less burritos

#

By the way grilled burritos are the best burritos

young shoal
#

never had taco bell

low chasm
#

whoeah

vapid nymph
#

I order all of my taco bell burritos ungrilled and grill them at home

misty dew
misty dew
#

but idk what the past history was

topaz aurora
#

We were talking about soup in VC

#

That's about as much context as you'll get

honest star
#

off topic names from VC are the best because there will never be enough context

soft violet
#

I was party to the conversation, and I have only a vague recollection.

#

It would gave been in reference to the soup tier list in some fashion.

low chasm
inland wolf
#

lol this ot name

vapid nymph
#

no u idiot

#

u don't store 2fa backup codes with your password

inland wolf
#

ikr

low chasm
#

@formal blaze

#

Beware, this is a prototype, so this code is very uneficcient

#

And unoptimized

rough sapphire
#

I saw it

#

it's nice

#

so what this language can do?

low chasm
#

Not much, I've just started rewriting it

#

This version is a prototype

rough sapphire
edgy crest
#

Remove the clones thumbsup

low chasm
#

Haha yeah

formal blaze
#

You gave me another reason to learn Rust, Thanks !

low chasm
#

It's all going to be optimized in the new version

edgy crest
low chasm
#

I use clones cuz I didn't want to waste time fucking with the compiler

formal blaze
#

I meant rust lol

edgy crest
#

Speaking of rust can I put 2 structs in an enum

low chasm
#

The Readme is outdated as well

edgy crest
#

O zee online

low chasm
#

Haha

inland wolf
#

ye i answered in the otjer server

low chasm
#

Otjer :P

inland wolf
#

yes

low chasm
#

Fuck I hate formatting on mobile

inland wolf
#

no

rough sapphire
#

lol

inland wolf
#

thetes no colon

#

after x

low chasm
#

Shit

inland wolf
#

smhhhhh

#

soup ur wife

low chasm
#

I don't have a wife :P

inland wolf
#

soup urself

low chasm
#

Hm

#

Well shit

inland wolf
#

lol

#

make a soup function in ur language

rough sapphire
#

lmao

#

what will soup do?

low chasm
#

I have no energy to write working code on mobile

rough sapphire
#

lol

inland wolf
#

making it soup

rough sapphire
inland wolf
low chasm
#

Are you on mobile?

#

If so, where did you get this skill from

misty dew
low chasm
#

I know

#

But my skills just evaporate

rough sapphire
#

lmao

inland wolf
misty dew
low chasm
inland wolf
#

lol

#

what can i say im a master

#

fuck

low chasm
#

Ah yes, a a naster

inland wolf
#

yes

misty dew
#

I too a a naster

low chasm
#

Same

rough sapphire
#
enum Foo {
   Bar {x: u32, y: i32},
   Baz(String)
}
low chasm
#

We're all a a nasters

rough sapphire
#

I'm also on mobile

#

lolz

misty dew
#

๐Ÿ’ป ๐Ÿ˜Ž

low chasm
#

Lmao

inland wolf
rough sapphire
#

it's not that hard to write on mobile

inland wolf
#

ikr

low chasm
#

It indeed fucking is

rough sapphire
#

lmao

misty dew
inland wolf
#

lol

acoustic moss
#

fjkking

#

for fjjks sake

low chasm
#

Fjk it

misty dew
#

it doesn't autocorrect swear words

#

well

low chasm
#

Fjk

inland wolf
#

lol

misty dew
#

sometimes it does the wrong way

acoustic moss
#

duck

misty dew
#

like it'll change fuck to duck

rough sapphire
#

I turned autocorrect off lol

low chasm
#

Fukc

inland wolf
#

funking hell

rough sapphire
low chasm
misty dew
#

and I'll end up saying I'M SO DUCKING MAD AT THIs STUPID BATCH

inland wolf
acoustic moss
#

ducking ducks

low chasm
#

duck you

misty dew
#

except I would never say that but whatever

inland wolf
#

imagine using autoxorect

rough sapphire
#

autoxorect

#

that's why ppl use autocorrect

inland wolf
#

autocorrect*

misty dew
#

ikr โœ‹ ๐Ÿ™„ who even uses autoxorect

low chasm
inland wolf
#

lol

rough sapphire
#

I'm on mobile most of the time and my typing skill on mobile is to good

#

so it turned off autocorrect

#

I type with 60+ wpm on mobile

#

but it's low

low chasm
#

What the fuck, I just tried typing duck, but it autocorrected to fuck

misty dew
#

if you've used it enough it might do that lol

rough sapphire
misty dew
#

machines are learning

rough sapphire
#

xD

low chasm
#

Thing is, if I want to type fuck, it turns to duck

misty dew
#

nice

rough sapphire
#

turn off autocorrect then

low chasm
#

It just hates me

misty dew
rough sapphire
#

not for me

low chasm
rough sapphire
#

sadge

low chasm
#

80% of what I say is misspelled

rough sapphire
#

then practice typing on mobile

misty dew
#

This is me guoing withour autocorowct

low chasm
#

Autocorrect fixes it

inland wolf
#

lol

low chasm
rough sapphire
inland wolf
#

i just use the suggestion bar when i need help

low chasm
#

Install arch on my phone and program on it

rough sapphire
rough sapphire
inland wolf
#

well u probably could

#

if u had an android

low chasm
#

Yup

#

I have an android

#

Fuck apple

inland wolf
#

damn

low chasm
#

Fuck you too Google

inland wolf
#

lol

rough sapphire
low chasm
#

Fuck Microsoft as well while I'm at it

rough sapphire
#

IOS sucks

misty dew
#

eh

#

it's pretty good

low chasm
#

Yknow what, we can't leave out Samsung, fuck you Samsung

inland wolf
#

ios is pretty good if u have other apple devices

low chasm
#

Which I don't

inland wolf
#

same

rough sapphire
#

same

low chasm
#

Apple costs too much

lunar crescent
#

same

inland wolf
#

ye

lunar crescent
#

their wheels cost like $999

low chasm
#

Why the fuck should I pay 2000$ for a laptop with 8gb ram

rough sapphire
misty dew
low chasm
#

Hm.

inland wolf
#

every android user either hates apple or doesnt have enough money to buy apple products

low chasm
#

Fuck their, there, and they're too

misty dew
inland wolf
low chasm
rough sapphire
misty dew
#

or wahtever the editing thing is

rough sapphire
low chasm
misty dew
rough sapphire
#

yeah

rough sapphire
#

how?

misty dew
#

because it's apple shrug

quick ledge
#

final cut pro ๐Ÿ’ฏ ๐Ÿ˜ค

rough sapphire
low chasm
#

For the same price in a gaming PC, id expect half decent dedicated graphics

misty dew
rough sapphire
#

yems

misty dew
#

it should be more like frustration

quick ledge
#

nah

#

it's when you heave a hugh gush of breath

misty dew
#

but he looks angry

quick ledge
#

in triumph

misty dew
#

triumphant in his angre

low chasm
#

Lmao

misty dew
#

anger*

low chasm
#

Fancy English

inland wolf
#

triumphant huffing

misty dew
#

my favorite emoji name

#

saed

low chasm
#

Wait guys, I was saying earlier, who needs Ms word?

rough sapphire
misty dew
#

just use docs

rough sapphire
low chasm
#

Just use VSCode

misty dew
#

๐Ÿ‘€ what

rough sapphire
low chasm
#

With spell check and grammarly extension

rough sapphire
#

๐Ÿ‘€

#

lmao

low chasm
#

What can't vscode do?

#

It can play bad apple

rough sapphire
#

I prefer vs code rather than pycharm

low chasm
misty dew
quick ledge
#

lol

rough sapphire
misty dew
#

i'm not wrong

low chasm
rough sapphire
#

lmao

low chasm
#

Kite gives it bloat too

misty dew
low chasm
#

Theme

#

Make your own theme

rough sapphire
#

yems

low chasm
#

VSCode is open source, clone it and redesign its UI

#

What the fuck can VSCode not do

misty dew
#

be sublime

rough sapphire
#

it can do everything

misty dew
#

idfk

rough sapphire
#

keep your shit replies away

low chasm
#

VSCode is everything

rough sapphire
rough sapphire
misty dew
low chasm
#

It's all VSCode

misty dew
#

wait... it's all vscode?

low chasm
#

Always has been

misty dew
low chasm
#

We're all VSCode inside us

misty dew
#

no

#

never

#

I'm a pycharmie

#

OH

#

I know what it can't do

low chasm
#

What

misty dew
#

use up as much RAM as pycharm ๐Ÿ˜Ž

#

nothing can do that

low chasm
#

Install Kite

#

And there ya go

misty dew
#

it's using up like 4.5 gigs at this point

rough sapphire
#

damn

#

it's soo heavy

low chasm
#

Write your own extension that uses up all your Ram manually

rough sapphire
misty dew
#

if you make it

#

then I'll submit to you

low chasm
#

Haha

misty dew
#

that vsc is supreme

low chasm
#

Fine I will

#

Later

rough sapphire
#

when you make it

#

tell me

#

I'll use it

low chasm
#

Yes

#

First I shall sleep

rough sapphire
#

kek

misty dew
#

oh that thing

rough sapphire
#

cya

misty dew
#

yeah I should check that out sometime

low chasm
#

And then finish my science final

misty dew
#

oh those are so fun

rough sapphire
low chasm
#

Cya :D

misty dew
#

what are u learning about

rough sapphire
#

ah F

wise schooner
#

vscode poggers

rough sapphire
#

pog

low chasm
low chasm
rough sapphire
#

or aboo?

misty dew
low chasm
#

There isn't a thing vscode can't do

misty dew
#

in his science

rough sapphire
#

oo

low chasm
misty dew
#

sounds interesting

wise schooner
misty dew
wise schooner
#

i want something where i press a button and the program is completed xD

scarlet wind
inland wolf
#

hi

wise schooner
#

i hate pressing multiple keys ๐Ÿ˜Ž

wise schooner
low chasm
#

Im too lazy to type it out, but search up eight grade chemistry shit in discord search and you'll find where I listed it earlier

scarlet wind
#

reject mouse use keyboard

wise schooner
#

ehh, i want it built in

misty dew
#

im in 8th grade and we're learning bout fckin natural selection

rough sapphire
#

you're in 8th....

low chasm
rough sapphire
#

I'm in 11th lmfao

misty dew
#

we were learning about the moon phases

#

it was so dumb

#

we spent a month on it

low chasm
inland wolf
#

lol

rough sapphire
misty dew
#

and learned that part of the moon gets dark

inland wolf
#

waning cresent

misty dew
low chasm
#

6th grade was moon shit

#

And watersheds

scarlet wind
#

Lol you are ahead of times

misty dew
low chasm
#

Fuck you Chesapeake bay

#

And Mexican gulf

inland wolf
#

damn

misty dew
low chasm
#

Haha

inland wolf
#

lol

misty dew
#

I always spelled it cheapsake

low chasm
#

Totally not autocomplete

inland wolf
#

im pretty sure autoxorect had something to do with it

low chasm
#

It's all my spelling skills

scarlet wind
#

I don't even remember what I was taught till 9th grade lol it was all rote learning

inland wolf
#

yes

misty dew
scarlet wind
#

I mean rote

misty dew
#

ah

#

time to look it up

#

and remember what the fuck it means

scarlet wind
#

It's like craming things

low chasm
#

Someone explained it to me a few months ago

inland wolf
#

months*

misty dew
#

crap

inland wolf
#

lol

rough sapphire
misty dew
#

I copied google

scarlet wind
#

xD

inland wolf
#

.define rote

low chasm
misty dew
#

mechanical or habitual repetition of something to be learned.

inland wolf
#

yes

rough sapphire
#

craming in other words

low chasm
#

I remember, all those mothers ago

lunar crescent
#

lol

scarlet wind
#

It's like remembering something without understanding

inland wolf
#

yes

rough sapphire
#

that's what craming means

scarlet wind
#

Which is basically very common in the curriculum lol (here atleast)

misty dew
rough sapphire
#

so do you all still looks for some words which someone says?

low chasm
#

Hm

low chasm
#

Fuck

#

It's almost 1 am

misty dew
#

oops

inland wolf
#

@scarlet wind remember the type of soil in the deccan plateau and the amount of rainfall required to make rice?

scarlet wind
#

Vocab is hard

acoustic moss
#

hippopotomonstrosesquipedaliophobia

low chasm
#

And I gave a final

misty dew
#

haha EST go brrr

misty dew
#

I'm on PST ๐Ÿ˜Ž

rough sapphire
inland wolf
low chasm
acoustic moss
#

200 cm i think

rough sapphire
scarlet wind
#

I hate Social Science so I know nothing

inland wolf
inland wolf
misty dew
low chasm
acoustic moss
#

not for me ๐Ÿ˜Ž

inland wolf
#

lol

scarlet wind
#

xD

low chasm
#

Anyways, imma sleep

inland wolf
#

tell that to the examiner

misty dew
low chasm
#

Gn yall :D

inland wolf
#

amigo

rough sapphire
#

gn

inland wolf
#

gn

acoustic moss
#

i have no examiner because i have no social studies anymore \๐Ÿ˜Ž

lunar crescent
#

gn

scarlet wind
acoustic moss
#

same

inland wolf
#

damn

#

same

rough sapphire
rough sapphire
#

I finally got rid of thise fucking subjects

#

like Sanskrit and social studies

acoustic moss
#

I still have English ๐Ÿ˜ฉ

scarlet wind
#

But still I wish we could study what we like

rough sapphire
#

same

acoustic moss
#

I'm happy with pretty much all my subjects except english

rough sapphire
#

I chose PCM in 11th

acoustic moss
#

same

scarlet wind
#

same

rough sapphire
#

you all from where?

acoustic moss
#

@rough sapphire cbse/icse/state board?

scarlet wind
#

India

rough sapphire
#

same

acoustic moss
#

i'm sugondese

rough sapphire
#

and didn't joined any school yet for 11th

acoustic moss
#

O

scarlet wind
#

LMAO No pls @acoustic moss

rough sapphire
#

so it can be state board or cbse

acoustic moss
rough sapphire
scarlet wind
#

CBSE's new curriculum states that they are trying to remove rote learning KEK

#

can't imagine that happening

rough sapphire
#

Indian education system is going to change

#

cuz of new education policy

scarlet wind
#

So they are including more case/study based questions

rough sapphire
#

I like this new education policy but it not implemented yet

scarlet wind
#

as if that will remove rote learning

rough sapphire
scarlet wind
#

But they introduced programming concepts in 9th recently

#

and 10th

rough sapphire
#

yeah

scarlet wind
#

idk about other classes

rough sapphire
#

I never got taught computer

#

in school

scarlet wind
#

yea

rough sapphire
#

Imma go now

#

cya

scarlet wind
#

cya

rough sapphire
#

and then have to learn programming

#

.js

#

node.js*

scarlet wind
#

oh cool

inland wolf
#

ye

edgy crest
#

Ye I'm in 9th grade an my computer book has python

#

Super basic tho

scarlet wind
#

Hello world programm lol

edgy crest
#

Lul

#

Some more stuff

#

Like cats and operators

#

Vars*

lunar crescent
#

how did vars autocorrect to cats lol

acoustic moss
#

cats

edgy crest
#

No idea

#

Maybe the keyboard likes cats

scarlet wind
#

cuz cats

inland wolf
#

yes

scarlet wind
#

and this ot name bruh

proud rock
edgy crest
#

Python or whole cs part

scarlet wind
#

yea Python and MySQL is easy to get the hang of it

edgy crest
#

O there's databases?

scarlet wind
#

yea

edgy crest
#

Nice

scarlet wind
#

Computer Networking is kinda okay

edgy crest
#

Any other topics

#

Oh networking

#

Is there only the concept

#

Or is there implementation details too

scarlet wind
#

Not that kinda of but yea OS and Computer Networking concepts

edgy crest
#

I c

scarlet wind
acoustic moss
#

isc computer science just has java

scarlet wind
#

Sad

acoustic moss
#

and some hardware shit

proud rock
#

for cbse we hv option of python or c

inland wolf
#

damn

scarlet wind
#

hmm wasn't that removed

acoustic moss
#

damn

inland wolf
#

id choose c

scarlet wind
#

It's just Python right?

acoustic moss
#

why

inland wolf
#

because i alredy know python

scarlet wind
#

Bcuz I didn't get any option

proud rock
inland wolf
#

i do know a little c

#

but i want to learn mroe

proud rock
inland wolf
#

bruh

scarlet wind
#

hmm tru

inland wolf
#

so they choose python always

#

?

scarlet wind
#

idk

acoustic moss
inland wolf
#

lol

last mantle
#

c++, not c

scarlet wind
#

Earlier papers had C and Python but now it's just Python I believe they give no choice

proud rock
inland wolf
#

true

scarlet wind
#

yea cpp

proud rock
#

11th portion has many things not related to python tho

scarlet wind
#

If you see sample papers it's just Python

scarlet wind
proud rock
scarlet wind
#

Yea but still

proud rock
#

ur in 11th btw?

scarlet wind
#

12th

proud rock
#

ohhh

#

like this year or last year

#

?

scarlet wind
#

this year 2021-22

proud rock
#

thts honestly quite sad

#

u want boards to be cancelled?

scarlet wind
#

Nope

proud rock
#

my boards were cancelled, nd the marking system is actually a mess

last mantle
#

nice

scarlet wind
#

If they wouldn't have postponed the exams it would have been conducted easily

proud rock
#

they r making us do assignments which they never told

scarlet wind
#

in feb they could have taken it

#

Yea fk those internal marking stuff

proud rock
#

like in my school ppl got 1 digit marks for pre boards

#

there is no way those marks can be taken for boards

#

i got 62.5 in math, i was 3rd

last mantle
#

eh schools will try to fake marks

#

no problem

proud rock
#

is ur school in india or outside?

last mantle
#

india

scarlet wind
last mantle
#

they want their image to be preserved

#

so

scarlet wind
#

right same with board lol

proud rock
#

teachers r coming to our school for checking

#

frm other schools tht is

last mantle
#

lmao

#

they will have fixing internally

#

they will help each other

proud rock
last mantle
#

o

#

oman?

#

ha same

proud rock
#

where?

last mantle
#

nono

#

as in arab

#

nvm

proud rock
#

kk

inland wolf
#

bruh same

vapid nymph
#

les go

last mantle
#

zee

vapid nymph
#

it says heroku

#

which is good

#

means that i successfully moved all the code and shiz to properly use heroku

inland wolf
last mantle
#
  Widget build(BuildContext context) {
    return Flexible(
      flex: 4,
      child: Consumer<SwitchModel>(
        builder: (context, switch, child) {
          return Container(
            child: Center(
              child: Column(
                children: [
                  Padding(...
inland wolf
#

yes

last mantle
#

what is wrong in this

inland wolf
#

switch

#

is a keyword

last mantle
#

oh fuck

inland wolf
#

look at the syntax highlighting lol

last mantle
#

android studio just shows red

#

oof

inland wolf
#

lol

#

android studio moent

#

it doesnt show whats wrong?

#

probably does

last mantle
#

eh it did

#

but

inland wolf
#

but

last mantle
acoustic moss
#

but

inland wolf
#

damn

#

i mean

#

the syntax highlighting shoudlve told u

#

that it was different

last mantle
#

i told ya

#

it was red

lunar crescent
#

oof

inland wolf
#

hot damn

acoustic moss
#

wow

inland wolf
#

android studio just puked

acoustic moss
#

that's got more red than ussr in the 80s

inland wolf
#

and passed out

#

lol

scarlet wind
#

lol

#

I am at a point where I am downloading sdk from the net lol

inland wolf
#

yes

scarlet wind
#

bcuz I think the download speed is limited using the manager

#

is that true?

inland wolf
#

idk

#

i dont think so

#

but perhaps

scarlet wind
#

I have seen no progress is 5 min with the manager but when I used net it shows some progress

inland wolf
#

nice

scarlet wind
#

1.2gb

#

and then a 400 mb then done

inland wolf
#

yes

scarlet wind
#

bruh lol my net suck 35kbps rn

edgy crest
#

At least u have net

inland wolf
#

before anyone asks, vinam is on mobile data rn

acoustic moss
#

๐Ÿ•ธ๏ธ

#

no one was going to ask that but ok

inland wolf
#

ok

quick ledge
#

omg vinam

#

if you dont have internet

#

how are you talking to us right now

#

???

scarlet wind
#

lol

rough sapphire
#

he's using his telephone lines

quick ledge
inland wolf
#

he was talking abt wifi bro \๐Ÿคฃ \๐Ÿคฃ

quick ledge
#

gottem

acoustic moss
#

rofl rofl xd

quick ledge
#

I don't like that emoji ๐Ÿ˜ฆ

edgy crest
#

O alr

#

Srry

vapid nymph
quick ledge
#

that emoji is fine.

#

woozy man

vapid nymph
#

๐Ÿ˜

#

Lmao

#

Do you want a ๐Ÿ–•?

#

Or a ๐Ÿ–•

quick ledge
#

do you want a ๐Ÿ”จ ?

vapid nymph
#

Wait

#

That wasn't supposed to turn into emojis

vapid nymph
vapid nymph
#

@quick ledge fixed

vapid nymph
#

Pls share

quick ledge
#

it's a hammer

#

โš’๏ธ

vapid nymph
#

But also why are the emoji names so long

scarlet wind
#

cuz discord

acoustic moss
#

:couple_with_heart_woman_man:

solemn leaf
#

\๐Ÿ†—

#

@vapid nymph

#

this guy is

#

not responding since ages

vapid nymph
#

Correct

solemn leaf
#

lmao

dreamy wharf
#

soup your wife