#ot1-perplexing-regexing
1 messages ยท Page 601 of 1
i only work with p and s ๐
what are d thingies
i think ive heard of em
life is better as long as you are limited to those 
He didn't, too bad
ive only done them in configuration
We had a two lines formula too, along with that graph
alright i hate univ already xD
Basically you are going to learn this is all a lie and you gotta start back from scratch lol
no way i wanna have that formula memorized
0_0
Thank god we don't even have to work with that formula
sheesh dont spoil it for him... let him be amused in 11th
nah dont worry i learnt that stuff
till MOT i know, then i stopped
mostly because i did not understand a thing
even now im like wtf did i read
i probably need to read it again
or ill probably fail any exam
i dont think u need anything more than MOT till like 12th mid
MOT == pain
its fun to draw that stuff lol
I'm not sure if it is actually supposed to be an integral but a sum
But what do I know
this makes sense smh
how do you put an equal to in an integration
or are those seperate

its formatting issue lol.. basically the limits
basically isnt this sum of all probability of finding the electron is 1 kinda shit?
Yeah
That's my understanding
But I have no idea why that is the integration symbol
Surely it should be sum, right ?
i think its torque

i think ill just leave akarys to his misery and suffer with organic chem instead
oof how is organic chem
Oh god
Please lemme go back to quantum physics
Apparently it isn't needed during the first two years
is quantum physics better than quantum chem
And since I'll probably choose electronics or informatics in year three I shouldn't ever do organic again
organic chem is a fun hell
i mean its still hell
but its fun
Organic chemistry was probably the most fun i've had in school
Didnt get to the complex stuff, just a level tier
I step out of offtopic for a few hours and you're doing quantum physics there ๐
i hate it
1 reaction and 10 exception
ยฏ_(ใ)_/ยฏ
in physics u get answer for everything unlike chem where u just have to mug up
so phy world be more better
would*
How the heck is that any fun? You learn how to draw a stupid molecule by heart to simply use a tool to generate that when you start working, unless you are working in organic research
I start university for a few hours and we're doing quantum physics there ๐
But you get real good at drawing hexagons \s
I an feel you dude
I'm glad I didn't have to take organic chemistry, just needed to touch on combustion
Hexa-draw-er ?
Technically not a class that was taught
haha, I had two periods of quantum field theory today 
Sounds fun >.<
dont ask me ๐คทโโ๏ธ
VB not too bad iirc
oh no the code jam channel got deleted and i'm back to 18k messages
lol
hello
bye
hm
^
@thorn yacht let's not be posting that in this server please
hi guys
uWu
(double) Rand.Value < 0.300000011920929 ? QualityCategory.Normal :
wtf is this constant
hmm, actually this is in decompiled sources and it's a double, so it's probably just the closest to 0.3 a double can represent
!e print(0.1+0.2)
@harsh tundra :white_check_mark: Your eval job has completed with return code 0.
0.30000000000000004
!e
import numpy as np
print(float(np.float32(0.3)))
@gritty zinc :white_check_mark: Your eval job has completed with return code 0.
0.30000001192092896
This is better
ah, there it is.... actually no, it's still slightly wrong lol
why the hell did the decompiler round it then
python floats are float64s?
they are
hmm
why is that lol
@gritty zinc :white_check_mark: Your eval job has completed with return code 0.
0.3
bruh
no, it's definitely due to the float precision
:/
weird decompiler shenanigans, I guess
like, what
Mathf.Clamp((double) num >= 0.100000001490116 ? ((double) num >= 0.200000002980232 ?
here's more
It is C#.
eh
also, wtf is this line
return (QualityCategory) Mathf.Clamp((double) num >= 0.100000001490116 ? ((double) num >= 0.200000002980232 ? itemQuality : itemQuality + 1) : itemQuality - 1, 0, 4);
what are you decompiling ๐
nest a ternary in a clamp, what a wonderful idea
Rimworld. Looking into modding.
lol
O
StaticQualityPlus, a mod I'm using, doesn't support something I want, and also I read its source code and my braincells leaked through my ears
so I want to make my own version, because oh boy do I feel even I can do better
if you want to see what I mean, behold:
Oh trust me, you do
WTF
unless you think three 20-case switches is a good idea
lmaooo this is great
This isn't, like, a beginner's mod by the way. This has been developed for years over multiple versions.
Though I suspect this part was written many years ago and just never rewritten to be less insane
wait i thought you didn't need break in switch in c#
I think you do, though for ints the compiler is probably smart enough to break either way
what you definitely can do, though, is have a single block for several cases
instead of copy-pasting them
and that's not even considering that this could have not been a switch at all, with perhaps some math.
yeah
eh, the compiler will optimize it
actually, that's the new revolution
it's not "AI will take over", it's "compilers will optimize everything"
This is the excuse for writing readable code that doesn't seem performant, not the opposite! ๐
just wait for AI compilers
which might be the same thing, now that i think about it
just wait, they'll write lapack in python next
oh god
we already use AI for rendering, compilers are a pretty big leap, but a possibility nontheless
this is from the game's source code:
switch (relevantSkillLevel)
{
case 0:
centerX += 0.7f;
break;
case 1:
centerX += 1.1f;
break;
case 2:
centerX += 1.5f;
break;
case 3:
centerX += 1.8f;
break;
...
they aren't all the same, but this still count have used some math
or, like, an array
this is decompiled, strictly speaking, so I wonder if this is the compiler optimizing it from something better
Oh. I looked at the source and realised the thing I'm trying to do should already actually work
unless SQPlus does something truly weird
let's do more testing, maybe I won't need a custom mod after all
how's this color palette ?
Background is also too saturated imo
the blue on blue is horrible
lmao
those icons remind me of windows
which framework?
just deciding theme for now, will probably use react
fluent UI on the web?
yeah
Can I save those two messages as reaction image? XD
same which is why i want to do it lol
is it available?
for flutter and .NET, yes
does this use the new one?
i can't really say from that pic
i could just use the fluent "dark" color palette but it feels too normie lol
i wish frameworks could adopt the mica design thing
whats that
oh ok
yes
i did make a w11 app but gave up on it lol
mfw
disabled?
amazing i love it
Yeah but that's just fluent design 
way too bright
this is nice
true
Hii guys....
I'm new to python as well as in this server
can anyone tell me how can I learn python
๐ฅฒ
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Same bro
macOS I hate
But why? ๐
i use macos and i hate it, thank you very much
Why does everyone hate macOS?
I don't
I use windows and have never tried mac
I think so
barely used windows
well if u never used mac i think its rather unfair of u to hate it
What's meh about it
Windows is great
What language should I use to code a game?
that's a big question
you can make a 2d game in python if you want
yea, using Pygame, arcade, etc.
I think infinimata made a game using arcade and they have a suggestion probably so if you see them online then ask them (?)
Eve online was made in python
I'm looking to make a first person shooter of sorts
then I guess C++
or an engine that already exists
like unreal engine like pip mentioned
For sure
There is this really good youtube tutorial about it
do you want me to dm it to you?
Yes sir
Too many languages to choose from
UE4 will use Visual scripting called Blueprint
and C++ for more advanced stuff when you need it
Unity3D is another good choice, that will use C#
you can also use the Godot engine, which has the (dis)advantage of being free/open source
it also offers a visual scripting interface, but their main language is GDScript which is a "Chinese knockoff python"
all viable options for ready-use engines
Thankyou
um
um
hehe
I had too do that
Sir you did indeed rick roll me
idk what you're talking about :)
I think you do
do I?
Teach me senpai
bruh why is that a rickroll, he's just saying "um" lol
Look on his site
there's nothing on my site
Indeed
then how is he rickrolling you lol
Login to his site in his bio
nothing is wrong :))
hehe
it's the register page that has it
Can you see my I.P adress?
probably
of course
but I don't care enough to
every site you are on can log your ip lol
Apache has a whole log of every single request that I get
Were do I live?
i'm not the server owner
Okie
I forgot where I live
from Azure
cypheriel
yes
i cant find a rickroll
you must register
what do you are mean
you login
i am be are mean
the register button is on the login page
not register :))
Rick Astley's official music video for โNever Gonna Give You Upโ Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubIDFoll...
whoa you have a website
good
LOL
exposed me
embed
The resource you tried to access was not found.
- [insert funny text]
the animation looks cool
it's fun
and i dont need to handle the server if i use github pages
Idk how to even code i don't have anyone to teach
i just need to build the frontend :))
yeah but you don't get fun backend stuff \๐ฉ
The resource you tried to access was not found.
- [insert funny text]
true
Gtg guys seeya
the little splash text is random btw
whenever you get a 404, the embed will show a little "funny" line
the mouse did it
I just downloaded Python 3.9 and I'm kinda wondering,Now what?
what
print hello world ;D
I'm laughing on the inside
then laugh on the outside
spread the laughter
tho not too much
its hard to stop laughing once you start
Harharhar
For real though can someone tech me to code?
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
This otn was born in #esoteric-python or #internals-and-peps ๐
I meant it as a joke but sure lol

