#voice-chat-text-0
1 messages ยท Page 303 of 1
except he's served the bacon whole instead of cutting it up

@somber heath a ok bcs am nex at the serv
@somber heath add me if you want ?
๐ญ
๐ ok
you @somber heath have kali serv ??
and java
?
am learnig py and java
@somber heath
yes i like python
hiii
yes
because in han to start cybersecurity
@somber heath
now am working on
@somber heath
clean ??
or not
!code
ok
Yo guys
can someone help me with something really basic ?
@hybrid field ๐
0of
help guys?
Hmm?
Do we get to know what you need help with so we can know whether we're in a position to offer help?
yes wait
@somber heath can you see Privet chat ?
like DMs
your DMs are cose
close
I've my DMs turned off to non-friends.
Yes. I will not.
Yes, I can friend you. No, I will not.
I am capable of choosing to. I am choosing to not.
I don't do dm help outside of exceptions by my own choice.
Here would be good.
@whole bear ๐
As you see i did here that if vote will be 1 or 2 so it will print it but i put here vote=3 and it still print it
hi
hagy_count=0
hadas_count=0
stop=0
while stop != "SOF":
name=input("what is your name")
vote=int(input("what do you vote"))
if vote==1:
hagy_count=hagy_count+1
elif vote==2:
hadas_count=hadas_count+1
if vote==1 or 2:
print(name, "voted to", vote, "and now hadas has", hadas_count, "votes and hagy has", hagy_count, "votes")
else: print("")
stop=input("if you want to stop type SOF without space!!!")
Please use the Discord code block formatting
/run python
x = NANI?
print (f"Omae Wa Mou Shindeiru": {x})
!e py print('Hello, world.')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
Hello, world.
!e
x = NANI?
print (f"Omae Wa Mou Shindeiru": {x})
ยป exit()
ยป except
!e
code
!e hagy_count=0
hadas_count=0
stop=0
while stop != "SOF":
name=input("what is your name")
vote=int(input("what do you vote"))
if vote==1:
hagy_count=hagy_count+1
elif vote==2:
hadas_count=hadas_count+1
if vote==1 or 2:
print(name, "voted to", vote, "and now hadas has", hadas_count, "votes and hagy has", hagy_count, "votes")
else: print("")
stop=input("if you want to stop type SOF without space!!!")
@turbid flame :x: Your 3.12 eval job has completed with return code 1.
:warning: Note: input is not supported by the bot :warning:
001 | what is your nameTraceback (most recent call last):
002 | File "/home/main.py", line 5, in <module>
003 | name=input("what is your name")
004 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
005 | EOFError: EOF when reading a line
!e ```py
print('Hello, world.')
```
amm
./run ```py
x = NANI?
print (f"Omae Wa Mou Shindeiru": {x})
!e
x = NANI?
print (f"Omae Wa Mou Shindeiru": {x})
@coarse remnant :x: Your 3.12 eval job has completed with return code 1.
001 | File "/home/main.py", line 1
002 | x = NANI?
003 | ^
004 | SyntaxError: invalid syntax
@mossy needle @whole bear ๐
hiiiiiiiiii
Helllooooo
just here to listen for now.
What are you doing here?
I just started learning python
Like what you guys talking about
Good to go, man
thanks buddy
I think the guy is frustrated why we have so many loops.
iguess
yea
Does asking for help in the python help channel count as messages cause damn, I have asked for a lot of helps
Not really getting help on here
no idea
Maybe Python Reddit gonna help
they close the query in few hours.
Your voice is low, Nitalian
I can send 50 messages right now but I have no idea if i get banned because of that.
We can be texting and communicating
I am sure we could get to 50 messages soon
Dont get yourself banned
50 non-deleted messages in channels other than the bot command channels
this one?
oh yah
that one
I mean 50 messages is not that hard to send.
you sound professional in python. @somber heath
are you working somewhere?
Yeah, it is not that hard to send
yup
who is this in your pfp? @mossy needle
looks like a scientist.
yoooooooooooo
You know him?
I have heard is name lot of times.
Better to be called a specialized name than a scientist at times
ok
@somber heath it is written in a NDA yeah?
If you are procificient, I got a problem I am trying to solve, it is a server running on multithreading concurrent connections, anyone interested in helping out here?
Jeez, async that hard?
@whole bear ๐
sup
hello
It was until I got to intermediate that I realized programming is more than for loops and while loops
@whole bear
hello
Python being a OOP, I got a book I am reading on it. But I didnt apply it to my code I was building, I thought OOP was selective to particular concepts
I started OOP few days ago but I was't able to understand anything.
I stopped learning python after that.
Lol, think of OOP as parts of a car with its components
What about procedural programming @somber heath
It is Joe, not Josh. 3 is E. Joethesaint
facts
LOL im such a pro i got root access to a telecom tower
LMAO
holy shit bro i can track real time movement on these hackers
Pro, wanna help me review my code
@cunning heath welcome
I promise I wrote it well enough
let's see in dms
im not rly a programmer im more technical on linux and stuff like those
hello
Still cool tho
Before I learnt Python, I learnt C. I know C can be tough but you can create functions that you can import and turn your coding experience to a good one
printf(%s"something like that")
I cant really recall but it is a good training trajectory
just print(f"lorem ideom {}")
There is Cpython
That shows the relationship between Python and C
How good is Python for networking?
Or what is the best for networking?
Python is powerful but could be slow
Python can use static typing like mypy
You just have to be pythonic and use good PEP8 and PEP20 practice
Good readability is key
You know?
I think I will stick to texting
It is not really quite a pain
Jack of all trades, master of all
Learn the concepts and the flows
Then go on for there
With the aid of AI, you will accelerate
I hate when colleges teach you complex stuff with already complex languages. Just teach us how the logic works with a simple language like python.
Can we really know everything on a particular language till we encounter challenges?
@coarse remnant How's the weather on the moon?
lol how do i know
You're really quiet.
if not javascript, what alternative can we use?
howยดs your day Opal?
!e ```py
rows = int(input("Enter the # of rows: "))
columns = int(input("Enter the # of columns: "))
symbol = input("Enter a symbol to use: ")
for x in range(rows):
for y in range(columns):
print(symbol, end="")
print()
@coarse remnant :x: Your 3.12 eval job has completed with return code 1.
:warning: Note: input is not supported by the bot :warning:
001 | Enter the # of rows: Traceback (most recent call last):
002 | File "/home/main.py", line 1, in <module>
003 | rows = int(input("Enter the # of rows: "))
004 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
005 | EOFError: EOF when reading a line
1957; 67 years ago
Fortran
Lisp
Updated timeline of the most popular programming languages since 1965 to 2022. Aggregation of multiple national surveys plus a world wide publications rate of occurrence. Popularity is defined by percentage of programmers with either proficiency in specific language or currently learning/mastering one.
As always your feedback is welcome.
*****...
I am supressed
what are u doin'
are you female
no
than no
bro i was joking
you're like kinda broke
no
but it's not a problem tho
can u use tkinter
Sorry, I joined accidentally :c
ok
yes @final laurel
are you a human @sly solstice
!mute 694618420062191626 
:incoming_envelope: :ok_hand: applied timeout to @turbid flame until <t:1714339002:f> (1 hour).
racist
!voice @hasty shore
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Hi
i am fine bro
and you?
interesting
what is it about?
so technically you are coding the backend, right?
dont go specific, you dont have to
what is your advice for those who hate frontend jijij
how would you deal with it?
i see
deam, more than 100% improvmeent i guess
jajaja i see
its kinda not smooth to navigate around 12k code on 2 pages
its a bit painful i would say
uff
still a lot
๐ฃ
jajaj
cool overall
good exp
yes
weird
cool, you did that
cool
yo i have a question
in very short, i am a bit struggling in python in 1 concept
in very short, in cpp we have the ability to call continue in a loop and cpp before execute the condition check, calls like a increment like section
is this available in python?
yes
dont get me wrong, for very lineal, is very easy to do range or sometiung
but say you have somehting non-lineal, say you call a function instead as the "increment"
technically you can put at the end the increment
but this forces to nest ifs, which i dont like in personal
instead fore ach early continue, i was forced to include the increment
max_iterations = 10
i = 0
while i < max_iterations:
if i % 2 == 0: # Skip even numbers
i += 1 # Increment before continuing
continue
if i == 5: # Skip when i equals 5
i += 1 # Increment before continuing
continue
if some_condition: # Skip based on some condition
i += 1 # Increment before continuing
continue
# Your main logic here
print("Iteration:", i)
i += 1 # Increment at the end of loop body
for example
my question was, if was there any way as soon as continue was called, that that i += 1 executed
thus allowing me to not explicitly do it myself on every early continue
.
.
i simply cant find a convinent way to do it
Let me see if I can find another way.
Thks
max_iterations = 10
i = 0
while i < max_iterations: (i += 1)
if i % 2 == 0: # Skip even numbers
continue
if i == 5: # Skip when i equals 5
continue
if some_condition: # Skip based on some condition
continue
# Your main logic here
print("Iteration:", i)
@wind raptor somehow somehting like this would be crazily lovely, but i found no way to do it
where (i += 1) executes at the end of each iteration
what is that operator ๐ค
i am a bit noob in py ๐
chadgpt
!e
i = 0
while (i := i + 1) < 10:
print(i)
@wind raptor :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 1
002 | 2
003 | 3
004 | 4
005 | 5
006 | 6
007 | 7
008 | 8
009 | 9
i was just goint to say that
๐คฎ
lol
!e python for x in range (0,10): print(x)
@amber raptor :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
006 | 5
007 | 6
008 | 7
009 | 8
010 | 9
interesting
this runs before each iteration ๐ค
for loop I did is correct way to do it. ANything else is putting lipstick on a pig
for ($i = 0; $i -lt 10; $i +=1){Do-Thing}
this format i was searching, becouse gives you this freedom ; $i +=1
yes
really?
let me put an example, real world example
i would love to get your advice on it
!e python for x in range(0,19,2): print(x)
intrestin
@amber raptor :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 0
002 | 2
003 | 4
004 | 6
005 | 8
006 | 10
007 | 12
008 | 14
009 | 16
010 | 18
!e
from __future__ import annotations
from typing import get_type_hints
type T = str
def f(t: T): pass
print(get_type_hints(f))
@whole bear :white_check_mark: Your 3.12 eval job has completed with return code 0.
{'t': T}
MAX_INST_LOOKBACK = 256
instr_address = addr
for _ in range(MAX_INST_LOOKBACK)
instr = ida_ua.insn_t()
if idaapi.decode_insn(instr, instr_address) == 0:
return -1
# at this point, instruction decoded
if not instr:
instr_address = idaapi.prev_head(instr_address, func_entry)
continue
if instr.itype != idaapi.ARM_mov:
instr_address = idaapi.prev_head(instr_address, func_entry)
continue
if instr.Op1.type != idaapi.o_reg or instr.Op2.type != idaapi.o_imm:
instr_address = idaapi.prev_head(instr_address, func_entry)
continue
if instr.Op1.reg != ARM_REG_0:
instr_address = idaapi.prev_head(instr_address, func_entry)
continue
return instr.Op2.value
return -1
take a look guys, this is technically real world example, instr_address = idaapi.prev_head(instr_address, func_entry) i dont know how to mess this with a range
its decoding instructions
its dynamicly finding the entry of the previouys instructions
hemmlock
i would love to find a way to simply do
MAX_INST_LOOKBACK = 256
instr_address = addr
for _ in range(MAX_INST_LOOKBACK): (instr_address = idaapi.prev_head(instr_address, func_entry))
instr = ida_ua.insn_t()
if idaapi.decode_insn(instr, instr_address) == 0:
return -1
# at this point, instruction decoded
if not instr:
continue
if instr.itype != idaapi.ARM_mov:
continue
if instr.Op1.type != idaapi.o_reg or instr.Op2.type != idaapi.o_imm:
continue
if instr.Op1.reg != ARM_REG_0:
continue
return instr.Op2.value
return -1
i mean a way to do this statemente (instr_address = idaapi.prev_head(instr_address, func_entry)) at the end of each iteration
IDA is a decompiler
i mean it works
this works
for _ in range(MAX_INST_LOOKBACK): (instr_address = idaapi.prev_head(instr_address, func_entry))
this is dummy way i am imagining
this is not right
its like pseudo way
exactly
i mean just this part : (instr_address = idaapi.prev_head(instr_address, func_entry)) is pseudo code
the entire thing is a real thing, that works
yes
its not lineally, becouse instructions changes in size
after
yes
becouse forces nesting to happend
๐
i dont like nesting
jjijiji
i have good experience bro on it
fair ammount good exp
i am still learning
x86
arm
aarch 64
ok
use dogbolt
yep, its a pain, specially when malware
it decompiles simultaneously in 6 different disassemblers
malware make it a hell for you man jaja
but yes, RE is hard
How is everyone doing today?
a hell to decompile
yes but thats easier, but when obfuscatio, comes, its a pain man
i guess, i have exp bro on it
jajaja
i see
i mean its more acceptable
in webdeb, say in reactjs components
etc
and it's not in decompiling?
it is what it is, but it could be cool, to flip the ifs, to early return them
that could be a good feature
for decompilers
@hasty shore what is it that you want to achieve? high-level
but at the heart of code flow in computers, things are nested
this
Python isn't going to change entire way it operates to support this extremely tiny edge case
@wise loom
for x in range covers it all
its not an edge case, its simply a way to execute an statement after a loop iteration
@hasty shore are you scripting ida? what is that script you showed?
an statement like this : (instr_address = idaapi.prev_head(instr_address, func_entry))
No
its just getting somestatic immediate value used to decrypt something
again, all could be solved by just nesting and leaving the statement at the very end of the loop body
but again, this is simply not my style ๐ฅฒ
then use another language
IDA version i have doesnt support another language ๐ฅฒ
Then deal
i will hack python ๐
i am joking
but sometimes is not necesary
classes
its like extra bloat
it is what it is
if int(permission) & 8 == 8:
return True
else:
return False```
if you're doing RE and you get stuck on a simple loop.. idk what to say
dude i am not stuck ๐
your focus should be elsewhere not on a ridiculous loop
this ridiculos loop structure, is how my brain is acostumed to think efficiently
meaning, doing it another way will hurt my productivity
and cause me to do more bugs or slow me down
becouse of nesting
what productivity? we've been stuck on this loop for an hour
.
there's literally no productivity to talk about, we've been talking about a ridiculous loop for an hour
i save more time trying to find a way that my brain is acustum, than acostum my brain to another way, and take a lot of time
i dont care about the loop, its that post-loop statement eexecution i am asking for
but there is no way to do it, it is what it is
we can't talk about saving time. there was no time saved here.
you're adamant about things being how you want them, to the point where you want to change the programming language.
that should tell you you're wasting time.
i consider the potential future time i could save, Risk-Reward is worthed for my case
this time toke the L, becouse no way around it
but again, it is what it is
oh really? can you estimate the amortization on this?
how often do you do this and how much time have you invested and how much time will you save over the next 2 months or 1 year if you had your nice fantasy loop?
Risk was lossing this hour trying to figure this thing out, potential reward was actually figuring out, and not needing to go throught a re-structuring of how my brain efficiently think by defualt, that would cause a bunch of bugs and more time expend, cheap is expensive on long run
time saved is exponential, technicly
๐
Guys, @wind raptor what happend if you not return from a python functino? (say nothign is expected to be returned) will casue any erros?
All functions return None if there is no return specified
but should be explicitly told?
is ok to not put the return?
good
good, i see
very cool
also sounds good
i like the simplicity of python
i am trying to bring my Cpp gain knoledge to python
jajaj yes
i guess pythonic could be faster than cpp, or equally faster
no no, i mean the runtime ๐
yes
have you seen mojo?
technically is python, but compiled, with same backend that cpp and all other languages compiled
it goes as fast as cpp or c
bcs its compiled jus tlike c or cpp
true
i see
not bad
true, i think it has types
yes
the beauty of it, its that it bring very low level things to high level, for example simd are as APIs, very amazing
very cool this
yeahh
@jovial badger ๐
gimme a second lmao, gotta veryify
I have to send 50 messages ๐
and this, "You have been active for fewer than 3 ten-minute blocks."
alright anyways, I'm literally starting python in class, and I have this simple assignment just using for loops. (javascript was wayy easier than this) and for some reason I'm missing some "syntax or something", I can't share screen or anything. So I was wondering if it was okay if I send the code here?
!code
Give me a second
oh ok
# Python Intro - Ninety-nine Bottles (For Loops)
Age = int(input("How old are you?"))# Age is the integer given by the user
textMedian = "Take one down, pass it around,"
if Age >= 18:
drink = input("Do you prefer beer or pop?")# Inputs answer into text of song
textDrink1 = f"bottles of {drink} on the wall"
textDrink2 = f"bottles of {drink}"
textDrink3 = f"bottle of {drink} on the wall"
textDrink4 = f"bottle of {drink}"
for i in range(1, 100):# bottles counting down from 100
bottles = 100 - i
if bottles > 1:
print(textMedian, "\n", bottles, textDrink1, "\n", bottles, textDrink2)
elif bottles == 1:
print(textMedian, "\n", bottles, textDrink3, "\n", bottles, textDrink4)
else:
print(textMedian, "\n", bottles, textDrink1)
if Age <= 17:
textPop1 = "cans of pop on the wall"
textPop2 = "cans of pop"
textPop3 = "can of pop on the wall"
textPop4 = "can of pop"
for i in range(1, 100):# bottles counting down from 100
pop = 100 - i
if pop > 1:
print(textMedian, "\n", pop, textPop1, "\n", pop, textPop2)
elif pop == 1:
print(textMedian, "\n", pop, textPop3, "\n", pop, textPop4)
else:
print(textMedian, "\n", pop, textPop1)
I'm learning this on the fly
yea the indentation is wrong
that's what it's saying is wrong, idk why it isn't
!e ```py
age = 18
name = 'Peter'
print(f'Hello, {name}. You are {age} years old.')
print('Hello, {name}. You are {age} years old.')
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Hello, Peter. You are 18 years old.
002 | Hello, {name}. You are {age} years old.
so what is a "format" string?
ah, so it doesn't work if I just put in curly braces
yea
Alright I'm gonna test my code nw
Also
Does the if statement and everything that leads from it have to be in-line with the for loop?
(obv not the print)
yea the code works and everything, I'm just making sure (organization is also apart of this assignment)
no...
STOP
START STOP
START STOP STEP
so start stop, just counts every number in between
!e py print(*range(10))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
0 1 2 3 4 5 6 7 8 9
!e py print(*range(5, 10))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
5 6 7 8 9
!e py print(*range(0, 10))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
0 1 2 3 4 5 6 7 8 9
So it prints the total number of indices for the different of the numbers
!e py print(*range(0, 10, 2))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
0 2 4 6 8
!e py print(*range(0, 10, 3))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
0 3 6 9
!e py print(*range(9, -1))
@somber heath :warning: Your 3.12 eval job has completed with return code 0.
[No output]
9 8 7 6 5 4 3 2 1 0
yea
!e py print(*range(9, -1, -1))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
9 8 7 6 5 4 3 2 1 0
so the step is assumed to be one, when it's not assigned
!d range
class range(stop)``````py
class range(start, stop[, step])```
The arguments to the range constructor must be integers (either built-in [`int`](https://docs.python.org/3/library/functions.html#int) or any object that implements the [`__index__()`](https://docs.python.org/3/reference/datamodel.html#object.__index__) special method). If the *step* argument is omitted, it defaults to `1`. If the *start* argument is omitted, it defaults to `0`. If *step* is zero, [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError) is raised.
For a positive *step*, the contents of a range `r` are determined by the formula `r[i] = start + step*i` where `i >= 0` and `r[i] < stop`.
For a negative *step*, the contents of the range are still determined by the formula `r[i] = start + step*i`, but the constraints are `i >= 0` and `r[i] > stop`.
!e py print(help(range.__init__))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | Help on wrapper_descriptor:
002 |
003 | __init__(self, /, *args, **kwargs)
004 | Initialize self. See help(type(self)) for accurate signature.
005 |
006 | None
@jovial badger :white_check_mark: Your 3.12 eval job has completed with return code 0.
0 2 4 6 8
!e py print(1, 2, 3)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
1 2 3
yes
!e py print(*range(1, 4))
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
1 2 3
but obviously we'd prefer range to assign a large amount of values if needed
or print those values
!e py for i in range(9, -1, -1): print(i)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 9
002 | 8
003 | 7
004 | 6
005 | 5
006 | 4
007 | 3
008 | 2
009 | 1
010 | 0
pop = 100 - i```
ohh
honeslty I'm gonna change that rn
wait
but how am I supposed to list the value in the text then?
Arguments of range are either
STOP
START STOP
START STOP STEP
!e py for letter in 'abc': print(letter)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | a
002 | b
003 | c
yes
!e py letter = 'a' print(letter) letter = 'b' print(letter) letter = 'c' print(letter)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | a
002 | b
003 | c
!e py fruits = 'apples', 'pears', 'oranges' for fruit in fruits: print(fruit)
@somber heath :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | apples
002 | pears
003 | oranges
ok, this might sound mean, but I'm not going to implement it into the code because I can't be bothered, since the assignment is done, but also I've got other math homework to catch up regardless, thank you for helping me though, if I have time later I'll defintely implement it into my code. Thank you though ๐
alright cya Opal
you're the goat
All you need below
Interview with a Metaverse Founder in 2024 by @kailentit - aired on ยฉWhoIsTechnology - Part5.
to make your startup succesful ๐๐ป https://brightdata.com/gm
If you want to animate anything in 3D with Anything World go here - https://anything.world/
๐๐ป https://www.tiktok.com/@_anythingworld
Shot on Sony Alpha casettes
Metav...
How old are you kid??
????
How old are you???
Cool
thats interesting
seems you already are potentially coding/programming, which is very good!!!
wow, thats amazing!!!
Can you buy me nitro? kid
buy, it to me ๐
????
??
you dont have to ๐
uhhh ok
Listen
I don't think I should tell you this, but....
I started smoking at 15 and I have been addicted ever since
Can I get some emotional support?
Because even my parents don't care.
๐ญ
???
Smoking is bad, quit it
IK, I'm trying to
I have finished my pack at 4 am it's now almost 6 and I'm already craving another one
I have to wait for the mall to open
It's mentally exhausting
I also have ocd
I workout too
dont smoke bro
Ok
i recomend trying an sport
a combat export
for example boxing, or something less riskier
Ok, Interesting.
@tired bloom ๐
hallo
i recomend it, becouse my own expirience
i am a boxing myself, and boxing or any other fighting martial art, make you from bottom up
but yehh, i would say that it might give you brain damage
agree
Wow that guys mic is so clear.
Yes
"Mindful Dev"
Nice
This is super awkward...
Everything.
Hey anyone here very familiar with GH can answer a basic noobs question
@austere nimbus๐
What is GH?
if im working with a fork of something and commits get merged back to the main project
github
in the main project or any project is there like a section to check merge history
cant find it
I don't use Github, so I'm not in a position to advise. Maybe you could ask in #tools-and-devops.
What's up?
Depends on what you need help with.
@jagged trail
hi guys
@tough osprey ๐
how are you i was wondering when my vc would open
I believe in you
oh thank you
Hi
i need
to send 50 messages and stay in the server for more than 3d to speak
..
thats lame
Prevents a lot of toxic behaviour in VC. We have a lot of people in this server and see almost no trolling in our VC thanks to the gate.
Before the gate was really awful. People would come in and scream, blow into the microphone, play loud music, shout racial slurs, giggle...
This would be happening every fifteen minutes.
We were a partnered with Discord server at the time
So a lot of visibility
A public server, as we still are, so no real barrier to entry
...and an open voice chat.
The internet, being what it is, did the predictable thing.
With the voice gate in place, it means that people have to socially invest a little and have patience. People who get their jollies from trolling aren't interested in going through that.
The voice gate is a negative. It prevents legitimate voice participation of newcomers.
It is a negative that eliminates a greater negative.
On balance, it's better to have it than to not.
Though I would be interested in experimenting with it off, given we're not partnered anymore.
@whole bear๐
hello
Hii
@brisk jolt ๐
Hi!
!d numpy.float32
@whole bear ๐
I can't able to hear
I'm not sure we can do anything about that.
I can hear things fine.
@zinc topaz ๐
halloooooooooo
I started using ubuntu few weeks ago.
i've been using ubuntu for 4 years? now
tasksel?
gg
@whole bear @whole bear @signal badge ๐
?
yo yo.
I just changed my name bro ๐
brother , eehhh
what's that brother
how about hacking nasa with tasksel
@whole bear ๐
@whole bear ๐
halo ๐
@vital spire ๐
@upper basin streaming tonight?
which version is this linux , i mean 23 tsl or 22?
Discord Streamer ๐ญ
for one sec i just forget how to type english
@pulsar shale ๐
Hi
๐คจ
๐คฃ
Might wanna dial that down a bit.
Whatโs that?
@somber heath i think these chatting won't help me open my mic here , right?
can u speak in vc?
permissions i mean
It will. Having activity in the server contributes #voice-verification
Active for at least three different ten-minute blocks
Activity is important.
oh ,ok . got it
hello
@tawdry fossil ๐
๐
@tawdry fossil hello buddy, what r we up to?
yeah ik about this, but I mostly perfer to not talk
I love your discussions tho
Yeah, Opal's voice is quite soothing
welp.. someone is calling me
i am calling you . i just love this music
what music, did I miss something already lol
if you become void you don't have to return anything to whoever calls...
@upper basin ngl that sounds like pure evil laugh
Top 10 best anime laughs
number one A.C.E07
I have a small question, if you were only allowed to learn one natural language, what will it be?
english

