#voice-chat-text-0

1 messages · Page 951 of 1

deft vigil
#

it's surfing down a slope

#

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

#

😛

woeful salmon
#

nice 👍

#

i have to origami now apparently o-- o gonna be interesting

deft vigil
#

origami?

#

ur folding paper?

woeful salmon
#

Day 13: Transparent Origami

deft vigil
#

is it a 30 day coding challenge?

woeful salmon
#

advent of code

deft vigil
#

OH

#

ur doing that!?

woeful salmon
#

yep

deft vigil
#

dang

#

good stuff

#

lemme check it out

#

how hard is it

woeful salmon
#

i'm reading the question now so we shall see

deft vigil
#

let me read

#

too

#

i don't have context

#

looks like it builds upon earlier questions

trail mural
#

noodle everyone wants to be with you ;-;

deft vigil
#

or is it just a storyline

trail mural
#

@whole bear I C U

deft vigil
#

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"

somber heath
#

!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.

wise cargoBOT
#

@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]
whole bear
#

does anyone want to do group vc?

severe veldt
#

nah

woeful salmon
#

brb after i solve this

pallid hazel
#

a = whatever
if "a" in a_dict:

somber heath
#

!d dict.values

wise cargoBOT
#

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
pallid hazel
#

sec_evalESN

#

if sec_evalESN in a dict:

somber heath
#
a_dict[sec_evalESN]```
#
sec_evalESN, abc = get_sql_stuff()
#let's pretend that works
a_dict[sec_evalESN] = abc```
pallid hazel
#

a_dict[var1] = var2,var3,var4

humble oracle
#

WHat should i code

somber heath
wise cargoBOT
#

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.

humble oracle
#

is voice changer against the rules

woeful salmon
#

might or might not be but it is for sure really annoying

humble oracle
#

its not

woeful salmon
#

!voice @vast pawn @ripe salmon @halcyon wharf just in case you don't know why you can't talk follow this )

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

whole bear
#

@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

somber heath
#

I'm not upset. Just disappointed. 😏

#

Turducken venvs.

covert jackal
#

why i can't speak ?

woeful salmon
#
# Utility commands
function which($command) {
    Get-Command -Name $command -ErrorAction SilentlyContinue |
    Select-Object -ExpandProperty Path -ErrorAction SilentlyContinue
}
somber heath
wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

somber heath
#

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...

somber heath
#

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.

ebon cradle
#

hey guys

wind raptor
somber heath
#

Ahhh.

wind raptor
#

unless it's checkmate on the promotion

#

then I'm not sure how it would matter

ebon cradle
#

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.

somber heath
#

Seems obvious, now that you've pointed that out.

ebon cradle
somber heath
#

Could you not keep the class creation in your if name equals main?

ebon cradle
#

well what would be the difference

somber heath
#

!if-name-main

wise cargoBOT
#

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

somber heath
#

Keeps it from spinning up in the child processes, by rights.

#

Though I've been turned around with os-based differences there, before.

ebon cradle
#

thank you for your kind answer

honest pier
#

🎄

woeful salmon
#

halfway

somber heath
#

Charger car or charger phone?

ebon cradle
#

nope no change

somber heath
#

Yes, let's all be in a hurry to vivisect ourselves.

ebon cradle
#

that's where i use it

somber heath
#

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.

serene perch
#

oh

somber heath
#

Not as part of the parent process.

ebon cradle
#

hmm

somber heath
#

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.

somber heath
#

Start.

#

Instantiate.

ebon cradle
somber heath
#

I don't think that's going to help.

ebon cradle
#

ooooh numba

#

alright alright

somber heath
#

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.

ebon cradle
somber heath
#

Which is in the province of Numba and numpy.

ebon cradle
#

but it''s shit load of data

#

and shit load of data means shit load of processing power

somber heath
#

She moves she m...

#

Beat me to it.

ebon cradle
#

that also would mean reallyyyyy pricey servers

somber heath
#

I'm not sure what else to suggest.

#

It's not something I do.

ebon cradle
#

but thank you for your time
honestly i am glad you talked to me

somber heath
#

Is it like busking?

#

Where if there's money in the guitar case, it makes people more likely to add to it.

somber heath
#

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.

unborn storm
#

@rugged root it's really funny how your profile picture shakes each time you talk. that also removes any credibility on what you say

woeful salmon
somber heath
#

