#ot1-perplexing-regexing
1 messages · Page 197 of 1
crazy
A crime against batteries
Icon shows it's being charged.
Meanwhile I often sit at <10% without charging
That's your choice, I avoid letting my battery get so low.
I did see it was charging, but it had to get to 5% somehow, and that means it might have been lower prior to the plug
So I was just pointing out the crime against batteries, glad you've come by to admit your own crimes, we're running a little battery confessional it seems
🐱 I plan on inventing the car powered by a nuclear reactor and an electric engine. Interested?
.wiki ford nucleon
Ford Nucleon
The Ford Nucleon is a concept car developed by Ford in 1957, designed as a future nuclear-powered car—one of a handful of such designs during the 1950s
List of Ford vehicles
(1970) Ford Mustang RSX (1979) Ford Mustang PPG (1984) Ford Mustela II (1973) Ford Mystere (1955) Ford Navarre (1980) Ford Nucleon (1958) Ford Optim (1981)
ford moment
.wiki chrysler turbine
Chrysler Turbine Car
The Chrysler Turbine Car is an experimental two-door hardtop coupe powered by a turbine engine and was manufactured by Chrysler from 1963 to 1964. Italian
Chrysler turbine engine
The Chrysler turbine engine is a series of gas turbine engines developed by Chrysler intended to be used in road vehicles. In 1954, Chrysler Corporation
more like "weird time moment"
note as well that the nucleon was only an idea, but chrysler actually built the jet engine car
no
Hairy ford
I think I will go back to working 996
is your ford hairy
As a father and husband. That's me. I'm the only one in the house who pays any attention to battery levels.
<@&831776746206265384> apparently we moved to Musk impersonators now
!ban 1501181465763778570 No thank you.
:incoming_envelope: :ok_hand: applied ban to @quaint sentinel permanently.
NOOO ELON
are you the guy coming with a battery checker tool xD
Finally at the point with my python based ML framework where I can train a CNN
I'm training LeNet, 1998, on my CPU
my laptop is so hot I think I could fry an egg on it
Melon Musk
Felon Musk
Echelon Musk
Hee. A room day. Today is slightly better.
my friends make fun of me for sleeping at 10pm 😭 is that bad
one of them sleeps at 4am which is inarguably more embarrassing
Mine do too but then i remind them about their dark circles and i actually have really red/pink lips which i say i have cuz i sleep on time xD
Basically they try to throw a jab but then i hit em with an uppercut xD
Anyway, yeah, sleeping early is nice, tho yeah, whatever you r the most comfortable with
actually, I'll forever think you're a weirdo if you sleep that late unless u work night shifts
*ahem*
But yeahhh, i can do more pullups than the guy sleeping at 4 am 😼
Or girl
U get the thing
It's like making fun of someone for not smoking.
Or making fun of someone for exercising.
i think i can attribute not having acne to sleeping ~8 hours a day
yes
very bad
go to bed earlier
!ot
Please read our off-topic etiquette before participating in conversations.
!ot0
» off-topic-names
Eh it's more like kids go to bed early that kinda analogy
unc go to bed early as well
That too that's why ppl make fun lol
Dementity is an unc that's why he's supporting the cause lol
why r they using a tick in the url 😭
just use sm like ?utf8=true
or even ?utf8=1
it might even be a sqrt symbol idk
cursed either way
apparently it's a hack from the IE8 days
oh my lord
i accidentally slept at 6pm today
i woke up 10pm
now i physically cannot go back to sleep
Recently, I have been unable to ignore the feeling that I am being quietly replaced by AI. I have this routine of monitoring contributions to observe the unusual things people write, and I keep realizing that a significant portion of the work is now powered by AI behind the scenes, particularly from leads and founders. I can identify it because it begins with codex/*, and they continue to merge them. To be fair, I do not mind having a lighter workload, but it is reaching a stage where I am not included in projects where I used to be the go-to person
There is a strong push for it, and everyone is happy/accepting about it. I just received a request for a review of a refactor that is 6,000+ lines long, and the person who created it claims that all of it is generated by AI. They seem to take pride in this, brag even, I have seen some code that would have raised eyebrows in the past now getting merged without any hesitation.
What is actually troubling me is that I have been feeling quite negative towards AI recently. I am not sure of the reason for this, perhaps I am anxious that it will lead them to believe I am no longer necessary. It could be the quality of the code or the expectation to perform 10x simply because we have a Codex subscription. Just last week, I was requested to work on a task, and when I provided a hopeful estimate of two days, I was told, “You are over-quoting, you have Codex, so this should only take one day, shouldn't it ?”
It's almost like an instinctual kicking in warning me of something, It is making me feel antagonistic and cynical, it definitely shows in my work and behavior, it's like i'm self sabotaging myself over this
I know it's not there yet, i know its limitations, which makes this meaningless self sabotage
I think it’s best to have an intrinsic interest in the problems at your work in order to prevent that. I mean, with me I do genuinely have an intrinsic interest in finding the answers to the problems at my work. They’re interesting problems and I want to know the answers. So I find that AI creeps in more and more doesn’t bother me that much. It’s just another step in the path to mastery
Work is interesting, It’s not complex, but these simple tasks within the constraints keep me engaged, and I’m all for it, the AI, as I’ve mentioned, it’s a handy tool, I'm just trying to avoid getting overwhelmed by this feeling and perform worse and get cynical, It’s probably just fear. When people rely on you, you really have to think twice about your actions
It's probably just realization that I used to be needed here, and now I’m being bypassed, Something about the social contract here has changed, and I do not know where I stand anymore
Eat my sock
!kick 1231239115467522130 troll
:incoming_envelope: :ok_hand: applied kick to @final sun.
perhaps a ban would be more appropriate
omg i just saw ot channel names change in real time
so its apparently every utc midnight?
The consumption of socks are prohibited
!off-topic-names
There are three off-topic channels:
Use any of the three, it doesn't matter.
The channel names change every night at midnight UTC and are often fun meta references to jokes or conversations that happened on the server.
See our off-topic etiquette page for more guidance on how the channels should be used.
so ur not afraid for ur job but for those problems you loved to solve ?
Test suite is green, ship it!
I hate that the capitalisation is inconsistent
tbf part of the spec could be that it should be case insensitive
I have code that looks like (pathPart1+'/'+pathPart2).replace('//','/') sort of all over my codebase (literally in 100s of places)
And today I realize network drives sometimes use double shashes as a prefix, so everything breaks when I try working with files on one 😅
Added in version 3.4.
Source code: Lib/pathlib/
This module offers classes representing filesystem paths with semantics appropriate for different operating systems. Path classes are divided between pure paths, which provide purely computational operations without I/O, and concrete paths, which inherit from pure paths but also provide I/O operations.
...
First mistake was doing + instead of os.path.join.
And second was using replace instead of pathpart1.rstrip("/")+"/" +pathpart2 to not have double slashes in the first place... Or realising that double slashes are NOT a problem in paths - they still work correctly in system commands (the only problem is if you have to compare them in code)
i never realized // work just fine
first mistake is not using pathlib
This is like gore to me
bnuuy
xith was just feeling taylory that day stop judging
It's not like they only get used once..
This name has already been used at least twice before.
Urmm i was really new to coding i only knew how to use these functions in python do u guys have a idea what should i learned next also i use termux
I would follow some sort of book/course
Ask in #python-discussion
This is off topic and there will be a lot of random conversation here
!learn has some good ones
Here are the top free resources we recommend for people who are new to programming:
- Automate the Boring Stuff — an online book (also available to purchase as a physical book)
- Harvard’s CS50P course — video lectures (slides and notes provided) with exercises
- Python Programming MOOC 2026 course — text-based lessons with exercises
- Corey Schafer's YouTube playlist
For a full, curated list of educational resources we recommend, please see our resources page!
Wait why someone give a trash emote
it's a button
if the sender reacts to it, then it deletes the message
It lets you delete the message if you dont want it
(well, the person that sent it)
Thx
probably just added to annoy people by being mildly incorrect
(the way bot deals with info tags was made before discord introduced actual buttons, so actions like this were done using emojis... and since it worked well for years, it stayed even after discord added the buttons)
if buttons were smaller we'd probably use them way more, alas
Let me try something
:white_check_mark: Your 3.14 eval job has completed with return code 0.
@everyone
The old reply system was very ass
Well, it said minus 3% off... So technically correct
double negative = positive
it's too smart for us
That depends on where you are. In some dialects, a double negative may still be a negative.
Lol, that first one sounds like a joke
@lisan the
A couple months ago i watched a programmer say "i dont even know how the team did that" on a video of rain physics in arknights endfield, so i wanted to see if id lowkenuinely find out accidentally. So in the game, there are alot of different materials on the characters outfits and custom shaders for each. The materials are reused during modelling because weight painting and making new textures takes time. Now when the characters stand in rain, the game engine checks which triangles are susceptible or prone to (excuse my english) rain, as in which triangles are above everything, because rain falls from the sky duhhh. Same reason rain doesnt clip through walls in minecraft. And so the program applies those custom rain shaders onto the exposed triangles, and if the material is labeled a fabric, the program changes the hex code of the colour so it looks wet. And notice how the droplets dont ever fall off of the character but stick to the materials? Thats because they are probably just a 2d texture with a function that randomizes the droplets and decides from the camera angle whether theyre exposed to light or not. How accurate is this to the real deal?
Note that these arent facts, just my theory
I agree your idea
Hey everyone. I’ve been practicing strict data cleaning and just finished a project matching exact crypto news publication times to 1-minute market data (Kaggle link: https://www.kaggle.com/datasets/yevheniipylypchuk/bitcoin-news-vs-1m-btc-price-action-2025-26).
The hardest part was standardizing the UTC timestamps and handling the exact T0/T+15m delta calculation. If anyone here has experience building backtesting pipelines or scraping financial news, I’d love a quick roast of the methodology in my notebook. Did I miss any obvious edge cases?
(IMO, use TAI64N with UNIX epoch, if you aren't already)
if you could go back in time and change things, how would you resolve the ambiguity between using sin^2(x) to denote sin(x)^2 and f^(-1)(x) denoting the inverse function of f?
ive seen ppl use $f^2(x) = f(f(x))$
the conventions r so messed up :p
yeah that as well
Basically how would you resolve the conventional mess that comes from using superscripts for two different things
actually before 8th grade or whatever it was, i used to think that f prime means inverse of f lol
Use more names and fewer squiggles. (rep 2 sin) (x) for sin(sin(x)), (inv f) (x)
+1
and for the square of sin x, just write (sin x)^2
squaring a function name was such a weird idea to begin with
also hot take: the x y to mean x * y shortcut could be deleted as well
Now you can use more than one letter for variables. Wow
I wonder what would happen if we ended up using prefix notation instead of infix notation
(+ 1 2 3 4 5)
I guess for equations, inequalities etc. it would be pretty bad, because the infix operator provides clear separation of the parts
it isn't imo
if you're fine with things like monoids, and you're fine with the notation x ** 2 = x * x, then f ** 2 is f * f and functions over monoids form a natural monoid by doing the operation pointwise
which you'll see a lot in functional analysis and the like
idk what a monoid is but how do u define f*f?
the main issue is that functions over a monoid form two natural monoids under composition and taking the operation pointwise, and we have the same notation for iterations of either
the function g(x) = f(x) * f(x)
I mean for programming this is already the case no?
come to think of it, aren't functions just sets of tuples?
so f = {(x1, y1), (x2, y2), ...}
so f * f can also be interpreted as cartesian product which would make
f * f = {((x1, y1), (x1, y1)), ...}
indeed
true, though I can't think of any context where you would want to take that Cartesian product
also in math you'd use \times for Cartesian product and not \cdot
isnt that a cat mouse problem?
idk if x ** 2 = x times x or x cdot x
idk if x is a number or a vector either :p
i see * (asterisk) and think of convulition (however this is spelled)
convolution ig
yeah this is extra cursed because we're also talking in programming symbols
I think for every context I've seen where times and cdot denote different product operations, only one of them makes sense to be iterated
I like that idea but it’d also make equations look very ugly
And using multiple characters for one variable would certainly lead to extremely verbose equations
it mostly only makes sense in linear algebra
but + is a binary operator in this case anyway, so are the rest implicit multiplication? that is, it's equivalent to (1 + 2) * 3 * 4 * 5?
perhaps it would be like functools.reduce with operator.add
>>> import operator
>>> import functools
>>> functools.reduce(operator.add, (1, 2, 3, 4, 5))
15
it's 1 + 2 + 3 + 4 + 5, like it works in lisps (or at least in clojure and racket)
(f x y z)
↓
f(x, y, z)
Is web dev still going to be in demand in the next 10-15 years? I am planning on learning it but AI scares me.
sorry buddy it over
wix just dcame out
it's Jover
re: what's going on there, since maybe we can learn something..
$IFS replaces spaces as the field separator (crazy crazy crazy to permit this on input but it often works)
\x63\x61\x74 is hex for cat
/???/\b**\h is "wildcard magic" for /bin/bash (lol, shells are crazy)
If the above works, your WAF sucks but you'd be horrified to learn...
Even OpenBSD just fixed a probably-not-enough-to-exploit-but-sketchy couple of shell environment things in the latest release, which is its 60th version.
One of them is a problem in scp that literally was there in the original Berkeley rcp implementation, crazy.
Never let a user on your UNIX machine that isn't you, basically, and never compose a UNIX process execution command line based on user input.
I've never shipped a thing that was later penetrated, but I've never permitted either of those two things, probably not a coincidence.
Never enter a password on the keyboard of a multi-user machine, etc.
If I ever left my phone unlocked somewhere and walked away from it for a while, I would throw it in the shredder when I came back to it.
From magic the gathering?
No from Lord of the Rings
Is that card 3 feet tall?
Yeah this is from when they first revealed it
Guess kirk and lord of the rings are in the same universe now
I'll take it
I like your style
has this chat become a bait for bots or something lol
Yes
*compromised accounts
ik there's a difference but no need to be pedantic
minecraft electrical engineering mod
these are 16 light bulbs connected in series
they even explode if you set the power source to 250 V
@grave cove this better not be our Season 6
My "can't sleep, let's code" hack of the night.
#! /bin/bash
if [ -d "$HOME/repos" ]; then
echo "$HOME/repos exists, halting backup."
return 1
fi
mkdir "$HOME/repos"
prior=$(pwd)
echo "Moving to $HOME/repos to start backup (from $prior)"
cd "$HOME/repos"
gh repo list --limit 1000 --json name,nameWithOwner,createdAt,archivedAt,isArchived,isPrivate > repolist.json
echo "Discovered $(jq .[].nameWithOwner < repolist.json | wc -l) repos to back up..."
jq -r .[].nameWithOwner < repolist.json | xargs -I % git clone --bare --no-hardlinks git@github.com:%
jq -r .[].name < repolist.json | xargs -I % tar -czf %.git.tar.gz %.git/
jq -r .[].name < repolist.json | xargs -I % rm -rf %.git/
echo "All repos archived in $HOME/repos"
cd "$prior"
My "cant sleep, lets code" hack of the night
https://raw.githubusercontent.com/adyanthm/physics/refs/heads/main/media/demo.gif
ok we get it bro
you wrote a physics engine
where did i say 3d
if ur gonna say physics engine, eveyrone is going to assume its 3d 😩
and im yet to refactor this
no not really
the api quality is so shit you have to call the physics update, velocity resolve, position resolve every tick
Why is that
Do games like mario not have physics
because thats what i assumed when my friend suggested this idea to me.
I thought everyone assumed the same thing that I did
if not my bad
@wooden silo re: #ot0-psvm’s-eternal-disapproval message
So "all you know is pain" in this case should more accurately be phrased as "all you experience is pain"? For some reason that feels somewhat different 
"all you know is pain" was a poetic way to put it
But yes, it's not known the same way algebra is known
I get the meaning, but at least to me the different phrasing clicks differently
I'm fine with any phrasing that gets the point across
I mean, knowledge and experience might be the same, but Mary's room would appear to suggest differently
Yeah, I definitely don't think they're the same.
Mary's room gets across well in what sense I mean that.
though I may have misunderstood Mary's room when I said that
nvm
I have entered a state of confusion
(kind of my default state anyway)
in case someone decides to run my software for 100s of years straight without restarting:
😎 👍
Oh hell yeah, that's awesome
the {save pwd -> cd -> do stuff -> cd back to prior} thing can be neatly done with pushd + popd
why did you need to backup the repos list though?
TIL. Thank you! That's a neat command set.
I like backups. Anything I care about has at least three backup locations. Local, cloud, and offline hard storage.
My repos have four, I guess. GitHub, local, Backblaze (from local), and offline.
are you paranoid?
you aren't?
The question isn't if I'm paranoid. It's if I'm paranoid enough.
Edward Snowden says no
sure get a fourth backup in another country too xD
why are half the messages here timeouts
well, automated timeouts. some scam spam bots chose specifically this channel for some reason
ot1 is for spam bots
did you know that #kat-testing actually exists because of this
katj was testing how to lure out the bots to a specific channel
whats kat testing
Not heepy
(Friends visited. With their dog. Catto woke up FAST. And yes, that's TV.)
big eyes, very vigilant
this car is not fucking around
definitely not the right chat
...
i think it could hold a little bit more than 16
Definitely the right chat
what was the right chat bro
r/cannibals 😭
left so speechless it took yall an hour to respond 😭
bruh, my discord didn't update the UI because it wasn't connected to the internet
Therefore it can hold 16.
No dont try to switch the subject
What was the right chat
Btw. Weren't someone banned some time ago for starting that topic?
Ah, no, probably just warned
fwiw, my cloud backups are not hosted in the same datacenters.
i hope so
i want one off topic
I like that better than "FIRST"
what are you cooking in here?
🍳
bisk is usually cooking sea bass
hahaha
cooking with bisk 
that's true, actually
when bisk came to my house he tried to cook me sea bass
but apparently we don't have sea bass in norway
so it was impossible to find in the stores.
so he had to cook some salmon instead.
it still turned out pretty good, though.
👌
speaking of bisk
I finally figured out where I heard of bisk before Discord bisk, it was from Titanfall
no. :D
D:

@gentle moss next cooking strim when
I'd like to see more python integrated into your cooking
can you write some cooking software?
stuff like that
in some countries pythons in booze are considered good food and medicine
no don't cook a python that sounds gross.
you should make one of those
grilled snake is quite tasty
and ofc catch the python with a robot programmed in python
I rly like grilled tarantula
how about a thermometer that triggers a twitchbot message when the seabass has reached the perfect temperature
ye snake is a pretty decent meat
: / why do you have a cooking stream. this guy doesn't even thermometer
sounds like an OpenCV project then
have your webcam determine when the fish is ready
naw but cooking white fish with a thermometer is a bit weird. but for some meats it's absolutely essential
like a big bird or whatever
for chicken yes
no we should make bisk stare at the seabass
and read his brain signals
when he feels it is ready we will trigger a twitch bot
does bisk have brain signals
or just some bash scripts floating around up there
excellent question
oh no
and in other news I will kill you
😮
RUN
love you too lemon
I was scared of lemon
from even my first day on this server
!superban @rough sapphire forever
mega-ban
oh wait we don't have that command
RIP in pieces
hyper-ban

it should hack his computer and uninstall the ipv4 system of linux
im on windows
delete tcp.exe
grill the wlan chips and ethernet sockets
🅱ad
hey nix i realised something
no
called "JCP"
insert standards xkcb here
A header would contain only "to" "from" and "data"
what did they make
and there is a reason for tcp having a lot more fields
a better thing than TCP and UDP
yeah I know
i dont remember the name
nix that doesn't answer my question
what is your question
NIX WE SHOULD BECOME VICTIMS OF SCHOPE CREEP
JSON filesystem, JSON language, JSON networking
you're both banned from the internet.
yes
This is going to be beautiful
JSON EVERYTHING
Thank you lemon ^-^
No I say jason
I was just wondering since you don't say sequel or engine-x
good good nix
QUIC is pretty smart
nuh ginx is the best way to say nginx
nuh ginx is rarted 😂
nuh-uh-ginx, it is not-ginx.
I'm going to write an essay about how the pronounciation of nginx is up to the user
oh and "gun icorn" right?
I say "guh unicorn"
a lot
:D
nuh-ginx and guh-unicorn.
As you can see it is all in the first letters
Did you know I say "luh emon" as well
joseph doing the alphabet:
aye, buh, cuh, duh, ee, fuh
ayy lmao
hahaha
i say nginx as n-gin echs
Joph learn to talk pls 😮
like engine x
i say en ginx
I say en-jynx
i think thats the intended name
I actually pronounce nginx as "apache 2"
I say goo nicorn
but when im around people i call it en-ginx so i dont sound like an idiot
@bleak lintel how do you say the ch there?
ch uh
and the ch there?
en-jitnkskks
it's clearly en-ginx with a hard g like in gif
I pronounce it Joe seph
Joe sev
I only know one person irl who pronounces the Joe and Seph seperately
Ing Ging Eggs, the famous server of chinese restaurant "wabsait"
Speaking of Joe and Seph they make hecking great popcorn
This convo his hilarious XD
thank you joejoe
is he a hacker in real life too
that sounds like a hacker browser
I did that once
Best browser
Good man
lyn-inks
I say l-eye-nx
do you say liiieeeenux or linnnnux?
lin ucks
@prisma gust Do you have a problem with my browser preferences
yep
oh no
lin ux is the "correct" pronounciation but I still use the other one.
There was a time when I didn't even startx when I booted up ok
I have several stages to run through before I can startx
desktops are overrated
I always test my sites in lynx/links/w3m/etc
Due to Arch being a real moron I have to run
sudo killall wpa_supplicant
sudo systemctl restart NetworkManager.service
I will never test a site on lynx.
and then startx
nice Joseph
I also don't test my sites in netscape
i should really do a bit more cooking stream
I don't even know why I have to do that but I am glad I figured out that specific sequence of commands to fix networking
Yes
Oh no, if you're on netscape you deserve whatever happens to you
yes
you probably were.
lol
not even once
chances are you just weren't paying attention
sudo systemctl restart microwave.with.hotpocket.service
he was probably asleep.
https://twitch.tv/beehivekay 😤💯 like ❤ comment 💬 subscribe ➕
@gentle moss you gotta ping me when you do your cooking show
did you cook your hand
we need a cooking role you can ping
no we do not. :D
no, i coffee table'd my hand
or you can use twitch notifications
^
boo twitch notifications, who even does that
I assume you I absolutely smash that notification when I get it
I want real human interaction
Or I can just keep a mental list of people who like to watch it
and ping them myself
send me a letter in the mail bisk
discord
real human interaction
yes
yes
it's not like I'm just going to throw up a stream and not tell people who would like to watch it
that's silly
phone inver up and make him drop everything
yes
i'm a view whore like every other streamer
good man
actually when I stream I just post a link, not to people who would like to watch it
that said though last time I cooked I ended up making pancakes fuse to my cooker
or should I say Aga
I don't remember the last time I cooked
I stuck a ready meal in a microwave last week
microwave stream
that's too fancy
That's because you survive on corporate funded buffets
what an idea Cake
corporate funded buffets is my litteral jam
I cooked today, like a normal human.
kek
i'm doing spicy chicken wings today
Actually this morning I made toast (kinda cooking?)
but they're pre-prepared out of a tub
if you don't cook more or less every day you're a terrible person
haha yeah I cook every day it is like my life 😎
scrambled pancakes
his lordship, of course, does not need to cook
I'm the worst then, cause I haven't cooked a real meal in 7 years (at least)
he has people for that.
beans on toast for days
beans on toast, I have never done that
you're not the worst, you're just nobility
I will try that soon
hey, i own land too
typical upper class
i still cook
inver you have never tried beans on toast, this is not acceptable 😔
do you have a plaque, @gentle moss
I mean I've eaten baked beans with a toast on the side
feck off
but never had the beans on the toast?
i own the land
lemon bestowed a plaque on me and it sits next to my bed
the plaque maketh the man, or so they say.
it is my most prized posession
if that's the case he should brush his teeth
never had the beans on the toast
Go buy yourself some Heinz beans
but I will undoubtedly do that next time
it's mediocre
HEINZ ARE WANK NOW
Good good
Tesco beans are the best
lmfao
More salt and sugar
:D
You can't just write on a broken window and claim it's a prize Jo.
I went on a bike ride to raise money for some training for some thing in my local village
and they came and filmed me and then someone nominated me for the award
that sounds pretty impressive!
Aperture found the image and vandalised it with JabbaScript https://cdn.discordapp.com/attachments/305126844661760000/434481170512740362/jabbaseph.png
Rip
hahahaha
that's a speedy boi
Chicken figured out how to get onto coop
Heck Croatia vs. Denmark second half
1-1 👀
let's hope it's Denmark :^)
haha
it's amazing Denmark can even do football
denmark is amazing at footing balls
I imagine they'd have to shut down half the country to just play a football match
cuz its so small
I mean denmark does actually shut down during these events
because everyone is at the telly with a pint and crisps
in germany every time when there is the european or world soccer cup the politicians start to introduce laws people normally would protest against because most of the germans dont care during that time
that sounds horrific, is that true? :D
lol
Nix your country is out of the cup you can't talk about you country as if it is doing well
true true
🔥
oh everyone does that
also, interesting way to cover up bad news
wait till good shit is distracting people
rather than put out some REALLY BAD news
then sneak through the less bad stuff on the sly
like the UK does
yup
I'm not surprised by the UK anymore, but a little surprised by germany
I have a love hate relationship with europe
I have a hate relationship with Europe
Europe is great
They are trying to ban memes guys 😦😦😦
I bet discord won't rotate my image
at least we're not amurica .. yet
On one hand they practice literal eugenics laws but on the other hand they have healthcare that isn't ooga booga spend 9 million dollars on a scratch
oh man
@ivory tiger literal eugenics laws?
smokey smokey
bot.rotate(image)
Damn right
ow ouch owie my neck
@rough sapphire if you're trans before you can do any trans-related stuff they require you to get permanently sterilized "to keep bad genes out"
Which is like ???????? god damn
What country has that law? 😮
Most of them there's a list, sec
I don't know about this rly
I have no raw toast so I can't make any bread
wait no I can't make any toast
Because I have no raw toast
raw toast
I bamboozled myself instead of bamboozling others
yeah, like how frozen water is ice
@rough sapphire Although the UK doesn't require it they have their own issues
I'm gonna start referring to all bread as raw toast
unheated toast is bread
raw toast
Namely the rule that you have to act as the gender you want to be without any transition assistance for 2 years
Which usually leads to public ridicule and shit as extreme as rape
toast sushi
which sux
that's fucking obscene @ivory tiger
@gentle moss beef and chicken kebabs, burgers, sausages
Yeah it sux 😦
The smoking wood is beech because it's all I could get
I know a few people in the UK that are basically broken because they got raped multiple times during that two year process
It's sickening
beech is okay
smol dog
what's its name @bleak lintel ?
She's called Lola
Lola is a lovely dog
that's some hard raw toast you got there
It happens to be frozen raw toast
rofl I was wondering what the fuck was happening there
hahahaha
"jesus is his bread THAT stale"
I was kinda hoping I could smash it to really bamboozle you all
iced toast
don't smash your frozen raw toast
That's how Ice T got his name
Take a hammer to it "oops i broke my raw toast"
Ice Toast.
The dog has figured out I'm not feeding her and has retreated to staring at the chickens
I was about to translate it
but he might not have the context that your dogs name is lola
but now the moment has passed
there are now too many off topics to keep track of all the off topic :(
no it is not.
what happens if i post stuff that isnt related to cooking here?
please don't be serious.
iamseriouslemon
but how
this is an off-topic channel, not a cooking channel. the name is random.
but it could be..
ramen
What are your opinions on microwaves?
they are great for unfreezing frozen raw toast
microwaves are great
nice and fast
kettle better ye
and french press
ye
no wuts that
Hmm
Wow nice
Pellet is where it's at
Those are truly a PITA
Certified Developer™
Seems like that should be on a T-Shirt
It probably is
Unfortunately not :(
Pellet was EZ to light
I really should eat more than just Soylent
i really should eat more
@tame pier isn't the whole point that you shouldn't?
"I really should eat more besides my 100% nutrients and calories daily"

maybe I'm mixing it up with something else
looks dry af
tika chicken cheese toasted red onion and lettus
and the drink is custom
yeah, but is the bread dry
its the best subway bread

the bread has cheese on it
I prefer sweet bread
no
Subway bread is fine but I don't toast mine. That's weird. Unless it's some special sandwich.
Not toasting is weird
no u
Toast on cold cut combo?
To me sounds weird haha. But I guess fine on most others
Ahh haha
Cold cut combo untoasted w/ provolone, lettuce, mayo, honey mustard is my usual
9 grain wheat bread to make me feel good about myself
Oh nice
xD
Honey mustard is the best
Yee
you can still cook with bisk in this channel
we'll just have to cook mental burgers
I was gonna do that anyway
I think I want to make burgers with cheese in the middle of them
and cheese for a bun, too?
I don't like melted cheese rly
mmm.. cheesebunger
Yeah like hand make the burgers
and wrap the meat around a little bit of cheese
so when you bite into the burger your mouth gets coated in fiery hot burning melted cheese
cheesebunger 
When I order burgers i ask for no cheese 
how do you even cheese a bun?
bottled cheese mhmmm
you melt cheese into a bun shape and let it harden.
then put a burger (and some cheese of course) between the buns
you inject cheese into the meat
mmmmmmmmmmmmmmmmm cheesebunger
cheesebunger
I'd smash that
it's like a cheese sauce and they just cover the whole burger in it
got to be the messiest burger to eat ever
Cutlery
I mean as if you're gonna fit that bun in your mouth anyway
ooh, that's a fun way to say that
Haha
I like it when you bungle an idiom so badly it no longer makes sense
but its meaning is still clear
Indeed
I'm also super fond of mixed metaphors
why
He does
so if he has twitch emotes you can set the discord so you get the twitch emotes as global discord emotes while subbed


without being nitro

but you rich somehow
bad burgers are diamond dozen
even though you don't make much money
Heck no, I'm on welfare
beer can burgers look AMAZING!
diamond dozen :D
*a dime a dozen 😄
you're gonna ruin the burgers with you're old
hey...i love being....wait.. bugger 😦
yeah, for all intensive purposes bisk was just telling a joke
age can be a blessing in the skies runey
just got to mustard up the courage to own it
it's a doggy dog world out there so don't take anything for granite
this is terrible
because tax year is 7 months in hahaha
Yeah neither will I probably
ive never had a job
tax year is not 7 months in
I just got my tax refund
but yeah I have decent tax credits so it's not like they'll tax me into the grund
i mean it always comes down to brass stacks
stop acting like such a pre-madonna
hey man, all I ever wanted was the world
oh yeah, why not just have the kids' Nysnc too?
warning: this is degenerating
but I did really appreciate "blessing in the skies", I've never heard that one
No one should put language on a petal stall.
no
:(
it's over, you've killed the frog.
guess i'll just swallow my prize

If I have kids will I have to port them to python 4.0 and make them compatible with gevent
the title tells me it's a screenshot of speed test results
Looks like my internet at home
Those speeds are amazing
wat
Ye I get like 80 down
Lol
prove it's a real line ¬_¬
i call bullshit
Its not mine
its my scaleway server
xD
@ebon quarry @gentle moss
I wish it was mine
exactly
@sand goblet you have/had python collecting server stats with datadog, right?
henlo yes
Is the screenboard still public? I'm working on using datadog for another project and I'd be interested in seeing how you displayed the data
make a gif
Ah yes
i am confused
good meme
Hi @fallen maple
Welcome to the server
@sullen thorn There's no server based on this
Haven't you noticed? The off-topic channels are renamed every day
:P
do we actually talk about whatever topic theyre named after?



