#ot1-perplexing-regexing

1 messages · Page 558 of 1

latent scaffold
#

no I don't

#

Arch is fine but undeserving of all the hype it gets

wraith hound
#

Well that

#

Idk how to explain things

latent scaffold
#

:c

mellow spire
#

the real contributions started from january first

#

where i knew github ok ok

wraith hound
#

What were the not real contributions?

latent scaffold
#

haha I barely know anything about how to use Git

mellow spire
#

gosh, look at alec's graph

#

@wraith hound this was not real contributions

latent scaffold
#

git commit, git push, git pull... good enough for me

acoustic moss
#

git add grumpchib

mellow spire
#

looll, come to open source projects, u will have fun with git

latent scaffold
#

oh yes. but PyCharm always does that for me

wraith hound
acoustic moss
#

I mean yeah those are pretty much the only ones commonly used

mellow spire
#

git reset, git cherry-pick, git stash....

wraith hound
#

I just do git add, git commit, and git push

mellow spire
#

hahaha

latent scaffold
#

oh and the one command I conveniently forgot the name of

#

remote

rich moon
#

everybody frogets clone

wraith hound
#

Oh yeah

latent scaffold
#

git remote add <git> origin

wraith hound
#

I forgot about that

rich moon
#

how get repo without clone

latent scaffold
#

but I only clone when I wanna install stuff

#

I don't contribute to other repos

wraith hound
#

I always do git remote [add | set-url] origin <url>

latent scaffold
#

so everything's always git init on my computer

latent scaffold
acoustic moss
rich moon
#

lololol

acoustic moss
#

I think I need a long term project

#

most of mine are at most a couple of weeks

latent scaffold
#

yeah...

#

I'm not skilled enough for long-term projects tbh

#

I'm too like... scared... that I wouldn't be able to keep up with one

acoustic moss
#

hmm

#

i don't really have good ideas either

#

reinventing the wheel go brrr

latent scaffold
#

:T

vapid nymph
#

I don't

#

Have enough focus to continue on one for

latent scaffold
#

well I mean like I feel like I'd never be able to make anything someone wants and can use

#

I don't have the skill to meet my own standards

vapid nymph
latent scaffold
#

hmm

acoustic moss
#

\🤔

latent scaffold
#

Almost sounds too easy, though

vapid nymph
#

it's not

#

😔

latent scaffold
#

I can make a base

#

I wouldn't know where to go from there

#

oh also... did you see the plugin I pinged you with @vapid nymph

vapid nymph
#

no ;-;

latent scaffold
vapid nymph
#

yeet

#

@acoustic moss wanna work on it?

acoustic moss
#

not really tbh

#

sorry

vapid nymph
#

👍

#

pls have free plan

latent scaffold
#

lol

#

it does

vapid nymph
#

yay

#

aw darn

#

lemon_angrysad 60 minutes per session(2)

latent scaffold
#

couldn't you just... reconnect

vapid nymph
#

damn it i wish i had seen it sooner

#

lol

latent scaffold
#

yep

#

What's the modmail repo

vapid nymph
latent scaffold
#

Just wanted to check the license

vapid nymph
#

GNU Affero General Public License v3.0

#

fwiw i do intend to get this merged into the bot hopefully if i'm lucky

mellow spire
acoustic moss
#

sure

mellow spire
#

make a cli tool, to keep your python deps fresh

#

if it is a venv, then the venv deps

#

if it is globally, then all deps

latent scaffold
#

Does Windows have env

acoustic moss
#

hmmmmmmm

#

if its pipenv/poetry it would have to update those files too

#

hmmmmmmm

latent scaffold
#

on Linux, we can do like /usr/bin/env python3 for example

mellow spire
#

yeah

latent scaffold
#

to run a script with the current environment

#

so it should be the same process regardless when you use env

mellow spire
#

I had it my project list ideas, but you can do that if you want, i have a few more

vapid nymph
#

god this bot is gonna be fucking hard to change

latent scaffold
#

just rewrite it almost completely

vapid nymph
#

(╯°□°)╯︵ ┻━┻

#

yeah probably

rich moon
#

i was wanting to write python bindings for digital datcom

#

but fortran makes no sense to me

mellow spire
#

why are you making a modmail, there are already so many out there

vapid nymph
#

which has nearly 10k instances out there

#

but the code is subpar

#

.src

median domeBOT
vapid nymph
#

!src

royal lakeBOT
mellow spire
#

umm, so you are making the source better?