Your owner? Yes, Jake, slavery is illegal.

rugged root
somber heath
#

Sue with what money? You don't have a job.

unborn storm
somber heath
#

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.

unborn storm
#

i'll try making it better

somber heath
#

A slight improvement.

#

It's not so much volume as clarity.

#

It's not noisy, but it's...lossy?

rugged root
storm nexus
#

@unborn storm what is software name?

#

okay

unborn storm
rugged root
#

Do they mean mixins, Namri? What's the context of the questions

storm nexus
#

yes

trail mural
#

I'll look into mixins thanks Hemlok 🙂

rugged root
#

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

wise cargoBOT
#

: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).

rugged root
#

HA

storm nexus
#

Lost you in mid😂

honest pier
#

"all ranges"
"shit to decent"

somber heath
#

Cog or pod?

rugged root
#

Cog

#

Like cogs in a machine

somber heath
#

Ah.

honest pier
#

⚙️

rugged root
#

@unborn storm Your keyboard is coming through

storm nexus
#

@amber raptor best word "Cog Developer" 😂

rugged root
#

Ooo

#

CoD developer

somber heath
#

API. When The Fonz takes up that private investigator job.

rugged root
#

Why did I not think of that earlier

#

Oh my god opal

#

I love you

#

So good

honest pier
#

A PI

rugged root
somber heath
#

Sesame Street?

#

Ah, I see it.

#

Bottom right.

#

That's great.

rugged root
#

Si

#

It's so good

somber heath
#

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?

woeful salmon
rugged root
#

@wintry beacon

somber heath
#

"This is just our homebrew of it."

wintry beacon
#

eval

somber heath
#

Drunk on Snekbox.

rugged root
#

!eval

somber heath
#

It's not inconceivable that there could be some exploits that could break out of the jail, but...eh.

storm nexus
#

what stop bitcoin mining?

amber raptor
storm nexus
#

Ohh

#

got it

somber heath
#

"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."

storm nexus
#

bye guys, have a nice day

woeful salmon
#

!e

eval("eval(2 + 2,print('>->'))")

o- o srry but just wanna see can you exploit eval inside an eval inside an evall

wise cargoBOT
#

@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
somber heath
#

Can't hear much anything.

unborn storm
#
 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))
somber heath
#

Yikes.

#

I saw an impressively bad hello world the other day. Written deliberately so.

#

Ne-Yo Vim.

woeful salmon
molten pewter
#

?

pallid hazel
#

have a meeting back in a bit

woeful salmon
#

!e

eval("""eval("2 + 2,print('>->')")""")
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

>->
somber heath
#

The Lure programming language. Entices you into learning it, then, hyah! Fishing hook in the cheek!

somber heath
#

Also, if you're a network engineer, do you get to bill yourself as a lanscaping service?

woeful salmon
#

!e

foo = eval("2 + 2 + (print('foo') or 0)")
print(foo)

o- o you can even hide exploiting eval really easily i just realized

wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | foo
002 | 4
pallid hazel
#

Mr.Hemlock can I stream for a min, see if you guys can help figure out this algorthm i'm trying to write?

rugged root
#

!stream 5

wise cargoBOT
#
Bad argument

Member "5" not found.

rugged root
#

God damn it

#

!stream 185917727385321472

wise cargoBOT
#

✅ @pallid hazel can now stream until <t:1641228401:f>.

mild quartz
rugged root
#

Ah, neural network stuff, probably why I don't know about it

#

"JAX for the Impatient" That's an amazing section header

woeful salmon
#
const data = await (await fetch("https://some.url")).json();

also using await outside async functions is now a thing in javascript....

daring orbit
#

Hello all

whole bear
#

HELLO!

rugged root
#

Back later, sorry

whole bear
#

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

rugged tundra
#

I am not a financial advisor

whole bear
#

why so many A people in chat

#

synchroniscity???

#

is that hulk in chat?

mild quartz
#

you mean names starting w A?

#

calculate the probability

humble oracle
#

why did u voice ban me

rugged root
#

You've already been warned about the voice changer, you continued after I told you to stop.

mild quartz
#

X.X

humble oracle
#

its not against the rules

rugged root
#

If you want to contest it send a message to the @rapid crown bot

humble oracle
#

i have lol

#

didnt break a rule

mild quartz
#

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

whole bear
#

guys

#

