#voice-chat-text-0
1 messages · Page 951 of 1
oh wow
this brings me back
AHAHAH
39th in the server
top in india for surfing
love to scout people flying in the air
this is a nice map
what's that
OH
BIND
ew
no no
training wheels
do you play valorant
it's like CS
just tried it yesterday
like CS + Overwatch
Riot, yeah
well if ur good at CS
ur good at Valorant
same
i used to be crazy good
"Washed up"
me
wow
which kind
wall hax?
LOL
AHAHA
CS aimbots were jokes
they spin crazy
yeah
i don't miss it
life goes on
but u can play valorant
XD
jkjk
i dont even use abilities
was just spending time with friends in game
dont really care about mechanics
it's free
are you trying to convince me not to play valorant LOL
cuz im not sold
im messin
see ya
LOL
LOL
LOL
this is funny
self conscious
LOL
i think i have 50 messages now
just have to wait 3 days
before i can speak
😛
Day 13: Transparent Origami
is it a 30 day coding challenge?
advent of code
yep
i'm reading the question now so we shall see
noodle everyone wants to be with you ;-;
or is it just a storyline
@whole bear I C U
hmm dots on transparent paper
it's marked with a hashtag
lol @trail mural you just want to watch noodles struggle
that's the fun
"streamy"
do you guys code at your jobs?
SOLVED IT????
ahahah
lazy
put off stuff
for later
"ill do it tomorrow"
"multitasking"
!e py a, b = [1, 2, 3], [4, 5, 6] a, b = b, a print(a, b) #So far so good. a = [1, 2, 3, 4, 5, 6] a[3:] = 7, 8, 9 print(a) #Groovy a = [1, 2, 3] b = [4, 5, 6] a[:], b[:] = b, a print(a, b) #Ungh.
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | [4, 5, 6] [1, 2, 3]
002 | [1, 2, 3, 7, 8, 9]
003 | [4, 5, 6] [4, 5, 6]
does anyone want to do group vc?
nah
brb after i solve this
a = whatever
if "a" in a_dict:
!d dict.values
values()```
Return a new view of the dictionary’s values. See the [documentation of view objects](https://docs.python.org/3/library/stdtypes.html#dict-views).
An equality comparison between one `dict.values()` view and another will always return `False`. This also applies when comparing `dict.values()` to itself:
```py
>>> d = {'a': 1}
>>> d.values() == d.values()
False
a_dict[sec_evalESN]```
sec_evalESN, abc = get_sql_stuff()
#let's pretend that works
a_dict[sec_evalESN] = abc```
a_dict[var1] = var2,var3,var4
WHat should i code
!kindling
Kindling Projects
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.
is voice changer against the rules
might or might not be but it is for sure really annoying
its not
!voice @vast pawn @ripe salmon @halcyon wharf just in case you don't know why you can't talk follow this )
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@woeful salmon yo , man
ah i am good
wbu
happy new year
ooo..
i am having fun wth rust book and rust-by-examples docs
brb
why i can't speak ?
# Utility commands
function which($command) {
Get-Command -Name $command -ErrorAction SilentlyContinue |
Select-Object -ExpandProperty Path -ErrorAction SilentlyContinue
}
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Since the voice gate, there have been significantly fewer screamers.
They're not a patient bunch.
"What? We have to participate in the community? Fuck that!"
Sagittarius A* (pronounced "Sagittarius A-Star", abbreviated Sgr A*) is a bright and very compact astronomical radio source at the Galactic Center of the Milky Way. It is located near the border of the constellations Sagittarius and Scorpius, about 5.6° south of the ecliptic, visually close to the Butterfly Cluster (M6) and Shaula. Sagittarius A...
I have read there's a promotion-based win where a bishop over a queen is chosen for the promotion replacement, which doesn't make sense to me. A rook, maybe. A bishop? A queen has the bishop's moves.
hey guys
if a queen would restrict the enemy kings movements and force a stalemate, a bishop may be the solution
Ahhh.
i have a program which has multiprocessing on it and it is not working nice.
but there is one class which is quite heavy(torch audio to text ) that i have to initialise everytime.
i wanted to avoid this initialisation and use it just once but multi-threading does n't let that happen(it once again initialises the class)
i was wondering if there is any way i could use a sharedmemory solution for that one object so i wouldn't get my memory eaten by.
Seems obvious, now that you've pointed that out.
i have looked into https://docs.python.org/3.11/library/multiprocessing.shared_memory.html this
Could you not keep the class creation in your if name equals main?
well what would be the difference
!if-name-main
if __name__ == '__main__'
This is a statement that is only true if the module (your source code) it appears in is being run directly, as opposed to being imported into another module. When you run your module, the __name__ special variable is automatically set to the string '__main__'. Conversely, when you import that same module into a different one, and run that, __name__ is instead set to the filename of your module minus the .py extension.
Example
# foo.py
print('spam')
if __name__ == '__main__':
print('eggs')
If you run the above module foo.py directly, both 'spam'and 'eggs' will be printed. Now consider this next example:
# bar.py
import foo
If you run this module named bar.py, it will execute the code in foo.py. First it will print 'spam', and then the if statement will fail, because __name__ will now be the string 'foo'.
Why would I do this?
• Your module is a library, but also has a special case where it can be run directly
• Your module is a library and you want to safeguard it against people running it directly (like what pip does)
• Your module is the main program, but has unit tests and the testing framework works by importing your module, and you want to avoid having your main code run during the test
Keeps it from spinning up in the child processes, by rights.
Though I've been turned around with os-based differences there, before.
hmmmm, i'll try that right now
thank you for your kind answer
🎄
Charger car or charger phone?
nope no change
Yes, let's all be in a hurry to vivisect ourselves.
Your target function is...not how I'm used to doing things. I've not seen that, before. I usually only target functions, not instance methods.
Maybe if the instance method existed one per child process.
oh
Not as part of the parent process.
hmm
The grills? Just shove a raspberry pi in your mouth.
Big old smile full of pcb.
If the goal is to multiprocess the load of the STT conversion process, you're going to have to spin that engine up for each child process.
I have seen some GIL breakout stuff in I think Numba, with shared memory. There be dragons.
spin the engine up
can you share a link
i did read this https://habr.com/en/post/585320/
I don't think that's going to help.
If you're doing what I think you're doing, and you're doing it in Python, and you're multiprocessing...you're going to have to take the memory hit.
I also think Numba probably isn't going to save you, either.
You might look at GPU computing.
i thought about that man
Which is in the province of Numba and numpy.
but it''s shit load of data
and shit load of data means shit load of processing power
that also would mean reallyyyyy pricey servers
but thank you for your time
honestly i am glad you talked to me
Is it like busking?
Where if there's money in the guitar case, it makes people more likely to add to it.
Nope
Not "fair enough".
Listening to USA citizens talk about tipping is the catering equivalent of listening to them talk about healthcare.
Which is also often tied to their employment.
They can fire you.
But you don't have to shell out.
@rugged root it's really funny how your profile picture shakes each time you talk. that also removes any credibility on what you say

