#voice-chat-text-0
1 messages · Page 885 of 1
You guys are really fun to listen to :D
im trying to eliminate layers of nested instances
MAD did you want one
yet it still runs


I can't open a bottle
Wait
Yea Ik
But I saw your bio
Ohhhh
loll well hello nice to meet you
and yeah fisher told me
Wait
I have?
one guy from google call me and
he said it's ok
like there was soo much shitposting
coding is lonely man
it was hardly a meeting lol
community helps
gg
gg
what is the purpose of taking shrooms? what is the underlying reason?
Do you need to get licensed to work aerospace engineering?
are you student at a university or doing an online course @raw carbon
I see
what year are you in rn?
i wonder if @raw carbon's voice does wonders with woman
What's up Viv
whats wrong at the end
just doing my homework
the line that did it was ```py
setattr(import('ctypes').py_object.from_address(id(2)+1),'value',1)
It's the last line
what's the mistake?
The string in the input
ohhh
The /n needs to be within the quotes as well
oohkk
thanks
thanks


how to get last line in 2 lines
??
ohh
In fairness I always forget

it worked
!e
elm = 5
print(f"I love elm {'very' * elm} much")
@olive hedge :white_check_mark: Your eval job has completed with return code 0.
I love elm veryveryveryveryvery much
inches?
I <3 Ricola
If it looks like a duck and quacks like a duck then it probably floats on water and therefore is probably a witch.
Science!
I can't find a flaw in your logic
Can't find a flaw in your logic if you don't have any logic to begin with.
surprisedpikachu.jpg
https://www.youtube.com/watch?v=dqdsNoApJ80 this video says otherwise, it says a lot of adults are actually not that gullible at 4:24 @zenith radish
i was expecting a rickroll
As a result of the Industrial Revolution, the sauna evolved to use a metal woodstove, or kiuas Finnish pronunciation: [ˈkiu.ɑs], with a chimney. Air temperatures averaged around 75–100 °C (167–212 °F) but sometimes exceeded 110 °C (230 °F) in a traditional Finnish sauna. When the Finns migrated to other areas of the globe they brought their sauna designs and traditions with them.
for the person who was doubting 100°C+ temperatures
@amber raptor Do you know off hand if Microsoft has something similar to Google Forms?
I dont have time right now and wrong channel, ask here https://discord.gg/k8yPTY5u
@normal hinge Yo
hello 🙂
Hello
How're you folks doing
learning git and github 😛
Good, learning about gymnasium 🙂
I'm going to be up and down for a big, trying to prep my zombie rig to wipe some old hard drives
@rugged root why ur not talking?
Literally the reason I just wrote
I'm having to get up from my desk and find cables and plug stuff in
Hard to do with a wired headset
Not really. I can see it and respond when I can
I guess I should deafen to indicate I can't hear
lol but how can u listen music on spotify without puting ur headset on
Oh, got my numbers wrong
10 HDD and 2 SSD
Wasn't looking at them close enough
Past me is a derp
@dire valley If you're wondering why you can't talk, check out the #voice-verification channel
That'll tell you what you need to know
Ohhh ty
@cobalt magnet
yes?
xue hua pia pia ?
python monent
good song
😂
swer moment
why haram
thanks i know
i love refigirators
interesting
i totally agree
gotta hate it when that happens
by all means
@grizzled marsh
what
do u fard
Was that intentional?
The random joining/leaving over and over
If you're wondering why you can't talk, @grizzled marsh, check out the #voice-verification channel
Although I guess since he's muted he can't respond
slang as in sus?
Just kind of clicked
Ah, never mind. I see the v ban
i dont care if its used by anyone, if it can be understood by anyone, ill use it
like youtubing
lol
GumptionYT i love your names
nicknames
@grizzled marsh i am monki
dang he got banned
damn bro that guy angryyy
wow
how in the world is "h" ironic
y
@whole bear If you're wondering why you can't talk, check out the #voice-verification channel
thanks
@whole bear Are you joining and re-joining intentionally?
stop
@dense ibex where did groovy posted their response
!superstarify 880165157525917758 2w
:incoming_envelope: :ok_hand: applied superstar to @bleak wren until <t:1631128468:f> (13 days and 23 hours).
Your response should have answered your own question
Your username is highly inappropriate for this server. Please re-read our #rules and #code-of-conduct
Although you do seem to be here just to troll, soooooo
just ban him hemlock why are you doing this hes probably a troll
!ban 880165157525917758 Racist usernames are inappropriate and not tolerated here on the server.
:incoming_envelope: :ok_hand: applied ban to @bleak wren permanently.
@rugged root do you know?
I do not
FROM ekidd/rust-musl-builder:stable as builder
WORKDIR /home/rust/
# Avoid having to install/build all dependencies by copying
# the Cargo files and making a dummy src/main.rs
COPY . .
RUN cargo build --release
# Size optimization
RUN strip target/x86_64-unknown-linux-musl/release/lnx
# Start building the final image
FROM scratch
WORKDIR /etc/lnx
COPY --from=builder /home/rust/target/x86_64-unknown-linux-musl/release/lnx .
ENTRYPOINT ["./lnx"]
# Dockerfile for creating a statically-linked Rust application using docker's
# multi-stage build feature. This also leverages the docker build cache to avoid
# re-downloading dependencies if they have not changed.
FROM rust:1.35.0 AS build
WORKDIR /usr/src
# Download the target for static linking.
RUN rustup target add x86_64-unknown-linux-musl
# Create a dummy project and build the app's dependencies.
# If the Cargo.toml or Cargo.lock files have not changed,
# we can use the docker build cache and skip these (typically slow) steps.
RUN USER=root cargo new url-shortener
WORKDIR /usr/src/url-shortener
COPY Cargo.toml Cargo.lock ./
RUN cargo build --release
# Copy the source and build the application.
COPY src ./src
RUN cargo install --target x86_64-unknown-linux-musl --path .
# Copy the statically-linked binary into a scratch container.
FROM scratch
COPY --from=build /usr/local/cargo/bin/url-shortener .
USER 1000
CMD ["./url-shortener"]```
@gentle flint you wanna join here
no thx
I don't help on Arch @gloomy vigil
if people want to use stuff like Arch, sure, but then they can fix their own issues
it's fundamentally unstable
yea but i am just asking like arch runs normally like other os (ubuntu, windows, debian)
how?
frequently breaks on upgrades n stuff
oh
although tbf ubuntu is often somewhat unstable too
so pacman update could be potentially dangerous?
what do you call dangerous?
it might mess something up, depending on what you have installed and what your system configuration is
you'll probably be able to fix it just fine
might take a bit
hmm
yea sometimes like that fsck manual error comes
ubuntu
have you ever got this error while using ubuntu
or you just use debian
@gentle flint
i have too one day i was just starting ubuntu on my pc
and this poped up
fsck /dev/sda1 fixes it though
its new
3-4 months old
i have got a ssd and hdd
it would do, yes
my question was more how the filesystem got corrupted in the first place
¯_(ツ)_/¯
I mean, if it doesn't happen again, ignore it
did you do smth weird before that happened?
yeah
but the guy on askubuntu said it will happen frequently(it didn't for me)
we could have just done it in #voice-chat-text-1
whatever ¯_(ツ)_/¯
@alpine path how did you put a background on pycharm?
under appearance
Thaanks
c
Looking for someone to code with trying to get better dm me
I love this!
@olive hedge you can vc? 👁️
maybe
💻 🐒 @whole bear
:ok_hand: applied mute to @whole bear until <t:1629946672:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).
🤨
do it in notepad
all windows computers have notepad pre installed
who said I had a windows computer
which one do you have?
not those ones
?
of course if a windows computer
are you trolling or something
there is no thing like horses computer
huh
tell me what operating system you use
an win
ill tell you waht application to do "typing practice" in
it's a joke guys
oh damn!111!! i didnt even know!11!! u r gud at torlling 😃 😻
it's from 10 years ago
mhm
ok now lets go to #ot0-psvm’s-eternal-disapproval or something]
pionus parrot
🎵 "Checking my e-mail. Checking my e-mail. Spammy spammy spammy spam. Checking my e-mail. Checking my e-mail. Scammy scammy scammy scam."
@subtle walrus So for Windows, it's typically better to use the py launcher for things. So in your case, it'd be
py -m pip [package_name]
The benefit of this is that it'll default to the latest stable release on your machine, you don't have to add stuff to the PATH and it helps keep things separate.
Easier for me to just respond here so that others may benefit
kk
Oh also
so, ive been segfaulting python as usual...
but ive been wondering what does the fault offset mean?
Faulting application name: python.exe, version: 3.9.2150.1013, time stamp: 0x602fc1c2
Faulting module name: python39.dll, version: 3.9.2150.1013, time stamp: 0x602fc186
Exception code: 0xc0000005
Fault offset: 0x0000000000146f2c
If you have multiple versions on your machine, you can choose which one you want to use:
So if you want to run Python 3.7 that you have installed on your machine py -3.7
And the same for other versions
But by default it'll be the latest stable on your machine
(Sorry, that was wrapping up my thought for Z1, looking at yours now Fatal)
i have 3.9.2 thats as far out of date as im willing to go
signal safe functions
ive noticed that even lambda:0 will hang a signal overload
so how does one make a function signal safe?
for a fault handler?
cos ideally i want to do something very unpythonic and ignore segfault, but print it
or make it print hello world ;)
And this is a threading issue? What's triggering it
Fatal Python error: Segmentation fault
Current thread 0x00007fb899f39700 (most recent call first):
File "/home/python/cpython/Lib/ctypes/__init__.py", line 486 in string_at
File "<stdin>", line 1 in <module>
Segmentation fault
so this is what faulthandler does, it does something similar to stack overflow
As I said, my usual deliberate segfaulting python
It's a . command, Opal
.xkcd 69
bbl
!e ```py
from ctypes import*
py_object.from_address(id(2)+1).value=1
XD
@past pawn :x: Your eval job has completed with return code 139 (SIGSEGV).
001 | Traceback (most recent call last):
002 | File "<string>", line 3, in <module>
I'm not sure, honestly
I like how it makes half an error
Maybe #internals-and-peps might have a better insight into how all of that works in the background? Other than that possibly #esoteric-python
Oh god, it's like an IDLE exception
"It's a syntax error. Good luck finding it!"
Wait it does?
ye
When did they add this
i sort of "grew up" in IDLE in regards to python
it doesn't yell at me like pycharm
and its syntax errors are extremely useful
and it's great for esoteric code
Are these on by default?
yeah this was before i fidgeted with it and made it look green and not very much improved
!e print(len("py_object.from_address(id(2)+1).value=1"))
so would this get handled by faulthandler?
Oh huh
since it crashes halfway through printing the error
That's interesting
i just posted that description as a challenge in #esoteric-python
there's gonna be a few headaches in that channel aha
You kidding? They thrive on that stuff
ikr
#esoteric-python message this is my current favourite masterpiece (Readable Brainfuck, or EnglishFuck)
#esoteric-python message although this is a close second (enforced type hints with java style declaration)
youve heard of cmatrix, but have you heard of 69 matrix?
It makes little sense to catch synchronous errors like SIGFPE or SIGSEGV that are caused by an invalid operation in C code. Python will return from the signal handler to the C code, which is likely to raise the same signal again, causing Python to apparently hang. From Python 3.3 onwards, you can use the faulthandler module to report on synchronous errors.
"The eugenics program was eliminated in 1977 but legislation permitting involuntary sterilization of residents remained on the books until 2003."
"On September 16, 2020, the vice chair of the House immigration subcommittee, Representative Pramila Jayapal, said that at a minimum seventeen or eighteen people held at the Irwin County Detention Center had undergone these invasive procedures without giving proper consent."
maybe im in the wrong servers...
More just that the voice chat touches all topics
It's not and shouldn't be seen as a reflection on the server as a whole
im better at reading than hearing
We topic hop a lot
yeah i noticed
Just happens that this is something that occasionally gets brought up
A lot of people liken it to a podcast
It's nice to listen to when everybody's good and civil
in my humble opinion
if i didnt have to be quiet here id talk too
No worries
Meanwhile in China the estimates for sterilization are around 8,000 / year. So three orders of magnitude.
i mean i know americans arent exactly bright, but somewhere other than america?
or i could sign laguage my talking so i can be quiet
terrifying
if i wanted to sign language would i get stream perms?
Puppet shows
At my workplace I'm the data scientist, the devops, the UI designer and everybody's therapist. Can't claim I'm good at any of those tho but I try my best :p
@tough panther https://gitcoin.co/explorer?network=mainnet&idx_status=open&applicants=ALL&order_by=-web3_created
hey its easier to hear people with both headphones in
aaah, I see
brb
LICENSE.rst
LICENSE.md
Sorry that was sarcastic
Yup. However, China isn't a cartoonish evil villain Either. Estimates for the number of people elevated out of poverty are about 850 million. https://news.cgtn.com/news/3d3d774e786b444f7a457a6333566d54/index.html
its midnight yay
Huh, that's nifty
It's not that bad 
We have cool abstractions y'know
@swift valley Making a game in functional you mean?
Yeah
Hey @flat sentinel!
Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:
• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)
• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:
print("example")
print("example")
print("example")
print("example")
Does anybody know how to like backspace all of these lines?
im using vscode btw
Sorry one sec
i dont think so you'll just gonna have to backspace individual lines
or just select and delete
i just found a way to do it
Hold shift and press tab
well at least it worked in vscode
Because of Joe?
The only time I hear about it is from him
And I thought it was mainly restricted to the telecom stuff
It was part of Discord's stack before
They swapped to Rust though, right?
From Go, yeah
@gentle flint
Erlang is pretty scalable
so im suposed to run this code via application.py which runs both frontend and backend. is it possible to call a function from frontend -> application -> backend
Scala-able
*sigh*
Oh hush it wasn't that bad
could the backend theoretically natively run brainfuck?
Brython
bruhthon
@whole bear
# a.py
a = 2
b= 3
print(a+b)
# main.py
import a
# this runs the code but what you could do to prevent it
# is make the whole code a function
# a.py
def main():
a = 2
b= 3
print(a+b)
# main.py
import a
# now this will not run the code and later you can call it by
a.main()
Hey @timber lark!
It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
look at the lower part of the embed is shows the types of language
Yellow !
No back button, bad phone
I have a PureScript to Python transpiler written in pure Haskell
no
The output is wack
i have a piece of code that does the same thing in both python and brainfuck
@flat sentinel denatured alcohol, actually
pardon deez nuts kinda works
Yeah something is messed up with your mic
Drag right from left?
Hey opal
Tried swiping left or right ?
"Those bottome buttons aren't necessary"
They are very necessary @rugged root
Thank you
The output isn't that bad
import Control_Applicative
import Data_Unit
import Effect
Tuple = (lambda value0: (lambda value1: {"$type$":"Tuple","$cons$":"Tuple","value0":value0,"value1":value1,}))
main = Control_Applicative.pure(Effect.applicativeEffect)(Data_Unit.unit)
f = (lambda v: (0 if v["$cons$"] == "Tuple" and (v["value0"] == 0 and v["value1"] == 0) else ((lambda : [v1 := (lambda v2: ((lambda : [v3 := (lambda v4: (v["value0"] + v["value1"] if v["$cons$"] == "Tuple" else None)), (((v["value0"] * v["value1"] if v["value1"] > 9 == True else v3(True)) if v["value0"] > 9 == True else v3(True)) if v["$cons$"] == "Tuple" else v3(True))][-1]))()), (((v["value0"] + v["value1"] if v["value1"] > 5 == True else v1(True)) if v["value0"] > 5 == True else v1(True)) if v["$cons$"] == "Tuple" else v1(True))][-1]))()))
streaming/video perms are case by case basis right?
Is that for Brython?
!paste
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.
Hey @timber lark!
Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .csv attachments, so here are some tips to help you travel safely:
• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)
• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:
Hey @timber lark!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
Hey @timber lark!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
import Control_Applicative
import Data_Unit
import Effect
Tuple = lambda value0: (
lambda value1: {
"$type$": "Tuple",
"$cons$": "Tuple",
"value0": value0,
"value1": value1,
}
)
main = Control_Applicative.pure(Effect.applicativeEffect)(Data_Unit.unit)
f = lambda v: (
0
if v["$cons$"] == "Tuple" and (v["value0"] == 0 and v["value1"] == 0)
else (
(
lambda: [
v1 := (
lambda v2: (
(
lambda: [
v3 := (
lambda v4: (
v["value0"] + v["value1"]
if v["$cons$"] == "Tuple"
else None
)
),
(
(
(
v["value0"] * v["value1"]
if v["value1"] > 9 == True
else v3(True)
)
if v["value0"] > 9 == True
else v3(True)
)
if v["$cons$"] == "Tuple"
else v3(True)
),
][-1]
)
)()
),
(
(
(
v["value0"] + v["value1"]
if v["value1"] > 5 == True
else v1(True)
)
if v["value0"] > 5 == True
else v1(True)
)
if v["$cons$"] == "Tuple"
else v1(True)
),
][-1]
)
)()
)
That's it unraveled
this page is horrific
Traceback (most recent call last):
File "D:\RMIT\Python\Assignment 2 ITP - Copy\application.py", line 9, in <module>
app = Application()
File "D:\RMIT\Python\Assignment 2 ITP - Copy\application.py", line 6, in __init__
self.__backend = backend.BackEnd("data.csv")
AttributeError: module 'backend' has no attribute 'BackEnd'```
i am in heaven
@timber lark I'll have to look at it more in a bit
How are the facilities?
very bad
Good things happen?
So we back in the mine