I got a quick question

#

lets say i have an array named arr

#

what does arr[-1] mean?

honest pier
#

last element

whole bear
#

Got it

#

I knew it was something like that

honest pier
#

when there's a negative index, say -n, you can think of it as arr[len(arr) - n]

whole bear
#

tysm

#

so what about something like this:

        for ele in arr[::-1][1:]:
honest pier
#

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:])
wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

[8, 7, 6, 5, 4, 3, 2, 1, 0]
whole bear
#

what would be a better way

#

oh like that

honest pier
#

no that's your way

whole bear
#

kk

honest pier
#

you could do it in one slice

#

!e

L= list(range(10))

print(L[-2::-1])
#

bruh

#

oh that didn't work

wise cargoBOT
#

@honest pier :white_check_mark: Your eval job has completed with return code 0.

[8, 7, 6, 5, 4, 3, 2, 1, 0]
honest pier
#

there

whole bear
#

Wait

#

I need a second to understand

#

so what is
L[-2::-1])
doing

honest pier
#

it slices from the -2 element to the 0th

whole bear
#

oh right

#

second last element

#

wait

#

then what does the -1 do specifically

#

wouldnt that mean to the last ?

honest pier
#

it slices in reverse

whole bear
#

Oh got it

#

So single colon is slice

#

double colon is like iteration?

honest pier
#

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])
wise cargoBOT
#

@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]
honest pier
#

so here, we start at 0, end at the length of the list, and step by 2

whole bear
#

Okay so like