Your owner? Yes, Jake, slavery is illegal.
Wait, I had credibility before?
Sue with what money? You don't have a job.
XD more than now
Just send your resume over by paper airplane.
"I'll wave to you when they hire me."
Yeah, I think they've already lined you up for a fall. You're only there for as long as it remains convenient to them.
@unborn storm I can't hear you very well at all. Hemlock has magic headphones. I don't get how he can hear you. I hear everyone else clearly.
oh, sad...
i'll try making it better
A slight improvement.
It's not so much volume as clarity.
It's not noisy, but it's...lossy?
obsidian, the one hemlock posted
Do they mean mixins, Namri? What's the context of the questions
yes
I'll look into mixins thanks Hemlok 🙂
Mixins are essentially classes that you can toss in via inheritance that just add functionality.
So that's the only thing I can think of that would make sense
:incoming_envelope: :ok_hand: applied mute to @true sphinx until <t:1641224575:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
HA
Lost you in mid😂
"all ranges"
"shit to decent"
Cog or pod?
Ah.
⚙️
@unborn storm Your keyboard is coming through
@amber raptor best word "Cog Developer" 😂
API. When The Fonz takes up that private investigator job.
A PI
There's all the reasons you could imagine to have bots able to listen, but I'm sure there are a lot of good reasons they oughtn't.
Same story for output.
Time sheets. Space sheets. Thermal blankets?
@wintry beacon
"This is just our homebrew of it."
eval
Drunk on Snekbox.
!eval
It's not inconceivable that there could be some exploits that could break out of the jail, but...eh.
what stop bitcoin mining?
No internet access
"You're being murdered? But they can't do that. That's illegal."
Juan is a giraffe.
Oh, wait, there's an actual giraffe named Juan and they're a puppet?
I thought I heard "One is a giraffe."
bye guys, have a nice day
!e
eval("eval(2 + 2,print('>->'))")
o- o srry but just wanna see can you exploit eval inside an eval inside an evall
@woeful salmon :x: Your eval job has completed with return code 1.
001 | >->
002 | Traceback (most recent call last):
003 | File "<string>", line 1, in <module>
004 | File "<string>", line 1, in <module>
005 | TypeError: eval() arg 1 must be a string, bytes or code object
Can't hear much anything.
print((lambda H:'^'.center(H+2) + '\n' + '\n'.join([''.join(['\\' if x==y//2 else ('/' if x==-y//2 else (' ' if (x > y//2) or (x < -y//2) else ' *O~'[__import__('random').randint(0, 13)])) for x in range(-H//2, H//2)]) for y in range(2, H)] + ['^'*H] + ['| |'.center(H+2)]*(1+H//10) + ['']))(24))
Yikes.
I saw an impressively bad hello world the other day. Written deliberately so.
Ne-Yo Vim.
well that just crashed my discord somehow
?
have a meeting back in a bit
!e
eval("""eval("2 + 2,print('>->')")""")
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
>->
The Lure programming language. Entices you into learning it, then, hyah! Fishing hook in the cheek!
Owwwwwwwwwww
Also, if you're a network engineer, do you get to bill yourself as a lanscaping service?
!e
foo = eval("2 + 2 + (print('foo') or 0)")
print(foo)
o- o you can even hide exploiting eval really easily i just realized
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
001 | foo
002 | 4
Mr.Hemlock can I stream for a min, see if you guys can help figure out this algorthm i'm trying to write?
!stream 5
Member "5" not found.
✅ @pallid hazel can now stream until <t:1641228401:f>.
has anyone used the flax package for jax? https://flax.readthedocs.io/en/latest/index.html
Ah, neural network stuff, probably why I don't know about it
The folks in #data-science-and-ml would be the ones who'd know
"JAX for the Impatient" That's an amazing section header
const data = await (await fetch("https://some.url")).json();
also using await outside async functions is now a thing in javascript....
Hello all
HELLO!
Back later, sorry
i hear weird noises in vc from nick wild
sounded like broken mario song
super mario
oh btw i have a code im too scared to use on testing channel, because the bot was glitching out
started typing and then stopped
I am not a financial advisor
why did u voice ban me
You've already been warned about the voice changer, you continued after I told you to stop.
X.X
its not against the rules
If you want to contest it send a message to the @rapid crown bot
so if you get covid again
and don't come
they will fire you
wait
vaccinated covid+ people work?
thats insane lol
i work at a hospital
i do surgery on myself
guys
I got a quick question
lets say i have an array named arr
what does arr[-1] mean?
last element
when there's a negative index, say -n, you can think of it as arr[len(arr) - n]
that's a weird way to do it, but it reverses the array, then takes everything except the first element
!e
L= list(range(10))
print(L[::-1][1:])
@honest pier :white_check_mark: Your eval job has completed with return code 0.
[8, 7, 6, 5, 4, 3, 2, 1, 0]
no that's your way
kk
you could do it in one slice
!e
L= list(range(10))
print(L[-2::-1])
bruh
oh that didn't work
@honest pier :white_check_mark: Your eval job has completed with return code 0.
[8, 7, 6, 5, 4, 3, 2, 1, 0]
there
it slices from the -2 element to the 0th
oh right
second last element
wait
then what does the -1 do specifically
wouldnt that mean to the last ?
it slices in reverse
they're both slices
just when you have 2 colons, the third number means the "step"
!e
L = list(range(20))
print(L)
print(L[0:len(L):2])
@honest pier :white_check_mark: Your eval job has completed with return code 0.
001 | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
002 | [0, 2, 4, 6, 8, 10, 12, 14, 16, 18]
so here, we start at 0, end at the length of the list, and step by 2
Okay so like
print(L[-2:len(L):1])
``` would do:
``` 18, 17,16,15...```
is that right?
try it
how do i use the python bot
!e
!eval [code]
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code block. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!*
!eval L = list(range(20))
print(L)
print(L[-2:len(L):1])
!eval L = list(range(20))
print(L)
print(L[-2:len(L):-1])
!eval L = list(range(20))
print(L)
print(L[-2:0:1])
@whole bear :white_check_mark: Your eval job has completed with return code 0.
001 | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
002 | []
!eval L = list(range(20))
print(L)
print(L[-2:len(L):110])
!eval L = list(range(20))
print(L)
print(L[-2:0:-1])
@whole bear :white_check_mark: Your eval job has completed with return code 0.
001 | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
002 | [18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1]
.topic
Suggest more topics here!
buy food
poggers
!e
foo = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
for item1, item2, item3 in zip(*foo):
print(item1, item2, item3)
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
001 | 1 4 7
002 | 2 5 8
003 | 3 6 9
!zip
The zip function allows you to iterate through multiple iterables simultaneously. It joins the iterables together, almost like a zipper, so that each new element is a tuple with one element from each iterable.
letters = 'abc'
numbers = [1, 2, 3]
# list(zip(letters, numbers)) --> [('a', 1), ('b', 2), ('c', 3)]
for letter, number in zip(letters, numbers):
print(letter, number)
The zip() iterator is exhausted after the length of the shortest iterable is exceeded. If you would like to retain the other values, consider using itertools.zip_longest.
For more information on zip, please refer to the official documentation.
ffs, just had a brown out.. pc didnt shut off, but monitors and modem reset..
http://www.audible.com/Smarter or text "Smarter" to 500-500
Click here to subscribe for next video: http://bit.ly/Subscribe2SED
A huge thank you to HaptX Inc. for letting me visit!
⇊ Click below for more links! ⇊
I'm a huge fan of Ready Player One. Here's our podcast episode on Ready Player One:
https://www.youtube.com/watch?v=h2s0x9CoegM
...
o- o yeah i have the help comment on this tree function that i totally wrote and didn't rip off of stack overflow
@amber raptor _tree_helper is this the convention for helper / private functions??
cuz i see it alot
Tree isn’t valid ps command
its this
🤔 noone was complaining about it on stackoverflow so i assumed it was atleast somewhat following conventions
cuz usually people get toxic over them there xD
Yea, I’d buy it if I had a need
Fair
But I can’t justify replacing my current laptop
just get yourself a wowpc lol
A what?
j/k
Oh PC specifically for playing WoW?
no.. they market them towards old people
Huh, I've never heard of them
no worries, im not in voice chat.. in a meeting on my work phone due to brownouts.. and sry, was a troll reply :(
This seems pretty cool
Expensive for a laptop without a gpu tho
Unless I'm missing it
@midnight agatewhat do you wanna sort based off?
:C rip bro
@raw carbon https://en.wikipedia.org/wiki/Wake-on-LAN
Wake-on-LAN (WoL) is an Ethernet or Token Ring computer networking standard that allows a computer to be turned on or awakened by a network message.
The message is usually sent to the target computer by a program executed on a device connected to the same local area network. It is also possible to initiate the message from another network by usi...
@earnest stream #career-advice would be the best option
I also think people in C++ servers would have more first-hand experience
@midnight agate i looked into a bit more but i'm pretty sure if you want something more optimal you would have to implement it yourself or use a good implementation from somewhere be it a library or something else, but also thanks for bringing this up as i had actually never properly tested the javascript Array.sort method before
anyways i gotta go sleep now
gnight
Had to take ella out lol
oh okay
@midnight agate wait!
it works different in the browser
i tried running it before clossing
and node O_o
It's no wonder customers heap 5-star ratings on this gentle giant. For not only does its jumbo-sized optics and uncomplicated design bring a "new level of joy to simple observing," raved Astronomy magazine, but it's also one of the most affordable quality Dobs on the market. The SkyQuest XT6 Clas...
This 4.5-inch reflector telescope and adjustable tripod makes it easy for the whole family to enjoy stargazing. Shop online - 100% satisfaction guaranteed!
works fine for me
W11s stability is fine
For us at least
I've got 7 computers updated so far [at work]
No complaints yet
Yeah everything software wise seems to be compatible
The insiders build actually feels more stable
You don't use Internet Explorer?
I use Python for web dev
It's fine
WebView 2, right?
Nu
@midnight agate I realised I can't change my previous experiences but I can change the environment so people who come after me can have a different environment.
I'm running an ssh shell into a raspberry pi, and I am trying to open an image using imageMagic. but I am getting an odd error: ```
display myImage.png
display-im6.q16: unable to open X server `' @ error/display.c/DisplayImageCommand/433.
So whats the theme today?
State of NH needs help with their ezpass site haha
@amber raptor you would rather AWS?
Web App
Azure Web App or AWS equivalent
What is the one thing you hate Kubernetes for?
Did you enable x forwarding?
all of it
probably not, what is x forwarding?
reading about it now: https://docstore.mik.ua/orelly/networking_2ndEd/ssh/ch09_03.htm
"Common like Requests"
well, taking into account I did a numpy project and I typed import requests entirely out of habit...
although these days I'm trying to force myself to switch to httpx
I think we had this conversation about Java like 3 months ago.
X ("X Window System") is what actually renders the GUI.
When you connect over SSH, you're in a "command-line only" state - without the X Window System
That's why you get the error unable to open X server when you try to open a GUI application - Your SSH session doesn't use the graphics ("X server") from your remote computer. If you need to do that, you'll have to tell SSH to also include X in your session
@amber raptor how much did you make in such a company
If I had the power to do so, I would have everyone use Go and Rust. Maybe Deno once it gets properly proven in production.
We went through these kinds of security issues with Flash.
How long until Python suffers the same issue, though?
Flash, (is finally) dead. It took 20 years.
I'd argue that in some ways, Python is already starting to show signs.
I think it may take 80 years to kill Java.
Except we're being relatively proactive in fighting it.
Oh, I'm not talking killing Java, I'm talking how long until Python gets the cog programmer problem.
Libraries that aren't in the Python Standard Library but we treat them like they are:
NumPy
Requests
Those are all I can think of off the top of my head.
matplotlib maybe
It’s already there with data science. Data science stuff generally isn’t public facing
So security problems don’t hit as hard
Any science tbh. especially since the language lets you get away with writing extremely sloppy code and it still works
What makes java security problems terrible is it’s runs a ton of public facing stuff
true
I'm not convinced Python is a fundamentally insecure language.
I don't think it is fundamentally insecure, but the ease-of-use makes the users potentially insecure.
It is a double-edged sword, at least as far as my experiences trying to do physical sciences programming using GitHub Copilot have gone...
I'm fundamentally insecure
there are certain things that could be rewritten in rust, from the c++ or c libraries, that would decrease the possibility of buffer overflows, or other fundamental insecurities. However, I don't see anything fundamental to python, like I do with Java, that makes it insecure.
With that in mind, what are your thoughts on https://github.com/RustPython/RustPython
fixed to include a link
Woah holy shit. I just got hit with a headache out of nowhere. Like a hook into the eye socket and out through the forehead.
Stood up too quickly?
If we were in a kDrama, that would be brain cancer.
things that are legal where I live:
- water
- vodka
- bread
In that order
Notably absent: air.
Using liquor taxes would probably save our road quality problem
fascion
Fast incision
On the upside, I get a nice mountain biking trail on the way from subway to home 🎉
Arrested for breathing
Hmm I'm not sure if I'd take this new "air" thing... How do you know what's in it?
hi fix!
yeah we're about to moderate y'all
D:
Update, it migrated to the back of my head and now it feels like there's a nail being driven up into my skull
it?
the worm
same
but without the headache
why are mods allowed to move people across voice channels?
like, I can move Hemlock to a different channel
Can you?
You should prove it
can I move you?
I was teasing, but go for it
lol
Fancy fancy
i remember one time, kutie was mid-staff-meeting-talk and got kicked from the vc
she just saw a red laser dot on the wall
yeah, she was muted
!mute @green bone
:incoming_envelope: :ok_hand: applied mute to @green bone until <t:1641251498:f> (59 minutes and 59 seconds).
Was it Chris?
huh, it does
idr, and i don't have access to the chat anymore 😔
_[after pushing Edna down the stairs] _
Bernard : You know what they say: "To save the world, you have to push a few old ladies down the stairs."
"Bernard, float over here so I can punch you."
" I get that it’s a fake tree but it really looked cheap and plastic. It felt almost like putty plastic! 👎 "
Transform your home into a winter wonderland with National Tree Company's Artificial Christmas Tree. This Tinsel tree is 3 feet tall and has a 20 inch diameter base, creating a slimmer profile and making it a better option for those with limited space. Friends and family alike will marvel at how ...
woot, solved my issue i think.. back after food..
python -m http.server 8000 - https://docs.python.org/3/library/http.server.html
keeping in mind:
Warning http.server is not recommended for production. It only implements basic security checks.
NSA develops and distributes configuration guidance for a wide variety of software, both open source and proprietary. We strive to provide NSA customers and the software development community the best possible security options for the most widely used products.
NSA does not favor or promote any specific software product or business model. Rather...
So, they also seem to have guidance: https://apps.nsa.gov/iaarchive/library/ia-guidance/index.cfm
The Information Assurance (IA) at the National Security Agency provides security solution guidance based upon our unique and deep understanding of risks, vulnerabilities, mitigations, and threats. This information can be utilized to harden and defend network and system infrastructure, while providing for a sustained presence.
aaron your really quiet..
can you turn up his volume, I can hear him fine.
@dense ibex what is the libary you are using?
This is Hikari
Hmm, does it support buttons/context menus?
I knew some d.js
yeah it is
@dense ibex can you show how Hikari handles events?
the layout seems similar, looks interesting.
gtg thanks guys
does hikari not have a built in command handler for prefix commands?
No you use Lightbulb or Tanjun
does Lightulb offer command handling for prefix and slash commands?
Alrighty, thanks.
Do I need lightBulb and Hikari?
https://pypi.org/project/hikari-lightbulb/
On their usage page, I don't see Hikari.
That's because their example doesn't register events
Yes you need Hikari to use Lightbulb
!role 267630620367257601
267630620367257601
#eecd36
0.14 0.77 238
138
27
6546640448
!e print(int('10110', 2))
@brave steppe :white_check_mark: Your eval job has completed with return code 0.
22
somebody can help my 
Hey @tawdry lark!
Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:
• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)
• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:
I'll have to be on later. Lots of things happening today already
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Check out that channel to learn about our voice gate system
I'm intersedentary.
So sayeth your about me
Opal I for some reason interpreted what you said as "interdysentery"
well... I waste my time writing code for others
Me, too.
I enjoy but also I dont have any skills rather than code so I waste my 24/7 infront of screen
Marginally better that outer-dysentery, I suppose.
@woeful salmon can you please give some context about what youre talking?
Ahh Cool
Keep it up
Does anybody keep their eye on monero development?
and the whole crypto thing in general ?
"But perhaps it might be wise not to carp and criticise..."
Android Fonzie. A.I.
Haaaaay
Aww🥺
hey
Woe
you are not
ooh, now you are vibrating
It's because you've been having to ingest nothing but bubble tea forever
😂
That may be a plausible cause
Bubble tea is life 🥺
I have in fact
They’re gone
Haaahaa
Yeah
I should restock
3 maybe
Not sure
I somehow able to keep track of my cat’s age tho. She is 6 months. More or less.
I kNoW RiiGht? 🥺
I do kiss her A LOT
😳ouh hope i dont catch em
Mostly outdoor
I dont want to kill her predator instinct. She hunts birds.
Oh gosh 😂
Need to drop off boiss... Had a good time listening
Glad to have you! We'll catch you later
Ouuuhh meee
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
@dense ibex https://github.com/Xenon-Bot/xenon-worker/blob/master/xenon_worker/connection/mixins.py#L289-L394
@dense ibex https://www.youtube.com/watch?v=2gpF3ivqLbk
Thanks to Unbelievable (UnbelievaBoat's creator) for collecting guild count data from bots!
I increased the bar count from 25 to 45, because the top 25 ranking didn't change a lot, so it wasn't that interesting.
⸻⸻⸻⸻⸻
Me siga em outras redes sociais! ᕕ(ᐛ)ᕗ
❱ 📝 Meu Website: https://mrpowergamerbr.com/
❱ 🐱💻 GitHub: https://github.com/MrPowerGa...
mauve has more RAM
You can't be in the car if you're on the car. Well, maybe an extremity or few.
"Speaker: Thomas Ballinger
Have you ever wanted to add a status bar to your command line program?
Or maybe color the output a bit? Or do you want to write a fullscreen terminal application like ls, top, vim, or emacs? Then you need to speak a bit of terminal! This talk describes how to talk to your terminal from scratch and goes on to show why ...
here's my terminal colors - they have a consistent luminosity visible against a dark or light background, which is difficult to arrive at with a simple quantitative model:
{ config, pkgs, ... }:
let
# we reuse colors for various terminals, but keep it consistent here:
# OKHSL, https://bottosson.github.io/misc/colorpicker
black = "000000"; #"161616" # saturation to 0, luminousity to 0
# L40 for OKHSL
red = "b10b00"; # H30
green = "007232"; # H150
yellow = "745b00"; # H90
blue = "3123ff"; # H270
magenta = "9b0097"; # H330
cyan = "006a78"; # H210
# luminosity 50, saturation 0, so actually gray
white = "777777";
brightblack = "2e2e2e"; # (Gray) S0 L20
# bump luminosity to 60 where chroma maxes
brightred = "ff3d2b";
brightgreen = "00ae50";
brightyellow = "b18c00";
brightblue = "6786ff";
brightmagenta = "eb00e4";
brightcyan = "00a3b7";
# luminosity 70
brightwhite = "ababab";
The consistent luminosity gives some margin for error so you can easily have a 20% transparent background in your terminal and still easily read your terminal.
👋
I need to go; see you guys later.
example
I did not program it to do this.
Monty Python's Quest for The Holy Grail
@wintry beacon Hemlock was talking about trunk space and making friends - and this is the Python server... so...
@zenith radish like this? https://docs.python.org/3/library/heapq.html
Thank you
It's called Library https://github.com/pascal-gerber/Library
Sorry I got flagged down to take care of stuff as soon as I stepped in the door
Aww, puppy
Cairn terrier?
Lithuanian Streeter 😄
Definitely has some terrier at some point of the lineage
A 3 yro rescue, old owner passed from old age
Lovely baby boy with more mental illness than me
I mean that's just impressive
I know right
does it get along with your cat though that's what i'm curious about

wait this was a thing
i didn't know lol
Oh yeah, it's great
>>> soldier = dict(rank='captain', name='dotterbart')
>>> itemgetter('rank')(soldier)
'captain'
Vim is big; so big that it does some very useful things that are often overlooked. Plugins can buy us a lot of functionality, but they can add a lot of burden in the form of dependency complexity. In this talk, we'll explore some of the tradeoffs we can make between plugins and "vanilla" Vim features that achieve similar results, including:
- a...
,py,
:q
:qa!
or much simpler
type Zq
Wq
for that ZZ
How's it goin
Fevers suck
Just got out lol
Had a fever in the afternoon and slept it off
time for meetings.. yay..
@whole bearhow'd you like this
document.all
let a = Boolean(0);
let b = new Boolean(0);
console.log(!!a); // false
console.log(!!b); // true
[ 0, null, undefined, '', false, NaN ]
```
```
IIIIIllll
IIIIIllll
I generated my vim config based on that talk, pausing frequently.
someone wanna help me with finding element on a button in email?
nnoremap ,bash, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,bash,2,.bash<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,cpp, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,cpp,2,.cpp<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,css, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,css,1,.css<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,hta, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,hta,2,.hta<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,html, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,html,2,.html<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,js, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,js,2,.js<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
nnoremap ,json, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,json,1,.json<CR>:syn off<CR>:set modeline modelines=1<CR>:syn on<CR>ggi
nnoremap ,py, :set nomodeline modelines=0<CR>:%d<CR>:-1read $HOME/.vim/.skeleton,py,2,.py<CR>:syn off<CR>:set modeline modelines=2<CR>:syn on<CR>ggi
wth
Are you in the voice chat atm?
py is a function in Vim.
no
This is the text channel for the voice channel #751591688538947646
623 │ ((vim_configurable.override {python = python39;}).customize {
624 │ name = "vim";
625 │ vimrcConfig.customRC = ''
626 │ syntax on
627 │ filetype on
628 │ set relativenumber
629 │ set number
630 │ set shiftwidth=4 expandtab
631 │ set hidden
632 │ set ruler
633 │ set colorcolumn=80
634 │ set backspace=indent,eol,start
635 │ let g:elm_format_autosave = 1
636 │ '';
637 │ vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; {
638 │ start = [
639 │ YouCompleteMe elm-vim vim-nix haskell-vim
640 │ jedi-vim typescript-vim rust-vim
641 │ ];
642 │ };
643 │ })
I'm in it now
I like my vim config simple
Penguins. Also known as cylinders.
that is what the help channels are for
:set fileencoding=utf8 nu ts=2 shiftwidth=2 softtabstop=2 expandtab
I would be surprised to learn utf8 isn't the default
@whole bear What is the goal you are trying to achieve?
I'm trying to find the element for a button in a email
https://wiki.dendron.so/ Very epic
Dendron is a local-first, Markdown-based, hierarchical note taking tool. It is meant to help you create, organize, and collaborate on knowledge bases of any size.
what's ts do?
its hard to find
I tried all the possable way
and it don't work
I assume I need xpath
but I'm bad at xpath
softtabsstop, ts, and nu - I wonder what they do
Ever heard of these?
document.querySelector()
document.querySelectorAll()
YOUR_PARENT_ELEMENT_HERE.querySelector()
YOUR_PARENT_ELEMENT_HERE.querySelectorAll()
ts is tabstop
nu is number (line numbers)
I like relativenumber
what is that
I would love to learn that
... Ever heard of MDN?
Do you know JavaScript?
You won't get far on your project without it
why
I'm not trying to create a boring website
I'm trying to make a account generator
https://cdn.discordapp.com/attachments/852457509519884308/927252343702040616/unknown.png i did not know until i read the street
"church street"
What website are you trying to make accounts for?
What is their ToS?
WHERE does it say you are allowed to make accounts by automating the process?
Momentum
That email verification thing is to prove you are actually doing it yourself and not by botting / doing so to spam or scam people ... hence why such verification exists.
@whole bear ^ edited and another message
Gotta go. Probably won't be back for a week or so. Moving to a place without broadband yet.
Take care everyone!
Stay away from a certain C-thing!
@leaden hearth
!indent
Indentation
Indentation is leading whitespace (spaces and tabs) at the beginning of a line of code. In the case of Python, they are used to determine the grouping of statements.
Spaces should be preferred over tabs. To be clear, this is in reference to the character itself, not the keys on a keyboard. Your editor/IDE should be configured to insert spaces when the TAB key is pressed. The amount of spaces should be a multiple of 4, except optionally in the case of continuation lines.
Example
def foo():
bar = 'baz' # indented one level
if bar == 'baz':
print('ham') # indented two levels
return bar # indented one level
The first line is not indented. The next two lines are indented to be inside of the function definition. They will only run when the function is called. The fourth line is indented to be inside the if statement, and will only run if the if statement evaluates to True. The fifth and last line is like the 2nd and 3rd and will always run when the function is called. It effectively closes the if statement above as no more lines can be inside the if statement below that line.
Indentation is used after:
1. Compound statements (eg. if, while, for, try, with, def, class, and their counterparts)
2. Continuation lines
More Info
1. Indentation style guide
2. Tabs or Spaces?
3. Official docs on indentation
a=int(input("Enter 1st no "))
b=int(input("Enter 2nd no "))
op=input("Enter the operator (+,-,,/) ")
if(op=="+"):
c = a+b
print("Sum = ",c)
elif(op==""):
c=a*b
print("Product = ",c)
elif(op=="-"):
if(a>b):
c=a-b
else:
c=b-a
print("Difference = ",c)
elif(op=="/"):
c=a/b
print("Division = ",c)
else:
print("Invalid operator")
!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.
.
a = int(input("Enter 1st no "))
b = int(input("Enter 2nd no "))
op = input("Enter the operator (+,-,*,/) ")
if op == "+":
c = a + b
print("Sum =", c)
elif op == "*":
c = a * b
print("Product =", c)
elif op == "-":
if a > b:
c = a - b
else:
c = b - a
print("Difference =", c)
elif op == "/":
c = a / b
print("Division =", c)
else:
print("Invalid operator")
let a = parseInt(prompt("Enter 1st number"));
let b = parseInt(prompt("Enter 2nd number"));
let op = prompt("Enter the operator (+,-,*,/)");
if (op === "+") {
let c = a + b;
alert("Sum = " + String(c));
} else if (op === "*") {
// --- snip ---
} // --- snip ---
I should be able to still hear
@median trench if I may ask, is your username or whatever a pun on NaN (JavaScript) / float('nan') (Python)?
Neither, a pun on my name actually
Ah
hewwo @glad sandal (Forgive my neko side barely showing)
I'm also needing my bluetooth headset to charge, thus it is going to cause a feedback loop if I speak without it on
Now if only it was possible to easily use Python's built-in json and NOT mess up any floating point values.
I've had some instances where I take in a JSON file, and when shrinking it, it outputs some floating point values in a worse situation than they started in
imagine pimping out your terminal lol
Imagine using stuff like fish / etc., right?
I cant talk guys i am gonna write to you
@proper jacinth are you new?
So you know about the voice verification thing
... just don't spam
i am file
Ok. Sorry 🙂
It's because it can make you take longer to get verified / etc. ... just being kind and letting you know.
Thank you
for i in '' '--mime' ; do
file -b $i -- violet.txt
fi
What is this
bash?
Me being silly ... and yes, bash
@midnight agate ok bye
And also yes, I recognize @heavy mountain is using the XFCE mascot.
How can i learn bash guys
... That is Linux stuff ... which is not easy.
xfce is my favorite de
same ... I have it literally running on Windows 10 right now
in a vm?
Like ... xfce4-panel and xfce4-terminal are actually showing up right now .... ...
if you call WSL 2 a virtual machine, then yes.
MATE is my favourite
why?
It is minimalist
"Like 'tuh, mater', but without the 'tuh'."
Mater - Cars
I am unmuted, yes, but I'm staying muted via. my keybind because my headset was low on battery ... and ear raping me with "low battery" TTS
are you using mubuntu?
Ubuntu mate
has it something special functionality?
No it is just gnome 2 it looks old and simple 🙂
I moved some stuff around to hide some """suspicious""" items
Doesn't XFCE4 have built-in Gnome support, or am I mistaken?
And yes, I know I need to update ... I feel like doing so now tbh
I am debating whether to join this nerd @tidal salmon in voice chat 😤
I forgot I was in it and started vacuuming my room, so that might have been interesting depending on whether my mic picked it up.
😅
yoo i got nitro
hello
!voice
Voice verification
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
what is 3 miunte blocks
oh ok
cause iam using mac and my eyes are dying bc of python (its bright)
and i have no idea how i turn on dark mode
i could use my chrombook
yeah.. python launcher?
i have no idea
lol sry
but like i use browser on chrombook
cause i just dont wanna downlaod
ikr
yeah i have a pc but i cant find the mouse
yeah but i have a wireless keypad
i use replid so
u could say iam new to the python community
bc i quit 2 years ago and joined it again
wait what was """ mean
i did do something like a==b and then in the guessing game i had a code called break so i didnt understand it that well
!e py a = "Hello,\nworld." print(a) b = """Hello, world.""" print(a == b)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | Hello,
002 | world.
003 | True
wait what does break mea again
Is the docstring implicitly preserved when a function is decorated?
!e ```py
class MyClass:
def a(self):
"""AAA"""
@property
def b(self):
"""BBB"""
print(help(MyClass.a))
print(help(MyClass.b))```

@somber heath :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 8, in <module>
003 | NameError: name 'help' is not defined
I think functools.wraps is needed for that
I think that's just a snekbox quirk
Unfortunately
Somehow my client's showing this
that's odd
Probably cache from yesternight local time
I feel like streaming some Python
ooh Poetry got a new homepage look
Pure's OS is so pretty
What to do when one needs to change their repo's license?
Just nuke the repo, push everything back up with new license?
I think the standard procedure is to just have all new commits be released under the new license
git commit -m "Change LICENSE"
git push origin master
```?
My BG is also animated
Yep
If you have contributors though, you might want to alert them as well
Nah I don't
Just me and myself and I
Pure is +1 timezone relative to me
.......I will grab a plane ticket to hug them if I can
yis
My regular BGs are static
I would stream myself writing my bot if I could. But tokens and things. Plus I don't wanna accidentally doxx myself because of some commands I run
Though the fun stuff is
It doesn't
It's just mpv playing as the root window
It admits to some pretty neat stuff
@somber heath heyo
it's so good
I don't think my system can ever as cool as some of the people in here's
What else to do
@rugged root hey hemlock
Just showing out my system config
lel
I don't have a lot of interesting stuff
It's very good, i appreciate it as an arch user
This launcher I guess
endeavour os here
Manjaro for like 1.5 years now
arch based distro
I use arch and fedora
I guess I could demo Nix
Hemlock ur voice sometimes is funny ngl
manjaro is ahh like opera of linux world
Why?
yk
Wha?
I don't know why, I don't use Arch btw
shady devs
Elaborate
Bruh
A compiler 😂 Lol
know me?
What shell u use?
its me fab
a usual vc er from past
nice
fishers less go
fish pog
It is and isn't:
- A package manager
- A programming language
- A linux distribution
All at the same time
now thats lit
@rugged root who??
aaron?
PATH=$(echo $PATH | sed "s/3\.9\.7/3.10.1/" -) curl -sSL https://install.python-poetry.org | python3 - I hate myself for this
Just install it via the package manager
That's deprecated
Poetry?
lol
Nah, the one I'm using isn't
I use zsh with a very minimal oh-my-zsh config
I only have the git plugin enabled
oh-my-posh copycat of oh-my-zsh
yeah no my Emacs config is already a mess to configure
Hemlock teach me PowerShell
# setting up version control prompt
autoload -Uz vcs_info
precmd_vcs_info() { vcs_info }
precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
RPROMPT=\$vcs_info_msg_0_
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:*' unstagedstr '!'
zstyle ':vcs_info:*' stagedstr '+'
zstyle ':vcs_info:*' formats "%{$reset_color%}[%{$fg[blue]%}%b%{$reset_color%}] %{$fg[red]%}%u%c%m%{$reset_color%}"
zstyle ':vcs_info:git*+set-message:*' hooks git-untracked
+vi-git-untracked() {
if [[ $(git rev-parse --is-inside-work-tree 2> /dev/null) == 'true' ]] && \
git status --porcelain | grep -m 1 '^??' &>/dev/null
then
hook_com[misc]='?'
fi
}
Relearning how to get $PATH is pain
why ya need powershell in kde :/
Powershell sometimes fuck up my workflow
Shell scripting is ❌
For my Windoes
ah yes, CSharpShell
dont play with c sharp
[System.Convert]::ToBase64String(([System.Text.Encoding]::UTF8.GetBytes("Hello world")))
I use HTMLshell
its sharp and can hurt ya
written in css
Lol
Wait, Video role?
what is pros of nix anyway
It uses a declarative package management system and is reproducible
like in comparison with debian and arch
Im listening to your conversation while studying lol
im planning my studying
yk they should make a podcast
lol
GNU Guix is NixOS for Lispers
https://guix.gnu.org/en/download/
Installers and source files for GNU Guix. GNU Guix can be
installed on different GNU/Linux distributions.
Lel
cook?
?
windows10 -> ubuntu -> endeavour