vapid nymph
#

yes

mellow spire
#

did u talk with him?

#

or your work might go in waste, if he doesn't even want it

vapid nymph
#

its fine ¯_(ツ)_/¯

#

i can't tell u what they said

mellow spire
#

umm ok

vapid nymph
#

but i'm support for the bot 😄

acoustic moss
#

i've decided i'm not going to make tools for programmers

latent scaffold
#

@vapid nymph Do you want a subclassed Discord bot?

#
from discord.ext.commands import Bot as BotBase

class Bot(BotBase):
    pass
vapid nymph
#

oh i've done that before

vapid nymph
#

where u change the bot class

#

most bots do that

#

including modmail

latent scaffold
#

cool

vapid nymph
#

now

#

I need a good name for a level 25/29 logging

last mantle
#

by env you mean venv?

latent scaffold
#

no

#

I mean the env command

#
class Bot(BotBase):
    def __init__(self, *args, **kwargs):
        super().__init__(*args, **kwargs)
        self._init_commands()

    def _init_commands(self):
        @self.command()
        def category(ctx, cat: str):
            # TODO: Set modmail category, save to JSON(?)
            pass

haha is this a weird setup

vapid nymph
#

my logging levels are gonna be as follows

 5 trace
10 debug
20 info
25 # This is for the level that will be shown by default for people hosting the bot
30 warning
40 error
50 critial/fatal
#

but i need a good name for 25

acoustic moss
#

panic

#

*panik

vapid nymph
#

i was thinking support

acoustic moss
#

booo

latent scaffold
#

standard/default?

vapid nymph
#

btw don't judge me but this is the level that will be configured by default so helping people when they host on heroku isn't too hard

#

i'm actually not entirely sure it should be below warning

vapid nymph
#

👀

#

ideas?

#

hm

#

its not verbose.

#

!pypi verboselogs

royal lakeBOT
vapid nymph
#

what does it use

latent scaffold
#

I'd just say "standard"

vapid nymph
#

NOTICE

#

going with notice

#

its perfect for this use

#

literally this logging level is to let you know what you did wrong

latent scaffold
#

lmfao I'm already tired of working on this

vapid nymph
#

smh what have you done so far

#

👀

#

why are these logs

#

named by the token

#

👏

#

it ran

mellow spire
#

is that zsh?

vapid nymph
#

yeah

#

random theme because idc

latent scaffold
# vapid nymph smh what have you done so far
from discord.ext.commands import Bot as BotBase


class Bot(BotBase):
    def __init__(self, *args, **kwargs):
        super().__init__(*args, **kwargs)
        self._init_commands()

    def _init_commands(self):
        @self.command()
        def category(ctx, cat: str):
            # TODO: Set modmail category, save to JSON(?)
            pass

    def _init_events(self):
        @self.event()
        def 
#

that's literally it

mellow spire
latent scaffold
#

yes, I found out that @self.event() was not what I wanted

vapid nymph
#

yert

vapid nymph
#

i better make that account on codetogether.…

latent scaffold
vapid nymph
#

actually that's what i should do

latent scaffold
#

uh

#

I'm already kind of tired for the day haha

vapid nymph
vapid nymph
latent scaffold
#

almost 10 PM here

vapid nymph
#

yeeters

#

my init py is basically just sirelancebot's init.py

#

god i love mit

latent scaffold
#

lol

vapid nymph
#

i also love The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

#

and thankfully its not substantial

#

just the init file is not that much 😏

#

hm

#

i think its clogging to the file properly

latent scaffold
#

hmmm

vapid nymph
#

*logging

#

now

#

bot.py is around 1721 lines long

mellow spire
#

welp

vapid nymph
#

yeah ;-;

mellow spire
vapid nymph
#

🥴

#

oh yeah

#

repost

vapid nymph
#

@latent scaffold i realized i needed the satisfaction

#

so i actually have the entire bot running rn

#

as a module

latent scaffold
#

yes

vapid nymph
#

but i did something wrong

#

huh

latent scaffold
#

I feel so tired that I keep rubbing my eyes

#

hahaha

vapid nymph
#

wat

#

nothing is a command

#

05/16/21 00:30:34 - main WARNING: CommandNotFound: Command "ping" is not found

latent scaffold
#

yes

vapid nymph
#

HA

#

got the bot running as a module

#

🥳

latent scaffold
#

yes

vapid nymph
#

i'd commit but

#

not too many changes

#

just most of the files

vapid nymph
#