Most widely used language, and if I have to learn only one, I go with utility.
oh, logical
In the END, it`s ALL a question of BALANCE
Enjoy our BEST TRackS
that is a picture of fedora 40
nice, i just though it is ubunto.
@obsidian dragon would you have chosen Telegram ever?
or do u have one?

Dave?!
how can I talk ?
I need help in y python code X)
how can I get help
Read #โ๏ฝhow-to-get-help to find out more.
Oh thank you
how do you get streaming privileges?
you should ask mods.
i guess
If you see the vc chat you will find out that they can give you the permission to stream
which youtuber are you talking about? @hard island
what is the best way to reach the mods
veretasium
The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more. Fasthosts Techie Test competition is now closed! Learn more about Fasthosts here: https://www.fasthosts.co.uk/veritasium Code for interactives is available below...
Animations, coding, interactives in this video by Jonny Hyman ๐
Try the code yourself...
I think this guy is mod
yah
ask him
he is a good guy
@wind raptor hello
we are having trouble sharing our screen
PyQt5
Vispy
numba
numpy
maybe PyPi not sure
oh yah he is one of big b.
what does that b stand for?

boss
python or python3 -m venv venv
not really
pip install virtualenv
virtualenv my_project_env
i think he is the most helpful and kind person ik in this server
my_project_env\Scripts\activate
@desert vector Hello! @hard island request for video permission for his project. May you please assist him?
same here
Same project?
i mean , i need the rule too.
we all.lol
Yep, hoping for Luna to help both of yous
๐ฅฐ
Hello hello. I am currently preparing myself for work today, just came on for a quick laugh. I'm not gonna be able to watch you both.
Can they video permission now?
Mr Hemlock did said about requiring an active mod for new streamers
this is so sad.
Have a good day, Luna โจ
Be patient, I'm sure Hem will be around at some point; he usually is on weekdays
unless he got hit by that bus again...
Ah, whatever
Laters!
Ill be checking up here and there (when possible). In waiting for Mr Hemlock to be active again.
bye 4 now
pip list
pip list
!stream 898929251393343548
โ @hard island can now stream until <t:1714397222:f>.
!stream 417449379088171008
โ @weary sail can now stream until <t:1714397730:f>.
@rugged root is here ๐
!stream 960516761495683073
โ @whole bear can now stream until <t:1714398197:f>.
@wind raptor how long until you can permanently handout streaming roles to a person?
We need to get to know a person well first and see the kinds of things they stream. There's no set amount of time.
Thats such a direct and clear way to permit them instead of only timing them. I might ask one in the future for my project help. What time are you usually free?
//island treasure hunter
DECLARE Grid : ARRAY[0:9, 0:4] OF CHAR
CONSTANT SAND = '.'
PROCEDURE InitialiseGrid ()
DECLARE X : INTEGER
DECLARE Y : INTEGER
FOR X <- 0 TO 9
FOR Y <- 0 TO 4
Grid[X,Y] <- SAND
NEXT Y
NEXT X
ENDPROCEDURE
PROCEDURE DisplayGrid ()
DECLARE R : INTEGER
FOR R <- 0 TO 9
PRINT Grid[R,0],Grid[R,1],Grid[R,2],Grid[R,3],Grid[R,4]
NEXT R
ENDPROCEDURE
PROCEDURE HideTreasure()
CONSTANT Treasure = 'T'
DECLARE X : INTEGER
DECLARE Y : INTEGER
X <- INT (RAND(10))
Y <- INT (RAND(5))
WHILE Grid[X,Y] = Treasure DO
X <- INT (RAND(10))
Y <- INT (RAND(5))
ENDWHILE
Grid[X,Y] <- Treasure
ENDPROCEDURE
PROCEDURE DigHole (Row: INTEGER, Col : INTEGER)
CONSTANT Hole = 'O'
CONSTANT Treasure = 'T'
CONSTANT FoundTreasure = 'X'
IF Grid[Row,Col] = Treasure THEN
Grid[Row,Col] <- FoundTreasure
ELSE
Grid[Row,Col] <- Hole
ENDIF
ENDPROCEDURE
PROCEDURE StartDig ()
DECLARE X : INTEGER
DECLARE Y : INTEGER
PRINT "Enter position from 0 to 9: "
INPUT X
WHILE X < 0 OR X > 9 DO
PRINT "Invalid Position - Try again"
INPUT X
ENDWHILE
PRINT "Enter position from 0 to 4: "
INPUT Y
WHILE Y < 0 OR Y > 4 DO
PRINT "Invalid Position - Try again"
INPUT Y
ENDWHILE
CALL DigHole (X,Y)
ENDPROCEDURE
CALL InitialiseGrid ()
CALL DisplayGrid()
DECLARE i : INTEGER
FOR i <- 1 TO 3
CALL HideTreasure()
NEXT i
CALL StartDig()
CALL DisplayGrid()
or day/s of active?
It varies. It's best just to ask whoever the mod is in here
cobol
Alright, thank you for responding.
No problem!
lul
looks like lack of UI consideration
Just use the original linux?
or just buy another pc ๐
An easy-to-follow database normalization tutorial, with lots of examples and a focus on the design process. Explains the "why" and "how" of normalization, and takes you step-by-step through:
- First Normal Form (1NF)
- Second Normal Form (2NF)
- Third Normal Form (3NF), with a side note on Boyce-Codd Normal Form (BCNF)
- Fourth Normal Form (4NF...
In relational databases, especially large ones, you need to arrange entries so that other maintainers and administrators can read them and work on them. This is why database normalization is important. In simple words, database normalization entails organizing a database into several tables in order to reduce redundancy. You can
!zen
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
@grim solar https://www.youtube.com/watch?v=CWoXbL3oZFc
In this video, we work on a hybrid command (slash command + prefixed command) with a permissions check in discord.py v2.0.
If you found this video helpful, please do consider liking the video, subscribing, and sharing it to someone who might find this video helpful (I know a lot of people say this, but it really does help the channel ๐). If you...
@tawny cradle ๐
@thorny shard ๐
in reality:
sudo pacman -S firefox
@dusk gulch @whole bear @dusky obsidian ๐
:v
Hello
I am Confuse with the QT Computer.
How they Detect the QBit, It then Read it then it change its type to either 1 or 0, if they don't Then How do They Will find which is it.
๐
Then how do they find it is QBIT or normal Bit.
0, 1, 2, 01, 02, 03, 10, 11, 12, ...
It will be waste of compute.
But How do they Detect the QBit, It then Read it then it change its type to either 1 or 0, if they don't Then How do They Will find which is it.

super positions are funny, and yhe once you do a reading you do only get one specific result.
but with fancy math shit you can make it so the only possible result is the answer you want
but super slow for things like array
thats true, quantum computing isnt some magical thing that makes every thing faster.
it makes specific stuff MUCH faster, like breaking encryption
Out of My Brain.
12345678
a1 * 000 + a2 * 001 + ... + a8 * 111
a1 -> b1 * 1
a2 -> b2 * 2
...
a8 -> b8 * 8
it will be unstable, due to it is based on Probability.
great video on how quantum computers speed up encryption breaking: https://youtu.be/-UrdExQW0cs?si=qe5lR-Mj4oWqctHY
A quantum computer in the next decade could crack the encryption our society relies on using Shor's Algorithm. Head to https://brilliant.org/veritasium to start your free 30-day trial, and the first 200 people get 20% off an annual premium subscription.
โโโ
A huge thank you to those who helped us understand this complex field and ensure we told...
hmm
It will be good if We have high volt, mid volt, low volt tringister. it will be very fast
I know that
Hmm...
Think a cat ๐ is in Box. it will be alive or Die.
guess it one time. 50-50% chance it is Alive.
guess it 2 time. 50-50% chance it is Alive.
.
.
.
Hmm
I watched that video.
We can Use QTM Computer ๐ฅ for Encruption.
rant by all means

i.e if you try to write python like java, python will seem bad
Javathon
Actually that'd probably be what Fry was doing in that one Futurama episode
a -> quantum state
- b -> quantum operator
Hmm
Well in the calc I'm making it's more like you're always doing addition
You're just specifying whether the given value is positive or negative
hi animmo
Add 124 int with 1200000 million int.
Can You code in it.
Break a 8 bit passourd, there are only 255 posiblity, can you.
11 + 23 = 34
them it will be fix hardware.
By mixing normal computer ๐ฅ with Quntam Computer. Best of both world.
normal computer ๐ฅ will do + -, and QTMC for Guess.
is it on github.
Just ask the question and we'll see if anyone knows
got root access to a telecom tower im just locating a criminal atm
3 head
Ah-
So, the thing is if i import a module i want to see all the possible functions which comes with it
I can't seem to get it
QMT Computer not there and i am thinking about 4 bit computer.
dir doesn't really work
I seem to already have him at 200%... so likely not a new issue xD
Best thing is to check out the docs
__dict__ would show you if you're in the repl
Those hmm
It's going to be kind of noisy, though
Nope vscode
Modules like pandas numpy random
i just want to see all the possible functions i could use
Yeah looking through the docs is the best way
I feel i'm not coding efficient
I typically have my editor and documentation open all the time
I thought there was a way to take a look at it in the terminal itself
Got it
thanks man
Yarp
Are You using CPU or GPU for Simulation.
!stream 425552190283972608
โ @peak depot can now stream until <t:1714406380:f>.
var songDictionary = {
"Song 1": "https://example.com/song1",
"Song 2": "https://example.com/song2",
"Song 3": "https://example.com/song3"
};
it should
@upper basin Bro Be Smart when You are streaming. It will be Easy to Extract Key Info From Your Comp screen.
!stream 806535528954593340
โ @misty shale can now stream until <t:1714407233:f>.
What key info?
I want Hemlock back
It Could Be any thing from, Private Image, Password, etc.
@misty shale dont worry, out of everyone in the vc, im the best in python
lol
If You are Best Then Explain How can You use the async with the Generators.
hello guys
i'm trying to host selenium python code to aws lambda
and i'm having this erro
i can't install the dependencies correctly
can someone help me to do that
Time to make a ๐
Where's the cheese?
am i looking to what in this picture?
oh pizza, didn't see the text
@lavish rover if I write a language called Q, what language type would it be (interpreted or compiled)?
Q code would be mapped to python code, and python code would be mapped to hardware command.
brb, gotta lunch
Heating up the pepperoni. ๐ง later
@wary pumice you can ask your question here
Iยดm gonna go watch Fargo, thankยดs again for the help guys!
this is going 2 b spicy. Added chilli sauces && green chillies
you know i just was looking in my dictionary to find a name for this object, until i saw the text you wrote.
๐๐
yum yum .
More cheese please.
i may have over spiced this ๐
so it gonna be so delicious.