#voice-chat-text-0
1 messages Β· Page 437 of 1
indentation is where the "print" function is out of line with the "if statement"
uh
if just tests for conditions
Oh k
so like you would say to someone IRL if you go shop, pick up the milk, else I'll see ya later etc etc
yh
if shop
milk()
else:
seeya()
whatβs the () for
its a function
and my syntax was wrong :L
i forgot the :
after the if statement
sorry not to confuse you
When I do this
okay 1 sec
k
example = input("where are you")
if example == "Home":
print("You are Home")
else:
print("You are not Home")
uh
urgh, silly bot ¬¬
What can I do with Python tho
all I know is questions
okay
hi
I wanna know other stuff aswell
so do you have an idea of what you wanna make?
yeah
what?
please don't say AI π
car game

learn c++ then
Idk
it's not that hard to learn

pygame!!
Python has a library called pygame
dyk how to use pip?
how
write that in cmd
no
go to terminal and type pip install pygame
ay zak what languages do you main in?
command prompt?
want me to help you out on vc?
damn it i can't join vc
Y
@lyric cliff Though Python can do games development, its a bit slow to compile and their are other languages more suited and even designed around games development, though python is a friendly beginning language, I would recommend watching some youtube tutorials on Godot, to get you started
13+
oh that's a great age to learn programming
because you have to verify
voice verification takes some time because its a filter for trolls and spammers
Call me
zak you did not answer
alr hol on
sorry, I prime in python but I can program several languages
I've been coding for like 20 years or so
@whole bear can you hear me
I never knew I needed something so badly until I saw this:
ahhh if only the right tasle was white ¬¬
You could splice a white cord with a black cord, if you knew what you were doing.
Or half dye a white one.
A bend would do in a pinch.
meh it's not a deal breaker, it's totally on my amazon basket
Β£350 for the lot :L
nothing quite like the queasiness of coffee and SSRIs
sure yur not a furry?
Yes I am very sure
hmmmhm
Morning y'all
morning conner
typing isn't buggy; it just isn't provided
it should be theoretically possible to generate .pyis from docs
@somber heath
Hello
@somber heath Could you help me with an issue
I dont have perms to talk here]
What's up?
Have you ever messed around with Talon Voice Automation
@scarlet fog π
Nope. Sorry.
I am having a syntax error with either Talon or Python
So if its python based you might know why I am going wrong
You have been on the server for less than 3 days. You have sent less than 50 messages. You have been active for fewer than 3 ten-minute blocks.
Are you able to show a code snippet from the line the traceback says the problem exists at?
Also above that line.
No tracebacks I can show you the code though
Durr. Syntax. Of course no traceback.
Proceed.
As above. The line where it says the error is and above.
Sorry, I'm a little scattered.
import subprocess
mod = Module()
@mod.action_class
class Actions:
def say_text(text: str):
"""Say the provided text aloud using Festival"""
subprocess.run(['echo', text, '|', 'festival', '--tts'])```
Regarding the Talon docs I cant see where to define phrases to execute defitions
https://talonvoice.com/docs/#
Defining phrases in talent is almost brain dead easy how ever
pause speech
resume speech
say and wait <text>
You create a file called commands.talon and use their syntax to create phrases that will have outputs based on your desire
I am saying I dont understand if I need to define the phrases to execute these class actions or not
Where is your error coming from?
I have no idea not even a phython coder
No errors because I am not in a terminal the output will be audio and also a subtitle bar that appears from talon
been on with chatgpt for like 2 hours trying to resolve this
Second mistake right there.
Listen.
Learn the python basics first.
Then, move to writing code like that.
I can read this code like 80% through just not aware of the full correct syntax and more so stabbing in the dark because I am totally not sure of the talon syntax
You think you're being "Oh I'm so smart, I am coding python without even knowing the language. Muhahaha", but then you get into problems like this and coming here to have someone else fix your code.
No not really.
okay.
One day, most of us will either delete Discord Account or simply stop using it.
No matter who you ask, they'll all tell you to learn python first before coding in it.
Second, if you have an issue, clearly explain it.
You said you have an error, but didn't show any traceback.
okay.
Paste your code, explain the issue briefly and clearly, provide traceback if it's an error.
Let him find his path, suggesting it won't help.
Just provide resources if asked, never how to advise!
No. This is a basic problem with a basic solution.
If you can't talk in a language, it's not gonna be a surprise if you can't read an essay chatGPT generates for you.
It was a general inquiry in a voice chat to a specific user with an issue that does not have a traceback. It is not a formal help request on a forum.
?
You said Syntax error.
Errors have tracebacks.
@somber heath Thanks anyway
@somber heath I was trying to figure out if it was a syntax error with python or talon. I just dont have anyway of getting a log on the issue because its purely audio based with some subtitle pointers
Anyway
I will see if I can join the Talon slack I was having issues with it
@somber heath Peace
Okay.
@spark girder https://github.com/HuyaneMatsu/hata/issues/92
Here's some more periods for you ............................................................
If he wants to make it for his .py then stubgen is great.
I doubt that codebase can have stubs generated from anything other than docs
I make my stubs directly from my .py files myself.
I may be missing context then.
but do you use mixins and metaclasses?
I think so. I can try it for you if you like.
also, that codebase uses __new__ instead of __init__ in most places
Whenever I have a .py I just do
stubgen that.py
and it outputs that.pyi.
Should be fine.
If you want, give me an example and I'll try it out.
how does stubgen infer correct types?
I believe from your own type hints.
If it can't infer, it just puts Incomplete.
Like
name: Incomplete
not feasible to manually fix that for >100KLoC codebase
Yeah, but usually it's from lacking type hints.
there are no type hints at all
Hmm
You'd need a parser then.
I think scarletio, the dependency, has a parser for those
since it generates HTML from them
Definitely doable, but I don't think I have seen one myself.
Would be cool to try.
For me it was fine because I make them as I add files, so it's less of a hassle to fix them.
Are ALL code documented?
all public interfaces I think
So just want to make stubs for those public UIs, got it.
all that's @scarletio.exported
the doc style is a variant of what numpy uses
@whole bear π
π
generally not working
@upper basin use uv tool install
@upper basin uv python install 3.13
@upper basin __init__.py missing
also seems like install is unnecessary
just uv tool run docstub works as well
Mine is being slow, sorry. It's this if you want to test on your side.
https://github.com/scientific-python/docstub
I already ran it
it doesn't understand of
nor does it understand ` when it's doubled
def validate_additional_owner_ids(additional_owner_ids):
"""
Validates the given client additional owners.
Parameters
----------
additional_owner_ids : `None`, `int`, ``ClientUserBase``, `iterable` of (`int`, ``ClientUserBase``)
Additional users to return `True` for by ``Client.is_owner`.
Returns
-------
additional_owner_ids : `None`, `set` of `int`.
Raises
------
TypeError
- If `additional_owner_ids`'s type is incorrect.
"""
None | int | ClientUserBase | Iterable[int | ClientUserBase]
(it should probably be Iterable; not sure if the author meant that)
yes, same codebase
so that it can be linked to
@lost salmon @stark crow π
@crude knot π
AF, don't know if you're afk or not. I think if you change from the lark file, it should allow you to do those tiny changes to make it compatible for your structure.
I think two things have to be added/changed. One is to add ` to the type. The other to add , to behave like | .
I guess some stuff could break but worth a try.
?types_or : type (("or" | "|" | ", ") type)*
I guess? To allow for your style of "or" in the dosctring.
The ` is a bit more tricky, but I think you can just say that and double that are just meaningless.
Sorry if I wasn't really helpful.
@upper basinThe TV audio is coming through, or whatever.
I don't do bumper stickers, but I'm considering this one...
tf
It's especially funny because I myself am an impatient driver
so I'd be passing people with this, not generally the one being passed
Saw it on vine and it's very tempting
My favourite vehicle sticker I've seen was on a very large freight truck. "I swerve and hit people at random."
@somber heath hey do you wanna see my progress
You could tell me in brief about your progress.
I honked twice for "Honk if you would do anything for love, Honk twice if you won't do that"
I could see the guys face in his side view mirror
at first he was so confused as to why soemone was honking at him
then a second or two later he broke out laughing
Hello
Hey
haiiiiii ;3
@gentle dagger your keyboard sounds are coming through the mic
Krisp might be able to mitigate that
!charinfo all
\u005f : LOW LINE - _
\u005f : LOW LINE - _
\u0061 : LATIN SMALL LETTER A - a
\u006c : LATIN SMALL LETTER L - l
\u006c : LATIN SMALL LETTER L - l
\u005f : LOW LINE - _
\u005f : LOW LINE - _
\u005f\u005f\u0061\u006c\u006c\u005f\u005f
Hello All π
@arctic lark π
Hii
gonna join from pc brb
@mystic yarrow π
hi bro
Hey @somber heath
Welcome
Sorry but what this stream is all about @primal shadow @somber heath
AF is making a....
App?
Ohkay, I'm actually new and the main thing I can't make logics better like when I start doing something I struck π
And I see you as an expert @primal shadow
Can you solve my this query βοΈ just a little tip change my life
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
def main():
preface()
paycheckfunc()
phonebill()
totalbal(paycheck)
def preface():
print("This will help you calculate your weekly budget")
print("Please use whole numbers, thank you")
# would like to change this but don't know how
print()
def paycheckfunc():
hrs = int(input("How many hours did you work this week?\n"))
mphr = int(input("How much do you get paid per hour?\n"))
paycheck = round(((balance + (hrs * mphr)) * .79), 2)
return paycheck
print()
print()
# defeinetly has to be a better way than this to skip lines lol
print("Below is your paycheck for this week")
print()
print(paycheck)
def phonebill():
pbill = int(input("How much is your phone bill on a monthly basis?\n"))
print("This is your phone bill on a weekly basis")
pbillw = pbill * .25
print(pbillw)
def totalbal(paycheck):
Inc = (paycheck)
Exp = (pbillw)
tbal = (Inc - Exp)
print("This is your total balance")
main()
paycheckfunc is the one to look at
I'm trying return paycheck
!e ```py
def func():
print('A')
return
print('B')
func()```
:white_check_mark: Your 3.12 eval job has completed with return code 0.
A
:x: Your 3.12 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | int('seven')
004 | ValueError: invalid literal for int() with base 10: 'seven'
2021 Meme where an OCD girl cant take the wrong shape going into the wrong hole.
Original video can be found here:
https://www.youtube.com/watch?v=9nSQs0Gr9FA
featuring Alison Burke
https://vt.tiktok.com/ZScybDAB/
and brock1137
https://vt.tiktok.com/ZScyGwsu/
!e py try: print('Hello.') except ValueError: print('Caught.')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
Hello.
!e py try: print('Hello.') int('seven') except ValueError: print('Caught.')
:white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Hello.
002 | Caught.
"has to" comes running to my room to let me know it's time to go
mphr = int(input("How much do you get paid per hour?\n"))
paycheck = round(((balance + (hrs * mphr)) * .79), 2)
return paycheck
so this needs to be paycheck() by itself
it's not a discord.py fork
π
@somber heath I need your help!
How can one be happy?
Especially disable person.
@gentle dagger It's something like this - >
const variablename = () => {
}
yes that's a question important question!
pet
helping other people = happiness
I'm having to use 3.11
crippled
at least it's not 3.9
or someone with disorder
I think everyone here like to be in group of like minded people!
actively propagandising uv usage to the author
Imagine being disable and having no friends and support!
Exactly
It's like being an odd person, easy target
in group of normal folks
I think best way to find happiness is being around like minded people like you
can you get out of the house or are generally stuck to the house as of right now?
Difficult to move out
Nah, not my own
Yes I live with family
I'm not completely crippled
One of my leg is useless but another one has injury
so hard to walk
without support of human
NVM
?
@sharp idol Share the the info here #1035199133436354600
Nothing man!
I'm good!
It's okay to not be good
vrc api
True
is your main concern trying to get more community right now @whole bear ?
Nah, dude.
I do not have any concern, I was curious to know how can one find meaning in life in such a situation!
Helping others
I think the first people in your situation it's important to try and help is your family
Example of things you could do:
Do the dishes?
Help them make a budget?
Do any boring paperwork or things of this nature?
Listen/talk to them and try and just be there for them and help them work out thier problems while they talk to you
Research things they don't have time for
You should start with your family first because they are the easiest access to you and they I believe care about you
Once you figure how you help your family you start occasionally asking them for favors like them taking you to events
Basically put yourself in a position where you don't feel bad for asking favors from your family so you can get out of your home and do things such as go to support groups were you can help people in simlar situations or even as simple as getting a dnd group up and running, or making food for the homeless and then going out and giving it to them
Also I am going to send you a dm and get your insta and I'll talk to you on occasion
@vocal basin what are you coding
type stubs generation for hata
i made a little file sharing program with an API :)
why no site?
also thats horrible security
you can guess filenames
discord before latest image url changes had a similar issue but it was way harder to take advantage of
but there you pretty much needed to know the channel and the filename
and approximate time
with the things left to guess being instance id and sequence number for snowflake generation
@jade mountain what are coding or doing i don't know
misclick
Hello π
no that isnt the actual file path. the filename is kept on upload and there are no folders.
also its meant to be a sharing thing so everything is public
except the api
cause domains cost money and im a cheapskate
hello guys how are you
You should check out Handshake domains
whats a Handshake domain?
!d webbrowser
Source code: Lib/webbrowser.py
The webbrowser module provides a high-level interface to allow displaying web-based documents to users. Under most circumstances, simply calling the open() function from this module will do the right thing.
Under Unix, graphical browsers are preferred under X11, but text-mode browsers will be used if graphical browsers are not available or an X11 display isnβt available. If text-mode browsers are used, the calling process will block until the user exits the browser.
I love your display picture
Thank you very much π
!stream 886227712056885309
β @sharp idol can now stream until <t:1742673497:f>.
Still yeah witch doctor is my fav character in Golden eye
"you get five"
Moonracker is the weirdest movie too
@sharp idol do you have ffmpeg installed?
But atleast jaws scores
where have you installed it to?
you'll need to specify the path to it
pip install what?
need to watch that one
ffmpeg isn't installed through pip
It's good, it's typical until the end
The end is like wtf xD
But jaws is in it and he gets this like girl whose half his size and has like blond hair
He ends up helping bond too
I can't remember if he gets trapped in space or not
(did the error go away?)
also that directory is clearly not git cloned
If you like James bond, watch moonracker, it's stupid af :L
i like ur pfp too
Thanks man
@sharp idol is this something within VRChat's ToS?
just realized the pink stuff isnt hair
Watching pokemonjojo
Yeah I drew this ages ago randomly, thinking of mental gear etc etc
solid snake
π
banging setup
solid setup
Ahahahha thanks
It's a sky puck
oho a subscriber
Misty :L
ur hair
in short, what VRChat seems to say, as far as I'm reading it:
you can send data automatedly to VRChat but you can't automatically extract data from it
can't find anything else yet
I doubt we'll be able to help much with it further
but at least ffmpeg seems to be reachable now
Doo Doo
Wish I had a chisel jaw looool
Nice
somewhere along the audio processing track the sound clearly gets compressed quite poorly
someone asked in voicechat
mic audio 101:
compressor bad
limiter good
β This member doesn't have video permissions to remove!
@sharp idol's stream has been suspended!
there he is
It's cause loads of noobs ask me dumb questions through dms
do i have 1 wish for free
Ahahhahaha
Muilram, you have summoned me to voice-chat-text-0, I will grant you 0 wishes
Not really, they just message me and I never see it until they leave :L
Usually to ask why they can't talk -.-
but why you
If you work that one out, let me know
They ask whose ever in vc at the time I guess
u give leader vibes mby
Sweet ahaha
Loooooool
you are @versed heath
@astral coral why cant i talk?
Nah like they ask me all kinds of questions and I'm happy to help them but half the time I don't see the message requests
jk
Looooooooool
ok i will ask u in private if i have questions and u will never see them
i wanna be one of those
keep the legend alive
wow 50 messages are a lot
finally
i unlocked voice
have a good one zak was nice to meet you
me too
Are you British?
no
the fameous eu country with the little mustage guy
I advice against screaming
so u from britain?
Yeah, im British lol
cool
London lol
never been there
Well come while you can
If the world keeps fucking up it'll be where London was
It's not that bad, just don't flash the cash yknow
xDD
How is everyone doing today?
Ri I'm disappointed
How do you not know :L
GUY
Loooooooool
this still applies
"To protect the world from japinfication"
lmfao
Alisa in chat, I have to watch myself loooool
what did i walk in on?
I have no idea
for now, observing
@sharp idol if you are, then please take a break from VC
I'm watching yugioh abridged, the big five did a pokemon skit and that's what one said
Huh?
.topic
Suggest more topics here!
Grimez
westside gunn
can anyone hear me?
No
I don't think so
Loooooooooool
R6?
ReAdY oR nOt
(expitive) it ive been working on this since yesterday
it might be a bit too active/too combat-related/violent of a game, so that's something I personally wouldn't choose stream
i can eat an entire apple
Trees growing out your esophagus
can anyone here the press to talk
Eat moldy bread, get drunk on your own stomach acid :3
damn
It's a genuine thing as well :L ABS
Im very new to python
else is too indented
???
Indentation
the else is indented wrong
Whats correct way to indent?
???
Align with if
for ...:
if ...:
...
else:
...
Put your text cursor on the else and press shift tab
@woeful blaze please don't spam push-to-talk if you can't make sure the sound doesn't come through
my microphone isnt working
Im confused π¦
Mayne it's physically fucked if it's giving awful static
oh no my cup of tea is confuzed
it's a cheap headset by a non-existent brand that has allegedly some built-in noise cancellation on the microphone which is impossible to turn off
You want the else to line up with it's if
approximately,
what you have:
for ...:
if ...:
...
else:
...
what you need:
for ...:
if ...:
...
else:
...
also you shouldn't be using the REPL, you should be writing that in a file
Thanks i will try it!
Use a ide
Whats that mean lol?
i dont know why the microphone is not working and it seems that ptt works for sound
this is a screenshot of the interactive interpreter, i.e. REPL
Download VS code, throny or pycharm and use that instead
the preferred way to run anything that takes more than one line of code is to first write that in a file
Sorry, listen to Alisa, ignore me
Like visual studio?
Visual studio code is best
Ok yes i usually copy it over there
@hasty orbit language.
But that's subjective
Yeah, use VScode, install a python extention, save your code to a .py file
I submit my work to my teacher from the visual studio code file to show less errors while im figuring it out
i am
Cup, 1) it's a python file (.py) 2) visual studio code is an idea which makes coding more reader friendly, so it's fine to use and probably recommended by your class
IDE
Integrated development environment
can any one here me?
You can write python code in notepad and save it as a .py file
It's okay man
Everyone's gotta start somewhere
Be proud that your taking your first steps and keep motivated, one day you'll climb the peak
for cases when you really don't like plastic:
https://www.sivgaaudio.com/product_d?id=14
Thanks so much @astral coral @vocal basin
Np dude
π€
these are quite good so far
but they're wired
Thanks it worked!
Yeeeeeee
zak the text 0 helper
Make sure you download a ide trust me, it'll make life 1000 times easier
strikes again
goddamn british
arent u
I'm not british I'm hsitirb
so u drive on the right
NZ probably too
maybe HK?
wasn't there, like, a bridge from CN mainland to HK that flipped directions
HK used to be British for a while
yup till 1995
or tunnel
I don't remember
marking the end of the British Empire ; _ ;
rule Britannia
brittania rules the waves
so noone can hear me?
nvm that happens further inland
I'm quite convinced Spain was first to have bank-like stuff
(as in not outlawed)
are they USB or aux?
nice phone
you need to find the menu that has stuffs like this
control.exe
USB for the LED and it has the plug in for the agsilery
Also I heard you
Scorp
What button do I click?
you have asked about that one before
just wanted to double check
right click the sound icon on the task bar
the context menu should have something like just "sounds" in there
ready or not :)
@main comet realtek was founded specifically so that you could listen to that video
why do you have this muted?
is it output?
ah, right, output
I still don't know what win11 UI looks like
@main comet are you making a drone
this is 10 im using
i never update
I would need to enable TPM for that
I'd rather just reinstall
eh, not anymore
Microsoft are at least attempting to redeem themselves sometimes
in the last ~decade
does Nokia still own Bell Labs
do i need to fix stuff?
click there and check, you can test your microphone
ask the support of whatever headset brand you're using if that even exists
canonical Celcius had the opposite
@main comet i have never set up a headset
we'd hope so
do you, like, know the geography of Poland
it's not that close to sea level
what was that world that magistau used
"microcelebrity"?
Club-Mate (German pronunciation: [ΛklΚp ΛmaΛtΙ]) is a caffeinated carbonated mate-extract beverage made by the Loscher Brewery (Brauerei Loscher) in MΓΌnchsteinach, Germany, which originated in 1924. Club-Mate has 20 mg of caffeine per 100 ml, sugar content of 5 g per 100 ml, and 20 kcal per 100 ml, which is lower than most energy drinks. Club-Ma...
The Enumclaw horse sex case was a series of incidents in 2005 involving Kenneth D. Pinyan, an engineer who worked for Boeing and resided in Gig Harbor, Washington; James Michael Tait, a truck driver; Douglas Spink; and other unidentified men. Pinyan and Tait filmed and distributed zoophilic pornography of Pinyan receiving anal sex from a stallio...
probably not server-appropriate
keep it in r/jschlatt or whatever
there is no second i in the name
name is Russian, surname is German
"ScyllaDB mentioned?"
no, like it sounded similar to what you were saying
s-ee-lla
?
π
what a cruel captcha
oh wait it's in reverse
if you reversed habitat and animal
then that'd be cursed
(if microwave was one of the habitat options)
ah, great
after solving captcha
still no access
what was that captcha for then
and through byedpi it doesn't load at all
unreachable website
radar-guided hamsters
The microwave oven was invented by Percy Spencer, an engineer at Raytheon, in 1945 after he accidentally discovered that microwaves could cook food when a candy bar in his pocket melted. The first commercially available microwave oven, called the "Radarange," was released in 1947.
waking up in a microwave
sup
guys
do i need
to send
50 messages
hahahah
10
9
8
Im having
a convo
with you
why?
@hasty orbit said the N word
!tvmute 476508056541462528 2w please re-read the first line in #voice-verification, spamming is not allowed
what
:incoming_envelope: :ok_hand: applied voice mute to @untold smelt until <t:1743891647:f> (14 days).
LOL
why did i get muted?
you can report it to @rapid crown
he called me a N
OK
@main comet could you provide an IPA pronunciation guide for your nickname?
it confuses and perplexes me
thanks
sorry, we have no way to verify that, but this way we will have that on record at least
ipa?
international phonetic alphabet
this guy is trolling
he might've just misunderstood my accent or something
classic northern shitty accent
heard it pretty clear
?
lmfao get out of here southerner
If you think or actually being serious report it
@hasty orbit reported for using N word
No respect, just joined the server and get called N
I would appreciate if some admin can take action on this
u have evidence?
@Griff @Mr. Hemlock @sly jolt
Report:
Went on Voice Chat 1, and got called the N word by @hasty orbit beacuse i didnt know how to enable the microphone
π
bruh why are you atting everyone and lying to them about that...
Very disrespecting bravhior from what sounds a mature man