print(L[-2:len(L):1])
``` would do:
``` 18, 17,16,15...```
#

is that right?

honest pier
#

try it

whole bear
#

how do i use the python bot

honest pier
#

!e

wise cargoBOT
#
Command Help

!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!*

whole bear
#

!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])

wise cargoBOT
#

@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 | []
whole bear
#

!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])

wise cargoBOT
#

@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]
honest pier
#

.topic

viscid lagoonBOT
#
**If you had $100 bill in your Easter Basket, what would you do with it?**

Suggest more topics here!

honest pier
#

buy food

dire oriole
#

poggers

woeful salmon
#

!e

foo = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
for item1, item2, item3 in zip(*foo):
    print(item1, item2, item3)
wise cargoBOT
#

@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
woeful salmon
#

!zip

wise cargoBOT
#

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.

pallid hazel
#

ffs, just had a brown out.. pc didnt shut off, but monitors and modem reset..

uncut meteor
#

Gryphon

woeful salmon
#

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

...

▶ Play video
#

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

amber raptor
#

Tree isn’t valid ps command

woeful salmon
#

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

rugged root
amber raptor
#

Yea, I’d buy it if I had a need

rugged root
#

Fair

amber raptor
#

But I can’t justify replacing my current laptop

pallid hazel
#

just get yourself a wowpc lol

rugged root
#

A what?

pallid hazel
#

j/k

rugged root
#

Oh PC specifically for playing WoW?

pallid hazel
#

no.. they market them towards old people

rugged root
#

Huh, I've never heard of them

pallid hazel
#

no worries, im not in voice chat.. in a meeting on my work phone due to brownouts.. and sry, was a troll reply :(

cobalt fractal
#

Expensive for a laptop without a gpu tho

#

Unless I'm missing it

woeful salmon
#

@midnight agatewhat do you wanna sort based off?

trail mural
#

:C rip bro

brave steppe
#

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...

#

I also think people in C++ servers would have more first-hand experience

dense ibex
#

@olive hedge Sadge

#

pls say you didn't daefen because of that

woeful salmon
#

@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

olive hedge
dense ibex
#

oh okay

woeful salmon
#

@midnight agate wait!

#

it works different in the browser

#

i tried running it before clossing

#

and node O_o

molten pewter
#
tiny seal
#

works fine for me

sweet lodge
#

W11s stability is fine

#

For us at least

#

I've got 7 computers updated so far [at work]

#

No complaints yet

rugged root
#

Yeah everything software wise seems to be compatible

sweet lodge
#

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?

rugged root
#

Nu

trail mural
#

@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.

molten pewter
#

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.

whole bear
#

So whats the theme today?

willow light
#

State of NH needs help with their ezpass site haha

molten pewter
#

@amber raptor you would rather AWS?

amber raptor
#

Azure Web App or AWS equivalent

molten pewter
#

What is the one thing you hate Kubernetes for?

sweet lodge
willow light
molten pewter
willow light
#

"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

molten pewter
#

I think we had this conversation about Java like 3 months ago.

sweet lodge
#

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

graceful condor
#

@amber raptor how much did you make in such a company

willow light
#

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.

molten pewter
#

We went through these kinds of security issues with Flash.

willow light
#

How long until Python suffers the same issue, though?

molten pewter
#

Flash, (is finally) dead. It took 20 years.

willow light
#

I'd argue that in some ways, Python is already starting to show signs.

molten pewter
#

I think it may take 80 years to kill Java.

willow light
#

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

amber raptor
#

So security problems don’t hit as hard

willow light
amber raptor
molten pewter
#

I'm not convinced Python is a fundamentally insecure language.

willow light
#

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...

rugged root
#

I'm fundamentally insecure

molten pewter
#

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.

willow light
haughty pier
willow light
#

fixed to include a link

haughty pier
green bone
#

hi

#

I failed to understand

#

are you chewing on someone?!

willow light
rugged root
#

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.

sturdy panther
#

Stood up too quickly?

rugged root
#

No I was sitting

#

Wasn't doing anything differently

sturdy panther
#

If we were in a kDrama, that would be brain cancer.

rugged root
#

Probably is, who knows

#

Or a stroke or something

green bone
#

things that are legal where I live:

  • water
  • vodka
  • bread
rugged root
#

In that order

sturdy panther
#

Notably absent: air.

green bone
#

Using liquor taxes would probably save our road quality problem

haughty pier
#

fascion

rugged root
#

Fast incision

green bone
rugged root
green bone
#

Hmm I'm not sure if I'd take this new "air" thing... How do you know what's in it?

honest pier
#

hi fix!

green bone
#

yeah we're about to moderate y'all

honest pier
#

D:

rugged root
#

Update, it migrated to the back of my head and now it feels like there's a nail being driven up into my skull

honest pier
#

the worm

rugged root
#

Headache

#

If it was a worm at least I'd have a friend near by

green bone
#

same

#

but without the headache

#

why are mods allowed to move people across voice channels?

#

like, I can move Hemlock to a different channel

sweet lodge
#

Can you?
You should prove it

green bone
sweet lodge
#

I was teasing, but go for it

honest pier
#

lol

sweet lodge
#

Fancy fancy

honest pier
#

i remember one time, kutie was mid-staff-meeting-talk and got kicked from the vc

green bone
#

she just saw a red laser dot on the wall

rugged root
#

I think she actually did that to someone as well

#

Since a mute will boot as well

honest pier
#

yeah, she was muted

green bone
#

!mute @green bone

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @green bone until <t:1641251498:f> (59 minutes and 59 seconds).

rugged root
#

Was it Chris?

green bone
#

huh, it does

honest pier
#

idr, and i don't have access to the chat anymore 😔

rugged root
sweet lodge
rugged root
#

"Bernard, float over here so I can punch you."

molten pewter
graceful condor
#

" I get that it’s a fake tree but it really looked cheap and plastic. It felt almost like putty plastic! 👎 "

molten pewter
#
pallid hazel
#

woot, solved my issue i think.. back after food..

haughty pier
#

keeping in mind:

Warning http.server is not recommended for production. It only implements basic security checks.

molten pewter
#
pallid hazel
#

aaron your really quiet..

molten pewter
#

can you turn up his volume, I can hear him fine.

waxen barn
#

@dense ibex what is the libary you are using?

brave steppe
waxen barn
#

I switched from d.py to d.js and havent really looked into other python libs. How does it compare to d.py?

#

I knew some d.js

#

yeah it is

#

@dense ibex can you show how Hikari handles events?

brave steppe
waxen barn
#

gtg thanks guys

waxen barn
brave steppe
waxen barn
#

does Lightulb offer command handling for prefix and slash commands?

brave steppe
#

I think so..?

#

Not sure in all honesty

waxen barn
#

Alrighty, thanks.

#

Do I need lightBulb and Hikari?

brave steppe
#

Yes you need Hikari to use Lightbulb

waxen barn
#

Oh, alright.

#

Thanks for the help!

dense ibex
#

!role 267630620367257601

wise cargoBOT
#
Helpers info
ID

267630620367257601

Colour (RGB)

#eecd36

Colour (HSV)

0.14 0.77 238

Member count

138

Position

27

Permission code

6546640448

brave steppe
#

!e print(int('10110', 2))

wise cargoBOT
#

@brave steppe :white_check_mark: Your eval job has completed with return code 0.

22
tawdry lark
#

somebody can help my TAD_Dog_WTF

wise cargoBOT
#

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:

https://paste.pythondiscord.com

rugged root
#

I'll have to be on later. Lots of things happening today already

winged hinge
#

well I dont have permission to talk

#

but Hellooo..

rugged root
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

rugged root
#

Check out that channel to learn about our voice gate system

winged hinge
#

got it. guess Ill be interactive

#

Btw, I use Arch

somber heath
#

I'm intersedentary.

rugged root
#

So sayeth your about me

#

Opal I for some reason interpreted what you said as "interdysentery"

winged hinge
#

well... I waste my time writing code for others

somber heath
#

Me, too.

rugged root
#

Not a waste if you learn from it

#

And enjoy it

#

I guess and/or enjoy it, rather

winged hinge
#

I enjoy but also I dont have any skills rather than code so I waste my 24/7 infront of screen

somber heath
winged hinge
#

@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 ?

woeful salmon
winged hinge
#

Nah I mean contributing to the CB or helping the community any way possible?

uncut meteor
somber heath
#

"But perhaps it might be wise not to carp and criticise..."

rugged root
somber heath
#

Android Fonzie. A.I.

frosty star
#

Haaaaay

rugged root
frosty star
#

Aww🥺

green bone
#

hi

#

I'm procrastinating profusely

frosty star
#

Hay hay

#

Dont we all 🤪

upbeat parrot
#

hey

green bone
#

hemlock, you are not vibrating for me

#

😦

frosty star
#

Woe

green bone
#

you are not

frosty star
#

Try hovering

#

Yea

green bone
#

ooh, now you are vibrating

frosty star
#

Pfft

#

Haven’t had coffee in months 🤔

rugged root
#

It's because you've been having to ingest nothing but bubble tea forever

frosty star
#

😂

frosty star
#

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

frosty star
#

I dont want to kill her predator instinct. She hunts birds.

winged hinge
#

Need to drop off boiss... Had a good time listening

rugged root
#

Glad to have you! We'll catch you later

frosty star
#

Ouuuhh meee

woeful salmon
#

!user

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

storm nexus
#

!user

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

brave steppe
#

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...

▶ Play video
haughty pier
#

mauve has more RAM

somber heath
#

You can't be in the car if you're on the car. Well, maybe an extremity or few.

wintry beacon
haughty pier
#

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.

woeful salmon
#

well we love random anxiety attacks

#

i'mma go rest cya guys later o- o

brave steppe
#

👋

wintry beacon
#

I need to go; see you guys later.

haughty pier
#

example

wintry beacon
#

I did not program it to do this.

haughty pier
#

Hemlock making friends...

wintry beacon
haughty pier
#

@wintry beacon Hemlock was talking about trunk space and making friends - and this is the Python server... so...

brave steppe
proper jacinth
#

Guys

#

I can't speak

#

Help me

whole bear
brave steppe
proper jacinth
#

Thank you

brave steppe
zenith radish
rugged root
#

Sorry I got flagged down to take care of stuff as soon as I stepped in the door

#

Aww, puppy

#

Cairn terrier?

zenith radish
#

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

rugged root
#

I mean that's just impressive

zenith radish
#

I know right

woeful salmon
#

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

rugged root
#

Oh yeah, it's great

woeful salmon
#
>>> soldier = dict(rank='captain', name='dotterbart')
>>> itemgetter('rank')(soldier)
'captain'
primal yacht
#

,py,

flat sentinel
#

:q

primal yacht
#
:qa!
woeful salmon
#

or much simpler
type Zq

flat sentinel
#

Wq

woeful salmon
#

for that ZZ

primal yacht
#
:wqa
#
:help ZZ
flat sentinel
#

vmgit

#

vgmit

swift valley
#

How's it goin

#

Fevers suck

#

Just got out lol

#

Had a fever in the afternoon and slept it off

pallid hazel
#

time for meetings.. yay..

woeful salmon
#

@whole bearhow'd you like this

primal yacht
#

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
haughty pier
whole bear
#

someone wanna help me with finding element on a button in email?

primal yacht
#
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
whole bear
#

wth

primal yacht
#

Are you in the voice chat atm?

sturdy panther
#

py is a function in Vim.

whole bear
primal yacht
haughty pier
#
 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   │     })
woeful salmon
whole bear
#

I'm in it now

haughty pier
#

I like my vim config simple

sturdy panther
#

Penguins. Also known as cylinders.

whole bear
#

someone help me with selenium

#

please

tepid edge
#

that is what the help channels are for

primal yacht
#
:set fileencoding=utf8 nu ts=2 shiftwidth=2 softtabstop=2 expandtab
whole bear
#

no

#

its just a random code for selenium

haughty pier
primal yacht
#

@whole bear What is the goal you are trying to achieve?

whole bear
#

I'm trying to find the element for a button in a email

flat sentinel
#

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.

haughty pier
#

what's ts do?

whole bear
#

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

haughty pier
primal yacht
primal yacht
haughty pier
#

I like relativenumber

whole bear
#

I would love to learn that

primal yacht
whole bear
#

nah

#

only selenium

primal yacht
#

Do you know JavaScript?

whole bear
#

nope

#

I'm trying to do python selenium

primal yacht
#

You won't get far on your project without it

whole bear
#

why

#

I'm not trying to create a boring website

#

I'm trying to make a account generator

flat sentinel
#

"church street"

primal yacht
flat sentinel
#

Momentum

primal yacht
#

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

sturdy panther
#

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!

primal yacht
#

@leaden hearth

leaden hearth
woeful salmon
#

!indent

wise cargoBOT
#

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

leaden hearth
#

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")

primal yacht
#

!code

wise cargoBOT
#

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.

primal yacht
#
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)?

median trench
#

Neither, a pun on my name actually

primal yacht
#

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

quaint oyster
#

imagine pimping out your terminal lol

proper jacinth
#

Hello

#

Voice chat 0 people

#

👋

primal yacht
proper jacinth
#

I cant talk guys i am gonna write to you

primal yacht
#

@proper jacinth are you new?

proper jacinth
#

No

#

But i am muted

#

Still

primal yacht
#

So you know about the voice verification thing

proper jacinth
#

Yeah

#

I guess i need to send more mail

#

for comfirmation

primal yacht
manic thicket
#

i am file

proper jacinth
primal yacht
proper jacinth
#

Thank you

primal yacht
manic thicket
#

bash?

primal yacht
#

Me being silly ... and yes, bash

proper jacinth
#

@midnight agate ok bye

primal yacht
#

And also yes, I recognize @heavy mountain is using the XFCE mascot.

proper jacinth
#

How can i learn bash guys

primal yacht
#

... That is Linux stuff ... which is not easy.

heavy mountain
primal yacht
#

same ... I have it literally running on Windows 10 right now

manic thicket
#

in a vm?

primal yacht
#

Like ... xfce4-panel and xfce4-terminal are actually showing up right now .... ...

primal yacht
proper jacinth
heavy mountain
proper jacinth
primal yacht
#

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

heavy mountain
proper jacinth
primal yacht
#

It's Ubuntu ... but weird

#

oh .. you meant them

#

hewwo

heavy mountain
primal yacht
proper jacinth
primal yacht
#

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

molten pewter
brave steppe
#

I am debating whether to join this nerd @tidal salmon in voice chat 😤

tidal salmon
brave steppe
#

😅

robust quiver
#

yoo i got nitro

rugged pine
#

hi

#

wait

#

how do i get voice verified

robust quiver
#

hello

somber heath
wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

robust quiver
#

!voice

rugged pine
#

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

somber heath
#

!e py a = "Hello,\nworld." print(a) b = """Hello, world.""" print(a == b)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | Hello,
002 | world.
003 | True
rugged pine
#

wait what does break mea again

verbal wind
#

Is the docstring implicitly preserved when a function is decorated?

somber heath
#

!e ```py
class MyClass:
def a(self):
"""AAA"""