uh, dropshipping?

latent scaffold
#

huh

vapid nymph
#

only message in the server + amazon product link

#

also very new to discord

lucid raptor
#

!ban 842701381390565396 Seems you're just here to promote something.

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied ban to @small jackal permanently.

latent scaffold
#

oh. I see

#

idk what I thought that was

vapid nymph
#

lol

latent scaffold
#

I was so confused, I thought it was like a "this is a really good book and it's on sale"

vapid nymph
#

lol

latent scaffold
#

well... that's exactly what it was — I meant like a personal recommendation

vapid nymph
#

i mean yeah

#

if they had just

#

sent another message

#

about python

#

it probably woulda been fine

latent scaffold
#

whoops

#

I may or may not have accidentally bought that book for free

acoustic moss
#

you wot m8

vapid nymph
#

it does actually look good tbh

latent scaffold
#

It said something about "Kindle Unlimited" and I was wondering what the heck that was

#

so I clicked it

latent scaffold
#

and it was like "oops you bought this book for total of $0.00"

vapid nymph
#

yeet

latent scaffold
#

lmfao what the heck did I do

vapid nymph
#

bruh

#

start = "python -m bot"

#

in my [scripts]

#

!paste

royal lakeBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

vapid nymph
latent scaffold
#

you're doing this all wrong

vapid nymph
#

i get that

#

no it works fine if i already am in the virtual env

latent scaffold
#

but

#

why have you done this

vapid nymph
latent scaffold
#

oh. I do mine differently

#

sec

vapid nymph
#

because why type pipenv run python -m bot when u can type pipenv run start

latent scaffold
#

because you can just type start

rich moon
#

what at what time each day do u change the artist name

latent scaffold
#

depending on how you configure it

latent scaffold
vapid nymph
latent scaffold
#
#!/usr/bin/env python3
from src.__main__ import main
from src.utils import entrypoint


@entrypoint
def entry():
    main()
#

then this is my src/__main__.py

import wpilib

from robot import Robbie
from utils import entrypoint


@entrypoint
def main():
    wpilib.run(Robbie)
vapid nymph
#

not used on python or lance tho

latent scaffold
#

¯_(ツ)_/¯

latent scaffold
#

Robbie is the name of our robot lemon_smug

vapid nymph
#

yeet

latent scaffold
#

tbh idk what this egg stuff is but it appeared out of nowhere

#

and so now I kind of just... have eggs

vapid nymph
#

ah yes

#

i have a 47 file diff from converting this to a module

#

lol

latent scaffold
#

sheesh

lime maple
#

Words of inspiration: You are not tired, you are just uninspired

#

Definitely not a copy paste

latent scaffold
#

idk I feel fairly tired

lime maple
#

lol

#

It's like 6 am here

latent scaffold
#

I inspire you to sleep

lime maple
#

I woke up

latent scaffold
#

and

lime maple
#

......

latent scaffold
#

it's... Sunday

#

well for you, I hope

lime maple
#

I generally woke up early

#

Because

latent scaffold
#

I can never sleep \😩 too hot

lime maple
#

Dark weather

latent scaffold
#

must be nice

lime maple
#

Yeah

latent scaffold
#

that's the case for my grandmother where she lives

lime maple
#

Chill vibes

latent scaffold
#

you can always bundle up when it's cold

lime maple
#

I live in ireland

latent scaffold
#

but when it's hot... the next layer is your skin

#

ain't takin' that one off

inland wolf
#

please bro

lime maple
vapid nymph
#

!pypi coloredlogs

royal lakeBOT
vapid nymph
#

this is nice ^

solemn leaf
#

@vapid nymph 👀

#

sleep

#

lmao after a long time

low chasm
#

Lol

rough sapphire
#

hey

lunar crescent
#

hai

solemn leaf
#

hoi

lime maple
#

Heyo

#

.topic

median domeBOT
#
**What is your earliest memory of Easter?**

Suggest more topics here!

lime maple
#

Idk

latent scaffold
#

Will it ever be a holiday other than Easter

low chasm
#

Isn't Easter over? Or is happening later

#

I dunno lol

latent scaffold
#

It's been over for like a month

low chasm
#

Oh lol

#

Purge Easter topics then

latent scaffold
#

but these topics have been there like all year lol

low chasm
#

We need to PR this

latent scaffold
#

Do we, though

#

I'd rather advocate for completely fresh topics instead of just removing the Easter ones

#

because truthfully who wants to talk about colors and books all the time

