#ot0-no-stealth-portals-please
3246 messages · Page 15 of 4
After an 11 hour flight, not really
fair
Anyways yeah bye for now
when i see dumb people i laugh
when i look at the mirror i laugh
as with a bunch of topical channels, but that may be a blessing in disguise
that means your question can be seen by more people without being overtaken
rip
yeah idk
I wish I knew the answer to your question
If it's from the actual discord.gift domain, and if you want it, sure
how i do know?
Just makes sure it's not an l instead of an i or something
there are all sorts of scam links like that
it is discorcl? right?
dunno
dm you the link to try?
firefox private dont like it
wont load. sad
it just says deceptive website
:3
i guess it is a scam then
i turned all the safety in firefox to maximum iirc
i miss nitro i wanna spam pepe everywhere
please dont spam in our server
is that warning necessary over what i said? ugh
dms the link
dawn yoinks it instead
I didn't click it of course, I just appended + like any good person
the + safety guard :DDD
https://www.change.org/p/rename-discord-to-dicsord what. what. what. what. what.
would someone happen to be able to vc?
kinda lonely to be programming and solving my current issue without someone to talk to lol
sad
What does that do?
Embed it?
It shows you where it leads to
o m g. I did something completely random and it worked
I randomly just clicked "reset all layouts" and poof
I can see things
:faint: nvm it's broken again
I have a lot of respect for people who know how to create good looking yet simple UI
it’s like many of these larger companies don’t care about their UI/UX at all.
cough blackboard
That is my terminal
Rip
it’s software gore
oh no.
I have
be glad
also you replied to the wrong person FYI lol
My discord has really been vouching
vouching?
glitching*
mhmmmmm
blackboard sucks
Now imagine that is how you had to do all of your work over COVID
it was nothing short of absolutely awful
TL; DR: Pretty much everyone failed
god that does sound terrible
im surprised that i have a good grade but im also unsurprised if my mental health fell into rock bottom
i see nothing wrong with this
this reminds me about how it bugs me that I can tell your profile picture is a fake default
imo it's the real default
old discord logo
the update sux and the new default pfp sux
this is a stupid af font
For me, there's some playfulness in the old logo that's just gone in the new one
Clyde, specifically
The new one isn't unwelcome, to be fair
But it's kinda soulless
Damn, I killed the conversation
huh?
genshin is so boring to grind
relatable. lacks content
i stopped playing. i might play in the next two years
probably
im like a beginner and i think its like so boring
the map is way too big and the main storyline is kinda lacking
should be some way to move faster
It won't last two more :P
idc about the map being big. well if you play gacha, expect gacha hell
and its like literally impossible to earn primos
i sense a deep hatred xD
It is copied from "Zelda", soo...
this is depressing
I'd say its a successful copy
why does nothing ever go right for me
PUBG is also a copy
I actually feel quite sad now
a copy of?
I don't shill games that disable stuff on June 4
H1Z1
Because totally nothing happened at June 4, 1989
this was the original prototype for Players Unknown Battle ground
well basically a copy from the original creator who also push to make pubg as well
they tried to sue pubg
sad
¯_(ツ)_/¯
yes
Do y'all ever see C# code and think it's Java?
it's often impossible to tell, yeah
variable names and some syntax is different, as is the stdlib
I see namespace I call out C#
is there any java syntax which isnt valid C#
hmm C# uses => in lambda expressions
so -> is prolly invalid
though thats a pretty minor difference
instanceof?
is, IIRC
hmm
or is that only when matching? anyway, if(thing is OtherThing otherthing) is valid, and way better than Java's way
i mean, java has if (thing instanceof OtherThing otherthing)
yeah i think its relatively new
i was looking at kotlin a few days ago
when allows some interesting stuff
i think im going to try out kotlin for my next project
(which i haven't thought of yet)
@oak hemlock is the unity error the thing wher eyou have to put the location for the C#/dotnet binaries?
Nah, the game window is just gone in the tutorial layout and it crashes a lot
oh, nvm then, i couldn't even get past installing unity compiler
I already had mono installed prior to installing Unity
Games would run and stuff, but none of it was reliable
hey
thats me.
ur kotlin?
more unfinished projects!!!
bruh
I'm Kotlin
hi kotlin im dad
learning kotlin
And you didn't take me with you? Damn
i thought you already knew kotlin
No, I am Kotlin, but I'm very bipolar
bored?
heapq is so clunky
same i am bored too
You need to talk?
oh okay, goodbye—dms are open if you wanna talk; hope you feel better
take care.
ok i think i decided what im going to do with kotlin
my original plan was haskell
but thats prolly too ambitious
What was that on C# lib that was used commonly for making WinForm applications
legit can't remember the Name 😩
It was nice like updated winform applicatons or something
become ambitious
you do know it has you generate a ton of code using the visitor pattern at some point, right?
yeah
im the one who pointed you to it
hahastinkypoop
meow
wtf
lol
yea, i had to virtualize windows to have a working unity environemnt
virtual box*
do that in pygame
no
LMAO I was so confused "Wow, this editor is a lot more primitive than I thought. It reminds me of Kate"
uhhh
I didn't know Unity uses an external editor
what version of unity are you on lol
2020 something
interesting
it opened Kate because that's my default editor
I changed it to Rider
unity by default uses visual studio as the external editor
in earlier versions it had some other editor
oh gross
monodeveloper or something
Is mono something more than reverse engineered .NET?
idk
oh yeah iirc Microsoft owns mono now
before it was so people could run C# apps on Linux and mac
or is that something else \🤔
.
omg. I made myself a capsule that blasts into space
omg
i wonder if anyone is using this https://iridiumbrowser.de/
sup
@flat tusk hi, hope this ping won't bother you much, where can i find the images you used in the example https://github.com/salt-die/nurses_2/tree/eb1bcd2a3805467c21e52e0a3d939b4cf1c649b5/examples/raycaster ? i wanted to do some testing
thank you
can an MIT licensed project use a project that's under the Apache 2.0 license
i think yes
alright, thank you
apache didn't state that it must be the same license
but gpl did, so be aware if you used any gpl licensed package
Is there an option for rm on directories
-r?
idk ¯_(ツ)_/¯
there’s a command called rmdir too, but it’s just basically rm -r i think
That worked thanks.
you can also use -rf if you want to recursively unlink & suppress confirmation prompts when deleting read-only files
VIM says learn by doing.
it will also ignore non-existing files im p sure
Is this for deleting files in the root directory?
it will force delete files regardless of their permission(s)
-r is for recursively deleting files in a dir (and sub dirs) and -f is to delete everything even for non-empty dirs iirc
I was expect an alias but it's a full on program lol
$ ls -l /bin/rmdir
-rwxr-xr-x 1 root root 43752 Sep 18 05:28 /bin/rmdir
indeed, I'm pretty sure it's a posix built-in and even has a manpage
well even shell commands have a man page
programs can add themselves to the man
that sounds weird
yeah I think most well-written shell utils (and file formats etc for other man sections) have manpages. I rarely come across non-GNU stuff that uses GNU info
ayyy
What am I looking at
Cobra
I’m in my living room
what
🐍 🐍 🐍
I heard a hissing noise coming from below
Checked under my sheets
And behold
snake live, yes?
in the examples directory --- examples/frames and example/images -- if you copy that entire example directory, everything should work
num_python -= 1
very epic
epico rippo snako
!e
Print("Ducks are cool")
@flat tusk :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'Print' is not defined. Did you mean: 'print'?
!e
Drint = Print
Drint("Ducks are cool!")
!e
Drint = print
Drint("Ducks are cool!")
ooo i didnt notice that, thanks a lot
big brain time
Biggg brain
!e
Drint = Print
Drint("Duck goes Woff woff!")
!e
Drint = print
Drint("Duck goes Woff woff!")
@dusty quarry :white_check_mark: Your eval job has completed with return code 0.
Duck goes Woff woff!
step on snek
Ubuntu is the best...
@topaz comet :x: Your eval job has completed with return code 1.
001 | File "<string>", line 3
002 | n = n + 1
003 | ^
004 | IndentationError: expected an indented block after 'while' statement on line 2
@topaz comet :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'Print' is not defined. Did you mean: 'print'?
is p not P
how do i run code on start on windows terminal
!e
print("i eat cat")
@topaz comet :white_check_mark: Your eval job has completed with return code 0.
i eat cat
!e ```py
Drint = print
Drint("I eat cat")
@ionic heath :white_check_mark: Your eval job has completed with return code 0.
I eat cat
is there something like python -c "code here" as in windows terminal's wt command?
try python
then give commands Ig?
um, i don't think you get what i mean
and it'll be harder to explain to you.
if you do python in command line it will give a space to do code
and found out that most likely won't help
ok
i'm asking about the wt command, not python
what is the wt command
windows terminal launcher
I still don't get what you want to do
as i said
sorry if you think that was rude
it kinda was
yeah, i'm asking the question not you though
i found the solution btw
great to know
thanks for trying to help anyways
wtf
why did I install Garuda Linux!! I was peacefully living with Ubuntu 20.04 LTS 😇. But then.. I thought to try out Garuda. It was all fine with Garuda until I stumbled across the package manager and the terminal basically. It fucked me up and I decided to return to Ubuntu. A day after setting up Ubuntu, ig Zeus wanted a break and there was a power cut. After turning the PC on, I saw a black screen with some text and Ubuntu never booted again. I removed it and reinstalled it again facing the same error but hopefully a guy in pydis helped me out
. But after that I started facing a lots of problems with ubuntu and decided to quit it....
A few days later (2 days ago) I thought of installing Ubuntu 21.10 because it's the later so ig I shouldn't have any problems with it (mainly because it supports polybar) but after installing it didn't show up in the grub menu. Ubuntu again quit part 2 xD. And today I installed Kubuntu because it's KDE and had a realllly hard time setting it up just to realize that Ubuntu was better 🤦♂️. And now I am installing Ubuntu 21.10 again because I know how to solve that problem and I hope it'll be good.
So.... ||Frick you Garuda (sorry Griffin not referring to you) it started my doom journey of linux cries like hell||
ig I shouldn't pay atttention to the ricing in linux it fucks me up 😭
i like kubuntu more honestly
I want to learn docker. Do I dual boot(intending to do it for a long time)? or use VMs?
huh
I am on windows 11 home
that is for windows 10 right?
no, 11 too
!e
print(12|5)``` what does | mean
@sick olive :white_check_mark: Your eval job has completed with return code 0.
13
bitwise or
@sick olive :white_check_mark: Your eval job has completed with return code 0.
hello
To see deadlock in action
@lusty niche :white_check_mark: Your eval job has completed with return code 0.
001 | 0b100
002 | 0b101
Hey! Need an advise:
I'm learning app development. Is it good to start learning VR/AR at the same time? Like do they go together?
Nah
Should learn coding in general first, then C# for unity (need to learn how the game objects interact with scripts), and then AR/VR
I’m assuming you have the required knowledge in linear algebra. Otherwise that’s required too
I have done some competeive coding in C++ and Android Dev, also bits of Flutter
Yah linear algebra is done with 😆
Oh okay. With C++ background maybe go with Unreal instead of Unity?
this isnt really that related at all, but i don't think its going to be really worth learning tools for vr until source 2 releases if you're plannign on making games.
this, of course, relies on source 2 releasing.
Ah okay! So bottom-line:
If I know VR/AR along with app development, I get an upper hand at jobs among other app devs right?
The thing with doing game dev alone is… you don’t get much feeling of progression unless you enjoy all parts of it. The project will develop super slowly because so many things need to be done (assets of all kind, writing, planning, level designing) , and likely you won’t even spend much time on coding
Oh no I don't want to develop AR/VR games but apps instead
That applies to literally anything
So still Unreal Engine to go for even for apps right?
You want an “upper hand” in job market, then XR development experience might not be among the most competitive things
So what's your suggestion then?
The suggestion is only do it if you find it fun
Well with all these Metaverse stuff going, it surely sounds exciting
I guess I'll just try my hands on it and see if it's my cup of tea
🤷♂️
Uh metaverse sounded just like internet with HMD’s
And being a VR enthusiast who owns almost all the consumer HMD’s out there, I think we’re still quite away from anything revolutionary in XR because of how crappy the hardwares are
by the way diwali was like 2 days ago
is this a good json setup
{
"startroom": {
"name": name,
"description": description
"question": question,
"prevroom": None
"items": [
{
"name": name,
"description": description
},
...
]
"options": [
{
"name": name,
"description": description
"options": [options],
"question": question,
"prevroom": "startroom"
},
...
]
}
}
maybe go to the original logo?
the date when they change it back is specified in changelog
I support that 😆
I don't think metaverse is possible without hardware upgrades
What are the odds it's using python in some step
going with windows only
Where is 0?
sorry am just improving it
red line shows the point where using python becomes dumb due to its slow speed and how high level it is
Still no zero?
ok
final version, not going to post any more since its flooding chat
the top corner is when you are controlling laser cutting with turtle
this is jusr a joke do not take me seriously ples
{"code":100,"message":{"cpu":11.1,"ram":91.32766723632812,"disk":78.72560501098633}}
```My bot ram usage after Disabled cache in discord.py
I etched my pen drive using usbimager and now I am unable to format because it shows "Disk is write protected"
notice: the pen drive has 2 partitions, the major partition (largest one) was formatted but the other one is showing the error
I tried all the methods: the "properties and then security" one but that option doesn't come, diskpart and even regedit didn't work
sounds like a job for a programmers ultimate weapon: ctrl c ctrl v
-_- not a time for jokes please already highly frustrated
you could try another program that has fuller permissions, probably not a py module
Still it's @sick olive
thank you
Best way to create android apps?
kotlin
I mean, Native app dev (java/kotlin) or react native/phonegap stuff?
o
Depends on whichever you prefer
If you like web, use web tool stuff
wait weren't u like helper or mod or something
I like web but is it really stable?
anyone please 😿
If you would prefer writing native, do that
Like PhoneGap mainly, cuz I'm not a react or vue guy
React Native is pretty stable iirc
I've heard good things about nativescript as well
o
I've never heard of phonegap though
It is basically Cordova. Turns HTML, CSS, JS to Apk
Also with nativescript, you don't need a framework if you don't want one
Ah
React native seems nice, but how can I test the app on my laptop?
wait I can literally open it just like a react project?
anybody knows about this program/library? i can't find anything about this
@fleet dawn https://reactnative.dev/docs/environment-setup
That whole page has all sorts of methods
Is that in %?
ic, thanks
"Describe a challenging family or personal circumstance that has affected your achievement or participation in school, work, or community activities. How did you overcome this challenge and what did you learn from the experience?"
anyone have a topic in mind for this?
scholarship essay /shrug
Expo is pretty neat
what is the error here tho?
How would we know? This is your life, we don't live in your head.
As far as you know, at least.
yeah lol nothing comes to mind
If youre willing to help, please help me out in #tools-and-devops , I solved that issue, but am stuck on a new one
i was hoping someone had a topic and maybe that happened to me too 
Whoa it'll run on Intel 8086?
' A new Program!
TextWindow.WriteLine("do you only want to greet yourself ? ")
stuff = TextWindow.Read()
if (stuff = "no") then
TextWindow.WriteLine("whats your name?")
name1 = TextWindow.Read()
TextWindow.WriteLine("whats your friends name ?")
name2 = TextWindow.Read()
TextWindow.WriteLine("hello " + name1 + " and " + name2)
TextWindow.Write(" ")
Else
TextWindow.WriteLine("whats your name")
a = TextWindow.Read()
TextWindow.Write("hello " + a )
TextWindow.Write(" ")
EndIf```
my teacher is no no good 😔
really no one uses this
not even discord has an extension for it
only datatypes are just an array 😔
why is = used for comparisons D:
ikr
it gets worse
and i can't check if something is in an array
or in a string
i can just check if it starts with something or ends with something
What language is that?
What language?
small basic
ahh, basic
the assignment just wants me to ask a user for their name and print it out
BUT
this is that part that confused me
but the output of the code would be greeting only one person
welcome to the bargain tradehouse!
are these prices fair btw
you see diamonds are really common (they r the long lasting currency)
while emeralds are easy to get (like really easy)
but they are spent faster
which means i want diamonds to store the value
lmao
no it's just that people cant be bothered to search for them
so i search and sell
as long as im making stonks i dont see a problem
ender pearls and slime seem to be the most popular
should i sell sand
since that seems to be the most used commodity of the server
bc you can list anything for any price u want in amazon lol
its a good game...
you could sell peoples protection. as in, you don't nuke them if they pay you.
yeah i wouldnt even use disc games on a wii anymore those drives must be protected
gather peoples coords. become really trusted. don't just sell sand, buy it from people. keep half of it. build a creeper farm. keep up stocks of tnt. wait until the middle of the night. log on, take your supplies, and post a screenshot using an anonymous discord account of you blowing it up. tell people that they can prevent this from happening to them if they leave a named diamodnd block at coordinates you give them. if they don't pay you, you destroy everything theyve made.
mmm minecraft terrorism
except that i'd probably get critted by the other 5
ones in full netherite
im 75% the way there (i keep dying and losing my stuff)
they won't know its you.
hmmmmm very devious
yes.
you could take screenshots of parts of peoples bases. then, thousands of blocks away, you rebuild parts of them.
then you make people pay you there
so far none
ok.
in that case, i'd say 1 em a stack. make it cheap enough that people wont just set up their own farms.
ah i see
plus it'd allow you to undercut competition
i have no competition, im the only one selling stuff
no doubt others will start their shops but
lmao
very competitive
imma go abduct a piglin and force it to trade to get some pearls and gravel
Using emeralds as a concurrency isn't the best idea
With trading you can quite easily flood the market and make it collapse
thats a good thing.
That's why diamond are much better, because you can't get tons of it no matter how hard you try
what about emeralds as parallelism
Wait how being able to make it collapse is a good thing? 
Parallelism?
❤️
💙
pydis in a nutshell
:O i almost have 20k messages
soon it'll be my one year anniversary in pydis lol
um what
level of tameness = level of value
no alive foxes
it depends on whether theres laws against animal abuse
interesting thoughts
yes it is.
Nooooo don't touch the foxes

i have a cool idea for a game btw.
aight, so, its a small ascii physics game thing. everything very accurate ect ect with gravity and each object having properties. but, you can build factories out of code to automate this and sell mateirals to other players, or create weapons to attack them with.
could be really fun
it wouldnt be overly op because the language would be object oriented, but the objects would have to exist in the ascii world.
I haven't seen a fun pvp puzzle game before, good luck
I wonder how well it would work
and then you'd have to buy parts of the code too.
i mean there'd be some people who'd break everything and completely destroy the market probably.
not if you balance things correctly. But ye, large multiplayer economies in games tend to be wonky
mhm.
price of code could use supply and demand model.
the issue is letting new players join in without handing out infinite resources
yeah, you need very little to be turing complete
isn't mov in x86 turing complete? if you gave them a lot of really basic operators at start, then they'd be able to work there way up and make things more compact and optomised.
if anything it'd have to be the opposite
making code that can survive being exploded or the castle its built in suffering structural collapse would be the hard part too
yeah, it would interesting for sure
I think the most egregious of turing completness is rule110.
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
however there'd also be the issue of making it simple to understand and low level enough for it to actually work.
-> big box of sand
at #id of object which allows for stuff to be printed here# print [attributes #e.g, type, texture#] from bigboxofsand is a lot to say print("#")
a really cool think i could do tho is sell special variables that change attributes of the world itself, allowing people who pay for it to be able to turn off gravity or something.
like a very elaborate pvp baba is you
yeah, ig. but for it to work well it'd have to be a very complex baba is you that doesn't just require knowledge of coding. it'd also require knowledge of architecture and economics and diplomacy.
ye, sounds kinda fun
just remember to make it accesible
don't want to end up like a4
- don't know exactly if i'm going to make it yet
- i don't really want to make it really accesible in a way? i more want to see what insane people will do in such a complex environment. wouldn't probably cost me overly much to maintain since everything would be so smol and simple, so if anything, one of the main appeals is how hard it'll become.
- whats a4?
a4 is apparently not a thing and I misremembered the name. I am thinking about an extremly elaborate space simulation game in the style of stellaris that has a very small playerbase since it's a major pain to actually run, even disregarding the insane complexity of the game.
mhm. but ive always been fascinated by emergent systems, complexity coming from simplicty. a very small ascii environment which allows for simple coding is pretty simpe honestly.
the language used itself would be very logical too, it'd just require you to define more stuff.
and, with custom functions that people could make, a lot could be automated or simplified.
Guys does anybody know crypto currency?
i know what it is.
i got 0.329 bitcoin
amazing
in my bag dont know how to withdrawy it
less amazing
what wallet do you have it in?
send it to me and i'll do it for you
have you tried pressing the withdraw button?
i cant give that much money to like a normal website
how can it be a scam?
I researched evry singl thing
good point
contacted their call center too.
It's called a "forward fee" scam
this isn't literally the oldest scam in the book, but it sure is close lol
I am Pakistani so the same race as Indian
How did you gain these tokens?
Ahhh
code and told me to register
so i did it and 1st i used the code got the bc
did he type differently to normal
has he been hacked before
Umm okay, so i'm 99% sure this is a scam
good point
this required the most basic research
Is it possible to cook meat until the bones are soft enough to eat without burning off the flesh?
thats actually a really cool question
yeah thanks, it just came into my mind
i dont expect so
unless the bones cool off slower then the flesh
in which case you could slowly heat it up
you could also in theory separate the bones and flesh and cook them separately
well yeah but cutting it seems like cheating lol
yeah
@sick olive Hey, avoid sending links to scams or other malicious websites here. Someone could click on it.
Thank you for deleting it though
how do u know i wasnt the one who deleted it
because I know you are useless
F

lolollolol
will docker be the end of git?
why would it be
No problem, I was just sending a refernce as i also didnt know it was a scam😁
they do pretty different things ri
^ docker is for containers, git is a VCS
I think docker could be used to perform the same function as git
bruh
nah
the two are completely different
in terms of balancing the game...
almsot everything would be a function, which has to be defined somewhere. however, for an object to be given a certain function, it needs to be strong enough to do so. this encourages golfing. could also be another element there about how the structural strength + code strength = 1 meaning as its ability to contain code gets stronger its stuctural code gets much weaker. to do this you'd have to bond stuff together and things. like making polymers in a way. then each object would have special functions. maybe things weight gets higher as you add stuff?
containers and venv arent really similar either
to make it so nothing is ever strong enough for it to never be destroyed, format of strength of stucture would be the same as the format for how strong an explosion is, for example. and then special variables like gravity = False could be carried in by robots to absolutely tear stuff apart.

if you want to understand containers, are you familiar with say, OS virtual machines such as running linux inside windows or so on
kinda
A virtualenv only encapsulates Python dependencies. A Docker container encapsulates an entire OS. With a Python virtualenv, you can easily switch between Python versions and dependencies, but you're stuck with your host OS.
containers are basically a lightweight version of that kind of images
^ It's important to make the distinction that docker containers do not package a full OS though, they're not VMs
They simply run on (something in) the host OS
they ship with essentially everything an app would need to run, anywhere that can run containers
Like on Windows, Docker containers run on WSL2 or Hyper-V
They don't install the linux kernel every time
dawn i love ur name can i steal it
I didn't trademark it haha, sure
image of an os, I assume? or the app?
stupid question maybe
its gotta be os
yeah, just like virtual machines run images with an os, containers run a bundle that's honestly very similar
this should hopefully also make you realise something: software like vmware or virtualbox that actually runs the images, and the images themselves are two different things
similarly, containers, and the software that runs containers (we call them runtimes) are two different things
containers are analogous to images while runtimes are analogous to the vm softwares actually doing the running
Thank you for explaining it to me! I got a lot of reading to do, it seems
and simply put, docker is a bundle that installs both, but you could make a container of docker and run it in a completely different runtime
Hi mates is it hard to create packages for Emacs?
what happens when my pc has 100% bottleneck?
wdym?
you know
do you mean 100% cpu usage?
extremely slow processor and extremely good gpu
nothing happens as such, other than you not being able to get the most out of your gpu
if you think about it, you'll realise that all systems run with a bottleneck.
but muh threadripper /s
if you upgraded the cpu, then your gpu might be the bottleneck. or the power supply. or the cooling. something has to be your lowest denominator.
if you consider intel celeron or such and rtx 3090, maybe it wouldn't even post, since it doesn't have PCI express gen 4
well i think theres not much use in considering scenarios where the components arent compatible.
extremely slow cpu, celeron is the slowest cpu i have seen
what about intel atom?
Haven't seen it, though.
my friend is using celeron in 2021
its like a "hand me down" from his dad
@stone gyro LOLOLOLOLOLOLO
??
??
??
??
??
??
stealing code from tutorials = yes
code plagiarism? change the variable names and youre good to go
lol
Day 4 of learning to draw pog
ofcourse your first drawings are of naruto
ofc they are righttt
getting references are easy

play store reviews in a nutshell
some people smh
!ban 896152617921699910 Modified Clients are against Discord's T&S.
:incoming_envelope: :ok_hand: applied ban to @west lintel permanently.
huh
when amoled mode was first added, was anyone banned by mistake
we wouldn't ban for cosmetic modifications
whatd they modify?
mhm
precision is key
lol
the program works really well
but there's a mem leak :(
working on fixing that after i implement popping_duplicates
a i used underscore
??
"fixing" eg just kill and restart the program after xx minutes
yeaaaaaa
it isnt
hello, does anyone know of any bugs that might cause dirty rect animation to "squish" a player avatar? i tried solving it for hours but can't find a solution. i greatly appreciate any help!
- by "squish" i mean sides of the avatar aren't updating, resulting in an almost deletion affect
- the bug is affected by velocity, the moving avatar is squished in the side it's moving in and it gets more squished if it's faster
- it's also affected by frame rate (detected at 60 fps and higher but not 30 fps)
- bug not present when using full screen updating and also not present when the dirty rects are considerably larger than the actual player image rects themselves
(also, what a heisenbug, it doesn't appear when i try to screenshot it, i'll try to do a screen record instead)
hello where to ask for help
take a look at #❓|how-to-get-help if its python related

Hi :D
meow
am i blind or i cant recognise what they edited
grinding DSA is mind numbing
isnt grinding mind numbing by definition?
the worst part is
you will barely use any of that in most programming careers.
problem solving skills are great but it is difficult to enjoy problem solving & getting better at it when somebody is doing it just to get through a job interview.
not saying that to dunk on you in particular, just my general thoughts on interviews.
yeah im aware of that lol
right now im just focusing on building up a portfolio for the next 1.5-2 years
finish up my bachelors and then start job hunting
ill also try to apply for some paid internships, but those are pretty hard to come by
the university im transferring (and hopefully graduate from) apparently also have some pretty large companies recruiting there, so I am hoping they notice me somehow 😭
Also, I am not sure if companies like google/facebook puts more importance on your portfolio or the coding interview itself.
Data Structures and Algorithms
i remember someone here had that pfp, i forgot their name but i love it
i thought it was just a dog and a cat running
noobbody#2529
XD
Do video game cheats mainly work with Memory Modification?
Like
They find the memory address to idk punch power in like mortal kombat
and modify said Address Value to modify the power of said punch?
singleplayer ones can do pretty much whatever they want if they find out how the game works, yes
and so can multiplayer ones if the designers are dumbasses - looking at you, New World, lol
I mean, not quite to that degree, but new world did turn out to be kinda client-authoritative
is developing anti cheat more complex than the cheat itself?\
Yes
That's arguably correct
if I have a list numbers = [5, 4, 2, 1, 5, 19, 20, 21, 5, 10, 10]- would I be able to just do return sum(numbers)/len(numbers) to get the average or would there be an easier/different method?
wrong channel, however I'm willing to help rq
That should work actually
there's no real errors in that from what I can see
Alright, thank you :)
as long as numbers has elements in it
Sounds good, also, is there a way I can get statistics functions into my python ?
def sum_of(numbers):
return sum(numbers)/len(numbers)
x = sum_of(numbers = [5, 4, 2, 1, 5, 19, 20, 21, 5, 10, 10])
print(x)
>>> 9.272727272727273
Avoid Naming Functions the Name of Already Python Functions, such as sum since it is already a python function
This will cause a possible misbehavior in the future if you try to use "sum" as a normal function rather this custom function you're making
that's why I named it "sum_of" not just "sum"
Oh yeah fs, I wrote:
def Average(numbers):
return sum(numbers) / len(numbers)
numbers = [5, 4, 2, 1, 5, 19, 20, 21, 5, 10, 10]
average = Average(numbers)
print("The average of the list is ", float(average)
I just realized this was OT not py general, my bad
!d statistics
New in version 3.4.
Source code: Lib/statistics.py
This module provides functions for calculating mathematical statistics of numeric (Real-valued) data.
The module is not intended to be a competitor to third-party libraries such as NumPy, SciPy, or proprietary full-featured statistics packages aimed at professional statisticians such as Minitab, SAS and Matlab. It is aimed at the level of graphing and scientific calculators.
Thank you very much
Np. A lot of stuff is already in the standard library, but sometimes it's hard to know what to look for if you don't know where to look :)
Indeed it is 😭 I needed this for my AI class
But having a bunch of functions doing stuff manually is not a bad practice either. :) You can always have your own file with such helper functions and import it.
isn't that a bad practice by definition
can i copy code from an another github repository? and if yes, what do i need to include to make it fair?
and also, when should a fork be made?
depending on the license
so, if the licence is GNU GPL v3.0, would i just need to include the licence in my repo?
it says in the license
basically though, https://choosealicense.com/licenses/gpl-3.0/ explains it
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
i see i see
would making a fork be more reasonable then? since i want to create the same thing but with a different structures
idk anything about what you're actually doing, you'd need to give more detail
in short, i want to create an API for a service, but with a different structure and adding an async version to it
there's already an API for it and it would help me a lot with the development
So are you planning to use the api that already exists to make an api..?
just have that existing api as a dependency, no need to copy any of its code
i am planning to rewrite the API in my way and use the API that already exists as a base
That's quite inefficient imo
making a request to an api, then making a request to the api that makes a request to another api
a lot of assumptions about what he's doing there
by using the API i meant taking the code out of it
Base URL: api.com/api
code *lets just say at least*:
api = "hi.com"
make request to api
get value of api data that is loaded
output api data to new api url
Seems inefficient
who says the new api has to be a rest api
Assuming it's a rest API
Example? I see this being just an api of an api
My gaming laptop just died, coffee spill. What's the best way to end my life?
Ohh, see that makes more sense.
drink some coffee
Coffee Spill on the Laptop?
warranty?
I had a warranty on it thank god
awesome
But the problem is that laptop prices have skyrocketed
I love warranties 😩 Depression Fixer
I'm looking at $2000 for a similarly specced laptop what was originally bought for around $1000
and I bitched to my fiancee about spending $200 for her rundown car
fiancee???? 👀😳
and she's yelling at me for even mentioning that the price for a new laptop might cause me $2000
wait i think i knew about this
I think you did and had a similar reaction at the time, lol
Early Onset Alzheimer’s™️
Thanks 🙂
Does anyone here plays the harmonica?
the harmonica does not actually exist
can't play it
it is a conspiracy made by texas instruments to implant calculators into chairs
@livid bison it's not possible, there's not enough info
i know that if i get one in front of me, i can blow air into it and some sound comes out.
if that counts as playing, im good.
what would it be considered if I want people to ask about my opinions on many things just so I can tell people my opinion?
I have a feeling there's a term for that
begging for attention
Probably
💀
I don't just tell people randomly but sometimes I wish someone would ask about certain opinions of mine
probably because I feel bored or something
dont think it has a name. or if it does, havent heard of it
I feel like if I used the correctly keywords on google i could get the exact answer I was looking for tbh
Welp, I shall research using specific keywords and I should hopefully find an answer about it
whyyy
?
i think you dont need an example that needs attention, especially not one like that here
could you edit it out please, even though we both know you are using it as an example, i still wouldnt wish to see that post linger here
Fair enough, I will remove that, it didn't alert the mods with a trigger by any chance did it?
i shall leave that as a maybe 😛
🤦♂️ I tried to reply to the message and I just accidentally deleted it
Is it possible to check the chat deletion logs and send my edited message
and I can add it to an earlier message
sry bit preoccupied, dont wish to access logs atm
Fair enough, Sucks that message was deleted 😩 I do not feel like retyping it either so
I guess that message essentially just never existed
Hello friends ! Can someone please help me I've been trying to get my command to go through for 3 hours now and no avail I'm trying to fix my android phone and I need to extract payload.bin but when I enter the command python gives me a huge paragraph for an error message 😢
imagine not being irresponsible compulsive spenders with the wife 
She has a rundown wreck of a car we've been throwing money into, I bitched at $200 to replace the alarm system the other day, so she's using that to bitch at me for considering a new laptop
As her claim is that her wreck of a car is more important than my "toy"
My laptop is not a toy it is an extension of my self and my will
im picturing a Chihuahua saying that referring to a bone toy or something
maybe she feels the same way about her car
remember those nationwide ads about brad
Someone explain to me what "Lets go brandon" is supposed to mean, I know it's related to something with Joe Biden last I remember
Oh, wait
dog whistles are fun
I've just looked it up
and it essentially is just to criticize biden but indirectly saying it
Apparently it's used as a re-worded form of "Fuck Joe Biden"
Weird that it came to be tbh
fuck
death by snu snu is a good way to go i agree
Well, I'm the one contributing the income, she's the one who does stuff around the house
fucking smart
Never putting a drink next to my computer again
damn. i dont hate that setup but it is kinda annoying sometimes
not engaged but i can see why
but i do exist.
what
no ;-;
i exist if avery vibes exist
go back to your forest
come with me, return to monke
do you regret bitching about the $200?
my laptop is as cheap as my life
new car when?
1000 US dollar or around 50k PH pesos Acer nitro 5 sadness
tbh i would bitch at a 2k laptop but thats just me ¯_(ツ)_/¯
so i can buy you for 1000US?
whats the going price for mail order brides? 
no
that was fast
Two days
did u get enlightenment?
but u said 1k dollahs so i can get a loan and then we're in business 
yeah, C is p simple if you're familiar with other langs
no. i only offer myself to my future partner
not some rando
if or iff ?
ifff
iffff
@hushed arrow To be fair, I find it easier to manually edit URLs than to navigate clunky UIs a lot of the time
Most commonly for things like switching the website's language
how often are you needing to do this?
It's always somewhere near the domain and has a recognizable format, and it's quick to change
i'll be honest i very rarely need to do something that i can do in a URL
Way too often unfortunately, microsoft refuses to remember I don't want to read their documentation in machine-translated russian
just learn russian, duh
lol i don't think that's the issue
although you would've thought microsoft could spring for a translator
That's what I did, it would be nice if their website respected the settings you had in your profile
There's very, very, very rarely a case I genuinely want to read something in Russian when it's available in English
especially if it's tech-related
"This text may be partially translated using machine translation tools"
No shit sherlock, you transliterated a method name from perfectly readable GetFileAttributes to ЖетФилеАттрибутес, which would read roughly like "Jet fillet a tree booties"
i didn't think they would also translate the code
it's not like you can write ЖетФилеАттрибутес in your code
Their system isn't very robust, it often tries to translate inline code with varying degrees of success
Sometimes it actually translates them, sometimes it simply transliterates, and sometimes it has the sanity to keep it the way it is
In all cases I'd be way better off just reading it in English
They (somewhat recently, I think) added a button in the top right to instantly switch to the original language, which is very convenient
But it only works in the documentation, and if you're navigating a product page, you have no choice but to either edit the URL or try to find where in the hell do you change the page language
Same goes for ubisoft and their patchnotes
In other words, I hate sites that try to guess your native language and refuse to remember what language you consistently override it to
With a burning passion
cookies off?
Nope, always on
In Microsoft's case I'm also logged into their account with a language preference set
That's why I set my browser with language settings. But some websites still ignore that...
The inconsistency is almost as frustrating as the fact this happens at all
Oh, and sometimes they deliberately redirect you back to your native language if you don't change the language in the interface
In one browser, I have en-GB, then en-US, then just en, then pl. Because programming/tech resources I access I'd prefer to get in English, but then I might want something in Polish... In some rare case something is not available in English but is in Polish
what is a rando but a future partner yet to know 
java vs c#, whats better for making games
Nobody really uses Java for games
well im on a mac
and?
i feel like java would work better
Unity was originally built purely for macOS
and Unity uses C# as a scripting language
whats java's main purpose
You underestimate how annoying it would be to build a game in Java
to be fiar i have not not bult a real gaem eyt
It's main thing was portability
java is annoying
i never knew that
Kotlin replace java 
its nice to ask real devs