@property
def b(self):
    """BBB"""

print(help(MyClass.a))
print(help(MyClass.b))```

robust quiver
wise cargoBOT
#

@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
swift valley
#

I think that's just a snekbox quirk

#

Unfortunately

verbal wind
#

Somehow my client's showing this

swift valley
#

that's odd

verbal wind
#

Probably cache from yesternight local time

swift valley
#

I feel like streaming some Python

verbal wind
#

ooh Poetry got a new homepage look

swift valley
#

Eh, fuck it

#

Let me just get stuff set up

verbal wind
#

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?

swift valley
#

I think the standard procedure is to just have all new commits be released under the new license

verbal wind
#
git commit -m "Change LICENSE"
git push origin master
```?
swift valley
swift valley
#

If you have contributors though, you might want to alert them as well

verbal wind
#

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

swift valley
#

This is quite boring

#

@verbal wind Wanna see some fancy BGs

verbal wind
#

yis

swift valley
#

My regular BGs are static

verbal wind
#

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

swift valley
#

Though the fun stuff is

verbal wind
#

Hope that doesn't kill your CPU/GPU

swift valley
#

It doesn't

#

It's just mpv playing as the root window

#

It admits to some pretty neat stuff

lament cloud
#

@somber heath heyo

proven saddle
#

