#ot1-perplexing-regexing

1 messages · Page 543 of 1

twin charm
#

I cant play games on my pc

low chasm
#

Oof

twin charm
#

atleast anything other than tetris

sterile sapphire
low chasm
#

oh

#

that'll be useful

fresh basalt
#

Has anyone here played Spacechem or any other Zachtronics games?

twin charm
#

Naw.

fresh basalt
#

They're really fun.

low chasm
#

Cool

#

i only play emulated ps1 games

twin charm
#

nice.

#

solitaire is kinda cool.

low chasm
#

Lol

fresh basalt
#

@low chasm I use RetroArch too.

low chasm
#

i dont actually its a joke

sterile sapphire
#

really great acting tho

fresh basalt
#

Oh. I haven't in awhile but I used to play Final Fantasy Tactics in RetroArch.

#

Also Galaga.

harsh tundra
#

As for games... 250 done, 100 levels left.
I like logic games, lol

low chasm
#

Oh lol

fresh basalt
#

That's cool. Have you tried Baba is You?

#

I've been meaning to try that. The puzzles look really fun.

novel marten
#

no cap

fresh basalt
harsh tundra
fresh basalt
#

Ok.

twin charm
#

I liked to play learn to fly 2.

fresh basalt
#

If you watch the trailer you can see what it's about.

twin charm
#

Until all flash games died.

edgy crest
#

i heard you need to pay 100$ to upload a game on steam ferrisballSweat

low chasm
#

io games good

latent scaffold
#

ImportWarning good, yeah? :)))

fresh basalt
low chasm
#

I remember playing super flash bros

twin charm
#

its not on there.

low chasm
#

It was like super smash bros, but it ran on flash

twin charm
#

oh wait nvm.

rich moon
#

gg to adobe flash

fresh basalt
#

I used to play a lot of really artsy Flash games that aren't around anymore.

sterile sapphire
#

rip flash dude

twin charm
#

same.

sterile sapphire
#

you will be missed

fresh basalt
#

I don't even remember their names. They're just an unattached memory arcing through my synapses.

sterile sapphire
#

I played plenty

#

was run 2 based on Flash?

fresh basalt
#

Same.

low chasm
#

Flash was nice

sterile sapphire
#

bc if it was rip

twin charm
sterile sapphire
#

yes

fresh basalt
#

I spent a lot of time on armorgames and kongregate

twin charm
#

yessss

#

those are lit.

fresh basalt
#

a bit of time on NewGrounds

#

jayisgames, bontegames

harsh tundra
#

miniclip, catroonnetwork, and some Polish game website for me

honest pawn
fresh basalt
#

I remember cartoon network or adult swim had a few really crazy games.

#

@honest pawn sure

left jacinth
#

the flash is dead. Long live webassembly

rough sapphire
#

i play cool math games

honest pawn
#

Lol

rough sapphire
#

i just play moto x3m :sungale:

#

cheesy, but fun

honest pawn
#

Well I play a crappy io game called surviv

#

😎

fresh basalt
#

Polish? Was it Mateusz Skutnik's site?

#

He did the submachine and where is the new year games.

harsh tundra
#

nah, there were pages literally witch bunch of games. something like miniclip but in Polish

fresh basalt
#

That would have been cool. There were a lot of really cool Eastern European amateur game developers.

formal cradle
#

very intresting

fresh basalt
#

Unfortunately thinking about it makes me a little nostalgic.

latent scaffold
#

:c

fresh basalt
#

What's the warnings challenge?

latent scaffold
#

Get all those warnings without triggering them yourself

#

Couldn't get ImportWarning or Warning

fresh basalt
#

Thank you.

latent scaffold
#

Wait it says not Warning or RuntimeWarning but I was able to get RuntimeWarning

#