low chasm
#

Just purge and rewrite everything

latent scaffold
#

yes

#

slowbro

mellow spire
#

@vapid nymph @wraith hound Added screenshot to the github link

lime maple
#

Lol

solemn leaf
#

what in the name of

rough sapphire
#

yo

#

anybody has ever though about what music should be played when they die?

#

none

#

no track?

#

i got a special folder saved for it

latent scaffold
#

I know just the song

inland wolf
solemn leaf
#

wat

#

rookie

#

also how to fix this problem

#

AHHHHHHHHHHHHHH

rough sapphire
#

80s boy?

latent scaffold
solemn leaf
#

spotify should not have displayed another icon

latent scaffold
#

uh

last mantle
#

remove one

solemn leaf
#

bruh

latent scaffold
#

yes, I would say unpin the other

#

pin the one you've opened

solemn leaf
#

no it shows when i open

#

before that it is fine

latent scaffold
#

so pin it when it's open

solemn leaf
#

ok

#

thamks

latent scaffold
#

Is that Windows? I can't even tell

solemn leaf
#

hmm yes

latent scaffold
#

lmfao

#

very similar

clear acorn
latent scaffold
#

yes, as does everyone else

solemn leaf
#

THIS IS BROKEN

#

😩

#

i deleted python

#

still it is there

#

wanna perform a reinstallation

#

fuck

latent scaffold
#

uh

#

where python

solemn leaf
#

i mean 3.8.9

#

HOW THE FUCK IS IT EVEN THERE

latent scaffold
#

where python

#

:L

acoustic moss
#

where banana

latent scaffold
#

The command

#

where python

inland wolf
solemn leaf
#

i can't find any python launcher in control panel

inland wolf
#

unpin both spotifys

solemn leaf
#

what

latent scaffold
#

;_;

inland wolf
#

and then pin the real one

solemn leaf
latent scaffold
#

Windows has where, right

acoustic moss
#

just do where python in cmd like cypheriel said

acoustic moss
inland wolf
#

lemme see

solemn leaf
inland wolf
#

damn

acoustic moss
#

that's two more pythons

inland wolf
#

so scoop where wasnt needed

latent scaffold
#

you're getting python from msys

solemn leaf
#

yeah

#

and i set it up for cpp

#

😑

latent scaffold
#

yeah...

inland wolf
#

lol

#

whats msys

latent scaffold
#

so I would just... ignore that

latent scaffold
solemn leaf
#

and when i install python

latent scaffold
#

but for managing packages on Windows

inland wolf
#

interesting

latent scaffold
inland wolf
#

ye

solemn leaf
#

ok

#

lemme se my paths

inland wolf
#

or just delete all pythons

acoustic moss
solemn leaf
#

actually

#

i renamed my admin folder

#

using a yt tutorial

acoustic moss
#

...why

solemn leaf
#

and from there the problem

#

started

solemn leaf
inland wolf
#

ur admin folder?

solemn leaf
#

now it is clashing

inland wolf
#

which folder is that

solemn leaf
#

bruh

#

C:\Users\

#

also

inland wolf
#

ah that

#

BRO DONT RENAME TAHT

solemn leaf
#

it is not possible without opening the administrator account

#

too

#

late

inland wolf
#

bruhhhhhhhhhhhh

#

why dont u just rename it back

solemn leaf
#

nah i will manage

last mantle
#

i made system32 as system 69 today
using a yt tutorial

solemn leaf
#

will have to change paths

acoustic moss
#

:epicgamer:

solemn leaf
#

and also profile path

#

r/iusewindowsandthisisdeep

latent scaffold
#

uh oh

#

I did a thing I don't know how to fix

#

How does one import a local package from... a different folder

inland wolf
#

this accounts name used to be zeeshan and then i renamed it to pc so windows just made a new folder for future files to go to

#

now exisiting apps can use zeesh and new apps can use pc

#

thats how its supposed to be when u rename ur user

#

instead of renaming the folder

latent scaffold
acoustic moss
#

I try to install everything I download to D:\

solemn leaf
#

and did what he did

inland wolf
#

bruh

solemn leaf
#

then ran my python code

#

and saw no modules

#

then saw no python

#

🥴

rough sapphire
#

does anyone know what LRAW is

#

and how to convert to string in python

latent scaffold
#

LRAW sounds like an ASM directive ngl

acoustic moss
solemn leaf
#

wait why m i even having python in msys

latent scaffold
#

