#voice-chat-text-0
1 messages · Page 100 of 1
Yes. I'm aware that it's like that.
ah thats sick
You try to do the thing in the try block. If a given exception is raised, as specified on the except line, that codeblock is run.
You can specify multiple except lines to the one try.
isit?
You can specify one or more exception types per except.
does syntax error work?
could you except that
No.
Also yes.
You might be able to raise SyntaxError, but you wouldn't write code that has a SyntaxError. You might be able to do it with eval/exec. Otherwise, if you have a syntax error in your code, the module just won't run.
ah alright . so theres not really any point of using except on syntax error as it wouldnt work anyway
There might be edge cases, but generally, yeah.
alright alright nice nice thank you man
Hello Opal, JohnIsBlue, SMR, AF. Lyapz, Matt
was busy with exams 😅
we have 2 mid terms and two terms exams
currently mid second term
yes thats not really common but we have it here, barely anyone really tries hard on it though due to the timming just being awful
@whole bear can you leave
seems like a bunch of gibirish
that was a loud sup. good good hbu?
if the problem presists from linux then try apt --fix-broken install
@ebon mist https://stackoverflow.com/questions/71199683/why-will-my-code-not-open-a-window-in-pygame
seems relevent but really doesnt have any useful answerse you can just seearch the title in google
It's supposed to just open the window so far, but during testing, it wouldn't open the window, although no errors are displayed.
Wassup magicalgirl
Hello x10
you would def be the winner lol
"exaggerated fear of constipation" meaning of a the french word apopathodiaphulatophobia
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@somber heath
Had to talk to someone privately
u alright i got a quick question
What's up?
i know what they do but what is something like open( called
!d open
open(file, mode='r', buffering=- 1, encoding=None, errors=None, newline=None, closefd=True, opener=None)```
Open *file* and return a corresponding [file object](https://docs.python.org/3/glossary.html#term-file-object). If the file cannot be opened, an [`OSError`](https://docs.python.org/3/library/exceptions.html#OSError "OSError") is raised. See [Reading and Writing Files](https://docs.python.org/3/tutorial/inputoutput.html#tut-files) for more examples of how to use this function.
*file* is a [path-like object](https://docs.python.org/3/glossary.html#term-path-like-object) giving the pathname (absolute or relative to the current working directory) of the file to be opened or an integer file descriptor of the file to be wrapped. (If a file descriptor is given, it is closed when the returned I/O object is closed unless *closefd* is set to `False`.)
i know what they do but what is that called like the name of the open(
Opens files and gives you an interface to that file.
ah okay never mind
Parenthesis?
its use to open file
f = open(filename, mode)
yo wassup hem. programmerx
lmao im 100% not being clear enough
Acid trip of a Sci-Fi series.
for what you have to use it
function
that returns a file
which in turn is also a context manager
@knotty dock Call? Instantiation?
a built in function
(Not asking for us to call one another)
Please don't use that word in a disparaging manner. There are better ones to pick
ah sorry sorry
@knotty dock I keep talking to you in voice. I keep forgetting you're not in it.
@somber heath how you get that announcement role
#bot-commands
Any tips to avoid forgetting the syntax and the concepts that we are learning everyday in python?
Based on your experience, on an average how many times one should repeat in order to remember most of the things? Like thrice, 5 times?etc.
I don't think there's a specific number. You'll get used to it and remember it as you use it.
I'm not thinking just sitting there drilling or memorizing
There's no shame in having the documentation open, in fact I encourage it
You'll pick it up as you go along
Sounds cool
It's more about understanding and applying what you know.
@grand plover You here?
@midnight agate what does this mean i: int() = 42.0;?
@lapis hazel just caller lower level functions in python..?
@ionic lake easy there
lol what a noob
dont dual boot.. switch to linux and ditch windows.
@ionic lake ^
tust me, bust decision you will make in your life.
wsl2?
thats prolly why you are having problems are you using GPU with with WSL?
@ionic lake ^
@lapis hazel well you want WSL2, not just any WSL...
Ubuntu is fine
@ionic lake Ubuntu is fine
@ionic lake make sure you are install WSL2 and not WSL!
@lapis hazel @ionic lake Check which version WSL you have!!! You may need WSL2 if you plan on running anything intensive with pytorch.
go into power shell
wsl --version
something like that
just google it
well it installs WSL1 by default
it does.
@ionic lake what version do you have?
did you check?
@ionic lake use powershell
lol
wsl -l -v
@ionic lake type this:
wsl -l -v
I didn't live long enough yet to be an expert in anything except for overly specialised fields of knowledge that almost no one else works on
are you entering the command in powershell?
?
good
you good!
@ionic lake Cannot help you at this point, I only know the process to set this up with tensorflow. I have actually never used pytorch.
wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin
sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda-repo-wsl-ubuntu-12-1-local_12.1.0-1_amd64.deb
sudo dpkg -i cuda-repo-wsl-ubuntu-12-1-local_12.1.0-1_amd64.deb
sudo cp /var/cuda-repo-wsl-ubuntu-12-1-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda
update your ubuntu system if its a fresh install @ionic lake
sudo apt update
sudo apt upgrade -y
oh yeah it will be big
BIG super BIG
I see containers as a simpler option for something like that
(it's still wsl under the hood but still)
@ionic lake you should really update your system if its fresh install before you start install all your GPU drivers for pytorch.
!voice @abstract pike
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
configuring all that may take some time but benefits may be worth for some cases
some time and space
@ionic lake @lapis hazel Well he can check right now if he can enable hyper -V.
Well check just incase...
search features in windows prompt
"Turn Windows Features on or off"
congrats you have hyper-v
pip3 install torch torchvision torchaudio
well check to see if he has python lol
ubuntu comes with python typically
type "python3" in bash
python3 --version
Docker is nice
sudo apt update && upgrade
sudo apt install python3 python3-pip ipython3
sudo apt-get dist-upgrade
sudo apt-get upgrade
pip3 install torch torchvision torchaudio
Hey @proper grove!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
brb @somber heath
@whole bear 👋
wsp
yeah
huh
i dont really know
i just wanna do cool computer things
i guess
probably game development or modding games
like 2 weeks probably
yeah ive heard of them before
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
!kindling
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
Corey Schafer, YouTuber, playlists.
thank you
ill be sure to use those
is there a particular order or do you just learn all the stuff for beginners and then learn the harder stuff as you go on
@somber heath
so basically efficiency comes with experience?
@merry otter 👋
@whole bear 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
what did you decide to learn python for
@somber heath
is python your main language
when did you begin using python?
import re
def main():
count(input("Enter your input:"))
def count(x):
regex = r"\bum\b"
matched = re.findall(regex, x, re.IGNORECASE)
print(len(matched))
return matched
if __name__ == "__main__":
main()
i can print matched but why cant i return matched
anyone
that is beyond my understanding
ahh makes sense
thank you
import re
def main():
print(count(input("Enter your input:")))
def count(x):
regex = r"\bum\b"
matched = re.findall(regex, x, re.IGNORECASE)
return len(matched)
if __name__ == "__main__":
main()
should i use a variable or does print make it better option
umm it tell how many um that you have given in a sentence
can u help me too pls?
i dont know much but i could still try
Print the shape in below by using for loops
Print the shape in below by using for loops
@polar vigil import time, sys
indent = 0 # Quantos espaços indentar.
indentIncreasing = True # Se o recuo está aumentando ou não.
try:
while True: # O loop principal do programa.
print(' ' * indent, end='')
print('********')
time.sleep(0.15 ) # Pausa por 1/10 de segundo.
if indentIncreasing:
# Aumenta o número de espaços:
indent = indent + 1
if indent == 30:
# Muda a direção:
indentIncreasing = False
else:
# Diminui o número de espaços:
indent = indent - 1
if indent == 0:
# Mudança de direção:
indentIncreasing = True
except KeyboardInterrupt:
sys.exit()
I cant understand
@polar vigil try run in a idle maybe
like that
like that
um at my high school
@hoary plaza
ye
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
sadly but I am not on this server for over 3days
this is my second day
I wish that I could talk
overall it is about 2years but I was coding like for three months (learnt basics) then more than a year pause and now getting back again
nice
want to get really good with requests but I don't even know how to use http debugger
i dont even know what that is lol
i just started 2 weeks ago
i did try to learn c++ when i was like 10 years old
clearly did not go well
I was looking into c++ some time ago but it is just too hard to understand for me
yea
ima just try to get somewhere with python
and then if i feel the need i will learn c++
imo python is definitely the best for start
easiest to get into
I made this that (maybe this doesn't do what you're saying exactly) makes triangles like 4 years ago, still holds up kinda though
!e
def triangle(height=2,fill= ' '):
"""
Makes a triangle of specified height.
height: sets how many lines the triangle takes up
fill: sets what fills the interior lines of the triangle
"""
if (fill==''):
fill = ' '
def draw():
for i in range(0,abs(height)):
yield f"{' '*(height-i)}/{(fill*(2*i))[:2*i]}\ "
yield f" {'‾'*(height*2)}"
return '\n'.join(draw())
print(triangle(height=10, fill=" "))
print(triangle(height=15, fill=" "))
@verbal zenith :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | /\
002 | / \
003 | / \
004 | / \
005 | / \
006 | / \
007 | / \
008 | / \
009 | / \
010 | / \
011 | ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/ajacucidux.txt?noredirect
!voice@hoary plaza 👋
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@quaint monolith👋
hiiii
@quaint monolith You meet the criteria if you want to do !voiceverify in #voice-verification
thank you
lol
@whole bear@rough marsh👋
Hi guys, our prof gave us a hard time in our capstone proposal. It seems that our companies are not big enough for their criteria but the thing is it is awfully hard to get a hold of the CTO or head of IT of a certain big entity. How do you suggest we go about this?
Creatively.
and persistence I presume? haha
sing sing sing
Helloo
hello @lucid pine
exaclty
I'm feeling ill right now, otherwise I'd join :/
cant even speak yet
back later
thanks for this
spam bacon
Bacn (pronounced like bacon) is an inedible Web 2.0 term that stands for the "email that you receive that you kind of, sort of, maybe, want." Unlike spam, Bacn is legitimate email that has been subscribed to and is therefore not unsolicited, but is often not read by the recipient for a long period of time, if at all.
wow... very insightful
During a lecture Q&A session Richard Stallman appears to pick something off his foot or toe, places it in his mouth and chews on it.
win32diskimager
code
@bronze quest👋
Sorry, an unexpected error occurred. Please let us know!
ClientResponseError: 400, message='Bad Request', url=URL('http://snekbox-310.default.svc.cluster.local/eval')
@whole bear :warning: Your 3.11 eval job has completed with return code 0.
[No output]
hello @somber heath how are you?
Yeah, I think it doesn't like the version specification you're giving it.
@whole bear :white_check_mark: Your 3.11 eval job has completed with return code 0.
[1, 1, 4, 4, 6]
@muted hare👋
A cross-platform tool to flash OS images onto SD cards and USB drives safely and easily. Free and open source for makers around the world.
RUFUS IS GOOD TOO
*caps
or dd 😛 😄
You will be assimilated. Resistance is futile.
and here im listening everything and still have no idea on what's going on.? 😆
lol
trying to help someone run / install linux on hardware without their current system being fubard
✅ @ionic lake can now stream until <t:1678898676:f>.
sudo apt upgrade
legendary video
sudo apt update
@whole bear #❓|how-to-get-help
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
time to hack discord and fail the atempt as alway
!stream 340265599764791296
✅ @ionic lake can now stream until <t:1678900783:f>.
its always good to have multiple systems , so you can do repairs on another---
mr is installing linux, or?
Rufus: Create bootable USB drives the easy way
guys, does anyone know how to work with http debugger?
has anyone seen this? .... https://twinbasic.com/
Please no.
Side effects of Hemlock may include...
Back on in a moment, heading home to get the wife to her appointment
@whole bear :x: Your 3.11 eval job has completed with return code 143 (SIGTERM).
001 |
002 | 6 - [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]
003 | 6 - [0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0]
004 | 6 - [0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0]
005 | 6 - [0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0]
006 | 6 - [0, 0, 0, 1, 0, 3, 0, 1, 0, 0, 0, 0]
007 | 6 - [0, 0, 0, 1, 0, 3, 0, 1, 1, 0, 0, 0]
008 | 6 - [0, 0, 0, 1, 0, 3, 1, 1, 1, 0, 0, 0]
009 | 6 - [0, 0, 0, 1, 0, 3, 2, 1, 1, 0, 0, 0]
010 | 6 - [0, 0, 0, 1, 0, 3, 3, 1, 1, 0, 0, 0]
011 | 6 - [0, 0, 0, 1, 0, 3, 3, 1, 2, 0, 0, 0]
... (truncated - too many lines)
Full output: too long to upload
@whole bear :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 |
002 | 7 - [0, 31, 48, 96, 105, 148, 172, 128, 126, 83, 45, 17]
https://github.com/nens/threedi-schema
https://github.com/nens/threedi-modelchecker
https://github.com/nens/threedigrid-builder
The schema of 3Di schematization files. Contribute to nens/threedi-schema development by creating an account on GitHub.
Tool to verify the correctness of a 3Di model. Contribute to nens/threedi-modelchecker development by creating an account on GitHub.
SQL OnLine - Next gen SQL Editor: SQLite, MariaDB / MySQL, PostgreSQL, MS SQL Server. User-friendly interface for data science. No registration for start, No DownLoad, No Install. Online test SQL script. Online Open/Save SQLite file. Online view all table DB. Fiddle link SQL text and DB file. SQL Test, SQLite in Browser, Data for World, online s...
https://support.discord.com/hc/en-us/articles/1500006741102-macOS-Screen-Share-with-Audio-Update-FAQ
Note: - Make sure to fully restart your desktop client if you don't see the update yet! - Currently, we only support sharing audio when streaming an application - and all audio from the application...
@whole bear :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 |
002 | 3 - [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]
@whole bear :warning: Your 3.11 eval job timed out or ran out of memory.
[No output]
@whole bear :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 |
002 | 7 - [0, 2, 2, 6, 11, 14, 19, 14, 15, 7, 7, 3]
let hack discord for a moment
mi virtual machine have 2 hours
installing
and still half way
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear read the message above
Kali Linux
Activate Windows edition
when i get some money i activate the windows
i think that oem serial key cost 20 dollars
!stream 1029332158898245713
Penn Fraser Jillette (born March 5, 1955) is an American magician, actor, musician, inventor, television presenter, and author, best known for his work with fellow magician Teller as half of the team Penn & Teller. The duo has been featured in numerous stage and television shows, such as Penn & Teller: Fool Us and Penn & Teller: Bullshit!, and i...
Guido van Rossum (Dutch: [ˈɣido vɑn ˈrɔsʏm, -səm]; born 31 January 1956) is a Dutch programmer best known as the creator of the Python programming language, for which he was the "benevolent dictator for life" (BDFL) until he stepped down from the position on 12 July 2018. He remained a member of the Python Steering Council through 2019, and with...
@whole bear 👋
@willow gate do join the server that i send you in dm
share video here
@somber heath you wanna join?
No.
Yes.
Tkinter module?
That is a viable option.
Yes.
I haven't encountered wx.
ok
@somber heath you have permission to share screen?
!paste
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
use replit
while True:
try:
value = int(input('Enter a number: '))
break
except ValueError:
pass
@brazen gazelle Does it look something like this?
Oh! Looks cool! I didn't know about this tkinter
i also
but its awesome
So, will it be helpful to design UI?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Learn how to use it. Avoid its use in favour of more modern UX frameworks unless you're specifically avoiding adding dependencies. It's old and looks it, but can be skinned to look snazzier.
vscode is funny.. I have imports that are white, as in not found, but they work just fine...
nvm, file wasnt saved.
usually it saves files when it's ran, but some reason it wasnt saving one of them..
it underlines them with yellow thing for me
could you explain the link between them ?
I'm not in the VC and I respect both of them, so i'm quite interested...
They're really the same person.
It's a conspiracy.
god, i knew it ! 😂
@open lily #voice-verification
peep si
is it better than pepsi
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Oh already at 43
Yeah like I said, you're not far off
Okay I'll hangout here then
Glad to have you
Niiiiice. So what kinds of resources are you learning from?
Book, website, videos...
looks as if it calls recursively instead of continuing with the loop
def handle_input():
while True:
...
if error:
handle_input()
as if it's like this
How're you liking it?
guess was correct
just raise the error all the way up
It's cn get quite tough sometimes because the methods and libraries and all
I gotta spend another hour or two searching for resources before I understand what's going on to resume with the course
So a 1 hour module ends like being 3
Ends up*
Noting wrong with that
And you taking the time to research it shows that you know how to do research to solve a problem, which is important
I'm switching career, I chose this path from a friend's recommendation
def get_input_for_real():
while True:
try:
return get_input() # should include print of options
except InvalidInputError:
print('invalid input')
Good thing I studied statistics in university
I'd call it InvalidInput but pep8 is pep8
I'm talking about suffix specifically
Error/Exception suffix
(pep8 says to use them)
for exception, you usually have to options to inherit from
BaseException and Exception
second are non-exit exceptions
i dont see Q
!voiceverify in #voice-verification
first include SystemExit, asyncio.CancelledError
!e
print(issubclass(StopIteration, BaseException))
print(issubclass(StopIteration, Exception))
what
oh
wrong function
@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | True
002 | True
God damn it
The only button that's working on it?
Paper feed
Gotta find another one....
re-structure your program as a state machine to get similar results
or use proper loops and functions
well, micropython allows classes too
Interesting GIF🤔
!e
'''py
try:
wipe="tears"
#add the number of eyes you would like to wipe your tears from
wipe=wipe+2
except:
print("You have 2 eyes to wipe your tears but you cannot add integer to a string")
finally:
print("haha..I hope you understood this concept")
'''
@scenic quiver :warning: Your 3.11 eval job has completed with return code 0.
[No output]
def get_input():
print('input options: ...')
...
def get_valid_input():
while True:
try:
return get_input()
except InvalidInputError:
display_error_message()
def main():
while True:
valid_input = get_valid_input()
if valid_input == "exit":
return
else:
process_input(valid_input)
Backticks not quotes
```py
code
```
On US Keyboards, it shares the same key as the ~ next to the 1 on the number row
!e
try:
wipe="tears"
#add the number of eyes you would like to wipe your tears from
wipe=wipe+2
except:
print("You have 2 eyes to wipe your tears but you cannot add integer to a string")
finally:
print("haha..I hope you understood this concept")
@scenic quiver :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | You have 2 eyes to wipe your tears but you cannot add integer to a string
002 | haha..I hope you understood this concept
Boom
🙃
@brazen gazelle
get_input should raise InvalidInputError if something goes wrong
class InvalidInputError(Exception):
pass
Kind of funny Simpsons episode where Lisa Simpson calls the Donald Trump Presidency, Increased Debt
The quote is "We have inherited quite a budget crisis from President Trump" From Bart to the Future, March 19th, 2000
russia did a war crime
@rugged root Gary Lineker.
!e ```py
def func():
v = 5 #local v
print(v) #local v
v = 0 #global v
func()
print(v) #global v```
@somber heath :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 5
002 | 0
Inside and outside the function are different vs.
LEGB. Local, enclosing, global, builtin.
def func():
_v = 5 #local v
print(_v) #local v
V = 0 #global v
func()
print(V) #global v
probably is same variable with different values
PEP 8 is the official style guide for Python. It includes comprehensive guidelines for code formatting, variable naming, and making your code easy to read. Professional Python developers are usually required to follow the guidelines, and will often use code-linters like flake8 to verify that the code they're writing complies with the style guide.
More information:
• PEP 8 document
• Our PEP 8 song! :notes:
just joking
Ah gotcha
with my bad english
Gotcha gotcha, no worries
#include <stdio.h>
int *f() {
static int v = 5;
printf("%d\n", v);
return &v;
}
int main() {
*f() = 4;
f();
return 0;
}
5
4
God damn it
Moosi
modes
Late night comedy for me
Yeah this is... pretty much what happens here
Coding gets talked about but like
Usually just friends hanging out
No this is great haha
Heydon Prowse visits the small Welsh town that is starting a national tax revolt by copying the accounting techniques some big companies use to avoid paying corporation tax.
For some of the UK's biggest companies, paying corporation tax seems to be optional. Using devilishly complicated - but completely legal - accounting techniques, they can r...
We’ve created GPT-4, the latest milestone in OpenAI’s effort in scaling up deep learning. GPT-4 is a large multimodal model (accepting image and text inputs, emitting text outputs) that, while less capable than humans in many real-world scenarios, exhibits human-level performance on various professional and academic benchmarks.
@lavish rover https://arxiv.org/abs/2303.04671
ChatGPT is attracting a cross-field interest as it provides a language
interface with remarkable conversational competency and reasoning capabilities
across many domains. However, since ChatGPT is trained with languages, it is
currently not capable of processing or generating images from the visual world.
At the same time, Visual Foundation Mode...
Checking, is it still finance talk in here?
ive made a few
theres a lib for python
1st import the lib and get ur api key working
that can be a challenge in itself 😄 😛
ill check what lib i used
default discord one i think ?
client = discord.Client()
its called discord.py
oof
Powershell does most of this natively
Like this seems like a ton of work to shoehorn python into doing this.
o k
REMASTERED IN HD!
Official Music Video for A Million Ways performed by OK Go.
Directed by OK Go, Choreographed by Trish Sie.
Website | http://www.okgo.net
Instagram | http://www.instagram.com/okgo
Twitter | http://www.twitter.com/okgo
Facebook | http://www.facebook.com/okgo
Store | https://okgo.net/store
#OKGo #AMillionWays #Remastered
Subscribe daddy::)
Seventeen was one of the first songs I wrote for Peach Pit. I wrote it 4 years ago and at the time i'd been thinking a lot about when I was in high school and the dumb things i'd done and when i'd treated people shitty. I think like most people I tend to hold onto that sorta stuff for way too long, anyways the song’s all about...