:(

left jacinth
#

corporate needs you to find the difference between (all warnings) and (no warnings)
Developer: They are the same picture

latent scaffold
#

Ironically there aren't any linting warnings

rough sapphire
#

:mmlul:

graceful basin
#

impressive

latent scaffold
#

Man, I tried looking for ImportWarning and it's like impossible to find anything usable

#

I tried using outdated versions of packages (modules? dunno what they're called tbh) that had the warning

fresh basalt
#

Can you write your own thing that will break if you import it?

#

Or is that against the rules?

inland wolf
#

forgot that \w matches numbers too

fresh basalt
#

any word character

#

_ too

inland wolf
#

ye

graceful basin
#

why is docker so painfully slow.

fresh basalt
low chasm
#

Lol

molten stag
#

how to rename github file?

low chasm
#

On the site?

#

Edit the file

#

And on the top, there should be a place for you to change the name

molten stag
low chasm
#

Are you editing the file

molten stag
#

yes

#

but the file is image

low chasm
#

Huh

#

I'm not sure then

fresh basalt
#

@molten stag Just start spelling right as rigth across your entire project. Then it's no longer an error! ;)

tardy rain
#

Edit it locally and push?

fresh basalt
#

Sorry it was a bad joke.

#

I saw you had the filename as rigth_click_password.png

molten stag
#

yes?

#

oh i just realized, this is an image and there is no edit button

#

github is such a pain

low chasm
#

Lol

tardy rain
#

Edit locally and push, whats the issue

low chasm
#

Yeah

scenic blaze
#

Free advice for companies/management, don't promise your employees bonuses/raises then give them the runaround for months when they're also your core developers for multimillion dollar projects

graceful basin
#
:- use_module(library(lists)).
:- use_module(library(clpz)).

latin_square(Rows, L) :-
    length(Rows, L),
    maplist(same_length(Rows), Rows),
    append(Rows, Vs),
    Vs ins 1..L,
    maplist(all_distinct, Rows),
    transpose(Rows, Cols),
    maplist(all_distinct, Cols).
```latin square generation in prolog
low chasm
#

Whoah

graceful basin
#

had to setup docker to use this, but it was worth it

#

(well, this is with some minor modification to make 0..L-1, not 1..L

low chasm
#

I have connected my phone to my pc

#

And wtf

graceful basin
#

now to do the hard part and describe what a solved slitherlink board looks like

low chasm
#

Lol

harsh tundra
#

just make it into pictures and I'll solve them, lol

#

and by pictures - just print them as numbered squares

#

I mean
012
120
201
like that

graceful basin
#

I mean, does that one have a solution?

#

really would rather avoid describing a closed loop using constraints over integers

#

that just sounds painful

harsh tundra
#

just give me those written like that and I'll solve them (or say they're unsolvable) before you even think of algorithm

graceful basin
#

sure

harsh tundra
#

and I think in some cases we can consider 1-n as well? in so small ones like that there's no "escape" from some parts because of 0s

graceful basin
#

sure, I will get you those as well then.

harsh tundra
#

❤️

#

square slitherlink is quite easy. if there are 2s or 3s in corners, or 3s diagonally, you have some line segments already

#

wait... we can remove any 2 at the corner that borders with 0

#

because of that limit

graceful basin
#

there is one solution for the degerate case of

0
#

also, how is docker managing to use 105% of the CPU

low chasm
#

wtf lmao

#

Two CPU's?

graceful basin
#

maybe

#

these are all the squares <=4. 5 take too long, but that can be fixed with some clever tuning of clpz

#

I can probably rule some out if I spend some time thinking about it

harsh tundra
graceful basin
#

that looks impossible due to upper right

harsh tundra
#

marked corner 2s and 0s next to them (and explanation on the right how corners with 2s work)

graceful basin
#

I need to level up my prolog fu tbh

#

still kinda a beginner

harsh tundra
#

that's why I suggested doing 1-n

graceful basin
#

alright, lets try those

harsh tundra
#

get the existing ones and just +1 them 😛

#

instead of running again

graceful basin
#

that's literally more effort than changing 1 char and running again

harsh tundra
#

I'm at the final boss with my guild, so you have time XD

harsh tundra
#

for 4x4, corner 3s can't have 0s next to them either

graceful basin
#

there are 3x3 ones with 1..n, I will create a proper statement now so that I don't have to copy paste like 4 things to run it

leaden skiff
#

Bruh

low chasm
#

Lol

#

Nice

leaden skiff
#

No

low chasm
#

Oh

leaden skiff
#

That's not valid anything

low chasm
#

pfft

#

well, the efforts there

leaden skiff
#

Numbers in variable/function identifier, no keyword for variable declaration (and it's not python because there's brackets) and on the style front there's an unholy mixture of PascalCase and snake_case

#

Unbelievably cursed image

low chasm
#

Lol

leaden skiff
#

Benefit of the doubt that variable was declared outside the scope of the snippet and is just being reassigned but the other critiques still stand

#

I give the UK 0 stars

graceful basin
#

that looks like valid C#

#

except the missing declaration, but it is reasonable to assume its a field

leaden skiff
#

You can have numbers in function identifiers in C#?

graceful basin
#

you can have number inside identifiers in just about any language

leaden skiff
#

Say sike lmao

graceful basin
#

!e ```py
a3g = 4
print(a3g)

royal lakeBOT
#

@graceful basin :white_check_mark: Your eval job has completed with return code 0.

4
leaden skiff
#

I guess you just can't start a variable with number

graceful basin
#

you can't start identifiers unless the language is really based

leaden skiff
#

Bad style tho

#

I can't believe Python allows this lmao

graceful basin
#

I am really trying hard to find one

#

but I can't think of any

#

even emojilang will let you do this

leaden skiff
#

You're right actually, I assumed it wasn't but it's just for the first character

graceful basin
#

hmm, maybe rockstar won't

#

but I doubt that

#

anyway, gotta walk the dog, brb

leaden skiff
#

Actually now that I think about it use numbers in variable identifiers all the time but never mid sentence like that

#

Only as the last character in a variable

#

Time for more coffee I think lmao

rough sapphire
#

i'm looking for a dictionary api to use for my bot

harsh tundra
# harsh tundra for 4x4, corner 3s can't have 0s next to them either

back to slitherlink.
4x4
3s and 2s in corners cannot have 0s as neighbours
and any side cannot have 03 next to each other
021 on sides also doesn't make sense
some filtering... I'm left with 32 cases
if 2 3s are corner-connected, then cannot have 0s connected on the outside (because they have L shape on them)
oh, and of course there cannot be 3 3s diagonally
3s of course can't have 2 0s next to them
3s in the corner cannot have diagonal 0
with this and some more stuff I noticed on remaining ones, I'm left with... 2 cases, lol

#

4x4 0-3
no squares left
@graceful basin

graceful basin
#

alright, so chances are in 0-4 5x5 and 1-4 4x4

harsh tundra
#

there's no 4 in slitherlink square 😛

carmine niche
#

OwO

#

hewwo fwens

harsh tundra
#

3x3 1-3 with marked lines that are sure and where it breaks

carmine niche
#

wat is dis

harsh tundra
#

Lak was wondering if there are slitherlink squares that are Latin squares

carmine niche
#

what is a slitherlink square and what is a latin square

#

i remember having known what latin squares are but i don't remember what they are

graceful basin
#

someone was wondering, I just decided to bruteforce it and gave up and just had xem try all the latin squares

carmine niche
#

and i've never heard of a slitherlink square

graceful basin
#

so in conclusion there are no such squares?

carmine niche
#

wait

#

latin squares are like sudoku right?

#

but generalized

harsh tundra
#

yep. rows and columns

carmine niche
#

and what are slitherlink squares

harsh tundra
#

and slitherlink is a logic puzzle game in which you have to make a big loop. and some fields have numbers to show how many sides are part of the loop

carmine niche
#

i don't understand

graceful basin
carmine niche
#

i.. i still don't understand

graceful basin
#

what if we did 1-4, but 4 meant blank

harsh tundra
carmine niche
#

wait i think i get ti

#

it

#

but what is a slitherlink square then

#

a square where it is possible to draw the loop?

harsh tundra
#

you get a board with fields (here squares) and some numbers
you have to draw the sides of those fields so that they form a big loop. and each numbered field has that many sides drawn

carmine niche
#

ok

#

but what is a slitherlink square then
a square where it is possible to draw the loop?

graceful basin
#

IG you can just use the 0-3 and use 0 as unknown

harsh tundra
#

I named it like that because I play different versions as well

#

with different field shapes

carmine niche
#

that doesn't answer my question 😩

graceful basin
#

if a solution exists, it is a square, yes

carmine niche
#

ok

#

how does one even test that

#

algorithmically

harsh tundra
#

Lak generated Latin squares and I filtered them out and checked the rest, lol

graceful basin
#

my idea was just use prolog and let it figure it out

carmine niche
#

lmao

graceful basin
#

but describing a closed loop to it was too hard

harsh tundra
carmine niche
#

i was gonna use haskell but i can't think of an algorithmic way to check whether a loop is possible

graceful basin
#

this is definitely easiest in prolog

#

but still kinda hard

carmine niche
#

hm

harsh tundra
#

to model it you have to use graphs. so idk if it's easier 😛

carmine niche
#

model what

#

a square full of numbers..?

graceful basin
#

the hard part is you can't really pick an origin

harsh tundra
graceful basin
#

actually, IG as long as every node has 0 or 2 edges, it is solved

#

almost

#

just need to prevent multiple loops

graceful basin
#

which can be done with that magical plane formula which is named after a math guy starting with E

#

clpb time

#

well, I shall try tmr IG

harsh tundra
#

if it was minesweeper, then it's a 2d array. but this would be more tricky, so graph-like thingy. but it could be probably modeled on 2 2d arrays

tardy rain
#

Youre not supposed to enjoy leetcode type things

graceful basin
#

logical puzzles are fun

#

leetcode is boring because its not meant to be figured out, but grokked with memorized algos and dss

#

like, no matter how smart you are you aren't inventing a trie from scratch

latent scaffold
#

Literally never going to run these commands but it's kind of fun knowing that I can't

sudden palm
#

why did you removed opction to use -Sy?

sudden palm
#

lol it never broked my arch

latent scaffold
#

It's a common cause of issues, I believe

sudden palm
#

well but forcing user to Syu evry time they want to refresh repos

#

is kinda rude

#

especialy when Syu tends to breake systems(timeshift saved me more than once)

latent scaffold
#

I don't see how -Syu would break a system

carmine niche
sudden palm
#

then you never used propertary nvidia drivers

latent scaffold
latent scaffold
#

It's much worse with NVIDIA Optimus

sudden palm
#

oh

carmine niche
#

the only time i've ever broken my arch was when i tried to install cjk support

#

attempting to do so has broken my arch install all three times i've tried it

#

the last time it didn't really break but it made everything janky

sudden palm
#

lol fonts are realy anoying

latent scaffold
#

lol mine broke because something I installed blocked the nvidiafb module

carmine niche
latent scaffold
#

Xorg refused to start

carmine niche
#

it was installing mozc that was the problem

carmine niche
sudden palm
latent scaffold
#

Well SDDM runs on X, I think

#

idk if it's possible to change it to Wayland

#

but I probably would've had issues regardless

#

The Optimus drivers are INCREDIBLY annoying

#

Had to wipe my SSD because of them, once

sudden palm
#

i heard that they have very bad

carmine niche
sudden palm
#

resime

sudden palm
latent scaffold
carmine niche
#

lol

sudden palm
#

how graphic drivers broke your system

carmine niche
#

i use plasma

#

plasma is pog

latent scaffold
# sudden palm what wtf

I was on KDE Neon and installed the nvidia driver, typed reboot and GRUB didn't recognize my SSD. Booted up the KDE Neon live install and it also refused to recognize my SSD. I wiped the SSD and everything worked from there

latent scaffold
#

anyways... Arch isn't great for people who have Optimus laptops

latent scaffold
#

The performance is considerably worse for some reason

#

Bumblebee + Primus on Xubuntu netted me 2.5k FPS in Minecraft

#

on Arch, I only get around 600

carmine niche
#

i love kde because they name everything with a k in front so it ends up having a soviet vibe
Konsole

latent scaffold
#

lol

sudden palm
#

lol

#

i acctualy hate it

carmine niche
#

your loss

sudden palm
#

well

latent scaffold
#

love Alacritty

carmine niche
#

i use kitty

#

also is that starship i see

latent scaffold
#

yes lol

carmine niche
#

i use fish

latent scaffold
#

I use zsh

carmine niche
#

sad

latent scaffold
#

Been tinkering with zsh stuff quite a bit recently

#

Might move away from starship and make my own prompt

carmine niche
#

my prompt is fish lambda theme

latent scaffold
#

fish is too high-level for me tbh

#

zsh is just simple

carmine niche
latent scaffold
#

and works great with little configuration

carmine niche
#

fish also works fine with little config ime

#

and quite frankly

#

abandoning POSIX compliance was 100% the correct choice

latent scaffold
#

meh

#

I used to use fish, with some zsh configuration you're not missing much

carmine niche
#

you are if you're scripting

graceful basin
#

Is it just powershell that makes these fancy prompts take like 200ms to show up, or is that just normal?

carmine niche
#

erm

#

that isn't normal

#

at least not for me

latent scaffold
#

I heard powershell was slow

carmine niche
#

i've never actually used powershell seriously (mostly because i find it icky)

latent scaffold
#

lol me neither

carmine niche
#

i've only really used it in following online tutorials to enable wsl2 or install haskell

graceful basin
#

It isn't slow as far as I can tell, except when using starfish/oh-my-posh

#

Regardless of how I set those up

carmine niche
#

and now that my windows days are more or less over i doubt i'll really be using it ever again

#

unless i am forced to use windows and want to install haskell or wsl2

latent scaffold
#

this is my zshrc

graceful basin
#

I use powershell on linux too

#

Hate stringly typed languages

latent scaffold
#

lol

#

I gotta look into more plugins/modules for ZSH

#

and also start learning how to make my own prompt

#

should be easy, I just need to figure out the conditional formatting

carmine niche
#

meh

#

just make ur own shell

#

🙃

low chasm
#

Lol

low chasm
#

wtf

#

lmao

graceful basin
#

It's just better

low chasm
#

I wholeheartedly disagree

graceful basin
#

ls Env: Env vars
ls Function: functions
...

low chasm
#

zsh is so much better

graceful basin
#

What makes it better?

low chasm
#

Well

#

Hold on

#

shit

sudden palm
#

powershell errors are awfull

low chasm
#

Yeah

#

ZSH also has autocomplete

carmine niche
#

fish too

#

autocomplete is pog

graceful basin
#

Most of the errors I had were pretty comprehensive

low chasm
#

Yes

#

But powershell errors are ugly

graceful basin
#

And like, pwsh has autocomplete

sudden palm
#

on tab

#

eaven bash has this

low chasm
#

And powershell allows CTRL + C for copying

sudden palm
#

ctrl shift c or

#

right click

#

lol

low chasm
graceful basin
#

Sure, I am willing to believe that

low chasm
#

Also history is good

graceful basin
#

It still has 2 commands for file manipulation

low chasm
#

ZSH has nice command history

graceful basin
#

ls and find

low chasm
#

Also ZSH has oh-my-zsh

graceful basin
#

Stringly typed languages are inherintly not good enough for dealing with files

low chasm
#

Well

#

Yeah

#

Also it has spelling correction

#

And global aliases

latent scaffold
#

Okay, I think I dislike bash now

sudden palm
#

?

low chasm
#

You can also do ```
ls *.py

graceful basin
#

Also, powershell has full C# interop. And a consistent format for help

low chasm
#

Hm

#

Well ZSH has modules

sudden palm
#

"C# interop" i dont think so

#

it is diffrent very diffrent

graceful basin
#

Powershell has modules too, though they may work differently

low chasm
#

You can also see the whole command history with alt + /

#

And autocomplete shows loads of options

graceful basin
#

You can use any C# class from powershell. .net is pretty good

low chasm
#

Well, yeah

graceful basin
#

Yeah, it is probably better with autocomplete

low chasm
#

ZSH has plugins

#

So syntax highlighting and stuff

#

Lol

#

but then i'd have to use my mouse

graceful basin
#

Pwsh also has history stuff, but I didn't really use it yet

latent scaffold
#
precmd() {
    NL_PROMPT=0
    if [[ $NL_PROMPT -eq 1 ]]; then
      echo ""
    else
      NL_PROMPT=1
    fi
}
#

did I do something wrong here \😩

low chasm
#

ZSH has very pog autocomplete

sudden palm
#

how? history is one of most usesful features

latent scaffold
#

for some reason, even if NL_PROMPT is 1, it doesn't echo

sudden palm
#

it does

#

""

graceful basin
#

I just press uparrow

sudden palm
#

so empty string

latent scaffold
#

yes, and that should print a newline

sudden palm
latent scaffold
#

even if I change it to something I can see

#

it won't print

sudden palm
latent scaffold
#

I'm so confused

graceful basin
#

I meant the function:*-history stuff

sudden palm
#

oh it is not usesful(ralely it is)

graceful basin
#

Invoke-history, get-history etc

#

It is just as useful as it is in raw bash

#

I just don't really keep sessions for that long

latent scaffold
#

wtf... do I not know how to write an if statement in Bash

sudden palm
#

strange

latent scaffold
#
 if [[ $NL_PROMPT -eq 1 ]]; then

this is invalid somehow

#

it doesn't check out

sudden palm
#

maybe doube []? it shoud work anyway

latent scaffold
#

it always skips to the else

sudden palm
#

it is only diffrence

#

that i see from normal

latent scaffold
#

oh weird. some reason NL_PROMPT never changes

sudden palm
#

$NL_PROMPT i think

#

to assign it

latent scaffold
#

nah

#

for some weird reason

#

NL_PROMPT is set to 1 if I echo $NL_PROMPT from the terminal

#

but in the script, it's always 0

sudden palm
#

it works

#

without doble [[

#

*double

latent scaffold
#

I already tried that

sudden palm
#

lol it worked on mine

latent scaffold
#

D:

sudden palm
#

what now it enter else and if

#

wtf

#

ah ok im stupid

graceful basin
#

You do NL_PROMPT=0 in the snippet you posted

#

Could that be it?

sudden palm
#
    else
      NL_PROMPT=1
    fi
}```
#

if it is not 1

#

so it should be

latent scaffold
#

ahaha I'm dumb

sudden palm
#

?

latent scaffold
#
NL_PROMPT=0

precmd() {
    if [[ $NL_PROMPT -eq 1 ]]; then
      echo ""
    else
      NL_PROMPT=1
    fi
}
#

that's the fix

#

every time the function is called, it's getting set to 0

#

it prints 1 in the terminal because that's after it gets set again

#

._.

sudden palm
#

ah

#

so you do not hate bash now? xd

latent scaffold
#

I do not

#

lol I'm so dumb

carmine niche
#

i don't hate it but i dislike it

#

pretty strongly

sudden palm
#

why?

latent scaffold
#

omg my prompt is so good

carmine niche
#

oof

latent scaffold
#

lol there's a var called RPROMPT which is the prompt but backwards

sudden palm
latent scaffold
#

so you can do one of those... fancy ones

#

but I'm scared of conditional formatting

sudden palm
#

im stuck in default bash for now ):

latent scaffold
#

ah yeah I give up lol

#

too much effort

sterile sapphire
#

I never used bash

#

What’s bash used for

latent scaffold
#

shell scripting

sudden palm
#

most linux distoros default command interperer and ^

latent scaffold
#

it's kind of like batch

sudden palm
#

lol

#

im so confused(it is boot pen)

latent scaffold
#

manjaro :c

sudden palm
#

it is quick boot pen

#

im actualy instaling LFS for memes lol

#

oh anyway im dump

royal lakeBOT
#

:x: User is already permanently banned (#31101).

latent scaffold
#

o_o

low chasm
#

Lol

fresh basalt
#

If you don't like bash you might like zsh

vapid nymph
fresh basalt
latent scaffold
#

imagine using zsh

fresh basalt
#

oh sorry, people were already mentioning zsh.

#

I've been using bash forever so I don't think I'd change anytime soon.

low chasm
#

ZSH is pog

sterile sapphire
#

Idk if there’s such a thing as a sauce being too meaty

#

but I tried shortrib ragout and it was just bad

#

I found it bad

versed saffron
#

if you don't balance the umami they can be too much

sterile sapphire
#

What’s umami

low chasm
#

Lol

sterile sapphire
#

Savorieness

#

one of the tastes

#

I’m not sure what the issue was

#

Like I like birria

#

And birria tacos can use short rib too

topaz aurora
sterile sapphire
#

Not sure if they put MSG in it

#

I don’t typically have a problem w MSG

sterile sapphire
#

Why was MSG even demonized the way it was

acoustic moss
#

carcinogenic or smthn

#

idk

topaz aurora
acoustic moss
#

O

versed saffron
#

racist research iirc

topaz aurora
#

There was one where they injected MSG directly to the bloodstream of rats

#

Guess what happened

acoustic moss
#

bruh

tardy rain
#

Super rats?

acoustic moss
#

lol

tardy rain
#

Super(tasty) rats?

sterile sapphire
#

@topaz aurora superpowered rats

versed saffron
acoustic moss
#

monosodium glutarats

versed saffron
#

that might have been why

sterile sapphire
#

No clue

acoustic moss
#

c mon that was a pretty decent pun

#

ok then

sterile sapphire
#

Yeah it was good

acoustic moss
#

thank you

sterile sapphire
#

pretty decently done

versed saffron
# versed saffron ~~racist research iirc~~

to elaborate, im pretty sure most of the research was to stop people from eating Chinese food or something similar to that
people believed it cause it gives some people headaches

tardy rain
#

Its salty af, ofc its gonna give people headaches

sterile sapphire
#

All the attacks on Asian Americans are despicable

versed saffron
#

it's not salty what

tardy rain
#

Stop what youre doing and drink water now

versed saffron
#

k

#

give me a sec

tardy rain
#

Its like 10% salt

topaz aurora
#

You don't use MSG as much as you use salt, I mean, that's kinda its point

tardy rain
#

Still if people use msg and then pile soy sauce and other stuff ontop it cant be good

#

H Y D R A T E

versed saffron
#

ok hold up msg != table salt

acoustic moss
#

no

versed saffron
#

msg is a salt but it's not salt as in NaCl

tardy rain
#

Salt is salt

acoustic moss
#

both have Na tho

#

salt is a pretty loose term tbh

tardy rain
#

It'll increase your BP and give you a headache among other things

#

If you dont drink water to compensate

sterile sapphire
#

A salt is just ions and cations

#

They’re usually just a metal and a nonmetal

versed saffron
#

literally means anything

sterile sapphire
#

Yeah

versed saffron
#

Different salts can elicit all five basic tastes, e.g., salty (sodium chloride), sweet (lead diacetate, which will cause lead poisoning if ingested), sour (potassium bitartrate), bitter (magnesium sulfate), and umami or savory (monosodium glutamate).
https://en.wikipedia.org/wiki/Salt_(chemistry)

sterile sapphire
#

There’s no reason to demonize it like this 🥴

#

This is like when people were like you know what screw carbs

#

No carbs diet

versed saffron
#

or calories

#

or fat

sterile sapphire
#

making food your enemy does not help anyone

tardy rain
#

Bread is literally the devil tho

acoustic moss
#

bread is just holes glued together

#

change my mind

versed saffron
#

how do you glue holes?

acoustic moss
#

with wheat

#

smh

#

or flour

#

idk

sterile sapphire
#

carbs are your main source of energy
I don’t understand how people argue with me about that

acoustic moss
#

what bread is made of

tardy rain
#

I survive on sheer willpower alone

#

And hatred for the cosmos

versed saffron
acoustic moss
#

lol

tardy rain
#

If you think about it, bread is actually baked yeast farts

#

With some flour on top

sterile sapphire
#

Nah I’m not a fan of the keto diet

tranquil orchid
#

madlad

acoustic moss
#

ikr

versed saffron
#

ik there's a guy who rendered doom using text too

edgy crest
acoustic moss
#

damn

#

think i've seen something like this before

#

also

versed saffron
#

ooohhhh that reminds me of something really cool

acoustic moss
#

damn
lol

versed saffron
#

I wish they had posted the code somewhere it looks like it'd be pretty epic

edgy crest
#

woah

twin charm
#

.topic

median domeBOT
#
**Who is your favorite music composer/producer/singer?**

Suggest more topics here!

twin charm
#

Harry Styles.

tardy rain
#

Bruh.

twin charm
#

yes?

tardy rain
#

🥴

twin charm
#

🤔

sterile sapphire
#

what's wrong with Harry Styles

#

he has great music

inland wolf
#

watermelon sugar

twin charm
twin charm
#

it even got a grammy fwiw.

#

best pop performance afaik.

#

my top favourite songs include "golden" "watermelon sugar" "adore you" "sign of the times"

tardy rain
#

Grammys must have dropped their standards

sterile sapphire
#

I really like sign of the times

twin charm
#

its cool.

#

my mother likes it more than me lol.

inland wolf
twin charm
inland wolf
#

this guy, hamid al shaeri, is so good

twin charm
#

.bm 828879934097195018 listen after my mother finishes cooking

inland wolf
#

lol

#

can relate

twin charm
#

its the grinder which is the loudest thing in the house.

#

but now its the frying pan with oil.

inland wolf
#

lol

sterile sapphire
#

damnit

#

I'm out of water

#

dry mouth has returned

twin charm
#

but you have water available right?:eyes

sterile sapphire
#

yeah

twin charm
#

go drink it smh.

tranquil orchid
#

boil water

#

make tea

twin charm
#

I've had my laziness take over me when I was thirsty in the past.

twin charm
tranquil orchid
#

wot

#

you turn on kettle

#

pour into mug

#

place in teabag

#

tea

twin charm
#

using teabag is a cheating act.

tranquil orchid
#

na

inland wolf
#

na

sterile sapphire
#

I don't do tea

twin charm
#

also... what about milk?

sterile sapphire
#

tea is not it

#

in my opinion

inland wolf
#

teabags are cool

tranquil orchid
#

I drink green tea

#

so no milk

inland wolf
#

for making tea fast

sterile sapphire
#

tea is just hot leaf juice 🥴

tranquil orchid
#

Green tea is the best

inland wolf
#

well u can say it like that for anything

#

lol

twin charm
#

add milk to tea smh

inland wolf
#

coffee is ground bean juice

quick scroll
#

how do i add these folders under git?

tranquil orchid
#

not green tea

acoustic moss
tranquil orchid
#

When I have black tea I'll have milk

#

milk does not belong in green tea

acoustic moss
#

you are supposed to add tea to milk

#

not milk to tea

inland wolf
#

black tea is better than milk tea imo

acoustic moss
#

by adding milk to tea

twin charm
#

I like how green tea is portrayed in adverts as tasty whenever they drink it... I wanted to know what the fuss was about and it tastes horrible.

tranquil orchid
#

I love it

twin charm
tranquil orchid
#

it's an acquired taste

#

and it's so good for you

inland wolf
#

it has an intresting taste

inland wolf
twin charm
#

interesting

tranquil orchid
#

Concentration + 10
Health + 10
Warmness + 10

twin charm
#

I prefer coffee at this point.

#

its been more than 5 months since I've had a cup of coffee.

tranquil orchid
#

I don't like coffee

#

too much caffeine

tardy rain
#

Coffee is awesome

acoustic moss
#

that's the point

tardy rain
#

Tho i put too much milk in my coffee

twin charm
#

coffee is awesome in terms of taste.

tranquil orchid
#

Green tea is my sweet spot for caffeine

tardy rain
#

Its basically milk and caffeine

tranquil orchid
#

Enough to make you concentrate better, but not enough to start buzzing

inland wolf
#

ive never been buzzed by coffee

#

maybe i havent had it strong

twin charm
#

same.

tranquil orchid
#

I'm not a huge fan of coffees taste either

twin charm
#

I didn't feel energised when I drank coffee.

tranquil orchid
#

I don't hate it

#

but

tardy rain
#

I live in perpetual caffeine jitters

#

Its kinda okish

sterile sapphire
#

I like coffee

#

I only have it like once a day

inland wolf
#

i have coffee when i run out of tea

tranquil orchid
#

I drink so much tea

#

like 5 mugs a day

tardy rain
#

Its mug showcase time

#

I'd say but still in bed

rough sapphire
#

I want to like tea but I just don't

twin charm
#

I drink tea twice a day. Atleast I'm made to drink twice.

rough sapphire
#

Idk if I suck at brewing it or if it's supposed to taste like dirt water

#

I just drink water since I quit soda a few months ago

sterile sapphire
#

soda is quite terrible

rough sapphire
#

Yeah I was addicted for awhile so I decided to quit it

twin charm
#

by soda.. are you referring to that soda water thing? carbon dioxide as a liquid.

rough sapphire
#

It made me feel awful

#

With flavor syrup, yes

twin charm
#

aee congrats on quitting.

sterile sapphire
#

I understand there are no sugar versions now

rough sapphire
#

It's a lot cheaper and healthier to live without

sterile sapphire
#

but those no sugar versions ain't that great either

rough sapphire
#

They use other sweeteners and chemicals that are bad for you

sterile sapphire
#

exactly

inland wolf
#

once in a while its fine

sterile sapphire
#

I don't understand why everyone I say that to has such a hard time understanding

inland wolf
#

its not really tasty if u drink it a lot

sterile sapphire
#

my physics teacher in high school drank like 5 of them

#

every day

rough sapphire
#

I might have it with alcohol but I don't drink often at all

sterile sapphire
#

and I was like it's terrible for you

inland wolf
#

lol

sterile sapphire
#

and he was like ok? nothing's gonna happen

#

and then I was like

#

you know

twin charm
#

I'm not even legally old enough to drink 🤓

sterile sapphire
#

for someone so concerned with science and scientific procedures

rough sapphire
#

I heard some people say drinking soda like actually kills

#

Diabetes and all that

sterile sapphire
#

I find it funny how you think a sample size of one confirms results

tranquil orchid
sterile sapphire
#

I don't know about killing

#

I know it isn't good for you

twin charm
#

it would have long term effects = speed up death r8.

sterile sapphire
#

my parents are debating making me drink for my 21st bday

#

🥴 I said no

#

I don't like alcohol

twin charm
#

nice.

sterile sapphire
#

I will never like alcohol

#

it's just not my style

tranquil orchid
#

I'm not a huge fan of it either

twin charm
sterile sapphire
#

🥴

rough sapphire
#

I think drinking is hella overhyped tbh

#

It's kinda fun for social events

#

But just getting drunk is pretty meh

#

And not as much socializing in a pandemic

twin charm
#

but all movies be like...Drinking = gotta do it for looking cool.

sterile sapphire
#

I didn't even drink when I went to parties

#

🥴

twin charm
#

but that's smoking.

sterile sapphire
#

bc I had to drive people home

#

I always do that

rough sapphire
#

Yeah media paints this silly picture of hard guys handling their liquor

sterile sapphire
#

designate myself as the non-drinking person so I can drive people home

rough sapphire
#

I think beer tastes awful no clue why anyone does that besides having drank beer to stop hating it

#

I'll have the tasty mixed drink that fucks me up in one glass thanks

twin charm
#

oof.

sterile sapphire
#

also you had to pay like $20 to go to a college party

#

and the only way to not pay $20 is to have a really high girls to guys ratio

rough sapphire
#

Wtf

sterile sapphire
#

yea

#

and all those parties ended up getting stoppeed

rough sapphire
#

If someone told me I had to pay to be somewhere I'd say fuck that

sterile sapphire
#

bc of cops

rough sapphire
#

Let me guess, girls get in free

sterile sapphire
#

yes

#

and the parties weren't in a nice place necessarily

#

some really hot crowded basement

rough sapphire
#

For $20

sterile sapphire
#

yes

rough sapphire
#

Imagine

twin charm
#

in a basement for that much?

sterile sapphire
#

dude I just played smash w my friends

#

every time

inland wolf
#

lol

#

probably for the best

tardy rain
#

Who pays to go to a party wtf

sterile sapphire
#

I am just too stingy to spend $20 to go to a party

tardy rain
#

Thats not how that works

sterile sapphire
#

rich college students apparently

inland wolf
#

why would u pay for parties

sterile sapphire
#

god knows

twin charm
#

to spend on decoration? xD

tardy rain
#

Just show up and BYOB

sterile sapphire
#

yeah that's how it should be

#

also once you reach a certain age

#

no one really parties in their 30s 🥴

#

more like past 25??

#

23

#

the partying crowd tends to be young

rough sapphire
#

I've never been into partying

sterile sapphire
#

I don't see the point

rough sapphire
#

Losing precious coding time

inland wolf
#

lol

rough sapphire
#

Can't be listening to shitty music around sweaty people

twin charm
#

ew.

inland wolf
#

better to listen to loud music while coding 😎

rough sapphire
#

What music do you guys like?

twin charm
#

Harry Styles.

sterile sapphire
#

literally everything

inland wolf
#

i found a new genre called habibi funk

#

its so good

sterile sapphire
#

but rn I like alternative/indie music

rough sapphire
#

I'm into indie rock

twin charm
sterile sapphire
#

do you like Cage The Elephant?

rough sapphire
#

I'll check it out on spotify

twin charm
#

any song that I find cool, I listen to it.

sterile sapphire
#

they're great

rough sapphire
#

Cage the Elephant has some bangers

sterile sapphire
#

yes indeed

twin charm
inland wolf
#

i like indie

#

especialy indie funk

rough sapphire
#

Catch me blastin Cigarette Daydreams

sterile sapphire
twin charm
#

I don't know what indie music is. Btw what is it?

sterile sapphire
#

idk when I first heard this song

#

I did not stop listening to it

inland wolf
#

man spotify is spot on in finding what i like

sterile sapphire
#

like I never got tired of it

#

it gives me main character vibes

rough sapphire
#

I only really like this album

#

And Ain't No Rest for the Wicked

inland wolf
rough sapphire
#

None of their other music really shone to me

solemn leaf
#

imagine using this algo for dinner

twin charm
rough sapphire
#

Rn I'm into a band called The Happy Fits. Indie rock with a cello on bass?? Yes please

sterile sapphire
#

indie music is tough to qualify like if a band all of a sudden gets a record label

#

are they suddenly not considered indie anymore?

rough sapphire
#

I would consider their lesser known works indie

sterile sapphire
#

oh ok

#

people who say they know indie music

#

and then recommend me songs with tame impala

#

🥴

rough sapphire
#

When I think indie I think of the sort of experimentalism that a lot of these bands go for

sterile sapphire
#

right that's what I thought too

#

until someone told me my definition was wrong

rough sapphire
#

I'd call TI pretty indie before Less I Know The Better blew up

inland wolf
#

lol

sterile sapphire
#

I sent someone a song

#

and they were like

#

yeah this is too indie

#

what does that even mean

#

🥴

rough sapphire
#

Music is an art everyone interprets it differently

sterile sapphire
#

if someone went yeah this is "too jazzy"

#

I would understand

rough sapphire
#

Maybe you classify rock as just fast jazz on guitars

sterile sapphire
#

I'm not sure what too indie means

tardy rain
#

Reject lyrical music

sterile sapphire
#

what

tardy rain
#

Embrace instrumental downtempo lounge music

sterile sapphire
#

no

tardy rain
#

Youre just hurting your own ears

twin charm
tardy rain
#

No

#

But kinda maybe

#

Muzak is actually really cool

twin charm
#

Hanz Zimmer = instrumental downtempo lounge music?

#

the one who made a lot of soundtracks for movies.

inland wolf
#

yes

inland wolf
#

interstellar

twin charm
#

yeah exactly.

tardy rain
twin charm
twin charm
#

.bm 828890553915539466

sterile sapphire
#

Hans Zimmer makes some bangers

tardy rain
#

Zimmer reuses a lot of his music

sterile sapphire
#

I just love that theme song

tardy rain
#

Everything sounds like fucking inception now

#

Horns blasting every which way

sterile sapphire
#

the Wonder Woman theme song is so badass

rough sapphire
#

I'll check em out whensoever I get off work

twin charm
#

.topic

median domeBOT
#
**How many years have you spent coding?**

Suggest more topics here!

twin charm
#

1 year and 1 month

rough sapphire
#

A year and a half

sterile sapphire
#

quite a while

#

but I took a break for a while too

rough sapphire
#

Started in python but I have fallen in love with rust

#

I stick around here to keep my python fresh

sterile sapphire
#

I come here to learn

#

and get help with whatever problems I'm having

#

which is also learning

twin charm
#

and I come here to talk with like minded people 🥴.

sterile sapphire
#

yes

#

that too

twin charm
#

that wasn't the case initially tho. I thought I could help people and ended up realising that I don't have a clue as to what people are talking about (which is why I don't step in #python-discussion or #internals-and-peps that much)

#

then decided to come here with my own problems 🤓

rough sapphire
#

I'm pretty fluent in python I just wish it was more packageable

#

Not gonna make my friends install python to check out my code

tardy rain
#

Write a bombass readme with pics and GIFs

#

Makes the sell easier

rough sapphire
#

Lmao

#

I'm really happy with my current project

#

Making a word search solver

hearty urchin
inland wolf
#

what

twin charm
#

what

royal lakeBOT
#

6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.

inland wolf
#

bruh

last mantle
#

lol

rough sapphire
#

!rule 1

royal lakeBOT
rough sapphire
#

!rule 2

royal lakeBOT
rough sapphire
#

!rule 3

royal lakeBOT
#

3. Listen to and respect staff members and their instructions.

rough sapphire
#

!rule 4

royal lakeBOT
#

4. This is an English-speaking server, so please speak English to the best of your ability.

rough sapphire
#

!rule 5

royal lakeBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

rough sapphire
#

!rule 6

royal lakeBOT
#

6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.

rough sapphire
#

!rule 7

royal lakeBOT
#

7. Keep discussions relevant to channel topics and guidelines.

rough sapphire
#

!rule 8

royal lakeBOT
#

:x: Invalid rule indices: 8

twin charm
#

!rules is a full list

royal lakeBOT
#

The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.

rough sapphire
#

okaie

twin charm
#

!rules

royal lakeBOT
#

The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.

rough sapphire
#

xD

#

okei

acoustic moss
inland wolf
graceful basin
#

man, slitherlink needs actually smart algorithms, the default prolog search is far too slow

#

may be in part due to no hashmaps, but eh

tribal aurora
#

"a day at the zoo" lol it reminds me of the first youtube video PES_Cool

harsh tundra
#

The cat's been sniffing something

#

(not really, she just touched blooming willow branches)

inland wolf
#

lol

quick ledge
#

cat ❤️

inland gate
#

more of a rabbit guy

#
  1. cats can be ungrateful
#
  1. can't scold them in any way
#

^ anything you do is seen as a positive reinforcement

#

unless ofcourse you smack them, throw them or even kick 'em

twilit shore
#

I have 2 cats about 1 year old

#

one of them squeaks

#

instead of meowing

#

the other one wakes u up to feed her

#

they’re sisters btw

#

weird

inland gate
#

might want to take your cat to the vet

#

has it been that way since birth?

#

Could be an infection

#

or some sort of vocal cord issue

#

whatever it is, it may be too serious

#

might want to visit the vet

twilit shore
#

no the cat is fine

#

just weird lol

#

we’ve been to vet

inland gate
#

does it seem happy, healthy and calm

#

or is it constantly alarming that it squeeks

#

?

#

my maya