I'm so confused then
Shunting yard?
The thingy that turns infix notation into reverse polish notation
I've got hundreds of options in Windows GodMode how do i make sense of most of them?
I do it at the type level
Makes sense
what's iSCI?
Only thing I'm finding is iSCSI
In computing, iSCSI ( (listen) EYE-skuz-ee) is an acronym for Internet Small Computer Systems Interface, an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. It provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network. iSCSI is used to facilitate data transfers ove...
yeah i forgot the s
"an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. It provides block-level access to storage devices by carrying SCSI commands over a TCP/IP network"
whats that in it's 1am and my brian no work language?
@rugged root your music making me sleepy
It's good focus music
i cant focus when sleepy
And if it's that late, it might be a sign
if i try to focus when sleepy i have wierd hallucinations
@zenith radish can you post a pic of the connector
Blitzortung.org provides lightning and thunderstorm information in real-time on maps for USA, United Kingdom, Australia, new Zealand, Europa, Africa, Asia and other Countries.
VTubers are one hell of a drug
Richard Cheese & Lounge Against The Machine
"Chop Suey"
from the 2002 album "TUXICITY" (Surfdog Records) available wherever music is sold!
Richard Cheese debuted his live band on this swanktacular 18-song CD, which also includes RC's touching tribute to the great Britney Spears and a live track from a New York City lounge show! Released by...
in which region do they say that house of yourn instead that house of yours
I did it
Metallica's Enter Sandman changed to the Bluegrass Genre.
To purchase this CD, visit http://ironhorsebluegrass.com/products-page/
For more info on Iron Horse music and booking, visit www.ironhorsebluegrass.com.
Video by 1504 Pictures.
but have you guys heard this https://open.spotify.com/track/2gABnPYOMsyxThmsOQ4uWK?si=926d60fcf2f64660
can't hear Lp 😐
He's on push to talk
sad
!e print(26 * 3)
@rugged root :white_check_mark: Your eval job has completed with return code 0.
78
!e print(71 % 3)
@willow light :white_check_mark: Your eval job has completed with return code 0.
2
38.8, is the actual middle, and 51 is the end of middle age.
If middle age is split into 3rds, on average.
!e assert None
@willow light :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | AssertionError
!e breakpoint()
@willow light :x: Your eval job has completed with return code 1.
001 | --Return--
002 | > <string>(1)<module>()->None
003 | (Pdb)
004 | Traceback (most recent call last):
005 | File "<string>", line 1, in <module>
006 | File "/usr/local/lib/python3.9/bdb.py", line 92, in trace_dispatch
007 | return self.dispatch_return(frame, arg)
008 | File "/usr/local/lib/python3.9/bdb.py", line 154, in dispatch_return
009 | if self.quitting: raise BdbQuit
010 | bdb.BdbQuit
:=
filtered_data = [
f(x) for x in data
if f(x) is not None
]
vs
filtered_data = [
y for x in data
if (y := f(x)) is not None
]
:=
i got this dm and i love it
fix error!
!play 4 minutes 33 seconds
imagine thinking we have rythm
and i reported it
Following measures taken by the Federal and regional authorities in Germany to contain the corona pandemic, the Philharmonie Berlin will be closed from 2 to 30 November 2020. In view of this, the Berliner Philharmoniker and their chief conductor Kirill Petrenko added another work, 4‘33‘‘ by John Cage, to their concert from 31 October.
http://ww...
ahk
!e raise
@willow light :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | RuntimeError: No active exception to reraise
I hear about price in euros, and I'm suddenly realizing it has been 11 years since I last had an opportunity to even use one.
I need to visit europe again.
looks up flights to Oslo and texts cousins mia and mette
why is it so awkward
@whole bear Type out your question in here
Staying late at work and making good use of the $10k of editing equipment at my desk.
Find the original here:
Sorry, what was that @whole bear ?
@whole bear can you stop being obnoxious please or you will be voice-muted.
!tvban 368347508256276485 5d You have already been told to stop with the noise, stop interrupting, and stop being obnoxious. After coming back into the call, you seem to have not understood.
:incoming_envelope: :ok_hand: applied voice ban to @whole bear until <t:1630426495:f> (4 days and 23 hours).
that's most definetly a good thing
i know that
nope
no, i'm german
:/
FU
@rugged rootHemlock i'm muted
can you unmute?
I'm going to eat LP
ok
but i just got to say
You are muted because of the voice ban above
I'M NOT INDIAN!
What's wrong with being Indian?
That's true
that's annoying
that hurt
OK guys i'm going for now
finally
yes, you're a great punshingbag
don't worry!
!warn 603610743811604513 Don't be rude to users. Only warning on this.
:incoming_envelope: :ok_hand: applied warning to @tough panther.
help
e=open('CS 3.txt','w')
e.write('''Now we will count to twelve
and we will all keep still.
For once on the face of the Earth
let’s not speak in any language,
let’s stop for one second,
and not move our arms so much.
It would be an exotic moment
without rush, without engines,
we would all be together
in a sudden strangeness.
Fishermen in the cold sea
would not harm whales
and the man gathering salt
would look at his hurt hands.''')
e.close()
f=open('CS 3.txt','r')
f1=open('CS 3 with a.txt','w')
while True:
line=f.readline()
if line==' ':
break
if 'a' in line:
f1.write(line)
f.close()
f1.close()
y this is not working?
what's the error?
use context managers
makes it more readable
e=open('CS 3.txt','w')
e.write('''Now we will count to twelve
and we will all keep still.
For once on the face of the Earth
let’s not speak in any language,
let’s stop for one second,
and not move our arms so much.
It would be an exotic moment
without rush, without engines,
we would all be together
in a sudden strangeness.
Fishermen in the cold sea
would not harm whales
and the man gathering salt
would look at his hurt hands.''')
e.close()
f=open('CS 3.txt','r')
f1=open('CS 3 with a.txt','w')
while True:
line=f.readline()
if line==' ':
break
if 'a' in line:
f1.write(line)
f.close()
f1.close()
To be honest, for non-techys a plaintext configuration file may not be the way to go.
[valve.1]
ip_address = "ip"
close_coil = 0
open_coil = 1
[valve.2]
ip_address = "ip"
[mfg.1]
port = "COM1"
address = "A"
[controlgroup.1]
name="Flow Gas A in"
valves = ["1", "2"]
Many people don't understand the difference between plaintext and rich text.
back in a minute
So what is it doing or not doing? Any errors?
when text gets rich
hello again
i only know .txt and .md
there is no error but its not ending
EOF?
what
End Of File
yup its not ending
its stuck in the while loop?
aaah k
Good way to get cavities.
Hemlock, enjoy this ingredient list
florida man eats all the spice in the world
!stream 239917638656983040
✅ @willow light can now stream until <t:1629995823:f>.
@gentle flint bedoelde means "designated"?
well i am gonna go bye everyone
?
tyty, I actually cant join though, was jk. Its ok. still ly 
Aren't those bikes really heavy?
Long Island, New York.
Most people never realize it's there.
NOOOOOOOOOOOOO
same for staten island and the rest of NY state lol
Gah, I'm now unsure how to get a button value from an enum for PySide6
It was funny, I'm just glad you were like "oh shit"
No matter how hard I scrub, the shame does not wash off.
I understand that far too well
Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator.
Feels the same
Gives me the same amount of confidence
This is a bop, been playing it on repeat for like 2 hours now
🎶 Shy little frog, singing along to this fun tune 🎶
hi
I am never going outside again
I got beaten up by a group of 17 year olds
for being seen outside with a laptop, with my friends doing some coding, and a bunch of 17 year olds just called me a nedr and beat me up
Are you okay? Is the laptop okay?
well, yes but actually no
the laptop does work...
the screen sadly does not anymore.
and I am not
They broke my top monitor
not the bottom one
on the l;aptop
i was in a cafe
thats the one
the asus
with a friend
zenbook
duo 14
looks like this
dont go to bosnia
where I live.
avoid the balkans
they r shity
so theres a generation of kiddos called gassers
and I am not ofc one of them
Gotcha
sry
lol
Thank you for the jingle.
I'm actually mute. I've never heard my own voice.
just google gaseri
sorry man
yea gopnik
LIFE OF BORISSS
gothnik??
oo jesus
that is so cringe
you can pull it off if you look like you get punched in the face every other month
@vivid palm Work still driving you bonkers?
naw
idk
im just sad
im also hungry....
I think "roadman" used to be "rudeboy" 🤔
theres a dude called baka prase on yt...
he influences young innocent childeren to become toxic cringy gassers
well
amma go get an ice bag and some tea
Be conscious of if, stay true to yourself and what have you
I think ,my nose is fractured
I mean if it already bothers you, that's a good sign
like acting like a chav/nacker/gasser/gopnik/hardman
a hooligan?
@dapper ice Do your parents know? Do you have to go to the hospital?
start smoking/drinking
so basically a teenager who thinks they're a much bigger deal than they actually are. sounds like half of my honduran and guatemalan friends growing up
ye
most young guys go through it
tough guy phase
whatever that looks like wherever you live
whereas i went through a monk phase instead
I didn't have to act tough, I actually was tough, so I didn't need to hype myself up.
that shirt tho 😳
amma just go make myself a bean burrito
to make myself feel better
like those guys beating me up for studying C++ with a friend wasn't enough
just learn rust instead
2018 when I dropped out of high school and went into a trade school to fix cars
optimist
2020 when i started working as a dev
bass
the glow up
I started when I was 7
damn your employer must've been a real one 
Nonono
I started programming when I was 7
not working
I was game development when I was 7
i do not work, my self confidence so low I think I may not even work, I am a dev, I make stuff for fun
you are 13 right?
ye
yes
I get bullied a lot...
and I do not like it
I wanna shoot those teens, who beat me up
This is my jacket for when it is -10 - -20 C
Not even bothering with the -40 jacket
ye, getting bullied is pretty horrific
just don't react and avoid the situations
thats what i did
Especially when 70% of the class bullies u
really provoked
cause what helped me
yesd
I do say nothing...
catphone
ah so it's "unprovoked"
But they provoke me
they r like, what ya gonna do abt it, silent boy? We gonna beat ur ass and box u like a fish
Thats the thging, I do njot
not*
jesus, you go to a rough school?
yes.
w-damn...
my case was pretty mild
My parents are like agh just get over it
yes
but like, actually assaulting you
that sounds rough but, maybe find more activities that get you out of school
i don't know
that wouldn't be possible in my school
a parent would be told
parent would go school
the parent of the bully would be talked to
bully would be watched
it wouldn't fix stuff
but it would make stuff more manageable
Heres my deepest secret... I pay kids to fuck osmething up in the computer room, so I get out of class and fix it, they let me bcs I am the only guy who knows his way around a computer ig...
I used to also do random stuff to avoid particular classes
but ye
not sure, hopefully they pick a new target and lay off you
or get bored
Their music made them famous. Their lives made them infamous. Watch #TheDirt on #Netflix March 22, 2019.
Based on Mötley Crüe’s 2001 best-selling autobiography, The Dirt is an unflinching and uncensored story about sex, drugs, rock ‘n roll, fame, and the high price of excess. Director Jeff Tremaine (JACKASS co-creator, BAD GRANDPA) shows us ju...
@rugged root
Neat
@willow light ever sailed one of these?
they're fun
it's called a Polyvalk
which is a specific type of Valk
I love being unable to talk & stream while goofing around coding in Python in a Python Discord #sarcasm
Which part was the sarcasm aimed at?
That sounds pretty great to me
And we can still converse
And you'll get there in a few days.
boats
just don't get stuck sideways in the canal
“Formal”
Datering: 1993
Titel: Skûtsjesilen Lemmer
Samenvatting inhoud:
Televisieopnames van het skûtsjesilen bij Lemmer.
Bronformaat: Video
Kleur: Kleur
Geluid: Ja
Duur: 23 minuten
Collectie: SKS Skûtsjesilen - Sintrale Kommisje Skûtsjesilen
Referentienummer: AV0007SKS
All of it ...