the file structure can be seen from PyCharm Professional

latent scaffold
#

Linux uses Python internally

solemn leaf
acoustic moss
#

which dir are you running it from

latent scaffold
#

the pwd

acoustic moss
#

..

#

which is the cwd

#

scripts?

solemn leaf
#

this is the last thing left on earth related to python brainmon

latent scaffold
#

I thought pwd was "project working directory"

#

it's in the venv PATH

#

so I can run it from whenever when the venv is active

last mantle
#

why in the world do you have anaconda 😩

solemn leaf
#

idk school

#

syllabus

last mantle
#

bruh

solemn leaf
#

has

#

conda

last mantle
#

it doesnt matter lol

inland wolf
#

anaconda

last mantle
#

fuck cbse

solemn leaf
#

never used it since i installed

last mantle
#

i use vsc in school

solemn leaf
#

only if school allows to install smthin

#

smh

last mantle
#

eh thats why i take a pen drive with vscode portable inside 😎

solemn leaf
#

also i have not seen school since 2019 🤔 what the fuck it is

gritty zinc
#

does it allow you to bring a dri- yeah.

latent scaffold
#

bring a dri

#

hmm

gritty zinc
#

be glad you are using an IDE at all

latent scaffold
#

oh

solemn leaf
#

lmao

gritty zinc
#

I've went through highschool JS and Java in only notepad

inland wolf
last mantle
latent scaffold
acoustic moss
last mantle
#

html in notepad is fine

gritty zinc
solemn leaf
#

no autocompletion

#

white theme

last mantle
#

who cares, its fast

solemn leaf
#

no highlight

#

=

#

school

latent scaffold
#

reeee who broke my imports

inland wolf
last mantle
#

ah , fun tip, enable all the stuff in settings in spyder

solemn leaf
#

vsc has live server

#

😎

inland wolf
#

true

solemn leaf
acoustic moss
#

okbr

solemn leaf
#

using it i don't need to refresh

#

webpage

inland wolf
#

yes

last mantle
#

yes

acoustic moss
#

yes

solemn leaf
#

yes

#

ok

lunar crescent
#

yes

acoustic moss
#

everyone uses it

inland wolf
#

ikr

solemn leaf
#

use it

acoustic moss
#

lol

solemn leaf
#

head shaking my

inland wolf
#

head

gritty zinc
inland wolf
#

yes

acoustic moss
#

every sane person uses it *

inland wolf
#

ol

solemn leaf
#

ok

lunar crescent
#

ok

solemn leaf
#

bruh

gritty zinc
#

although those lessons were actually pog

solemn leaf
#

i am here to seek help

latent scaffold
#

uh oh. I can't say I don't have notepad anymore

inland wolf
#

u shouldve set the font to times new roman @gritty zinc

#

in notepad

rough sapphire
#

how do I know if something is hex or not

inland wolf
#

u hope for the best

acoustic moss
#

🤔

latent scaffold
solemn leaf
#

if i go to this directory and delete the exe

#

will it solve the problem

inland wolf
#

0x[0-9A-F]+

solemn leaf
#

👀

last mantle
rough sapphire
#

I see this

latent scaffold
#

0123456789ABCDF is a lot more fun to type 👍🏽

acoustic moss
#

E

latent scaffold
inland wolf
acoustic moss
inland wolf
#

THATS THE MICROSOFT STORE PYTHON

#

DELETE IT NOW

rough sapphire
solemn leaf
inland wolf
#

from microsoft store

latent scaffold
acoustic moss
#

what

inland wolf
#

delete it from the store

#

not from file explorer

#

lol

acoustic moss
#

A through F is valid hex

solemn leaf
#

i don't know why i even installed it 🤔

latent scaffold
#

have you ever heard of the color #EEEEEE \😩

last mantle
#

yes

gritty zinc
last mantle
#

🕶️

latent scaffold
#

what is this wizardy

#

how can E be hex

acoustic moss
inland wolf
#

e is before f

#

so

latent scaffold
#

you know what

#

I don't know my alphabet

inland wolf
#

yes

gritty zinc
#

abcdef, 6 digits, in addition to 0-9

acoustic moss
inland wolf
#

yes

inland wolf
latent scaffold
#

you know what

gritty zinc
#

by the way

latent scaffold
#

don't judge me... it's nearly 5 AM

gritty zinc
acoustic moss
#

lol

inland wolf
#

ikr

solemn leaf
#

ah yes fuck

gritty zinc
#