it's so good

sinful pawn
#

I don't think my system can ever as cool as some of the people in here's

swift valley
#

What else to do

lament cloud
#

@rugged root hey hemlock

swift valley
#

Just showing out my system config

lament cloud
swift valley
#

I don't have a lot of interesting stuff

proven saddle
swift valley
#

This launcher I guess

lament cloud
#

endeavour os here

swift valley
#

Manjaro for like 1.5 years now

lament cloud
#

arch based distro

proven saddle
#

I use arch and fedora

swift valley
#

I guess I could demo Nix

proven saddle
#

Hemlock ur voice sometimes is funny ngl

lament cloud
sinful pawn
#

Why?

lament cloud
#

yk

proven saddle
sinful pawn
#

I don't know why, I don't use Arch btw

lament cloud
#

shady devs

sinful pawn
#

Elaborate

proven saddle
lament cloud
#

nix is a package manager ffs

#

bol

#

*lol

proven saddle
#

A compiler 😂 Lol

lament cloud
#

know me?

proven saddle
#

What shell u use?

lament cloud
#

its me fab

proven saddle
#

Hey hemlock, what shell you use?

lament cloud
#

a usual vc er from past

proven saddle
#

nice

lament cloud
#

fishers less go

proven saddle
#

fish pog

swift valley
#