this is dancing
at its finest
@molten pewter ^
You're watching the official music video for Talking Heads - "Once in a Lifetime" from the album 'Remain in Light' (1980)
Directors: Toni Basil and David Byrne
🔔 Subscribe to the Talking Heads channel and ring the bell to stay updated with Talking Heads https://th.lnk.to/SubscribeToTHID
Shop official Talking Heads releases and merchandise http...
'Hungry Ghosts' available on iTunes - http://smarturl.it/HungryGhostsiTunes
Directed by Damian Kulash, Jr. & Trish Sie
Produced by John O’Grady & Melissa Murphy for BOB Industries.
Line Producer: Vladimir Sigalov for Profilms
Director of Photography: Evgeniy Ermolenko
First Assistant Director: Andrey Tomashevskiy
Second Assistant Director: An...
the should make a wifi called super bluetoo
the should make a bluetoo at 2.5 Ghz
" Bluetooth uses a technology called frequency hopping, which means it skips around the 2.4 GHz band, up to 1600 times per second"
the frenquency of bluetooth is not too bad
the 6g might get a 1 tb downloand speed
so the speed in phone wifi will be fast
I'm not at work, I wouldn't join at work. I'm ill is why I can't unmute myself
@molten pewter
I got ill at the last job as well
Same sickness as last time?
Huh
Apparently IR readers/scanners/data transfer can get up to 1 Gbit/s
That's.... huh
Hello Sirs
How goes it
how do we know if that SSID is authenticated with the owner?
if anyone knows that. the attacker can also penetrate on the wifi that needed to named SEC on the end
This is all over my head
and anyone can get SSL authority?
so that, the store owners that have free wifi are need to attend that kind of seminar or certificatio?
n
Or the ISP sets it up for business accounts
But even that. Hackers can also create that kind of SSID???
Probably
Stupid question
hahahaha
No no
I mean I have one
So how is it that services like GoDaddy, Porkbun, Namecheap, etc. can all be selling the same domain name
hahah same thought
That's always confused me
if the authority control the wifi. so they will not approve to have public wifi for that one business?
I think it's more that you're at risk. Much like how you'll get a complaint from your browser if the SSL cert from a site is funky
I think that idea is so risky for the users
Current setup already is
if you're big business or company. and you're one of the big businesses, certify. you're probably the apple of the eye of a hacker.
it is more prone to attack in that kind of authorization
anyways. what app need to have defense on your pc? like IP address hider and some?
the firewall might secure your device. the user only is the problem, if the user download some backdoors for hackers. that's the time you need to throw your device haha
any advice on game programming subject??? I hate this subject so much
the problem is our mind hahah
You are in wrong server?
Not necessarily
no hahah trying to have some advice on my fucking project hhahahah
2d microgame platformer. so suck
Is this something you have to do for school?
yes hahaha
if I have a chance to not to take this. I will not take this hahah
WEB3 is for crypto marketing hahah
It is Centralized Blockchain for Crypto and other Stocks exchange
the future of currency tho
"currency"
hio
what can you say on the new ChatGPT 4?
no mic toay
No worries
com nameserver = b.gtld-servers.net
com nameserver = c.gtld-servers.net
com nameserver = d.gtld-servers.net
com nameserver = e.gtld-servers.net
com nameserver = f.gtld-servers.net
com nameserver = g.gtld-servers.net
com nameserver = h.gtld-servers.net
com nameserver = i.gtld-servers.net
com nameserver = j.gtld-servers.net
com nameserver = k.gtld-servers.net
com nameserver = l.gtld-servers.net
com nameserver = m.gtld-servers.net```
how about the serverless?
Serverless is an abstraction away from the devs
A root name server is a name server for the root zone of the Domain Name System (DNS) of the Internet. It directly answers requests for records in the root zone and answers other requests by returning a list of the authoritative name servers for the appropriate top-level domain (TLD). The root name servers are a critical part of the Internet inf...
There are still servers hosting those things, but the dev/user don't have to care
sounds wondefully complicated
https://public-dns.info/ what's this about @amber raptor
13 DNS root servers
dig facebook.com
; <<>> DiG 9.18.1-1ubuntu1.2-Ubuntu <<>> facebook.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59334
;; flags: qr rd ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
.. WARNING: recursion requested but not available
I have no idea what I'm doing, but its interesting 🙂
what about ipv5 ... just forgotten, somewhere in a warehouse, under a bedsheet.. poor little ipv5, all alone..
ipv5? that's a paddlin'
can a , Cisco3600 Cisco 3600 ROUTER , be useful ?
I don't know, can it?
i have a stack of them downstairs , sitting , now all this net DNS stuff going on
https://blog.cloudflare.com/post-quantum-crypto-should-be-free/
this is interesting
what is PQC
explained to a 5 year old
@rugged root https://www.arcelect.com/Cisco_3600_Router.htm
LOL
@rugged root i was given a stack of these a few years ago - dont know what to do with them
Dear Rabbit,
I’m sorry to inform you that your services are no longer required. You have been terminated. I know this is a difficult time for you, but I hope you can take comfort in the fact that you will be missed. We are sorry to see you go, but wish you all the best in your future endeavors. I will always remember the time we spent together, and will always cherish the memories we made.
Sincerely, Rabbit’s Boss
Recycle them
If you don't need them, get rid of them
They were discontinued at the end of 2003
dinosaurs....
LOL
A baseball team stages an intervention when a player goes too far with his congratulatory ass-slapping.
About Key & Peele:
Key & Peele showcases the fearless wit of stars Keegan-Michael Key and Jordan Peele as the duo takes on everything from "Gremlins 2" to systemic racism. With an array of sketches as wide-reaching as they are cringingly acc...
you must use a different browser
I like fucking around with ChatGPT, but I find Bing being forced down my throat is making me want to use Microsoft services even less.
How is
i is tired. how is u
Same
LOLOL
Just very worn down
I've been so wiped lately. fucking DST
Yeah, been at my job for like 7 1/2 years
I left a job of 15 years, so nice and fresh now.
I love that word, cargoculting.
its like... its always been this way
its a software dev term I think
but applies to other things also
cargo-culting in medicine. yikes, what a scary concept.
what about a GP that uses python
baba says potatoes cure everything.
lol
Huff potato steam is the most Baltic medical advice I've ever heard @zenith radish
it's not far off from SE asian "medical" advice
it's just rice instead of potatoes lol
"Having trouble with male fertility? Have some powdered tiger penis"
I think it was Victorian era UK....
But like pigeons were used as a last ditch medicine. Wait hold on, I'm getting my era's wrong
When was the black plague
14th century?
Ah right right right
Okay now I have to double check something
Elizabethan era
Like there were some fucking weird as hell treatments
"Pigeon slippers"
"A pigon slitt & applied to the sole of each foote" [sicc]
Why I can’t speak in https://discord.com/channels/267624335836053506/751591688538947646
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I think another was using pigeons to help with the buboes from the black plague
you need to be a member of the discord for a while before you can talk.
Gross ye olde Black Plague fact. ||They would attempt to use the cloaca of the pigeon to suck the pus from them||
Got it thanks!
ewwwwwww
I did warn you
You did that to yourself
i needed to know
me too -.-
"Modern medicine of the time"
Potato Lung...
Can you all program the URLs yourself?
The URLs?
Website
Start with http://www internet
Which book or web will you suggest to noob writers 🤣
I can only write Visual Studio basic 🥲
Oh for Python?
Yeah
!resources We've got a bunch of resources on our site. I typically recommend A Byte of Python, which is linked on there and is free on its site
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Thanks!
I’m also wondering how a fps game be make by only codes
Much to learn I still have
For sure for sure
my uncle works at google and he said one person only needs to write a little bit and put all the programs together to make a complete program
So I wish I could learn how to program
Just have to apply yourself and practice
what programming test i must take
There is no test
I think its a little more complicated than that.
Anyone taking part in this? 😄 https://www.codingame.com/contests/winter-challenge-2023
Normally it's a bot programming competition, but they seem to have gone with a different format this time 🤔
We like tea ¯_(ツ)_/¯
I think of kabanos
!kindling
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
Graph theory students know it better as Konigsberg
Yeah, in 2008
Dumbo Drop
That's pretty much the plot yep
@quasi condor How're you doing, sicky
fury beat me at backgammon and now i'm salty
and he fucked off to pick up his daughter or something
hey now
What are you saying about my country 😛
it will be like a real life survival game!
@whole bear Would you mind changing your name to meet our nickname policy? See the #rules for that
ok
Thanks
done
Awesome, appreciated
Provided to YouTube by Jive
Toxic · Britney Spears
In The Zone
℗ 2003 RCA Records, a division of Sony Music Entertainment
Released on: 2003-11-13
All Instruments, Arranger, Unknown, Producer, Recording Engineer: Avant
Background Vocal, Composer, Lyricist: Cathy Dennis
All Instruments, Arranger, Unknown, Producer, Recording Engineer: Bl...
You're watching the official music video for Corona - "The Rhythm of the Night" from the album 'The Rhythm of the Night' (1995). "The Rhythm of the Night" was a hit on European and dance charts and sampled in Black Eyed Peas and J Balvin "RITMO (Bad Boys for Life)"
Subscribe to the Rhino Channel! https://Rhino.lnk.to/YouTubeSubID
Check Ou...
@final crane Can you help me real quick
I dont know python
Hi
Hey
@drifting sonnet I cant talk
Yea
With making a script into a exe
yea
Its not working
Yea
Yea
It didnt help
No
Yea
Here are the steps to convert a Python script into an exe using PyInstaller:
Install PyInstaller by running the following command in your command prompt or terminal:
Copy code
pip install pyinstaller
Navigate to the directory where your Python script is located using the cd command in your command prompt or terminal.
Run the following command to generate a single executable file for your Python script:
css
Copy code
pyinstaller --onefile myscript.py
Replace "myscript.py" with the name of your Python script. This command will create a folder named "dist" in your current directory, which will contain the executable file.
If your Python script has any external dependencies, such as modules or packages that are not included in the standard library, you will need to include them in the executable file as well. You can do this by running the following command instead:
css
Copy code
pyinstaller --onefile --add-data "path/to/dependency;." myscript.py
Replace "path/to/dependency" with the path to the directory or file containing your external dependency. You can include multiple dependencies by separating them with a semicolon (;). This command will include the specified dependencies in the executable file.
Once the executable file is generated, you can run it on any Windows machine without requiring a Python installation. Note that the generated executable file may trigger false positives from some antivirus software, so you may need to whitelist the file or add an exception in your antivirus software to allow it to run.```
Wanna call in dms?
Ok
Its a very simple script
Im just starting
yea
yea
I tried
Hold on let me type the whole thing in
pip install pyinstaller
?
Nope
Of yea
Ik
so go into it and type it?
Yea
C:\Windows\System32\cmd.exe
cd ^
I have set up a self-deployed version of Overleaf
it seems to work
this isn't exactly the "LaTeX in Docker" experience I was aiming towards but at least it works
@pine shell👋
can integer can convert into bytes sequence
!e
print((1234).to_bytes(8, 'little'))
@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.
b'\xd2\x04\x00\x00\x00\x00\x00\x00'
!d int.to_bytes
int.to_bytes(length=1, byteorder='big', *, signed=False)```
Return an array of bytes representing an integer.
```py
>>> (1024).to_bytes(2, byteorder='big')
b'\x04\x00'
>>> (1024).to_bytes(10, byteorder='big')
b'\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00'
>>> (-1024).to_bytes(10, byteorder='big', signed=True)
b'\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00'
>>> x = 1000
>>> x.to_bytes((x.bit_length() + 7) // 8, byteorder='little')
b'\xe8\x03'
```...
struct.pack(format, v1, v2, ...)```
Return a bytes object containing the values *v1*, *v2*, … packed according to the format string *format*. The arguments must match the values required by the format exactly.
we nneed to use the function .to_bytes to convert it ?
to_bytes method, yes
can you help me confusion in bytes
why is bytes used
yess
than it is used to encode and decode the bytes
one more question
b'\x01\x02\x03' whtat is the use of this type of value
now I'm installing the whole of texlive (tlmgr install scheme-full)
it should be just above 6GB
!e
print(b'\x01\x02\x03')
print(b'\1\2\3')
print(bytes([1, 2, 3]))
@vocal basin :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | b'\x01\x02\x03'
002 | b'\x01\x02\x03'
003 | b'\x01\x02\x03'
so what to do with this type of value
why this type of value is used ? i have lot of confusion in this
can you give me the example
writing to open("file.bin", "wb")
to open the file???
or using int.from_bytes as the other side of int.to_bytes
to write to it after opening it as binary
when is this type of value is created
another simple usecase: compression
most compression libraries work with byte sequences not with text strings
there surely are some optimised for text, but I never saw one in use
bytes and bytesarray are same but bytes array are mutable isn't it?
thanks @somber heath @vocal basin
@whole bear👋
@somber heath from where are you
what's sup
where ?
Australian he said I believe
yeah you?
yes everyone's dream contry's
Nepal
spring for us right now and then afterwards summer
how much have you been in coding
already finished data types,operators??
cool cool
now in data type and weeks ago
nice keep it up
i was askiing did you finish?
not yet
I googled "random programming language"
first result:
yeah good luck ,
I procrastinate a lot so i haven't been able to finish and I'm also busy
alright gotta go
@whole bear👋
hello
wait what is PL/M
(is it like PL/1000 by the logic of PL/I naming?)
"Programming Language for Microcomputers"
so, that's not a roman 1000
you guys participating in the gamejam?
pyweek?
It's good as a learning tool.
pygame, pyglet, kivy
(I don't remember what else exists and is used)
there are bindings to less python-native libraries
that's nice, I started learning programming so I can eventually make games one day
what about you guys, what got you into programming?
Python may be a good starting point for programming
but, imo, for games specifically there are better fit options (like C#)
Python is probably not the best language for game development, that being said, there is Ursina.
I see, thx
-- Python was taught at school (unlike others schools that used Pascal) => better learning experience
-- cryptography/maths
-- game mod development (one specific mod)
and Pascal anyways was the first programming language I used
with a textual IDE (no pointer controls, only keyboard)
probably it was Turbo Pascal or one of its ports/clones
That's pretty cool, would you say that pascal was harder to learn compared to python?
or what would you say about python that made it a better learning experience?
Pascal has an appearance of a dying language
and it's extremely overused in schools in some countries just because no one knows any better options
if you want a more alive version of the language, you'd pick one of its modern dialects
for that reasons just "Pascal" is quite irrelevant now
mostly Delphi and Free Pascal
imo, even C is more user-friendly than Pascal
and learning it has quite a lot of value
it failed after roughly 2360.2 seconds
yeah I've been getting into C++ specifically for games
oh yeah earlier you did mention C# for games
so Opal, what got you into programming? (you don't have to answer if you don't want to)
now I'm doing what the docs actually tell to do
Ursina I've never heard of that before. Might as well have to check it out too also.
Is it possible to add in variable in tailwindCSS similar to this?
<div className={`h-64 w-full bg-gray-200 flex flex-col justify-between p-4 bg-cover rounded-xl bg-center bg-[url(${shop.shop_image_url})]`}>
do you have an option of adding to classList after creating the div?
I believe no… I am pulling these urls from a database which houses the web links
I believe I may have found something:
@whole bear👋
hi
@eternal goblet👋
@somber heath 👋
@crystal jasper👋
https://www.youtube.com/watch?v=jOTTZtVPrgo
https://www.youtube.com/watch?v=Yq3P-LhlcQo
@eternal goblet
If you cut out the net from the card and solve a fold: send me a photo! Maybe hang it on your tree as a decoration.
To receive a physical card you officially need to be a "statistically significant" supporter (or higher) on Patreon by the end of 06 December 2022. And all supporters get emailed a digital copy! https://www.patreon.com/standupmath...
Get to know Jane Street! https://www.janestreet.com/join-jane-street/get-to-know-us/
Which hypercube unfoldings tile space? https://whuts.org/
Yes, you can buy one of the 261 models from this video and support the channel. All hand-numbered by me and with a signed certificate of authenticity. https://mathsgear.co.uk/products/cube-model
Here i...
@somber heath https://www.youtube.com/watch?v=65r_1TzJXaQ
Buy Matt Parker's Humble Pi: https://amzn.to/367UmBV
In this special One Day Build filmed earlier this year, mathematician Matt Parker visits the cave to build a rhombic dodecahedron with Adam! Be prepared for lots of fun geometry discussion as Adam and Matt try to make abstract math concepts tangible with a physical build. They also take this ...
@somber heath https://www.youtube.com/watch?v=_zEhLpR0iUQ D3! I had to search how it'd work/look like
i got some flour 😉
jk
wait
nooooo
i bring the flour
and wait
i have a story
malaysiaa
there is going on a fraky urban legend thingy in serbia
about this dancing lady
when u see her dance, or if she spots you while her dance is going on
Ah, yes. Very dangerous, those.
she will chase the heck out of you
with a knife
only way to survive it is to either just not go any way near her until her dance is complete
or if she chases u
pull out the ol' handy glock
as they say "dont bring a knife to a gun fight"
idk if it is real
but sure does scare me a little
and i have gained a little knowledge about these things called doplegangers
idk why the internet thinks they are real, but even if they were, why would it want to hurt you, why be scared, use it to your advantage
you have a litteral copy of yourself
teach it what all you know
make it attend your exams, your school, you have acces to heaven
knife that shoots guns would be good
infinite guns, infinite ammo
oh
that is still a gun though
?
yeah i know
this shit?
if you had enough ammo, it could technically kill
lol
what if u hit the pp
mans gone then
just remove them then
i wish it did
just slide cancel to ur enemy and pull their pants down
if they turn aroud, what they gonna do? stop you?
you have a gun to their balls
eyy i got voice permissons!
ill stick to text
vscode or pycharm?
VSCODE