You really think i have so much time to just come in and lie about someone calling me N word
He also has a marijuana profile pic which symbolize his ideology
#saynotoracism
oof
what appen ?
#unitedkingdom
Got called a Cotton picker
please keep moderation-related discussions in @rapid crown
#france
I have
dot com !
@winter tartan
wtf ?
who's racist?
@untold smelt .
Dope you are an racist or not ?
@iron geyser im 100% postive @velvet sequoia called me N word
please don't tag random unrelated people
the discussions tonight are a bit crazy
:incoming_envelope: :ok_hand: applied timeout to @untold smelt until <t:1742683382:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).
The <@&831776746206265384> have been alerted for review.
π

becareful, the bot will do something if you keep spamming

I like your voice Plome βοΈ
Explore our large collection of watches. Discover the latest watches and find your favorite Swatch. Enjoy free shipping for all our watches on our Swatch website.
Can someone help me To setup a web scraper to discord?
selenuim
I dont have so much experience
π
Can you help me? I have a done code just need to customize it
sure
Got the code from a Yt video
Can i send the code to you?
Want to binge on fugly houses? Youβve come to the right place. Here is the archive of Certified Dankβ’ McMansions of the Week:
Howard County, MD #1
Cook County, IL
Oakland County, MI
Naperville,...
(cars only!!!!)
this looks very much like something that could exist in Russia
why xd
looks like a place from the backrooms
I'm trying to remember what the word for that was, but that's a very "some central cultural/whatever building in a poor Russian town" vibe
u been in russia?
like ΠΠ or something
"culture house" but it has so little about culture that it's only ever referred to by the acronym
in france it's called the salle des fΓͺtes
Oh i confirm π
You are french ? :p
lmfao
no but i went on holiday every year
I am French Also ^^
nice
Salle des festins !
:p
some rock band comes up
Every year you come in France ?
Paris ? Lyon ? Marseille ?
up to corona yes
now not for a while but this year I want to again
ile de brehat
in bretagne
mais wtf
it's very nice
oh interesting
you have good taste in any case @gentle flint
yeah I take the tgv from paris Montparnasse through rennes to guingamp
then to paimpol, point de l'arcouest and the ferry to brehat
Wow! indeed! plus it's a beautiful part of France.
@gentle flint you must enjoy the Breton oysters.
yeah exactly
tbh my favourite is the galettes
π
with an egg inside
ah yes
Moscow?
yes
South-West Moscow
russian academy of science
da
the metro station before University station is on a bridge, these are visible from there
love soviet brutalism
yes, I'm very centre-brained in that I call it "before" not "to the North of" as if nothing to the South of it doesn't exist
i get that
@gentle flint @main comet in case stuff happens, feel free to direct them to this message: #voice-chat-text-1 message