It is and isn't:

  1. A package manager
  2. A programming language
  3. A linux distribution
    All at the same time
lament cloud
#

@rugged root who??

#

aaron?

proven saddle
#

Aaron finch

#

Is a cricketer

#

Lol

verbal wind
#

PATH=$(echo $PATH | sed "s/3\.9\.7/3.10.1/" -) curl -sSL https://install.python-poetry.org | python3 - I hate myself for this

swift valley
#

That's deprecated

verbal wind
#

Poetry?

lament cloud
#

lol

verbal wind
#

Nah, the one I'm using isn't

swift valley
verbal wind
swift valley
#

I only have the git plugin enabled

proven saddle
#

oh-my-posh copycat of oh-my-zsh

swift valley
#

yeah no my Emacs config is already a mess to configure

lament cloud
#

i use fish and bash

#

powershell 😂

sinful pawn
#

Hemlock teach me PowerShell

woeful salmon
#
# 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
}
sinful pawn
#

Relearning how to get $PATH is pain

lament cloud
proven saddle
#

Powershell sometimes fuck up my workflow

swift valley
#

Shell scripting is ❌

sinful pawn
lament cloud
#

lmao

proven saddle
#

Lol

#

bash shell is boomer

swift valley
#

ah yes, CSharpShell

lament cloud
#

dont play with c sharp

woeful salmon
#
[System.Convert]::ToBase64String(([System.Text.Encoding]::UTF8.GetBytes("Hello world")))
proven saddle
#

I use HTMLshell

lament cloud
#

its sharp and can hurt ya

proven saddle
lament cloud
#

lmao

#

hemlock instincts

proven saddle
#

Lol

sinful pawn
#

Wait, Video role?

lament cloud
#

what is pros of nix anyway

swift valley
#

It uses a declarative package management system and is reproducible

lament cloud
#

like in comparison with debian and arch

proven saddle
#

Im listening to your conversation while studying lol

lament cloud
#

yk they should make a podcast

#

lol

swift valley
proven saddle
proven saddle
#

Audiobook or smth

lament cloud
#

cook?

proven saddle
#

?

lament cloud
#

windows10 -> ubuntu -> endeavour