a very very old Python puzzle

latent scaffold
#

MicrosoftEdge

rough sapphire
#

Skype

solemn leaf
inland wolf
#

DELETE IT FROM THE STORE

#

NOT FILE EXPLORER

solemn leaf
#

ok

#

waitr

inland wolf
#

i literally told u before

solemn leaf
#

store has a delete option 🤔

inland wolf
#

yes of course

#

its a store

#

although a bad one

#

it has an uninstall option

solemn leaf
inland wolf
#

cut it some slack

solemn leaf
#

no

rough sapphire
#

I didn't find it

inland wolf
#

bruh

solemn leaf
#

it is already

#

uninstalled

inland wolf
#

well

solemn leaf
inland wolf
#

u did delete from file explorer

#

lets hope udidnt break anything

#

eh?

solemn leaf
#

i deleted it from apps and features

inland wolf
#

o

#

nice

#

that should do it

solemn leaf
#

there is no python

#

in control panel

#

store

#

or

#

apps and features

#

i fucked up

last mantle
#

reinstall windows 👍

inland wolf
#

lol

solemn leaf
#

so

#

i should change the installation folder location

#

that might be

#

interrupting

last mantle
#

that will break more stuff ig

#

reinstall windows 👍

solemn leaf
#

bruh

rough sapphire
#

Hello, I've got a backend issue in dart language, I need a bit help

last mantle
#

yup

solemn leaf
#

i literally have no old path variables

last mantle
#

gg

gritty zinc
#

that's user ones, check system's

solemn leaf
gritty zinc
#

(PATH gets concatenated from the system's and the current user's)

solemn leaf
gritty zinc
#

there it is

solemn leaf
#

is there any path pointing to deleted

#

python

#

🥴

gritty zinc
#

check in that Path of yours

solemn leaf
#

oracle java?

#

one

gritty zinc
#

is that really it?

solemn leaf
#

👀

rough sapphire
#

thanks

#

but project a bit complex

solemn leaf
rough sapphire
#

wanna join vc? @last mantle

last mantle
solemn leaf
#

why do i have this 😩

#

🙏

#

wait that was a shortcut

graceful basin
#

those are .ink files in some special directory

solemn leaf
#

i deleted all python folders from appdata\programs\python

#

still not able to fix this issue

rough sapphire
#

mm

echo fiber
#

take a deep breath and un-install everything and restart the pc

rough sapphire
#

what happens when you run "python" on console?

solemn leaf
#

i literally uninstalled everything named python

last mantle
#

reinstall windows 👍

solemn leaf
#

in control panel

#

apps and features

#

paths

echo fiber
#

leave windows , return to linux

graceful basin
#

what is the problem here? Just the fact the links are still in the start menu

solemn leaf
#

and that is a shortcut of a deleted python launcher

#

lmao

echo fiber
#

@graceful basin i think he haven't restarted his pc yet

#

that's why

gritty zinc
#

time for the good old C:\> rg --no-ignore -g "*python*" --files 😛

solemn leaf
#

bruh

#

help

#

me

#

help

fleet goblet
#

Hey. I have a doubt regarding C++ in VS CODE.
I find that to get input from the user, we have to run the program through terminal, isnt there a better way to do it?

PS: I know this is a .py server, but I just started learning c++ in VS code from python in Pycharm
tag me

gritty zinc
#

I find that to get input from the user, we have to run the program through terminal, isnt there a better way to do it?
Uhh, what'd be another way?

#

Like, making a GUI app?

graceful basin
#

%appdata%\Microsoft\Windows\Start Menu\Programs check if it is still in this PATH

#

and yeah, reboot. Sometimes the indexing screws up

solemn leaf
#

ok lemme reboot first

gritty zinc
#

Ah, you probably meant that launching it in VSCode doesn't give you an interactive terminal. Yeah, I heard you need to do something to get that.

fleet goblet
#

cause I have been using pycharm for python and that has a interactive console

acoustic moss
graceful basin
#

yeah, then reboot, seems like windows search indexer is either down or in an invalid state

solemn leaf
#

i just rebooted lmao

graceful basin
#

and it is still there?

gritty zinc
solemn leaf
#

this is the last place

#

but it is msys

#

😔

graceful basin
#

well, good luck getting rid of that

solemn leaf
#

what

graceful basin
#

if you want to, that is

solemn leaf
#

you mean i should uninstall it from control panel

graceful basin
#

I don't know how to uninstall msys tbh

solemn leaf
#

