#ot1-perplexing-regexing
1 messages ยท Page 51 of 1
ah wait, actually pycharm does understand breakpoint()
wdym understand?
i believe then it was vscode which didnt understand breakpoint()
lol
well, breakpoint() will act a a brekpoint
and will be opened in a pycharm's debugger
instead of python's builtin
wow
pycharm is smart
like this
it is fascinating
wdym
GUI is Graphical User Interface
discord is a GUI app
pycharm is GUI
vscode is GUI
๐คฏ
vim, however, is TUI (Terminal User Interface)
๐คฏ
what exactly is the graphic part
so, this is a graphical interface of pycharm's debugger
colors
buttons
little drawings
like
images
(icons are images)
hmmm... ok
it doesnt say you cant do all of those in terminal
but lets be honest
this is actually TUI
and this is GUI
interesting...
so you can say a "welcome page"
hmm
dw i use neovim only as a notepad ||i am sorry for that||
(linux just doesnt have a notepad, like windows-like notepad, or at least i havent found such)
neovim doubles up as a great notepad
ikr
hmm
neovim good editor ๐๐ผ
could a note pad be a GUI
windows notepad is GUI
i suppose you are on windwos
so just
on mac
WIN + R, and run notepad.exe
lol
lmao
lol but what is the difference between TUI and GUI
Terminal UI
the colours and all that you said up there?
wdym it is in terminal?
a terminal (emulator)
this is a terminal
like Windows Terminal orโฆ CMD
it cannot display graphics
or Terminal.app, since you're on mac
only text symbols
Idk why but I've used the windows terminal once
(colored text as well)
but what does it do
it emulates an actual terminal
ok
what's an actual terminal?
lol
that thing
isn't that a computer?
well
lol
lmao
lmao
like how now we have to ssh into a server
back then you had a terminal into a computer
so not anymore
somewhere it's still done like that I'm sure
sadly I can't
but mostly no
i doubt with such huge terminals
personal computers, definitely no
where are you ignorant ๐
terminal?
what verb
lmao
you click keys on a keyboard
astonishshshs
astonishing
lmao thanks
the verb lol
can't it be used as a verb also?
you are astonishing
what action would that imply
lmao
ah yes, I'm terminaling into my computer
lmao
idk why I laughed so much at that sentence because I don't even understand it
btw, iirc computers bugs are called "bugs", cuz the first computer bug was actually cause by an actual bug
this one
like a bug flew into a pc CPU, and it caused some errors
that I astonish you?
CPUs were big enough to be able to do that
yes
hm
maybe that you impress me
but then just use impress lmao
lmao so a bug can be caused by a bug?
cool story btw
literally yes
wasn't the cpu inside the computer?
who said they were super germetic machines
they had open parts
lmao ok
I like how they write about it so seriously
i mean it was 1947
PCs were very edge of computing technology
germetic?
ok gimme a sec
yeah seems reasonably
ah
lmao
it was a serious science
that's what I thought
i mean they still are
very edge
because we dont have alternatives really
lol ok
(also i actually meant computers in generally, not PCs)
I guessed smt like that
lol
True
lmao
supercomputers be like: I'm not at the edge, I am the edge
wdym
when?
still a computer
when i said "PCs are the edge of the computing"
i meant computers
you are not ignorant
how do you learn all this
curiousity โจ
that face always gets me
:agony:, if you are wondering
btw, another thing when debugging, you cant change code of application when it is running
it would be really nice if you could
but you cant
you have to fully restart the app
depends on the runtime
i mean yeah
but you probably just google it in seconds and understands it, while I have to do research for hours to know the definition of every word they use to describe a basic concepts as server or idk
but generally no
lisp has famously supported debugging running apps like this
thanks lmao, the word is almost as funny
i doubt that
omg what is code of application lmao
this is the code ๐
that thing
is called
"code"
and application is... a bunch of code which does specific job
like.... base64 is a coreutil application, which's job is to decode and encode base64-encoded data
lol you're not sure ๐
i now see your point tho ๐
oh i didnt see that
lol
wait to many decode and encodes lol
which one was which one lol
In computer programming, Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits.
As with all binary-to-text encoding schemes, Base64 is designed to carry data stored in binary formats across channels...
lol
jk
lmao it's sad
Base64 is basically converting binary data, into a specific representation out of characters
this can be useful to be able to send binary data, over url links
isn't that ascii?
you could call it like that
cuz base64 uses ASCII set
(query paramaters to be exactly)
ASCII just tells what byte represents what character
and base64 converts bytes into representation of characters
actually you know what
lol
:c
there we convert from 10-digits, into 2-digits
base64 is basically converting 256-digits into 64-digits
I see 8 digits to the right lol
i meant the amount of digits a base has
binary has 2 digits - 1 and 0
๐คฏ
lmao sorry
decimal has 10 - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
now I know
hex has 16 digits
lmao
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
base64 has 64 digits
and fuck it i aint writing all digits of base64
(we use letters as digits cuz we ran out of actual digits)
lmao thats why you deleted the comment
yes
qalc ๐๐ผ
yeah that was my guess
lol
i mean 6k LOC main file
and the only file
the most of the qalc code
is in 1 single file
and it is huge
and they began talking an unknown language
oh my god
just look at it
it's the name of that calculator
it is not main.cpp
no
it is just the actual code
that does the thing
like library code
just look at it
ENTIRE SOURCE CODE
at least it's unit tested
lmao
wow, it's impressive that someone can be speaking the same language as you while understanding nothing of it
crypting is solved
ikr
just speak code
println!("'tis code")
7700 lines of code ๐
!e
import string
print(string.digits + string.ascii_lowercase + string.ascii_uppercase + "/=")
๐คฏ
@jaunty wraith :white_check_mark: Your 3.11 eval job has completed with return code 0.
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/=
it is also pretty much by 1 dev
there you go
actualy looks like something i would write
and this dev maintaince even BETTER practice with comments
1 comment per 2000 LOC
not 1 comment per 500 LOC
this is truly some code
this if-statement ๐
if((to_str[0] == '?' && (!printops.use_unit_prefixes || !printops.use_prefixes_for_currencies || !printops.use_prefixes_for_all_units)) || (to_str.length() > 1 && to_str[1] == '?' && to_str[0] == 'a' && (!printops.use_unit_prefixes || !printops.use_prefixes_for_currencies || !printops.use_all_prefixes || !printops.use_prefixes_for_all_units)) || (to_str.length() > 1 && to_str[1] == '?' && to_str[0] == 'd' && (!printops.use_unit_prefixes || !printops.use_prefixes_for_currencies || !printops.use_prefixes_for_all_units || CALCULATOR->usesBinaryPrefixes() > 0))) {
printops.use_unit_prefixes = true;
printops.use_prefixes_for_currencies = true;
it is truly a nightmare
a different implementation of qalc that calls into libqalculate would be great
whats dev
developer
ikr
no wonders they are the only contributor
legitemetely
thx
excuse me?
wait you can code in discord?
and get outputs?
I mean, if it works ยฏ_(ใ)_/ยฏ
@royal lake is special
!help e
!eval [python_version] <code, ...>
Can also use: e
Run Python code and get the results.
This command supports multiple lines of code, including formatted code blocks. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.
The starting working directory /home, is a writeable temporary file system. Files created, excluding names with leading underscores, will be uploaded in the response.
If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them.
By default, your code is run on Python 3.11. A python_version arg of 3.10 can also be specified.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!
it just worksโข
i mean like
it is insane
remember that xkcd
this is another such "project some random person in netherlands(?) has been thanklessly mainting since 2016"
so which syntax do you use?
!eval
for n in range(10 + 1):
if n % 2 == 0:
continue
print(n)
@naive igloo :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 1
002 | 3
003 | 5
004 | 7
005 | 9
(use #bot-commands )
(ok)
do I just put the code between <> after the "!eval"
no
you put it in \`\
uh
this
@heavy minnow :x: Your 3.11 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | ยดยดยดprint("Hello, World!")
003 | ^
004 | SyntaxError: invalid character 'ยด' (U+00B4)
@heavy minnow :x: Your 3.11 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | ยดยดยดprint("Hello, World!")ยดยดยด
003 | ^
004 | SyntaxError: invalid character 'ยด' (U+00B4)
lmao
code
SHIFT + ENTER
!eval
ยดยดยดpy
print("Hello, world!")
ยดยดยด
@heavy minnow :x: Your 3.11 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | ยดยดยดpy
003 | ^
004 | SyntaxError: invalid character 'ยด' (U+00B4)
excuse me waht
lmao
!eval print(ord('ยด'))
@naive igloo :white_check_mark: Your 3.11 eval job has completed with return code 0.
180
!eval print(ord('`'))
@naive igloo :white_check_mark: Your 3.11 eval job has completed with return code 0.
96
code
@heavy minnow :x: Your 3.11 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | '''py
003 | ^
004 | SyntaxError: unterminated triple-quoted string literal (detected at line 2)
omg
I forgot the shift enter ๐
use #bot-commands
which is near 1
รฅ in swedish layout
idk
let me try again lol
ัััยฟ
I don't have nitro lol
that emoji is not on this server
me neither
hahahahahaa
i have fakenitro...
ok yk what
then newline
@naive igloo :white_check_mark: Your 3.11 eval job has completed with return code 0.
hello, world
then triple ``
without them
what is the difference
@heavy minnow :white_check_mark: Your 3.11 eval job has completed with return code 0.
hello, world
what
hi
none tbh
except for others it would be more readable
so no spamming?
no it is just a meme phrase
for offtopic channels
changes every 24 hours
one time it was "continuos-ducky-integration"
ducky?
"python-general-is-not-rust-general" too
yes.
what is that
lol?
just random phrase somebody said
rust is another language right?
yep
ok
fn main() {
println!("this is rust!");
}
i mean if you will write code like this, it is not fun
print("hello, world")
good job!
that's just imcoprehensible
wait how do you write that word
wdym
@heavy minnow :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello, world!
now I get it
but it seems like the syntax is:
wait
`this is weird``
hi
hi
!eval
`py
!eval
py print("hello, world")
๐คฏ
!eval
print("Hello, world!")
@heavy minnow :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello, world!
!evalpy print("Hello, world!")
@heavy minnow :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello, world!
!evalpy print("Hello, world!")
@heavy minnow :white_check_mark: Your 3.11 eval job has completed with return code 0.
Hello, world!
how btw
lol
lmao what was that
the mods of this server or of discord?
of both
lmao
ignorance I love it
he just exploded
just for not needing to scroll
i dont understand why there's two lines into the ground
not real sure but i think yes last year i bought a used but working 1050 ti for 100$ and a 970 is kind of better
lmfao
its like im robbing the guy
i hope hes not gonna kill me or smth im scared to meet up
well not really if he decided the price
yes i am robbing him
but what VRAM does it have? 4GB GDDR6? less? more?
yeah
for that price its pretty well
thats what i had in my 1050
now i changed for a 3060 but thats storry for another time
would you say thr price is too good? or good
like is it a believable price
for such a piece
i really dont wanna die
well did you decide the price or the seller did?
whats this project for?
lmao. TIL
fn main() {
break rust;
}
ikr
that thing literally breaks rust
does anybody have the code to join users who authorized my application to a guild?
Wasn't there a code pasting service used to link code that was used on here? Does anyone remember?
!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.
migrated from hastebin to the current pinwand a few months ago, but they're both self-hosted
Awesome thanks!
so you've requested the guilds.join scope?
use the code snippets here: https://discord.com/developers/docs/topics/oauth2
once you've got the access token mentioned you make a request to this endpoint with the authorization header of Bearer <your-access-token>: https://discord.com/developers/docs/resources/guild#add-guild-member
yes
can you plase send me the working code
bcuz i cant figure anything out
the code snippets you need are on that page
i don't have an example unfortuntely
but you just need to get the access token using the snippet on the first link, and using that token make a request using the second link
ok thanks
which one?
token URL
ok thx
here is a code snippet: https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-exchange-example
Have you seen those people who go to a doctor to remove all of there teeth and have these placeholder things installed in their mouth so they can put fake teeth in their mouth. Why couldnโt they get braces instead?
do you have a code snippet for this one?
idk
no, but there is very little code you need
literally make a PUT request, fill in the user ID and the guild ID, and set the authorization header to that
ok thx
def add_to_guild(access_token, userID, guildID):
url = f"{API_ENDPOINT}/guilds/{guildID}/members/{userID}"
botToken = "here i put bot token"
data = {
"access_token" : access_token,
}
headers = {
"Authorization" : f"Bot {botToken}",
'Content-Type': 'application/json'
}
response = requests.put(url=url, headers=headers, json=data)
print(response.text)
would this one work?
no
you don't use the bot token
you use the access token that you've requested using the token endpoint
Authorization: Bearer <the-returned-token>
i dont understand anything
i would really want an example code so i understand it
there may be some online
i just unfortunately don't have one right now, nor the time to make one right now
when you have the time can you please dm me with an example code?
i don't have the time to write out this example, but you may find one online searching around on github gists or something
def join_server(access_token: str, guild_id: Union[str, int], user_id: Union[str, int]) -> dict:
"""
Attempts to add a user using their access token by sending a put request directly to
`discord.com/api/guilds/{guild.id}/members/{user.id}` returns a request status code, if the return
statement is 500, an error has occurred.
"""
token = "Bot Token" # Bot Token Here
headers = {
"Authorization": f"Bot {token}",
"Content-Type": "application/json"
}
json_data = json.dumps({
"access_token": access_token
})
try:
response = requests.put(url=f"https://discord.com/api/guilds/{guild_id}/members/{user_id}", headers=headers, data=json_data)
# json_response = response.json() # Easier to do, already parsed response
print(response.status_code)
print(response.text)
return response.status_code
except Exception as error:
print(f"Error occurred: {error}")
return 500
would this one work? i got it from stack owerflow
that would probably work yes
if you can collect the access_token, guild_id and user_id and pass it into that function it'll work
but please please please make sure you understand what this is doing
ok
i think i do..
do i need to have a website for it to work?
yes
you need to have a server that Discord redirects to after your user authorises the guilds.join scope
cant i just use google.com
??
discord sends the user back to your server with the access token
so you need a publicly accessible webapp running on a server
can it be sites.google.com or does it actually need to be my domain?
no
it needs to be a website that your python code is running on
this is where the code that runs the joining request runs
so i need to buy a domain?
you need to buy a domain or find a service where you can run your application and be allocated a subdomain
ok
like cloudflare workers
Microsoft, in addition to the contemptible work they've been doing with Minecraft, have been doing a decent job with optimisation, compared to earlier versions.
I can't speak to Roblox.
i can do pull ups with 3 fingers but i am afraid if i do it with 2 then my fingers will suddenly, you know, pop off
is that even possible
Your fingers will likely register pain before significant damage is incurred.
Muscle strain/tear, bone fracture, dislocation and dermal injury are possible outcomes.
@rough sapphire Training your body is encouraged, but be reasonable in your treatment of it.
A lower intensity resistance training technique may be more appropriate.
Theres no muscle in your fingers what are you training
Which one?
i just did it with two fingers, only once though
it was pretty average tbh, i didn't feel much pain in my fingers
and yes, my fingers didn't pop out
i just had a thought
imagine something that puts the numbers as far from each other as possible
-inf, inf
imagine the numbers
1,2,3,4,5
it would look like
3,5,2,4,1
wdym as far from each other as possible
!e ```py
import itertools
def func(arr):
return sum(abs(a - b) for a, b in zip(arr, arr[1:]))
result = max(itertools.permutations(range(1, 6)), key=func)
print(result)```
@soft violet :white_check_mark: Your 3.11 eval job has completed with return code 0.
(2, 4, 1, 5, 3)
woah
uhhh
like imagine the numbers 1,2,3, 1 is alergic to 2 and they need to get as far from each other as possible, so it now looks like 1,3,2
"maximise total variation"
cause 7 8 9
it's pretty odd, yeah
uh oh\
lmao
@alpine edge :white_check_mark: Your 3.11 eval job has completed with return code 0.
2set()3
i mean 1 is really far from 3 in the line
Here's your reminder: #ot1-perplexing-regexing message
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
@ionic jolt I wouldn't say they are trolling, people learn different skills at different rates and the last dpy post they made seems genuine enough to me
I think they're trolling because they're so close to making the code work, then they just change random parts that they weren't told to and mess it all up
That's just what beginners do sometimes, changing random things without understanding the code and hoping it works
You are beautiful
<@&831776746206265384>
Deleting ur msg wonโt help u lol
Don't harass people
If you have a problem with someone, contact @polar knoll
needling people doesn't help anyone
is that white stuff plastic bowl?
Not any more?
I'm sure with enough duct tape it can be reassembled
๐
rip
How is a wireless charger suppose to work? Itโs a flat circle.
magic
Same theory as microwaves
Pushing energy through the air
So is my phone charging right now?
Itโs not plugged in
But I plugged the flat circle to an outlet with an USB
if it says it's charging, it's probably charging
How do I get my phone to charge?
Depends
You shouldn't have to do anything
Just set it on there
If it's plugged in... Does your phone support wireless charging?
You probably just need to remove your case or reposition your phone
Wth man. I got so excited about the concept of wireless charging.
I was thinking I could charge my phone whenever Iโm out.
physics disagrees
Oh I see. I just used it. Itโs like a magnet.
But I really thought a wireless charger was basically a portable charger.
you can't move it?
I need it plugged to an outlet apparently
For it to charge
They learned about wireless charging from Nikola Teslas idea of wireless electronics
as opposed to normal chargers, where you need to plug it into an outlet
Yeah
Wireless from the charger to your phone
The electricity still has to get into the charger for the charger to have it available to make use of
So I conceptually donโt see whatโs so different about wireless chargers. I get the same result.
I thought it could be portable
conceptually, they are different. practically, probably not
I can charge an Android and an iPhone with the same charger
big deal, we had that years ago with usb-c ๐
๐คจ
Show me an iPhone with USB-C
more the "multiple devices" part
i can charge both my laptops, phone, old phone, new phone, earbuds
Well this sucks. I wonโt be able to charge my iPhone whenever I take the train to go to a different city.
I have to take the train back to charge my phone
Micro USB Gang
you can get a powerbank with wireless charging
you could just bring a charger
though I am not sure wireless charging is quite efficient enough to have that be a useful thing
the only place i've seen wireless charging be cool is with mouses
but that requires you to have an annoying pad under your mousepad
I like that apple mouse with the charger on the bottom of it
Wow this looks useful
https://www.amazon.ca/VEGER-Portable-Charger-5000mAh-Battery/dp/B09NXPHQVL
Design for All iPhones and AirPods: Power bank is widely compatible with iPhone 13, iPhone 13 Pro, iPhone 13 Pro Max, iPhone 13 Mini, iPhone 12, iPhone 12 Pro, iPhone 12 Pro Max, iPhone 12 Mini, iPhone 11, iPhone 11 Pro, iPhone 11 Pro Max, iPhone XR, iPhone 8, iPhone 8 Plus, iPhone X, iPhone 7, i...
๐คจ

Idk why it said that
Yeah
Someone got fired for that
Mini portable charger is exactly what I need
Some could have, but I'm pretty sure apple's mice are still like that
L apple fr
It would be cool if charging stations exist in major cities.
there was this cool thing I saw in denmark I believe where you bought a powerbank for like 15 euro, then for an euro could swap it out with a fully charged one at a vending machine.
there are outlets in pretty much any coffee shop you go into
unless you mean like car chargers
Someone told me that the reason you can't use the mouse while its charging is because the cable is not designed to be bendy enough for a mouse cable, so the experience would suck
wait, it couldn't be denmark
it must be germany
denmark doesn't use euro
i think logitech made a cool wirelessly charging mouse
yeah the wirelessly charging mice are cool
has someone done it for a keyboard yet?
I am not quite ready to put batteries into things that are meant to last decades
ye, there are wirelessly charging keyboards
which is IMO the most pointless thing
just run the cable through your table if you really hate seeing that much
or get some fancy cable
yeah but that's work I have to do to cable manage
well, you still have to cable manage the wireless charger in place
we can't quite magic electricity around yet
fair
Why?
and it'd probably have to be in the desk lol
I think something about that much radio power causing cancer or something similarily dumb. /j
you never know with 5g these days

IG it could charge a keyboard
I doubt it can do the 300mW at that range
the 300mW one is 5 meters
it looks to mostly be for low power IoT stuff. the examples they give are smart faucets and electric toothbrushes ๐ฉ
also it says it uses IR which is interesting
I wonder if it is stable enough to run a device without a battery
so they say
then it is something I am actually interested in
Microphones everywhere 
i wonder if it has to be line of sight though
I would expect so
given it uses IR. can't really beam that through walls
The Thing, also known as the Great Seal bug, was one of the first covert listening devices (or "bugs") to use passive techniques to transmit an audio signal. It was concealed inside a gift given by the Soviet Union to W. Averell Harriman, the United States Ambassador to the Soviet Union, on August 4, 1945. Because it was passive, needing electro...
I doubt it can even do the one wall WiFi can
this does look quite cool
an OEM, commercial or industrial business, or a private investor
damn, I am just a guy who wants to mess around with wireless power.
Tin foil hat time lol
IG it makes sense, they probably don't have many of these
gotta start a sham business and get them to send you some
There's stiff competition from Sham-wow
I don't think they have any to send tbh.
Okay I will try to uninstall for like two days I feel weird
I want to know everybody thinks about this. This does not reflect my personal views but I read and hear arguments about is that what humans do is fundamentally deep rooted in procreation. When men get a career, it's to provide resources and security which is all deep rooted in trying to procreate if they meet a woman. When women are trying to make themselves look attractive and healthy, it's all deep rooted in procreation when if meet a men. I want know how accurate you guys think this is.
what about asexual and/or aromantic people?
^ you can have a carreer to provide security and resources for yourself without wanting to procreate
you can argue that anything is for procreation 'deep down' with enough emphasis
'but its REALLY DEEP DOWN'
actually you could argue any psychological reason is the rationale for anything by the same logic
humans dont do things exclusively for procreation
and thats a fact
(see: altruism)
people who say shit otherwise are trying to justify them objectifying women and only seeing them as sex objects lol
preach
sure, the need to reproduce is absolutely a fundamental desire of a vast majority of people and all life
but, to consider it the only one is a bit misguided of people since humans are by and large very complex creatures
anyone have a script for a moddern gui??
i want to get a career so i can feed myself. if someone else comes along that i would want to support, sure thats great, but its not the only reason
but the issue with the 'deep down' logic is that its.. well.. kind of unfalsifiable
I want know how accurate you guys think this is.
Suggesting it is accurate does a discredit to inaccuracy. I find the summary to be one-sided, objectifying, and slightly offensive.
Thanks for your input guys. Itโs reassuring and insightful
the ergonomics are the thing that makes me not like it
how your hand sits on it, it's too flat, and it doesn't sit right in your hand
a mayfly has a lifespan of 24 hours
why doesn't it just die
it does die, in 24 hours
They live quite a bit longer, they are only adults for one to two days.
.wiki mayfly
Mayfly
Mayflies (also known as shadflies or fishflies in Canada and the upper Midwestern United States, as Canadian soldiers in the American Great Lakes region
Mayfly (disambiguation)
Look up mayfly in Wiktionary, the free dictionary. A mayfly is a type of insect belonging to the order Ephemeroptera. Mayfly or Mayflies may also refer
Uh
am ace and the only reason i have a career is to secure food and shelter for me and my platoon of cats
You are what
ace = asexual, aro = aromantic
its a shorthand
Platoon?
You need multiple squads?
Are you going to get an entire company soon?
Are you ready for that promotion?
hopefully with a good career, i can afford not only more cats but more destructive ones too
dog
doog
thats actually a linux
well, that's actually a linus
tf2
yeah, it's decent
based
i play pes mobile
it sucks
lol
i used to play this naruto game on my phone but it's only available in china
i strangely zone out when i play games on my console
if destructive why polite
Had to ride the train back home because Iโm losing batteries on my iphone
tfw iphone and cant wirelessly charge your device with other phones
What is tfw?
that feeling when
Iโm seriously proud of myself; I once again overcame my fear to approach several drop dead gorgeous women at an amusement park.
Action > Inaction. I remind myself this everyday.
eh the power sharing is kind of slow
May I get everybody's story from the gentlemen on how they met their partner?
Truncated version: I found friends that I wanted to spend more time with. They agreed.
Oh, "from the gentlemen". My answer probably doesn't count. I'm not much one of those.
DOOM 64
I dont really play games as a main thing too much
And some geometry dash
Android superiority
The linux linus, doggo distro
Iโm just seriously curious on how men ended up being in a relationship with their woman. I want to see if they are any consistencies in everybodyโs story. Maybe I am missing something; Iโm trying my best to nail down the dating game on itโs head.
How did some of us end up with our partners? We met them in a social situation whether face to face or long distance. We chatted, usually awkwardly, about our interests. We liked chatting enough that we did it again. Then again. Then again. We became friends. Then best friends. Trust, communication, and an understanding of each other grows. Where it leads is different for everyone.
For you, I'm going to guess that you can't tell us much about those women you met earlier other than "they are drop dead gorgeous". It's presumptuous of me, I know. Your verbiage strikes me as the type of mindset that focuses on a narrowed view of what should be a life commitment of mutual friendship.
Trust communication growing hmm sounds idyllic.
that pretty much sums up how i met my gf
Don't try "to nail down the dating game". It's not a game. Just be sincere and have hobbies.
Yeh don't listen to me, I'm still sore where the knife was stuck in my heart
Phantom pain if you will
Since I'm alright I think. I would never try to call them
So it feels weird to be still alive after that
I almost thought "I want to call" a week ago, but I thought about how you made me feel so nonchalantly, see you never
Some wounds take more time to heal than others. Some leave scars. The good news is that we do heal, the pain does fade, and the memories get a bit fuzzy around the edges.
hey can someone help me
i mean this is offtopic channel but this help is also offtopic
i accidentally deleted my explorer.exe and downloading explorer.exe from internet doesn't work as it has explorer.exe from only windows 7 to 10, i was trying to replace explorer.exe with explorerplusplus but somehow i deleted both the original and backup explorer.exe
and i need windows 11 explorer.exe, if someone got windows 11 please do dm me. Dont even think about sending me reverse shell, i will be analysing the file first
Is this all I need to charge my phone while Iโm on the go?
yeah, not a fan of the design though
You have a bulky mass attached to the bottom of your phone
I like rust's error traceback
Do you know a better alternative?
probably just a regular powerbank you connect to with wire.
so you can charge while using your phone without having to (directly) lug a mass around
which distribution?
So basically an outlet?
But I will be going to an amusement park again
I went on one rollercoaster. Once.
Actually 2 but the second one wasn't very intense
Hypercoaster, the Mamba at Worlds of Fun. My reasoning for going with that was if I hated rollercoasters at least I went on a proper one first. Don't like it, little too intense for my tiny body
I actually had massive bruises afterwards where I got pushed down into the side of the car lol
I hate heights too but being strapped in helps
Although
On the freefall from the 205 feet or whatever it was, I definitely felt like I was slipping out of those restraints
I've gone before, but every time it was out of peer pressure lol
The hilarious thing is that it didn't excite nor scare me. My heart rate didn't even go up really
I just started dropping, saw the bottom and was like "oh, this is going to hurt very badly"
It did.
My girlfriend was next to me and screaming in pure joy, she loves rollercoasters. After the first couple of turns she stopped and looked at me and said "ARE YOU OKAY?"
I managed a ๐ as the tails beat the shit out of my back
I looked at her as we were rolling into the station and said "I hate rollercoasters"
I can probably stomach a "traditional" roller coaster
but the shit that spins you in circles and sticks you upside down is an immediate no
there's one at Hershey Park that dangles you by the feet
I shouldn't ride those kinda rides because of my heart
But on the other hand it doesn't really get my heart rate up so I guess it's not that bad
The other one I rode was the spinning dragons or w/e it's called and it was far more tolerable
hmm
I can't do things that spin fast I learned. Even the kiddy rides really. Triggers my migraines
So amusement parks are really not my thing
fair enough
Took 26 years to find out cause that was my first time going
It's probably reasonable to assume if I'd been going my whole life I'd probably fare better
Just too old to start now
Too old and body too broken
I can't stomach the more intense stuff, so I'm not a huge fan either lol
I went on like my 24th birthday and rode a big Rollercoaster , and the turns gave me a headache that lasted the rest of the day
That ride used to be fun to me as a kid
Roller coasters were scary before, now they're sorta boring
Too short
Beginning drop is good tho
Yes. Itโs the last day before it closes for the rest of the year. Thereโs always beautiful women there and nice bands playing there too.
Also wrestling matches, a computer game center to play video games and etc
Sounds like the amusement park from that Johnny Knoxville movie
I guess minus kids getting hurt on makeshift slides
Okay , it's nothing like that amusement park
Can't believe I can't remember the name of that movie 
It's kind of boring
sfc /scannow and let god bless you
ok trying
the new explorer.exe is bit sus, i wish i hadn't overwritten backup so i could use one or other whenever i felt like it
i think i need to find someone with win 11 and ask for the executable, till then gotta work with this explorer.exe
did it help?
@naive igloo starting explorer.exe still brings up new one
the original is still destroyed
I can probably get it for you
But... How is your system running?
System running better go and catch it.
๐ฉ
i downloaded explorerplusplus and so i can somehow run windows though with limited permissions
Yeah but... That's like the core of the entire system
The window manager itself goes through that exe
explorer.exe doesn't come from the store
how did you even delete it anyway
i was trying to test explorerplus plus so i copied explorer.exe to backup folder and copied explorerplusplus.exe as explorer.exe to system32 and got bit confused since both has same name
so i mistakely overwrote the backup file
Read the directions
Go ahead and reboot now, and then do this:
sfc /scannow
dism /online /cleanup-image /restorehealth
sfc /scannow
(yes do the same thing twice)
If that doesn't work, I dumped my explorer.exe here, that might possible work
System32 doesn't have an explorer.exe
It's in C:\Windows
sorry the folder outside system32
ye
okay
already typed sfc /scannow, what does dism does?
ah
Normally used to prepare images for deployment
But it can be used to clean up your existing image
Maybe if I just sleep all day I can feel better
Idk
I'm studying all day but do I really have a choice?
Guess I can sit and watch TV all day
I feel fucking bad
Ok. I fixed everything. Basically downloaded your explorer.exe, booted into linux, mounted windows partition and put the real file
then now i booted into windows and
everything looks good
you're not supposed to be modifying them
โฏ nix profile upgrade '.*'
warning: error: unable to download 'https://github.com/NixOS/nixpkgs/archive/3c15feef7770eb5500a4b8792623e2d6f598c9c1.tar.gz': HTTP error 503
response body:
<!DOCTYPE html>
<!--
Hello future GitHubber! I bet you're here to remove those nasty inline styles,
DRY up these templates and make 'em nice and re-usable, right?
Please, don't. https://github.com/styleguide/templates/2.0
-->
<html>
<head>
<title>Unicorn! · GitHub</title>

weird comment
Hello GitHubber
what sorcery is that
If you manage to delete something like that a reinstall might be more useful
.
oh they removed it from their name ๐ข
woops sweg sorry for the ping in this channel, I thought the original msg I sent was in the channel
nw
should i be letting copilot write my readme
probably not
AI isn't always the best at understanding whatever in the world someone may be trying to do
yes but don't forget to read it
even human can't understand the code, that isn't written by them
@tranquil orchid https://youtube.com/shorts/M7INIr4QFg8?si=wQU5Sa1Vm_qj6Zit ๐ do your rockets make this beautiful noise
Minecraft just had the great idea of loading the world in chunks over the network.
previously, chunks were only used for storing and generating the world. Now they prioritize loading chunks closest to the player.
Chonk
Finally I can build a $80 minecraft destroyer
Pentium 4 here to play
i love this
hello
is anyone can help me
I just need to active my minecraft bot buy its gives error
I mean minecraft mineflayer bot
how to active him if code gives error
what is the error?


mfw no sudorem