oh
whats ELF
eff =/= elf
there's a letter difference
hmmm okay
file Minesweeper/build/minesweeper
Minesweeper/build/minesweeper: ELF 64-bit LSB pie executable...```
yeah pretty sure it means this
windows terminal vs vscode terminal vs cmd prompt vs powershell
in comparing speed
well i'm betting cmd prompt will be faster because it communicate with winapi directly iirc
cmd prompt or powershell i presume..
depends on the usage
hmmmmmmm
@rough sapphire ah well so uh I was thinking of creating an array like
[[x,x], [x,x], [x,x],... ]
(where x is your block)
And then insert "#" at end of each list (for bottom and at first position for top)
(this can be moderated for specific gravity direction too)
So basically a vertical*horizontal array
And then while giving the output you can fill in the spaces btw each thing instead of making a horizontal*vertical array and switching out entire rows
this is hard to grasp. doesnt mean its not good though
hmm so i think what your trying to say is only look at a portion of the grid enough cells below the sand blocks for them to move their maximum distance
Well basically I mean that what you effectively do is
#
#
x
x
.
.
.
.
x
x
#
#
``` you make this only the parts of non dots in a column than a row
And then join those end with something like
`top + ["#"]*(total-(len(top+bottom))) + bottom`
sorry what do the hashes represent and what do the dots represent?
Hashes are the well whatever is your air or background or null block
And dots are the same thing (but you just don't have to include them. In your. Top or bottom list)
ah i see
!e ```py
top = [["#", "#", "x", "x"]]*10
bottom = list(map((lambda z:z[::-1]), top))
Board = list (i+["#"]*6+j for i,j in zip(top, bottom))
Board = list(zip(*Board))
print("\n".join(map("".join, Board)))
impresive you whipped this up so quickly. ive only just now understood how to use zip
I also learnt to use zip recently lol
what about map what does that do?
ah it just takes a list of inputs and spits out outputs it seems
into another list
or sequence
Map basically iterates through an iterable and passes the object as an argument to the given function
!d map
map(function, iterable, ...)```
Return an iterator that applies *function* to every item of *iterable*, yielding the results. If additional *iterable* arguments are passed, *function* must take that many arguments and is applied to the items from all iterables in parallel. With multiple iterables, the iterator stops when the shortest iterable is exhausted. For cases where the function inputs are already arranged into argument tuples, see [`itertools.starmap()`](https://docs.python.org/3.10/library/itertools.html#itertools.starmap "itertools.starmap").
ah yeilding so thats why you needed to cast it to list
Yup lol
id be happy to look over your code if you were to make a small demo
im just having a hard time understanding
Guess I'll do that later bit busy today afternoon lol
nice. whenever you can.
Windows terminal is GPU rendered, so maybe that
why
time to move to #ot1-perplexing-regexing bois
@clever turtle what were u talking about
i'm done with doing adb connect 127.0.0.1:port continuously. should i write a bash script that bruteforce that command from 30000 port to 40000
or will i get rate limited, is that a thing on localhost
yeah, that should be fine
though can't you automate finding the port some way
if it's on localhost you could probably just check which port sth is listening on
probably idk
I feel much better. I figured out thermald was not working on my laptop, so no wonder my laptop was hot, fixed it and the fans are super quiet now ๐
Mom: "What did you learn at school today?"
Son: "Apparently not enough"
Mom: "Why?"
Son: "Well, I have to go back tomorrow"
this one good
lol
I have a acer nitro and I honestly think it's one of the best budget laptop for coding
Mine broke ๐ฆ
Do you know how to fix it?
thanks i hate it

Eek
i didn't fix it, the fan was screwed and i got a refurbished dell precision instead
Oh
I'm trying to get rid of a dell pc
Installed with windows ten
@rough sapphire how old is it?
They would have gotten you to install some monitoring software
That's what my school did until they found out they couldn't turn off the monitoring software...
Because it's a breach of privacy to be able to look through a computer camera when someone is alone in their room?!
No comment.
I'm not sure if discussing how to get around your school's software is allowed on this server
Honestly I don't know
Ok this definitely breaks rule 5
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
malicious or inappropriate
You may be able to ask the people in #cybersecurity for their opinion
In my opinion, if they have to ask, they're not experienced enough to safely do so, thus it would not be ethical to help them.
This sort of thing you learn either professionally, or on your own due to the ethics involved.
I am trying to run an android instance on the cloud (preferably for free). Things i have tried
- Oracle cloud Ampere A1 instance - looks like android emulator doesn't run on arm processors
- Oracle x86 AMD processors - processor doesn't support virtualization of genymotion and too low RAM for official emulator
What do i do now ?
:incoming_envelope: :ok_hand: applied mute to @graceful pumice until <t:1631521612:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).
I doubt you will be able to run an emulator on a free cloud instance, I'm afraid
is it about being free? Is it possible to run an emulator on arm64 machines ?
It would be, but you have two layers of emulations and the CPU can't follow
The whole problem here is resources are very limited on free instances
could 4 core arm processors + 24 GB of ram do the job ?
It probably can, yeah
But how can i run an android emulator on arm64 ? could you help me with that ?
I wouldn't know the exact steps on how to do that, I'm afraid
I'd try to run the emulator through qemu
virtualbox doesn't work on arm64 (so no genymotion)
k lemme try that.
it would be extremely helpful if you could point me to some kinda resource ๐
My best resource is man qemu lol, I don't know much about emulation, I just know it should be possible
Just tried to convert a script from Java library onto pycharm and it's a pain
I know that mind... I tried it too. but it was too hard. So I'm just doing my project with python.
lol
You're not kidding
Seeya!
!e
print(*(f"{f}{b}" or n for f, b, n in zip(__import__("itertools").cycle([*[""]*2, "fizz"]), __import__("itertools").cycle([*[""]*4, "buzz"]), range(1, 20))))
@tardy rain :white_check_mark: Your eval job has completed with return code 0.
1 2 fizz 4 buzz fizz 7 8 fizz buzz 11 fizz 13 14 fizzbuzz 16 17 fizz 19
Nah, just bed time scribbles
My class is all curves 
Your class returns True from isinstance(None)
NovaMono since I know you want a copy too 
How do I blacklist a font
No? Some Victor Mono cursive instead? https://rubjo.github.io/victor-mono/
That is cursed as fuck
You are ugly on the inside
I am an egg.
dark inside 
But... time to actually write the inventory file controller before bed.
Pfft
What is this
This isn't half bad
The backend to an EverQuest inventory website I'm building for my partner
Cool
Just wrapping up the database side tonight or tomorrow. Then on to the API and HTML
Ooh, nice
This font is beautiful
I thought so too, but I tried it and realized just how elegant seeing cursive for keywords and comments in code is
So beautiful
But it looks disgusting in my terminal
I love the way my eyes just slide right over the gentle curves of the font though 
The None is cursed
I am officially resigning from Linux
Why
and I thought my coffee was bitter
/tease
Well, thats fine, go for it
ikr
Well at the high level,
The community as a whole is toxic, unfriendly, unhelpful, etc.
Despite compatibility being better than ever, it still sucks.
At the distro level, the communities are generally vitriolic and now more than ever filled with kids. Plenty of people will tell you that you're doing something wrong but won't be able to tell you what the "right" way is.
At the low level, I just spent hours getting video drivers to work and when I finally got them working I found that despite manually ensuring and triple-checking that my windows drive was not touched, my windows boot loader got nuked.
Now I'm finding out that my network configuration is also somehow screwed so I have to wait TWO HOURS for a windows ISO download... On a symmetric gigabit fiber connection
Whoah
Yeah that's a good reason, go for it
App compatibility can be a pain sometimes
I don't game all that much though, so it's not a personal problem for me, but I can see that effecting other people
More than ever now I realize that for me Linux was more of a toy than anything actually useful
Too much stuff I have to reboot to windows to use
I use linux on my laptop, primary because it's light weight and the laptop is only for writing. Doesn't need much and I like the pep in Mint's step. As you can see from my terminal, I'm in a Windows box most my day with either WSL, a VM, or a tunnel into a *nix jumpbox.
Yeah about all I'll use it for now is old hardware
I dual boot with windows, since I play valorant
Stuff that can't reasonably run windows

I had a chunk of code... midway through writing my gripe about it I solved the issue.
Thanks!
I've arrived at a point in my programming path that when I do run into an issue it's about a...
10% chance of being a docs issue
10% chance of being a compatibility issue
40% chance of figuring it out while I'm writing my question
40% chance of it not just stumping me, but stumping everyone else as well until someone who has very suspiciously specific experience comes in and enlightens us all
I'd have to say "change of figuring it out while writing a detailed question about it" is about 50% for me, at least.
Unfortunately, for now, my doc issue is a most higher % there. Dumb vendor
I thought about it for a moment but then realized a handful of my issues in recent times have been because docs are either out of date or flat out wrong
And I've dealt with a good amount of C compiler issues with compatibility
Compiling regular python down to C and then into a normal executable is one HELL of a task
But it CAN be done and the results ARE amazing
Sounds nifty. Far more involved than I've ever gone with the code.
I write simple-complex automation that usually hides between two processes and twists data from one shape to another.
Fun fun
Mine is an electron style app
Running CEFPython to embed chromium, on top of a hypercorn server running the sanic web framework
The community as a whole is toxic, unfriendly, unhelpful, etc.
Really? Though to be fair my only (voluntary) exposure with Linux users have been with Ubuntu users
And other commercially backed distros (Suse and RHEL family distros), in an Ubuntu Discord server
The second you want to do anything outside of basic desktop use and have a problem... Good luck
the MS server is quite friendly
Thing is I think I've needed actually support for something on windows.... Once
And I started all the way back on ME

Rubber bug deducking
i was wondering how the "command line" thing works.. like how do applications like cmd and pwsh are called command lines and how does winterm puts them into a different body 
essentially, you have 2 parts here. One is the terminal emulator, this talks to a process and renders it's output and gives it input from the user. This is windows terminal, conhost.exe, alacritty, st, xterm
then you have the shell application, which just reads input from stdin and writes to stdout, without really caring about what the 2 actually are
though you get things like isatty
ah hmm ohkay... so cmd or powershell actually are processes/do processes
and what we see when we directly open powershell or cmd is another shell which is designed specifically for those?
when you open them normally, you see the default windows terminal emulator conhost.exe
it's really old
ah ohkayyy
try doing conhost.exe, it should open the same thing as cmd.exe
conhost is the terminal
cmd/PowerShell are the shells
Windows Terminal is also a terminal, which can run both shells
ah hmm alright that makes sense yeah
so uhm i am wondering what makes this shells shells
i mean could anyone make some stuff into a shell or sumn?
like for example i have a python file which i would like to be used as a shell in some terminal.. could it be done 
Windows Terminal is a nice terminal
I like windows with WSL, and throw some oh-my-zsh with powerlevel10k on top
@graceful basin sorry to ping u personally but just in case u have ideas or material to read over it.. i would be grateful ๐
the most basic shell is just read input -> do thing and write output
when you run python, that's a shell
you could probably even use it (poorly) as a login shell on linux
ah lol..
hmm ohkay yeah so shell includes reading input too? like parse it from std input types?
ye, parsing 'find src | grep "a b"' into a command is part of what a shell does
ah ohkayy .. idk why i thought it was work of terminal
so um as i get somewhat a shell struct is like```bat
- prompt and place cursor(done with prompt)
- parse stuff from stdinp (while shell is being used as one)
- do the required processes
- give back the output
while the terminals are somewhat on the lines of ```bat
- take prompt function from the shell source
- execute the function in its own window (showing the prompt and place the cursor)
- allow the shell to parse the stdinp [ not sure about this one ]
- let shell do the processes
- catch whatever the shell returns and give the output
``` did i get it right? ๐
terminal emulators generally don't do anything special with prompts
those are entirely done by just printing at the right time
ah ohkayy
but then what i wonder is terminal emulators can you know run quite a lot of shells and cant run a few cli
so it is because of the structure of application that they can do it 
most terminal emulators will run most CLIs just fine
what is important is what escape sequences they support
ah ohkay
hmm yeah perhaps... mysql one requires login as the first prompt... could that be a problem 
that is probably just done with printing and some terminal flag manipulation
it is not quite as simple as just stdin -> stdout sadly
ah lol well seems so
since stuff errors out when trying to put that thing in winterm
What school do you go to?
@primal spruce yeah, they point to stuff but why is that useful?
why can't I just use the actual data?
why do I need a memory address?
it's because instead of duplicating data, you duplicate directions to the data
Space and Time
Hi squid
honestly, just think of them like python variables. we literally effectively use pointers
right, everything is just a reference
Hi squid
exactly. a pointer ๐
now it makes sense
Hi squid
Hi squid :D
hi @rough sapphire
Lmfao
.randomcase hi squid
Hi sQUId
henlo lancy
Welp fuck I gotta go for a run for gym
yeah, get that run in!
^.^ glad to hear! oki, sneaking back off of here!
Cya
no you run for your health not for your gym
and you do neither
LMAO
how to deindent multiple lines at the same time in pycharm?
select the lines and shift tab
dont you just hate it when you come across an annoying issue but you cant reproduce it
Does anyone else like to troll the scammers?
Yes, very much so, if I'm not busy when they message me I like to run 'em along and try to get them to download/run dubious things
such as cryptographic drive wipers
99.9% of the time they're not dumb enough
Yeah they're very stupid though and they just bother me all the time
I think I'm on a global scammer blacklist at this point
they haven't messaged me in about a month
Sweet
Pycharm isn't working help
use vs code
The window for pycharm wouldn't open so i restarted my computer and it works now
Eek
I fixed it
Idek there's no one to talk to rn
I don't care
I've gotten like 5 scammers in the past two years
alwasy fun :)
They block me though ๐
i havent got any scammers yet
maybe i should ask google to turn off the anti spam on my email
lmao
I once got one to go through the whole spongebob wallet meme
"Hey is this your steam account? <Direct link to my real steam account>"
Nope, sorry not mine.
"But you are Awoo?"
Yup.
"And this has the same profile picture?"
Yup.
"And it's linked to your Discord profile, so it must be your account?"
That makes sense to me.
"Well, I reported your account by accident for illegal purchasing"
That's not my account
I've gotten ones to block me very quickly using a few tactics
That is furry stuff
"What the dog doin?"
really needs the image to make sense
Is it yiff?
nah
Yeah idk if i wanna post it here wether its nsfw or not
I'm curious to see it lol
Cause some guy gonna be looking through my messages in the future an i don want them seeing furry stuff ๐
lol
pain
hmm, yep, cn't send messages to u lol
discord hates you
i dont understand how they make money off of this
they steal steam accounts from people dumb enough to fall for it
and then they sell them
but how
all they do is just get ur steamprofile
the scam works by them convincing you to send a support request
through a phishing website
that makes you login to "steam"
which means even if you have 2fa, you'll use the 2fa to login
and then your account go byebye
ahhh I see
it usually involves two people
They then tell you that they accidentally reported your account for an illegal purchase or something of the sort. They tell you to DM a discord account that is supposedly a steam/value "admin" to fix the issue. The "admin" then does a few things, gets your email, then sends a password reset request. They convince you it's for "maintenence purposes", so you give it to them, they log in, change ur password, account gone.
There are different variations of it
when I added the admin, they sent me to a phishing website
but they're all the same strategy
whole recreation of the steam support website
damn, they went elaborate on that one
I logged in with a real steam account, brand new one with no games or anything on it
lol
Someday I'm just gonna make a throwaway steam account and when a scammer DMs me I'll just respond with the login to it and the email
i swear i wanna rick roll one of these
sometime if a scammer dms me I might just do a "Chad"
I have a very big urge to do this
deez nutz
Hmm, wait
I can add scammers to group DMs cause they friend me
If I still had nitro I would :trol: right now
Shoulda said "do it"
anyone feel that the new ip13 is disappointing
as usual
What's ip13?
iPhone 13
Oh
Well duh. Apple have been charging 2x or more than what the hardware is worth for years and years
I think the last iphone that had any sort of real innovation was what, the iPhone 4s?
what was the innovation
I dunno to be honest, that's just the phone that sticks in my head
hmm
But I'll also be honest as much as I love Android it really wasn't there until like Android 8
You can argue 6
android 
@tardy goblet 
I like Android. I also like how it's less costly to enter if you're a dev
@floral apex AHAHA HI!!!
I use ipados literally daily
iPad sits next to my bed and plays noise so I can sleep
ot1 doesn't have slowmode enabled right?
irony u posted it in ot1

it gets very busy
yes I see, it still tries to take off here and there
funny that you remember ๐
this ot name is little creepy. "flying macbook" ๐
macbooks are indeed creepy
bruh
macbooks suck
the price of macbook is flying
depends
whats the good side of it lol
m1 chips
ARM
the only downside will be just apple's closed ecosystem, because i dont favor it. it will be advantageous to those that like to be in their ecosystem.
i love cmd+space thing.
O
but i loved coding on mac, ngl, no matter what they say, i was cool with it.
Cmd+space? That's ctrl+space and exists in any IDE
Helow
cmd as in command(button)
also no i meant the application finder which we usually do after pressing windows and then write name.
I think we knew that by cmd you meant the button
okay my bad ๐ค๐ซ
Oh. So I prefer just super key, not combo to bring up app finder. Works on Linux as well with one key
And system keybind being the same as app keybind is not a good idea because you cannot bring up application search while in IDE
what does command + space do?
Bruh
the search bar for apps
oh, I think it has that same keybind on KDE too
but I just used a screen gesture for that
Ubuntu just uses Super
i like some of his songs ngl
not that thing, I don't think
Thx for participating in the servey
By default super is the so-called Windows key. But it's not Windows
I will leave now
yw
but mac was fun for me, i'm even thinking of buying macbook pro after a couple of years now.
I forget what it's called, but the application launcher is indeed super
assuming you mean "the Windows key"
but I'm talking about something else
oh they call it 'super'?
Super key is an alternative name for the Windows key or Command key when using Linux or BSD operating systems or software.
The Super key was originally a modifier key on a keyboard designed for the Lisp machines at MIT.
oh i see, i was not aware of that.
Most Linux desktop environments use the Super key for window management and application launching, not only for commands used by applications. Much of this is similar to the use of the Windows key in the Windows operating system.
"KRunner" is what I was mentioning
it's this little text box at the top of your screen you can use to launch apps or switch to windows and stuff
I actually remapped some stuff in my Ubuntu to use Windows-like shortcuts. Eg on Windows I use win+e a lot, so I added super+e to launch Home window
Btw, there was browsers discussion in ot0 earlier and Vivaldi was talked about. Vivaldi actually has a search everything bar if you hit f2 or something
Just like Windows. Idk if my Ubuntu has it by default, I don't use emojis manually on it. I use some emojis from emoji picker in telegram and that's it
Oh, and tg implemented name search for emojis a few months ago anyway
yeah I never use it because I just do like \:weary:
on Discord, anyways
I don't use emoji anywhere else
YOOO I DIDNT KNOW ABOUT THIS IM SHOOK๐ญ
yeah, it's called Krunner and the default keybind is alt + space
typing in the desktop brings up krunner too
like, when you have no applications open
super + v for clipboard too, love it too much
that's what it was...
I figured out it was KRunner but I didn't remember the bind
Like clipboard history? That's a windows thing too now yeah.
(the clipboard history thing)
Off by default cause people would complain about it spying on them otherwise
Ctrl+V ๐
hmm?
win + v is the better form
Why do I have C code in my clipboard
ikr i use it all the time
#include <stdio.h>
int main() {
char* str = "Hello, world!";
*(str + 1) = 'h';
printf("%s", str);
return 0;
}
very interesting
wat
Oh wait yes frick... Yes clipboard
lmao
Any other favorite shortcuts? ctrl + shift + esc, alt + tab, win + r etc
win + tab for desktop switching
shift win s
ctrl win right arrow, ctrl win left arrow for switching between desktops
i use win shift s a lot too
4 fingers๐
Who have join logs?
I use greenshot, so that is mapped to my print screen key
uhhh what?
oh. i kinda don't feel like adding anything. win gives nice support for cropping. so fast.
I need join logs... Please help me
I also use the win + 1/2/3/4 whichever number to access the apps in my toolbar (1 is the furthest left)
win+shift+s
That is a weird request. Why do you need join logs?
I'm sure someone has the join logs memorized
That is usually my startup, win + 1 +2 +3 +4, win + e
^
bruh i just said that
yes
win + L for fireworks animation
LMAO
yes
win + space to change language
okay i did try that
yes
Amateurs, I don't have windows shortcuts
thats called being an amateur
my most used win shft s immediately followed by ctrl v
aha
same
I have my own custom shortcuts
I control the shortcuts
because sharex cant detect win shift s for some reason
doesn't that save the image?
no
for me it does what win+shift+s does
._. I just logged myself out
for me its one finger away
and a lot better than a 3 key shortcut
yea thats why i remapped
lmao
what does win + L do on Windows?
fireworks
what
I mean seriously
i meant seriously
theres fireworks in windows?
figured
yes
ye
there are fireworks in windows
fireworks
^
yes
i seem to remember something of that sort
mhm
definitely
very fireworky
classic windows things
oh man
enjoyed the fireworks part of it
this reminded me of spider solitaire
i liked the infinite stacks of solitaire
yes everytime I screen share the macbook attempt to take off and fly away

Locks the screen
Since no one actually answered
ah
purble place ๐

those
good
ol
days
non productive days lmfao



best game ever

hi parker
||hello peter||
but the new trailer is dope ngl
ikr
!ban 763814494606065665 3d Learn not to disrespect staff when you disagree. If you have an issue with a Moderator's actions, you can contact @polar knoll
bruh
thanks. this gave me a good laugh
o.o
Before I die I wanna make a absurd sound system
||how will they contact modmail if they are banned
||
by dm.
how will they dm if they r not in the same server 
its about rap
lolol
executioner got executed ๐
heh
lol they can't dm if they have no common server
ikr
Got a little project, I was trying to optimise power usage of my laptop while on batteries, and while closing programs worked, I disliked losing my work.
For a while I manually sent SIGSTOP to the worst culprits, but I decided to neatly tie is all together.
So, since I like my console, I wrote a small program using curses, that looks for certain programs and will display them and their status (color coded) and allow sending a quick SIGSTOP when running and SIGCONT when stopped.
I then added starting and stopping of select (power hungry) services, as well as loading unloading sets of kernel modules.
It will also query battery discharge, and display the average power used over 1, 5 and 15min (as well as current), as well as predicted battery run times for those power usages.
GitHub: https://github.com/NAKlama/powerSaver
bag abuse
das great
it was probably how this "friend" of muted/banned person came on server instead of ModMail... this ban is also not permanent so they can return and do it correctly next time.
+I think PyDis also has email or some form on the website for banned people to contact them.
.... btw, if those "friends" were really only muted, then they could've contacted ModMail themselves. so the person here literally just came to argue and namecall a mod, not really do anything
so is a !ban on pydis actually a kick, and !pban is the normal discord IP ban?
No they're actual bans
By default permanent, otherwise just for a given duration and then they're unbanned
pban is purge ban
hah I thought of the wrong "p"
@narrow kindle Even then, why would I go out when there's Covid. Wouldn't that mean we're still forced inside because we don't wanna get sick?
muted bro.
This is just gonna devolve into some long winded argument, so nah
i honestly dont mind debating with the guy
can we just unmute him so we can all go at him
tell him he has nice dp, i had dp of chopper before this ๐
i mean, he called a mod "idiot", which is just breaking rules honestly
If they want to discuss their mute and appeal it, the best course of action is to DM @polar knoll
j9
This oddly looks like a Saab Gripen
lol
The Saab JAS 39 Gripen (IPA: [หษกrวหpษn]; English: griffin) is a light single-engine multirole fighter aircraft manufactured by the Swedish aerospace company Saab AB. The Gripen has a delta wing and canard configuration with relaxed stability design and fly-by-wire flight controls. Various versions have been built, grouped as A-, C- and E-series....
Okay maybe just the basic structure
The J9 looks like it was made in KSP
I wouldn't be surprised if the Chinese took design cues from elsewhere. It's to be expected if you're bootstrapping a domestic industry
KSP is great
Right? My pfp is totally unrelated
Definitely no resemblance of Jebediah Kerman nope nope nope
I have one of these
#help-coconut message @broken dew ?
floordiv was offtopic, wasn't it?
They were specifically asking about __div__ vs __truediv__
@daring sonnet
I just wanted to show also this operator ๐
Some people forget that // in Python isn't a comment
Fair enough. I don't think that was an issue there though
Read the thread in the link above. It used to be a thing in py2
__truediv__ for python3
i visited the other robotics club at our school and im thinking of joining
if I happen to win this "fish with pro angler edwin evers" contest based on some food packaging, i'll scream



I know, I love it.