DAMN

acoustic moss
#

why do you want to uninstall it in the first place tho

solemn leaf
#

python can't be installed

#

🥴

graceful basin
#

because it isn't versioned correctly I would assume. It is the equivalent of system python on linux

#

try windows store python IG

solemn leaf
#

should i change installation directory

solemn leaf
graceful basin
#

that may work as well

#

or just install the python zip and add it to path

#

though that won't add it to the py launcher

#

unless py comes with that zip

solemn leaf
#

i am installing it

rough sapphire
#

yo

acoustic moss
#

smh why does urllib even exist

rough sapphire
#

why not?

#

go curl if you find it hard?

solemn leaf
#

@graceful basin
welp how to replace it with the store's one

graceful basin
#

ah

gritty zinc
#

though it's not like they are different

solemn leaf
#

fuckmsys 😔

graceful basin
acoustic moss
#

hm

acoustic moss
gritty zinc
acoustic moss
#

fine for me 🤷

solemn leaf
#

wait url address

gritty zinc
#

don't post spoilers 😛

#

(even if it's only to task2 or something)

acoustic moss
#

yes

acoustic moss
#

do py -0

#

wait what

#

why do you want to use the store's one

solemn leaf
#

why

#

not

acoustic moss
#

because

#

store's one is bad

#

??????????????

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @solemn leaf until 2021-05-16 11:21 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

acoustic moss
#

lol

#

F

rough sapphire
#

rip

shell raptor
#

!unmute 722075505230348358

royal lakeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @solemn leaf.

shell raptor
#

please don't do that 👀

solemn leaf
#

lmao sorry

#

i forgot it is a server

#

🥴

#

yes so i was saying

#

pls kill

#

ok so the total problem is
it is detecting msys python on typing python
it has no pip

#

and

#

store's python is ☮️

rough sapphire
#

There is python on the MS store?

solemn leaf
#

yes

acoustic moss
acoustic moss
#

python -m pip

solemn leaf
acoustic moss
#

interesting

solemn leaf
#

time to remove msys from

#

existence

acoustic moss
#

no wait

#

python -m ensurepip

solemn leaf
#

ok

#

done

#

wait

#

but

#

is there a way to replace this python with store's one in cmd

#

time to remove this

lime maple
#

Guys how do I set pycharm as my status the playing game it ain't giving me the option

lime maple
#

And not showing pycharm

lime maple
lunar crescent
latent scaffold
#

I don't like this mean Python challenge website

lime maple
latent scaffold
#

I'm on the 3rd one and I'm so confused

lunar crescent
lime maple
#

:)

acoustic moss
#

4 is hilariously annoying lmao

graceful basin
#

4 is such a pita tbh

#

takes forever

gritty zinc
#

yeah, it could have been shorter

lime maple
gritty zinc
graceful basin
#

ig they really wanted you to not do it manually

acoustic moss
gritty zinc
#

yeah, as a result it takes quite a bit automatically to

#

I loved some of the later ones though

latent scaffold
#

This is a scam

acoustic moss
#

lol

lime maple
latent scaffold
gritty zinc
#

what did you try to get?

graceful basin
#

honestly, I didn't even use python, I just used cyberchef

rough sapphire
#

lol to the first question.

latent scaffold
#

well I tried to get 1 but I got 10

gritty zinc
#

honestly, I didn't even use python, I just used cyberchef
hmm, I should check that out. not all of them are web-related though

lime maple
latent scaffold
#

bruh

#

I don't understand

gritty zinc
latent scaffold
#

yes

gritty zinc
#

hint: ||exactly.||

#

(I also did it wrong at first)

latent scaffold
#

huh

#

oh

#

no that's not it

acoustic moss
#

aight 4 done

#

about time

latent scaffold
#

bruh

#

I'm so confused

#

|| isvCJAsACFl not a correct answer, for example? ||

acoustic moss
#

no

latent scaffold
#

but?

acoustic moss
#

huh?

latent scaffold
#

my brain hurts

acoustic moss
latent scaffold
#

there's like 10 of those

acoustic moss
#

yep

gritty zinc
#

yes, there is

#

what made you think there'd be only one? 😛

latent scaffold
#

bruh

acoustic moss
#

all of them are needed

gritty zinc
#

recall the previous task

lime maple
#

What to do now after I install the plugin?

latent scaffold
#

what the heck

#

I don't understand

lunar crescent
gritty zinc
#

final hint I guess: ||look only at the lowercase ones||

