#voice-chat-text-0
1 messages · Page 16 of 1
Smh where's my co-author on commits
No coauthor, this a whole new repo than the one we worked at xD
I can give you a credit in the readme
This library is dedicated to Mustafa, for not worrying.
Day by day. Day by day.
కాలం ఒడిలో day by day
Maui
1.7976931348623157e+308
> let a = 82578210453192704
> a + 2
82578210453192700
Any software engineers? I have 'tip calculator' program and need help fixing decimals
bill = input("What was the total bill?")
print(bill)
bill_split = input("How many people to split the bill?")
print(bill_split)
percentage = input("What percentage tip would you like to give? 10, 12, or 15?")
result = int(bill) / +int(bill_split) / +int(percentage)
resultss = str(float(result))
print("Each person should pay " + resultss) ```
Here's the error I'm getting
File "main.py", line 14, in <module>
result = int(bill) / +int(bill_split) / +int(percentage)
ValueError: invalid literal for int() with base 10: '456.34'```
@zenith radish
yes, I do mind helping you
if you want help - the way to get it is to go through the help system
Fair enough, thanks for actually responding
[CmdletBinding()]
param (
# Parameter help description
[Parameter(Mandatory=$true,HelpMessage="Execution")]
[ValidateSet('build','up','stop','down')]
[string]
$Action
)
switch($Action){
"build" {
Start-Process 'docker-compose' -ArgumentList 'build --no-cache' -NoNewWindow -Wait
}
"up" {
Start-Process 'docker-compose' -ArgumentList 'up -d --build' -NoNewWindow -Wait
Start-Process 'docker' -ArgumentList 'system prune -f'
}
"down" {
Start-Process 'docker-compose' -ArgumentList 'down' -NoNewWindow -Wait
}
"stop" {
Start-Process 'docker-compose' -ArgumentList 'stop' -NoNewWindow -Wait
}
}
[CmdletBinding()]
param (
# Parameter help description
[Parameter(Mandatory=$true,HelpMessage="Execution")]
[ValidateSet('build','up','stop','down')]
[string]
$Action
)
switch($Action){
"build" {
Start-Process 'docker-compose' -ArgumentList 'build --no-cache' -NoNewWindow -Wait
}
"up" {
Start-Process 'docker-compose' -ArgumentList 'up -d --build' -NoNewWindow -Wait
Start-Process 'docker' -ArgumentList 'system prune -f'
}
"down" {
Start-Process 'docker-compose' -ArgumentList 'down' -NoNewWindow -Wait
}
"stop" {
Start-Process 'docker-compose' -ArgumentList 'stop' -NoNewWindow -Wait
}
}
[CmdletBinding()]
param (
# Parameter help description
[Parameter(Mandatory=$true,HelpMessage="Execution")]
[ValidateSet('build','up','stop','down')]
[string]
$Action
)
switch($Action){
"build" {
Start-Process 'docker-compose' -ArgumentList 'build --no-cache' -NoNewWindow -Wait
}
"up" {
Start-Process 'docker-compose' -ArgumentList 'up -d --build' -NoNewWindow -Wait
Start-Process 'docker' -ArgumentList 'system prune -f'
}
"down" {
Start-Process 'docker-compose' -ArgumentList 'down' -NoNewWindow -Wait
}
"stop" {
Start-Process 'docker-compose' -ArgumentList 'stop' -NoNewWindow -Wait
}
}```
What is this? A Makefile?
#!/usr/bin/env bash
case $1 in
"build")
docker-compose build --no-cache;;
"up")
docker-compose up -d --build
docker system prune -f;;
"down")
docker-compose down;;
"stop")
docker-compose stop;;
esac
!pep 582
And python and pip will already use that folder if it exists
Yes
There should be one– and preferably only one –obvious way to do it.
PEP 621 specifies defining project metadata in [project.*]
PEP 517 specifies defining build metadata [build-system]
Everyone noticed that this was a "standard", and started putting their stuff there too under [tool.*]
I'm not on Poetry
I was PDM but then I went back to setuptools
Preocts is big enterprise and he uses setuptools
Fair
alright fair
@amber raptor wants pip install pyproject.toml
"To be fair", pip install . will read your pyproject.toml and parse your [build-system] and install the packages under requires and then invoke the build-backend to build your package. Eaxmple -
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
no
Heck your braces
!eval from __future__ import braces
@sweet lodge :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 1
002 | SyntaxError: not a chance
err := thisCouldFail()
if err != nil {
log.Fatal(err)
}
if err := thisCouldFail(); err != nil {
log.Fatal(err)
}
lmao
web scale?
Daww
WHY is there not a distro called Arch BTW
OMG
1,251 votes and 167 comments so far on Reddit
Here you go, https://github.com/kiedtl/archbtw
while True:
action = input("What do you do? [ attack | check | taunting | sneak ] ").lower()
if action in actions_dict.keys():
print(actions_dict[action])
if action == "sneak":
print("You just slipped through the door before the guard realised it.")
print("You are now outside, home free! Huzzah!\n")
return
if action == "taunting":
var = (
"Guard woke with a grunt, and reached for his dagger and before you know it, the world goes dark "
"and you just died.")
elif action == "attack":
you_died(
"Guard woke with a grunt, and reached for his dagger and before you know it, the world goes dark "
"and you just died. \n<GAME OVER>")
@rugged root Why dose this not need a " else " statement to run?
Else's are optional. Unlike something like Rust, which holds you to cover all edge cases
AWS offers the most purpose-built media services, software, and appliances of any cloud to make creating, transforming, and delivering digital content fast and easy. With pay-as-you-go Media Services and advanced video processing appliances, you can produce high-impact creative projects and outstanding viewing experiences.
https://www.youtube.com/watch?v=qC_ioJQpv4E
The
medfile unfucker
Most of the time when we make mistakes in our code, a message gets displayed wrong or an invoice doesn’t get sent. But sometimes when people make mistakes in code, things literally explode, or bankrupt companies, or make web development a living hell for millions of programmers for years to come.
Join Mark on a tour through some of the worst mi...
yo
You don't know what you don't know
Right up till it bites you in the ass
I like to think I'm a unicorn
Only virgins can see you?
But really I'm just shit at both
That too
wait what
Myth is that only virgins can see unicorns due to purity or something
That's fascinating.
But can you fix my printer?
But that Poseidon that lives in my attic says that it isn't true.
have you tried turning it off and on?
Yes
is it laserjet printer?
I configured the scan to email, but it says "scan email failed"
Can I? Yes. Do I want to? FUCK no
haha
No, inkjet
hp ?
huh Discord argument
!timer
Fucking kill me
is there a timer command?
XD
!timer 5min
There isn't
Yeah, IT is great
Until the users get involved
Damn it
!remind "5 minutes"
Your reminder will arrive on <t:1664212409:F>!
Oh nice going @sweet lodge
Here's your reminder: !timer 5min
[Jump back to when you created the reminder](#voice-chat-text-0 message)
"I was classically French trained"
def le_func():
...
....
!tvmute 516815919272427522 1w Interrupting conversations, regardless of whether you muted another user or not, is unacceptable. You gathered from context clues that both Rabbit and myself were talking to LP. You in fact said that you knew we were talking to him, and took the opportunity of silence to insult him. In this exact context, it did not matter whether or not you knew he had unmuted you or not.
If this happens again (including the yelling at me and others, insulting me and others) after the mute expires, you will lose your voice permissions entirely.
:incoming_envelope: :ok_hand: applied voice mute to @south bone until <t:1664817566:f> (7 days).
Ooof
I'm fine with the tyrant thing, though
I don't mind that
@south bone If you have any complaints or wish to appeal your voice mute, you may address them to @rapid crown via dms
@zenith radish Not intended to change your mind, just thought it looked really cool https://unity.com/fps-sample
hey how can I add condition in lambda function
where special characters?
public static void main(String[] args)
Any reason for the reply to it? What's done is done
check_age = lambda age:#what should I put here if I want it to return something based on conditon, for example return age if age>=18
age
check_age = lambda age: True if age >= 18 else False
no I don't want it to return True or false, I want it to return age
im interested in peoples thoughts here in what career will have more opportunities and growth over the next 10 years between data science and cybersecurity/information security/pentesting. Which one do you guys think might change the most over 10 years and then the next 40 years?
check_age = lambda age: age
?
really ?
(if you're not reusing it)
I want it to return nothing if below 18
That's the most overkill way
check_age = lambda age: age if age >= 18 else None
You don't even need the if/else
Yep
yes I want one without the else
if possible
if it doesn't exist then I guess doggos method is what I can do
learn
return int >= 18
Well even if you do None
look
check_age = lambda age: age >= 18 or None
Hmm
That's a little "magical" for me
Who would do lamda for that....
What do you recommend then?
it returns true instead of the age
Just return booleans
so it's not possible to use only return if ?
Unless ur doing some pointer stuff I don't think so
what's a pointer
Not relevant
haha ok
C
@whole bear :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 62
002 | None
hmm let me see
Ternary should do the same btw
Lamda is the worst thing for this task
!eval
age = 19
print(None if 18 > age else age )
@sour willow :white_check_mark: Your 3.11 eval job has completed with return code 0.
19
yeah wait wait
!eval
check_age = lambda age: age if age >= 18 else None
dct = {"Adam":18, "John":None, "Ali":20, "Andrew":None,}
x = lambda data: [(name, check_age(age)) for name, age in data.items()]
print(x(dct))
Was just going to do a list comp
hmm
What did I do?
Donno
the second
: goes all the way at the very end
current_age={"Adam":18, "John":13, "Ali":20, "Andrew":16}
legal_age={key:value for key,value in current_age.items() if value<18 }
for i in legal_age.items():
print(i)
``` so think of me as trying to do this one but with lambda taking the value
I think he wants to alter the data
current_age={"Adam":18, "John":13, "Ali":20, "Andrew":16}
check_age= lambda age:age if age>=18 else None
legal_age={key:check_age(value) for key,value in current_age.items() }
for i in legal_age.items():
print(i)
one is the same expect I wanna remove the else somehow
!eval
check_age = lambda age: age if age >= 18 else None
current_age={"Adam":18, "John":13, "Ali":20, "Andrew":16}
print([(name, check_age(age)) for name, age in current_age.items()])
Is the first so the county the "value" and the second, so the capital the "key" ?
@rugged root
@sweet lodge :white_check_mark: Your 3.11 eval job has completed with return code 0.
[('Adam', 18), ('John', None), ('Ali', 20), ('Andrew', None)]
are u watching bro code ?
yes
Same
Brehh
the first one is called the key
Hahah how old are you xd
turning 18 after tmr
Bro code is like on of the worst YouTubers
ok
the second ONE is the value
.bm
but good when you start I guess
Idk bro
And like after you learn move to books
also good
what one
Yes but you know what ur doinf
I am using bro code for now and asking here once done I will go to some websites
Worst website lmao IMO
whats a good website then @sour willow
Well then ryan, what do you think is the best website ?
Very much depends
I would go for riptutorial ebooks
But for you guys youtube
oh crap my problem
.
Rip tutorial has very high expectations
But its very nice
For starting off it sucks
well let me tell you what I want, I want this function
whats the name of it
W3 schools is truly the best
You gotta understand
They have just started
Visual learning is way more effective
yes im fcking young xd
Literally not related
def check_age(age):
if age>=18:
return age
``` I want to turn this into a lambda function if possible
Lmaooo
13
We had a 14yr old saying he's 7 yesterday lol
xd
so he was 14 ?
are u him ?
Ye lmao
oh makes much more sense
I couldn't believe him because there was no way
ok thanks guys im out of this conversation now 😂
Yes his voice literally blew it out
no no not you, I was talking about publicstatic etc..., I thought it was his alt
But he was cool
yeah
Welcome to what I get to moderate
Wheeeee
Na I was criticizing his code
@rugged root I think this exactly what I need
Ah micro controller keeps boot looping 😓
@zenith radish how's ur json logger
hmm upon further testing I realized that what doggo and hemlock said about else None was inevitable
Oh wtf ur lp the moderator??
What?
Yeah I already checked
def check_age(age):
if age>=18:
return age
legal_age={key:check_age(value) for key,value in current_age.items() }
for i in legal_age.items():
print(i)
Yeah I think there's just some connotation there that doesn't cross the langauge barrier
this is what I wanted but it sadly did same with check_age = lambda age: age if age>=18 else None
Reformat to cpp 😅
Translating the lithuanian definition it's a person, institution or doctrine that is acknowledged(?) and respected by one or many
why would I do that
It's clearly superior
Prob shouldn't continue on this convo
hmmm but does he want to use python or cpp ? I lost
it's clearly not
We are arguing about file extension
oof out of here
He uses cc but cpp >>>
what does cc do
not according to google
@quasi condor so i've tried to find a definition that fits my mental model of "good" or "goodness" - and was not able to find one which doesn't shift the whole thing on another undefineable concept
It is
I literally showed you that the chromium code base is all in cc
look at this entire project
.h and .cc
Ah, so it's just an alternative to cpp
What do you think .cc is supposed to be for?
the reason I do .hh is because emacs defaults to c-mode if I use .h
(is is not .hpp?)
hpp matches cpp
a file extension is fake anyway doesn't matter
Time to change all my file extensions
Right, right
I guess my question is -
Does anyone actually use .hpp?
it's made by google
yes tons of people do
huh
We can fix that
⛏️
Thy lord hemlock the 3rd, what is thou request
gRPC (a recursive acronym for gRPC Remote Procedure Calls) is a cross-platform open source high performance Remote Procedure Call (RPC) framework. gRPC was initially created by Google, which has used a single general-purpose RPC infrastructure called Stubby to connect the large number of microservices running within and across its data centers ...
Don't be snarky
gRPC (a recursive acronym for gRPC Remote Procedure Calls)
I'll have to ponder on that
Honestly I think I'm gonna start using hxx and cxx
hmmm
thank you my lord
Just to piss off the most wrong people
Hey Sim
Just do c++
what's wrong with cpp?
nothing, it's a meaningless preference
cpp isn't it a programing lang?
It's the usual file extension for C++ source code, yeah
Just make an emacs script that auto picks a random extension
i see
You know you would hate yourself in a week after
When you looked at the code again
why?
Spite
chaos
Well then I have better idea
do you want to start an argument? Go to someone who uses emacs and rename the command emacs to vi
just use different encoding
Wait, you can't use special characters in file extensions, right?
Just letters and numbers?
Arguments are a good source of knowledge
Right
.c++ laughs
Wikibooks says that .cpp is the most common
XD
Which is why I asked, because I wasn't sure
Woops wrong reply
pull requests welcome btw
Yep seen that or something similar
probably would have to escape those right
like file.c\+\+
Also h++ exists
Or have it as a string
Which is very weird
Like what you have to do with paths with spaces in the name
oh fuck I hate those so much
file extensions are meaningless, since c(++) compilers don't care about the file extension
Nice to know
I though it defined standards
Windows does just for convenience/for it to know what to open stuff with
But you can tell it to open things in other ways regardless of the file extension
find . -exec sh -c 'mv "{}" "$(tr " " _ <<< {})"' \;
first thing I run when working with new data
fuck spaces
Mhm
Anyone know how windows has security measurement's for forks?
Sharing a article would be nice
Not sure what you mean
other environments do as well, but you rarely open a source file by itself, you usually open a directory and go through the source code contextually
Oh sure
disgusting
But I would assume that if I double clicked on a source file I'd want to want it to open my default editor
look I made really USEFUL CODe
def isinstance2(variable,typ):
if isinstance(variable,typ):
return True
else:
return False
will revolutionize the world
I guess, I never interact with source code in like a file explorer so I've never seen the need
even when I'm using windows, I'm almost never opening a source file from explorer.exe
u on windows?
I'm using Pycharm/VSCode's built in browser
What engine do they use
how ?
Yeah. I prefer it. Just want to avoid the OS hate, it's tiresome
All good windows is okish let's leave it at that
Pros and cons for each, I just know how to work best in it
for normal person windows good for person who wants more and windows is not enough then linux, and if you think mac os good then yeah, but we all can agree that unix is the best
Used it all my life, CIS major so Windows was the main tech, etc.
And if I need Linux stuff, I can just use either a Docker container or a WSL instance
I heard linux is hard for non programmers
WSL are really fucking nice
can be
No
Linux is quite easy
But like it depends
Fedora installer is simpler than windows tbf
But arch is a pain in the ass
I remember setting up it with btrfs
Every single fucking time it would brake
I would download packages
And it would be like
Fuck you not today
Wtf
ahah
uwuntuwu
it's a meme os
.uwu
nyani do you think of u-uwunto
Ubuntu was like amazing it used to be innovative and it's most like the reason for linuxes success,but that has changed, it was one of the first to adopt x11 with gnome and it was just amazing, but now it's mainly minor updates. It's user repository is far more superior than other distros. Although you can just compile programs urself. And now that's fedora, if was one of the first to support pipe wire which is a driver for audio, Wayland etc.
After arch and void , etc.. it's the most up to date
However nothing beats arch docs 💕
arch docs but youre also using endeavour so you get the endeavour docs on top
Endeavour is just bloat in arch terms
Arch was meant to be stand alone
It was never meant to have Manjaro
That's the whole point of arch
But these forks ruin it
a random user wont care about that
hi how's everyone doing?
maybe, but they also make it recommendable
Arch perpous is here's some tools
So the rest your self
Redhat is mean to be
Here is what you need
That's why Manjaro or any fork of arch will be superior to a dedicated disteo
i just like that endeavour isn't as far removed from base arch as manjaro is
Sorry, maybe I'm misunderstanding
What do you mean by dedicated distro?
ubuntu is a fork of debian what do you mean
No
"no" what?
no
no
Okk
Let me rephrase
I mean a distro with a dedicated window manager, etc....
Debain it's self gives you that
Not entirely
Oh fair enough til
Yes that is called preinstalled software
Software which is included after the installation process
Yeah like it's made specifically with hardware compatibility in mind
Yes
Debain it self provides a de, audio driver, kernal etc
all good fam
how is Youur day ?
and thats why pure Arch sucks for 99% of people
What are you talking about
archiso provides a kernel and you install one when bootstrapping
Yes
You can install different kernels on any other distro too
Ye just installed manually
The headers and the base it self
just remembered rich existed after god knows how long lol
You can do the same in any other distro
What are you talking about
Nvm
Like installing arch is you just manually running an automatable task
This ain't going anywhere
python module that makes your text more pretty
then he drops it to not argue
oh really first time heard of it
Bc
like for example you can print something in a certain way
lemme find the github
I've been using arch since before ryan was in school so it's hard not to hedge on that while arguing
@zenith radish ngl emacs is so much better on a laptop and an SSD
well it's because you're not convincing enough for him
Mr ryan
Mhm
idk I just said it because coffee called
I've never used github in my life btw lmao
Argument by Monty Python with some scenes cut
oof lol
What I'm saying is
Arch is meant to be fully manually installed
No fork no nothing
ar you japanese ?
Its meant to insta every part yourself
Okay sure
ok here's a video for rich https://www.youtube.com/watch?v=4zbehnz-8QU
In this Python Tutorial I show you how you can create beautiful terminal styling with Rich. Rich is a Python library for rich text and beautiful formatting in the terminal.
BLACK FRIDAY SALE Python Bootcamp! A limited offer from one of the best Python teachers I know: https://gumroad.com/a/762598515/gbiuM *
Get my Free NumPy Handbook:
https:/...
fork?
But does it matter?
learning japanese
What are you forking?
okay let me watch it in a sec
👍
I see I saw you're about you saying you can do calligraphy so I was like oh this guy is japanese
I see I see
😄
"Bassline Junkie" is a song by British rapper Dizzee Rascal from his mixtape Dirtee TV.com – The Mixtape EP, Vol.2 (2013). The song was produced by M. J. Cole and peaked at number 10 on the UK Singles Chart despite not being officially released as a single. The track also appeared on The Fifth, Dizzee's 2013 album, and was one of the few UK urba...
Wikipedia describes the genre as "Bassline"
not as "grime"
so rich customizes the terminal ?
Going to insist that it's 🐟line
yeah
you can add some color to data types when you print them out to the terminal
you can also add emoji
progress bars
tables
highly recommend giving it a try
Arch Linux is a distribution optimized for x86-64 architecture targeted at experienced Linux users. It lets you have full responsibility and control over your system. You'll get to choose what packages you want, the kernel (yes there are multiple), the boot-loader, the desktop environment, and so on.
This is what I'm saying
ryan how is your homework going
sounds fishy, are you sponsored ?
no lol
it's just a really really nice module
No school currently
but nowhere in the whole principles page does it say "you cant make a distro from it which adds other things"
THAT'S WHAT SOMEONE SPONSORED WOULD SAY
good luck for starting 7th grade
XD
Ye I'm just saying
It is also possible for users to build and maintain their own custom repositories with ease.
9th.....
you're arguing that manjaro and endeavour need to follow arch principles and im confused why thats even a argument
No
I'm saying they ruin the point of arch not in a bad way
Just turned out to be an argument
"ruin the point" has big big negative connotations
you can save your code in txt file
in a c++ file and other stuff
not if you want your browser to execute it which is what was meant by miko's comment
yeah but if you want to literally save your error message to html you can do that
😄
on and off thing but yes
@zenith radish https://github.com/JunSuzukiJapan/macro-lisp
Entirely depends on the week. Most of the time it's fairly active in VC (by like fairly active I mean 8 to 14 people unless someone is streaming) during the weekdays doing like a regular business hours in the US.
Construct a serde_json::Value from a JSON literal.
Today is a really good day tho
Too many arguments for my taste
@zenith radish lookie at that, even python works in a macro: https://docs.rs/inline-python/latest/inline_python (but it doesnt compile to rust, it calls the python interpreter using pyo3)
Curious what the usecase for that would be
@gloomy plinth where are u now in the video ?
LP is the smartest man of all time
i agree
🤣
@zenith radish im going to order you a flask
pocket wine😂
!server
@zenith radish sign a form to promise you wont leak the data, and you could be liable to legal action if you do
🤣
wait LP only wants his own data right?
that sounds fine
@zenith radish youre expoliting your leverage man😂
whos the weakest link
so, I started googling time schedule stuff between certian hours, and found this on stackoverflow.. but the damn thing doesnt work.. grrr.
Exception has occurred: TypeError
'>=' not supported between instances of 'datetime.datetime' and 'datetime.time'
@faint ermine, how's your programming language going?
oh ok
I'm not dealing with this shit
wheeze-
@rugged root how bout my shit... I will bring the TP
ayo?!
it gone
I'm stripping out the uneeded stuff from the script :/
Sure sure
slimmed down version.. dunno why someone would post this on stack with a mismatch error..
Ideally, I want to change this futher to be between 1am and 3am.
one more quick edit...
from datetime import datetime, date, time, timedelta
def schedule():
# when to run the job
time_of_day_min = time(1)
time_of_day_max = time(3)
now_time = datetime.now()
# figure out if it runs between 17.00 - 23.59, or 00.00 - 03.00
run_start_of_MW = now_time >= time_of_day_min
run_end_of_MW = now_time <= time_of_day_max
if run_start_of_MW or run_end_of_MW:
print(f'{run_start_of_MW=} | {run_end_of_MW=}')
schedule()
Neet indeed
._.
hmmm so when we import from a module does that mean whatever code in that module will automatically be run or defined
??
you'll be able to use the code in the module after importing yes
the module has to be installed on your machine using pip install first if it is not a part of base python library
I see thank u Zero
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!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.
Now I can speak in the VC...btw thanks for helping me out
Good Morning all o/
The muskox (Ovibos moschatus, in Latin "musky sheep-ox"), also spelled musk ox and musk-ox, plural muskoxen or musk oxen (in Inuktitut: ᐅᒥᖕᒪᒃ, umingmak; in Woods Cree: ᒫᖨᒨᐢ, mâthi-môs, ᒫᖨᒧᐢᑐᐢ, mâthi-mostos), is a hoofed mammal of the family Bovidae. Native to the Arctic, it is noted for its thick coat and for the strong odor emitted by males dur...
@serene glade @nova prawn @warped raft @grand plover You nerds should come up here
we are not nerds
thank you
https://youtu.be/O7hgjuFfn3A @rugged root No humans and its awesome!
Disclaimer: Some viewers have reported mild siezures triggered by sounds in this video.
Parts 1 - 5 of the Astartes Project by Syama Pedersen, edited into one video for convenience. I played no part in the making of this film. All credit goes to the creator:
Astartes Channel
https://www.youtube.com/channel/UCFMtdiQILuTZr22sKUeAOOA
Astartes Ani...
Jamie Oliver came up with an egg fried rice recipe. Uncle Roger don't like. Niece and nephew, if you want to see Uncle Roger collab with Jamie, please tweet at him and DM him on instagram. Tell him to be in Uncle Roger video!
https://twitter.com/jamieoliver
https://www.instagram.com/jamieoliver/
Use code UNCLEROGER to get 10% off Uncle Roger's ...
i do sometimes
to live is to live
i like that
yeah sure
ooooh opal
oof
I just did 3 weeks ago its still black
yeah bad luck I guess 🥲
haaaay
yes it is
that is fine too
I FOUGHT THE LAW AND I WON. This video was taken down for some wacko copyright shenanigans but I contested it and won, it's back now. Woop woop.
In reverence of the upcoming summer sale. Starts June 19th! (TODAY)
SONG: AWOLNATION - Sail
Explosion scene at 2:18 is from Watchmen, it's a great movie, watch it up.
All of the "X% Off" and Gaben F...
Directly captured from the dreamcast system, blah blah blah. This video essentially was designed to test more settings on my capture card. I definitely resolved my sound issues as well as my space issues, although the quality is just a tad lower. I'll likely alternate between this and the other recording method.
enjoy the video. First time I'...
Sadly this game has stopped being worked on, it's the best control scheme I have ever scene in a top down game before, with smooth gameplay that require you to aim and land all your skills instead of any auto target, it's super amazing. Servers are still running so you can still play as of now, I might play a bit more as matching is pretty quick...
The Unholy War gameplay for the Playstation 1 (PS1)
► PS1 playlists:
PS1 Compilation Videos (Top 10 videos etc.)
https://www.youtube.com/playlist?list=PLljauD_hVEDJrd6OEzdSuOoDBH26vkil5
All Playstation 1 (PS1) games that I have played
https://www.youtube.com/playlist?list=PLljauD_hVEDKWfaig4phAGFpPEhBnZuTW
► Facebook: https://www.facebook.com...
A modern take on the 25 year franchise, Power Rangers: Battle for the Grid showcases stunning graphics and vivid details. Pit current and classic Rangers and villains like never before in 3 vs. 3 tag battles. Test your skills online against friends and players from around the world for endless replayability. A streamlined combat system welcomes ...
$19.99
1019
https://en.wikipedia.org/wiki/Fighting_game @zenith radish Smash Bros #2 by sales
A fighting game, also known as a versus fighting game, is a genre of video game that involves combat between two or more players. Fighting game combat often features mechanics such as blocking, grappling, counter-attacking, and chaining attacks together into "combos". Characters generally engage in battle using hand-to-hand combat—often some for...
Bye guys ... gtg sleep now
Minecraft
Rocket League
Fighting over fighting games
In July 2020, numerous allegations of sexual misconduct were risen on over 125 members of the Super Smash Bros. community, including some of the game's most well-known professional players, commentators, tournament organizers, and content creators. The accusations included instances of sexual harassment, sexual assault, and sexual abuse of minor...
EC Throw down has power rangers
Festival of Fights is a collaborative celebration of Arcades, Pinball, and Fighting Game Tournaments in one event! February 3rd - 6th 2022. Featuring Super Smash Bros Ultimate, Ultimate Marvel vs Capcom 3, Guilty Gear Strive, and over 60 pinball machines!
Everyone played this Python game I guess https://en.wikipedia.org/wiki/Snake_(video_game_genre)#/media/File:Snake_can_be_completed.gif
Snake is a video game genre where the player maneuvers a growing line that becomes a primary obstacle to itself. The concept originated in the 1976 two-player arcade game Blockade from Gremlin Industries, and the ease of implementation has led to hundreds of versions (some of which have the word snake or worm in the title) for many platforms. 19...
@stiff meteor What's up
u got docker ?
#web-development channel would have way more info than I could offer
@dusky mortar im lost in the sauce, ive got my flask coded up on localhost
Been meaning to try doing all that
spent the past 18 hours watching videos and trying to deploy on linux, no luck
you want to host flask app then?
yes, but I want to learn how to do it the BEST way. I have deployed on heroku before
@stiff meteor hop down to VC1
i want more control
Make it easier to talk
@zenith radish https://ably.com/blog/no-we-dont-use-kubernetes
@rugged root having a recursive function issue.. are they allowed to have return values like..
def run(stuff)
do stuff
if not stuff:
var1, var2 = run(stuff)
if stuff:
return var1, var2
stuff = vars
var1, var2 = run(stuff)
I realise that pseudo code is laking let me get a different version typed up
It's looking like you don't have a base case
Recursion kind of lives and dies with "what happens when I'm out of things to process?"
If that makes sense
Does it really show me as typing whenever I open discord with the channel focused?
Discord is wack
@rugged root ok so I typed up a code that recreates my issue, if stuff is correct ofcourse it works, if not I get
Exception has occurred: TypeError
cannot unpack non-iterable NoneType object
def proc_var1(tmp_var1):
if tmp_var1 == 'foo':
var1 = True
return var1, tmp_var1
else:
tmp_var1 = 'foo'
var1 = False
return var1, tmp_var1
def proc_var2(tmp_var2):
if tmp_var2 == 'bar':
var2 = True
return var2, tmp_var2
else:
tmp_var2 = 'bar'
var2 = False
return var2, tmp_var2
def run(stuff):
tmp_var1, tmp_var2 = stuff
var1,tmp_var1 = proc_var1(tmp_var1)
var2, tmp_var2 = proc_var2(tmp_var2)
stuff = tmp_var1, tmp_var2
if var1 and var2:
return var1, var2
else:
if not var1 or not var2:
var1, var = run(stuff)
stuff = ['foo', 'test']
var1, var2 = run(stuff)
print(f'{var1=} | {var2=}')
i fergot how to run the eval.
You do !e before your code
I'll run both ways in bot then..
What do you mean when you're saying recursive issues. Like what's happening
gtg standup
I get the error as posted.. I ran both versions,with changed starting vars in bot commands... @rugged root
damn
@rugged root had a family emergency come up, need to leave for awhile.. I'll try to get back to this.. just not sure what's going on..
Keep us posted, I hope everything is alright
if "ham":
...
Check out the #voice-verification channel. That'll tell you what you need to know about our voice gate. Sorry for the late response!
Ah okey,thanks^-^}
@ancient kiln https://python.swaroopch.com/
There are exercises and stuff at the bottom
cheers
APIs for building portable and reliable microservices
is there any part in particluar i should skip?
I think it would probably help sure up your knowledge to go through them all for now
But if you feel like you hit a section and you're like "oh no duh, I know this one" then you can skip it
should i take notes?
But I would recommend still looking at the exercise at the bottom
Only if you think it's handy
that might happen
i might always do the exercise just to stick in my head
That's what I recommend for sure
Only if you think it'll help you
I tend to not take notes, but that's just preference
Just depends on how you learn best
thats suprising
in school they always teach u to take notes
They did with us as well
Minikube ist ein Tool, mit dem Kubernetes lokal einfach ausgeführt werden kann. Minikube führt einen Kubernetes-Cluster mit einem einzigen Node in einer VM auf Ihrem Laptop aus, damit Anwender Kubernetes ausprobieren oder täglich damit entwickeln können.
Minikube-Funktionen Minikube unterstützt Kubernetes-Funktionen wie: DNS NodePorts ConfigMaps...
I just know me enough that I don't do it now as an adult. Most of it I just know where to look up what I need to know
yooo so I have a paired list
how do I make it so when
the user says a number it gives them the month
Kaggle is the world’s largest data science community with powerful tools and resources to help you achieve your data science goals.
Get My Git Course: https://www.udemy.com/course/git-and-github-bootcamp/?couponCode=GITGHYT
COUPON FOR MY NEW COMMAND-LINE COURSE: https://www.udemy.com/course/the-linux-command-line-bootcamp/?couponCode=LINUXE61EFB_YT
In this video, we'll go over all the important stuff you need to know to get started using Git. We cover git add, git commit...
i have no idea what to do/what to learn :|
I took a few different paths
binary gender
Want advice on this?
yes
in one sec
Taking so much willpower to not make a dumb DnD joke
@mild quartz https://tenor.com/bFacZ.gif
530 km /h
Matéria Exibida em 29-11-2018.
Imagine um carro de passeio percorrer quase 4 quilômetros em 25 segundos? Para que isso fosse possível, este carro deveria estar a 540 km/h. Difícil de imaginar, né? Não pra AGETOP, que multou um motorista duas vezes na GO-020, por excesso de velocidade, alegando que ele percorreu sim este trajeto de 4 km em 25 seg...
Many people have asked that we share raw footage from the GoPro from inside the car during the Top Speed test and so we did. We hope you enjoy the ride, this time from a different perspective.
It is July 2021, and it's been six years since our last trip to the Autobahn near Wittenberg, Germany. We have been to this city a few times, to remind ...
Um ano depois do maior roubo a banco do país, como as vítimas se recuperam do trauma. E o que mudou nas forças de segurança.
this is brazil
not going to brazil
but we have thick ass here
and a nice beach based on the videos
wut, you live in russia?
are you a boy or a girl
both
i am from the dominican republic
yeah
for sure your country is way worst
the police in my country sell their self for money
as everything sould be
but some of them are very serious polices
I'm also a really serious bank robber
dont steal in usa
Turing offers full-time, long-term opportunities to remote software developers at top US and Silicon Valley companies. Signup today!
float('-inf')
Suppose a code is useless. Then it is an example of a useless code. Therefore it is not useless.
is like setting up a limit
the problem is a the limit if the infinity
is the*
well i am wrong
but i might be able to get a job for 2 weeks
so the max_num is the limit
sam exe are you a boy or a girl
openedx
i am yes
My advice to you is to not
Plenty of other servers for that
And honestly some that you can get more of a rise out of
we have a girl in the channel
Please don't make me mute you. I have things to do
FastAPI framework, high performance, easy to learn, fast to code, ready for production
php might be better for web develoment i wrote it because professionals dont like python for web develoment
am i banned here ?
i though i could write what ever i want here
this follow usa rules
well i am ok
Hemlock, are you ready for the show?
Yours might be, but mine's the most impressive 3 inches you'll ever see
I used mine to make relish a long time ago
like a facebook
facebook is far less dangerous when you delete your account, i've found
problably a database app
well i will play some lol and them i will try to make some progress in my game engines
so i am making 10 - 20 apps to learn programming
and some of them are 3 game engines
Duuuuude
I never thought about that, but yeah. Auto correct hates them
Okay, I have to read this and see if it's as I think it is
You as well!
#!/bin/bash
this script contains 2 bugs. Fix them or work around them, then run it!
VAL = $(date -u +%j%d%w%w%u%m%g) 2>/dev/null
[ -v VAL ] || { printf "\nLooking for something?\n\n" ; exit ; }
SLUG=$(printf "%s" "$VAL" | md5sum | awk '{print $1}')
printf "\nhttps://redteamhiring.com/%s\n\n" '${SLUG:8: -2}'
that is above my level
the first line need a )
and the second line need the ' changed to "
i think
problably i am wrong
ShellCheck finds bugs in your shell scripts
you can check the script in the bash terminal
if you're regularly writing bash, you should have shellcheck as part of your workflow
So... was it supposed to give you a valid URL?
i was totally wrong
and the script was working ok how it was
bash is littler different than other languages
i should not give help
my mistake are so big
eh, i've given far worse help in the past. such as trying to help someone install windows on their mac and they ended up factory reseting the whole machine
...
int x = 10;
int *y = &x;
int z = 5;
*y = 100; // data
y = &z; // where
std::cout << *y;
std::cout << y;
...
Bjarne Stroustrup
welcome to template hell
template<typename T, typename... Args>
inline document fmessage(T fmt, Args... args) {
std::string msg = fmt::format(std::forward<T>(fmt), std::forward<Args>(args)...);
return {"message", msg};
}
@whole bear you sound like robert de niro
Disclaimer: I do not intend to attack or offend anyone or their beliefs. My content is for comedic purposes only.
Ask a question under my most recent tweet!! :)
https://twitter.com/NorCalNatt
I now have merch! I'll have more designs/clothing in the future
Merch link:
https://crowdmade.com/collections/natt
PO Box address:
Ian Natt
PO Box 8, ...
i once had to write this black magic variadic template metaprogramming thing:
template<typename... Ts>
struct Formatter<AK::Tuple<Ts...>> : Formatter<StringView> {
ErrorOr<void> format(FormatBuilder& builder, AK::Tuple<Ts...> const& tuple)
{
StringBuilder string_builder;
string_builder.append("(");
if constexpr (sizeof...(Ts) > 0) {
tuple.apply_as_args([&] (auto first, auto... args) {
append_value(string_builder, first);
((string_builder.append(", "), append_value(string_builder, args)),...);
});
}
string_builder.append(")");
return Formatter<StringView>::format(builder, string_builder.to_string());
}
};
anarchy
on_event<KeyPress> ...
on_event(Event::KeyPress) ...
ErrorOr<int> get_value() {
if (something()) {
// error
return {}
}
return 42
}
void foo() {
auto x = get_value()
if (x.is_error()) {
return x;
}
auto val = x.value()
}
ErrorOr<int> get_value() {
if (something()) {
// error
return Error("something")
}
return 42
}
ErrorOr<void> foo() {
auto val = TRY(get_value())
}
Lol I think I saw that one
We have the streamer over her
but he is trying to pretend that it's not him
Who?
Mstr Gi
Well Gi sounds just like him/her
@icy axle why are u up
Oh I see
i exploit my priviledges
I was working on electronics
Aren’t you going up early tomorrow?
gonna go to bed in a few minutes
why are you all up bruh
I’ve been in bed for 5 hours, but can’t sleep
Shush
hmmm?
so are you
What’s your excuse?
Well me too
😫
solution is to bake a cake
alteast i tried
Proof
then eat it
i dont have an oven
Kladdkaka yes
then you'll be tired from eating
we have the same idea
why not make a pizzza with pinapple toppings
I’ll actually leave bed for a few minutes. My mind is getting toasted by toasters
i ll give you the whole thing
thats where the trash (pinabpple pizza) supposed to go
dumpster like you
nasty
don't be so nasty
Thanks for the clarification
well i m not being you, so i m def not the nastiest
doubt
ofc, anytime : )
@rugged root things were long and frought with catch 22s, but everything setup to workout.. family wise.. so now I get back to the same sort of shit with my code lol
I’m walking down the stairs
your house must be really big
I’m in the kitchen
80,000 square meters
i m not good with the numbers
hahahahahahahahahahhaha
58,257
298,093