lime maple
#

k

#

Oh it does

#

LETS GOO

#

Thanks!

lunar crescent
#

np

latent scaffold
#

that was awful

last mantle
#

ik how to solve 2nd one so can someone just tell the answer

acoustic moss
#

no

last mantle
#

:(

gritty zinc
#

it's roughly 4 lines of code so why not do it

acoustic moss
#

ffs this is annoying me now

gritty zinc
#

which task?

#

5?

acoustic moss
#

i pronounced the thing

gritty zinc
#

ah, lol

acoustic moss
#

now it shows me just two words

#

eeeeeee

gritty zinc
#

find what you need to do that with

solemn leaf
#

which one is the zip

#

compressed tar 🤔

#

or gzipped

wraith hound
#

Why do you need the zip?

gritty zinc
#

embeddable package maybe

solemn leaf
#

long story

wraith hound
#

But uh, which OS?

latent scaffold
#

probably embeddable package ngl

solemn leaf
#

ok

solemn leaf
#

no python 3.9 installation found 😔

acoustic moss
#

wdym no installation found
the installer is supposed to make the installation lol

solemn leaf
#

that's where the weirdness lies

gritty zinc
#

@acoustic mossBy the way, I had trouble with that task due to how old the challenge is: if you do everything right and get a ||the STRING opcode argument must be quoted||, ||it's due to line endings and you need to do .replace(b"\r\n",b"\n") to convert CRLF ones to LF ones||

solemn leaf
#

why on earth

#

wait how to even install it

lime maple
#

Whaaat

solemn leaf
#

should i just add to path

lime maple
#

Yup

lunar crescent
solemn leaf
#

ok

wraith hound
#

PATH is the answer

acoustic moss
gritty zinc
#

oh, you didn't get it when doing 5? strange

acoustic moss
#

*i didn't get it yet

gritty zinc
#

ah

#

if you can't ||find the data||, ||look around in the page sources||

acoustic moss
#

I AM

latent scaffold
#

my head hurt

acoustic moss
#

same

#

istg i'm probably overlooking the obvious

gritty zinc
#

did you check ||the source of the fifth task||? What about ||the links in the source?||

acoustic moss
#

spoilers

gritty zinc
#

I actually got the same result the first time, lol

inland wolf
#

pro decrypter here

#

lol

latent scaffold
#

lmfao I made it somewhere but I'm in foreign territory

#

idk what any of this means

gritty zinc
#

because I forgot to wrap around

gritty zinc
#

you're at 4?

inland wolf
#

thats what i thought

acoustic moss
gritty zinc
#

one of these is sus
EDIT: whoops didn't censor fully, spoiler alert I guess.

acoustic moss
#

WHAT

graceful basin
#

I am once again reminded why I stopped doing CTFs

latent scaffold
#

What on Earth am I supposed to do with this

acoustic moss
#

moving to DMs lol

gritty zinc
latent scaffold
#

no. 5

gritty zinc
#

did you pronounce it?

latent scaffold
#

yes

gritty zinc
#

did you find the data?

latent scaffold
#

yes

gritty zinc
#

well, un-<term> it

latent scaffold
#

I did that

gritty zinc
#

ah

#

well, let's say that quite a few tasks in this challenge represent stuff as ASCII art

latent scaffold
#

holy heck

shell raptor
vapid nymph
#

YES I GOT INTO THE INNERSLOTH SERVER

graceful basin
vapid nymph
#

👀

quartz edge
gritty zinc
#

does mypy and other type checkers have their own stubs for stdlib?..

quartz edge
#

library was probably made ages ago and not touched since

#

I'm not too sure, this is the first time I'm actually messing around with the source

#

I personally never really do typing in my code (oops)

gritty zinc
#

that's why we can't have nice things, because even stdlib can't be bothered to do typing 😔

covert swift
#

if i wanted to extract all the link addresses of all pdf in a directory how could i do??

rich moon
#

i think the faster is gonna be jit

harsh tundra
solid elbow
gritty zinc
vapid nymph
#

What are types stubs for the stdlib? @solid elbow @gritty zinc

solid elbow
#

the Python standard library that ships with Python doesn't have type annotations for most functions. The typeshed project provides type annotations for things from the standard library, as separate dedicated files that contain only the typing information.

vapid nymph
#

Ah

#

So when updating the stdlib, who updates the typeshed project?

solid elbow
#

the maintainers of the typeshed project

#

though core developers frequently contribute to both the stdlib and to typeshed