#ot1-perplexing-regexing

1 messages ยท Page 624 of 1

dire siren
#

you're too... powerful

#

i'ma.. go back and enjoy my drag & drop show

round rose
#

I'm probably biased since I've had prior experience with html

#

But yeah, writing xaml by hand is just easier and faster for me

#

ยฏ\_(ใƒ„)_/ยฏ

whole python
#

If getting my laptop fixed , should I be concerned for my privacy if asked for my password ? is there any precautions I should take before handing it in ?

latent scaffold
#

if the drive is an HDD, there is some amount of speed that will be lost

magic siren
#

@whole python I would always check computer repair store ratings to make sure they are doing what they are doing.

latent scaffold
#

I doubt the competency of our local repair shops

#

One tried to tell me I didn't have an SSD

#

(I had an SSD)

dire siren
latent scaffold
#

that happens a lot

dire siren
#

lol

latent scaffold
#

I saw one from an Apple repair store

dire siren
dire siren
magic siren
latent scaffold
#

tbf it's not the businesses

#

it's individual people

magic siren
dire siren
latent scaffold
#

ah yes. send over your phone

#

it is in need of deep repairs

dire siren
magic siren
dire siren
latent scaffold
#

planning on it

#

I mean. I plan on repairing your phone

magic siren
#

I am not mentioning anything else on that topic btw

dire siren
dire siren
#

\๐Ÿ˜

latent scaffold
#

P.O. Box 1337

dire siren
#

ill send you one without sd card

latent scaffold
#

D:

#

with SD card for debugging

dire siren
#

sure. i got plenty of empty sd cards

#

you can have it all

latent scaffold
#

grrr

dire siren
#

those sd card have a sticker on it. you can solve puzzles :)

bold moat
#

should i do it?

heavy pawn
clear plume
lucid holly
#

No

tardy rain
#

Im here with a public service announcement
Everyone go watch Futurama right now

lucid holly
#

Is that on D+

tardy rain
#

Yes

#

Used to be on Prime but they took it off the free tier

lucid holly
#

Ah

#

Sadly I have no D+

tardy rain
#

D+ is surprisingly the cheapest sub we have

#

Its like ยฃ5, prime is 7-8 and netflix is 9

harsh tundra
tardy rain
#

I was just watching clips on youtube, no particular episode or season

rough sapphire
#

since this server is full of smart people. whats a good way to obfuscate a .js file ๐Ÿ’€

rugged echo
#

sadness and humiliation ensue

lost vortex
#

who has the right of way here?

#

my road test is next week, and i was in a situation like this yesterday while practicing and i hesitated and let the top car go before me

latent scaffold
#

the bottom car, I think

#

because it must've been there first, no?

lost vortex
#

ahh

#

Yeah, it's already in the middle of the intersection

latent scaffold
#

I'd think the top is stopped, there's no way it'd have the right of way there lmao

#

that'd lead to a terrible disaster

lost vortex
#

problem is when i was in the situation, the guy clearly saw me coming with my left signal on, but he still charged at me, so i had to yield to him

#

nyc drivers are the worst

#

just hoping i dont get those people on the road during my road test

graceful basin
#

Both should go at the same time and avoid each other such that each driver has the other car on right, at least that's how it works here

lost vortex
vapid nymph
#

@shadow lily since #community-meta isn't the best place for continued discussion on matt parker's christmas tree, I love the math aspect and it makes me actually want to go back and learn more math ;-;

shadow lily
#

@vapid nymph good idea

#

the best part would have been the photogrammetry part but he didn't shared it this year ๐Ÿ˜ฆ

vapid nymph
#

like, the idea of being able to throw a string of lights on a tree where the only requirement is every LED is individually controllable in order of how they are on the string, which surprisingly seems simple enough espcially when coding it any other way would be annoying...

latent scaffold
#

welp

#

I got like nothing done

#

wrong channel oops

mild abyss
dire siren
#

if they can get it, they win

#

but i wont leak my personal info

clear plume
inland wolf
#

guyd

#

erlang/elixir

#

is it good?

#

looks cool

acoustic moss
#

i know like 2 people who use it and they both like it

inland wolf
#

is it fast โ‰๏ธ

last mantle
#

lol

near bolt
#

for c++
can I pass an array into a function?
it says

  int len = sizeof(arr)/ sizeof(arr[0]);```
this is my function 
```c++
void functionA(int arr[]) {
  int len = sizeof(arr)/ sizeof(arr[0]);
  int first = arr[0];

  for (int i = 1; i < len; i++) {
    arr[i - 1] = arr[i];
  }
  arr[len - 1] = first;
}```
im trying to make it like [1, 2, 3, 4] => [2, 3, 4, 1]
#

this page says there r three methods tho

thin cloak
topaz aurora
#

Very standardized language

inland wolf
#

interesting

magic siren
wraith hound
#

Not bad

#

The concurrency model is interesting although I haven't played much with it

#

That fact that Discord does message sending stuff using that model should speak for itself, though

#

That's a lot of messages

#

To a lot of people

gritty zinc
#

actor model, right?

#

I should try making something with actix, it looks really nice and doesn't involve erlang

odd sluice
#

anybody have any idea

#

(Clumps doesnt need to be on client-side)

wraith hound
#

hmm I wonder if I could use actix for this dead simple chat thing I'm making

#

would be fun

gritty zinc
#

one of the examples for actix is a dead simple client-server chat

#

they even have an example of a Python alternative client for it

wraith hound
#

o really

wraith hound
#

thank you sir

#

I was going to go with Rocket, but the fact that it hasn't been committed to since late August concerns me

#

I like it more, but idk

gritty zinc
#

i should probably do something with actix just to wet my limbs in networking

#

what, tho

last mantle
#

what da cat doin

#

i want to tweak code in my repo but i need both the original and tweaked version. I do not want to make a new repo for it. do i make a new branch and continue?

acoustic moss
#

yeah make a new branch

last mantle
acoustic moss
#

the original, which presumably has code that currently works

last mantle
#

alright thanc

tepid turret
#

halu, can i get an answer from my question that "How on earth can you switch your operating system from windows 11 to ubuntu in BIOS settings, not virtual OS"

latent scaffold
#

You shouldn't have much to do with the BIOS

#

You let GRUB handle booting

tepid turret
#

boot?

latent scaffold
#

that's literally like its only job

tepid turret
#

welp i was almost getting it but this happens.....

dapper dew
#

Trying to Dual Boot?

#

iirc, you have to partition your drive and have the Ubuntu boot media saved on the partition to boot from, or on an external USB that you can boot & install from

latent scaffold
tepid turret
#

create one?

#

i have ubuntu.iso

latent scaffold
#

You want GRUB to be at the top

#

have you already installed Ubuntu?

tepid turret
#

i have the iso file

#

and i create another hard drive for ubuntu

#

which means 1TB - 500 GB for ubuntu

#

i use half of my storage

latent scaffold
#

so

#

you've broken something before you've even installed?

tepid turret
#

not sure, but i followed this guy tutorial
https://www.youtube.com/watch?v=T5wElGrnUiI&t=235s

In this videos, I am going to show how to install ubuntu 18 04 4 on windows 10 without usb. Install any ubuntu and linux base os on your windows 10 pc without cd, dvd and usb. Just watch and enjoy!

#Ubuntu

Subscribe and press bell icon for more videos.

Music Credit:
''''''''''''''''''''''''''''''''''''''''''''''''
Track: Altrรธx - Summer [NCN ...

โ–ถ Play video
latent scaffold
#

oh

#

you're pretty much screwed

tepid turret
#

uhhh

latent scaffold
#

Two words of advice

#
  1. Don't listen to YouTube for information regarding Linux
#

guides like this are usually filled with some form of BS

tepid turret
#

scam tutorial?

latent scaffold
#
  1. You're asking for a stupid amount of pain trying to install without an external medium
latent scaffold
#

If you don't have an external storage medium, don't try to install a Linux OS

tepid turret
#

i have many USB here but i cant use them because its where i save my important files

latent scaffold
#

No offense, but I don't think I'd trust you (or even myself) to not mess up your computer's current partition scheme

latent scaffold
#

or use Ventoy, which allows you to store files along with bootable .isos

#

Installing without a storage medium is the worst way

#

and nobody ever does it, for good reason

tepid turret
#

sure i gues il use virtualbox crap, its a rip or RAM

latent scaffold
#

you'll have to reinstall the Windows boot manager

dapper dew
#

Or get a USB

latent scaffold
#

Even SD cards work

#

I installed openSUSE Leap with my Switch's microSD in an SD adapter once

tepid turret
#

so its better to use a USB?

latent scaffold
#

marginally better

dapper dew
#

I'm a fan of USB

latent scaffold
#

I need more emphasis on that

#

MARGINALLY better

tepid turret
#

indeed indeed, very understandable I'l make my choice

#

will format my USB

latent scaffold
#

You probably already borked something with your Windows setup

tepid turret
#

crap

latent scaffold
#

You're gonna need a Windows install disk

#

to repair the bootloader

tepid turret
#

I strongly agree I can format my whole laptop I can save my files via account

#

cloudstorage*

latent scaffold
#

I have a 64 GB flash drive loaded with Ventoy

#

and a couple of bootable isos

tepid turret
#

nice

latent scaffold
#

Once Ventoy's setup, all you do is drag and drop the isos into the folder

#

and you can boot into them

tepid turret
#

ho- how

latent scaffold
#

Ventoy

#

You can use it to store files, too

#

if you must

tepid turret
latent scaffold
#

gross. Kali

tepid turret
#

yep

#

my twin bro use it

latent scaffold
#

send him my condolences

tepid turret
#

sure

#

I'l try ventoy

#

which one?

latent scaffold
#

hazard a guess

tepid turret
#

zip?

#

sure

latent scaffold
#

the one that says Windows, yes

tepid turret
#

Btw is ventoy supported to older generation of operating system of windows? like xp,7,8

latent scaffold
#

ventoy doesn't operate on any software

tepid turret
#

right, il change my win xp OS later

#

class time in 10 mins see you later or tomorrow

latent scaffold
#

yup

clear plume
#

@young shoal where would I start with competitive programming?

young shoal
#

uhh, codechef has competitions like weekly

#

you can also try usaco which is more serious

#

also Google ones

clear plume
#

Also, what exactly do you do in competitive programming?

#

Is it just... programming fast?

young shoal
#

solve problems, yeah

#

usually speed is a component

magic siren
#

I am going back to the Star Trek convention next year and is hopefully getting an autograph from William Shatner ๐Ÿ˜„

#

it will be on a painting though

clear plume
magic siren
thin cloak
mild abyss
#

mina should teach me english speaking

young shoal
#

@distant hazel ๐Ÿฅบ

distant hazel
#

english yuck

clear plume
#

@distant hazel can you read and edit my collage essay next year or whenever I get around to doing it ๐Ÿ‘‰๐Ÿ‘ˆ

distant hazel
#

haha yeah sure!

#

i might be out of touch though on what schools want

#

writing was my weakest point

clear plume
young shoal
#

just sayin, your school teachers will probably be much better

#

not that mina will be bad, just they will be better

clear plume
#

I know I was originally joking

young shoal
#

xd

distant hazel
#

wow pub

clear plume
#

Although, I probably will let you still proof read it and everything if you want ^^

idle zinc
#

Mina the English teacher

#

Ayo tf

distant hazel
#

the irony is pub asked for my review on one of his statements

clear plume
young shoal
#

after asking my real teachers

idle zinc
#

ot channels name bullying mods ;-;

clear plume
alpine edge
#

Is 66wpm okay?

idle zinc
#

Okayish

rough sapphire
#

Wow mina so you. English. Help too?

alpine edge
#

Now I know why. I see all the pro typers using all of there fingers without moving their hands, anyone else only use their index finger?

rough sapphire
#

lol if wanna train typing

#

write code without an ide

#

so no autocompletes

thin cloak
#

vi or vim

alpine edge
#

Yes but do you use only one finger or all

rough sapphire
#

all

alpine edge
#

Man

#

How did you learn to do with all of your fingers? I cap out at 70wpm with only one finger from both the hands

rough sapphire
#

idk

#

it just happened

alpine edge
#

did you start typing with all of your fingers?

thin cloak
#

I remeber a prof forcing students to use vi and I was his teaching assistant in a graduate course that used gcc

#

Many had trauma lol

alpine edge
#

Thats a good thing because I can never force myself

rough sapphire
thin cloak
#

And they had to do numerical simulation with gcc

wraith hound
thin cloak
#

A few actually cried to the prof and it was a graduate level thing these were adults lol

rough sapphire
wraith hound
#

Yeah I'm a slow typer

alpine edge
#

Now I know my bottle neck but how do I transition to all fingers

sterile grail
#

how dare you?!??! coders should not be slow typers!?!??!?!?!

sterile grail
clear plume
#

You will never make it in competitive programming smh

sterile grail
alpine edge
#

Just looked at an image of someone doing it and I have tiny fingers, not sure if I can do with all

sterile grail
#

well I have tiny fingers too, I can do all of them just fine

clear plume
#

I also have tiny fingers but I have a 60% board so

alpine edge
#

whats that?

rough sapphire
#

I think there are also a few things that you can do to type faster

clear plume
#

actually nvm I have kinda long fingers

rough sapphire
#

Ctrl+Backspace deletes the whole current word

#

Oh, hey, I killed the conversation

#

I was trying it

#

lol

#

Oh

alpine edge
rough sapphire
#

Fair

#

I kinda find myself making mistakes typing, which that shortcut helps with

rough sapphire
#

Nice

alpine edge
#

Ayy I just positioned my char and keyboard and this was the result frm only one finger, my pb

#

with 0 mistakes

rough sapphire
#

Oh, that's quite nice

dire siren
#

time to add some animations to her :)

#

that miku was from shimeji

#

ยฉ๏ธ 2009 Yuki Yamada (aka not me)

inland wolf
#

nice bro

dire siren
solemn leaf
#

yo where is paimon

dire siren
solemn leaf
#

:(

#

dont say you drew this

dire siren
solemn leaf
#

lol

dire siren
#

it is just under their license, i don't know if they drew it though

rough sapphire
#

does firefox

#

save passwords if reinstall?

solemn leaf
#

not sure but as long as the account exists , it does store

pure oasis
dire siren
pure oasis
dire siren
#

basically interactive recycle bin

#

i can add more functions if i like :)

pure oasis
dire siren
#

the repo doesn't exist yet

alpine edge
karmic gust
#

!ban 925528239697440799 crypto spammer

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied ban to @pliant isle permanently.

lucid pebble
#

!ban @lucid pebble

#

:i

tardy rain
#

Theres this red button named "Leave server" you can use

lucid pebble
#

xdddddddddddddddddddddd

#

ikr

tardy rain
#

Aight, just making sure

latent scaffold
#

I decided to try learning SQLAlchemy again

#

I literally do not understand how anyone can understand these stupid docs

#

it just gives you a fat ass chunk of code and pretends you know what you're doing

rough stag
#

iILoveCoding

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @rough stag until <t:1640825438:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

latent scaffold
#

I literally do not understand any of what's happening

#

other than the syntax reminds me of aiohttp

latent scaffold
#

literally like all of it beyond the first 5 lines

odd sluice
latent scaffold
#

that really doesn't help

#

I mean I can guess, based off of like... session in HTTP

#

what exactly does this mean

dapper dew
#

Oh hey this is an ot for me

#

Anyone else want some Bald Bearded Bard Brad's Bread?

surreal dawn
#

@dapper dewMilano red looking beautiful ๐Ÿ’ฏ

dapper dew
#

Thanks! I've been trying to use the .color command every day to get a new color set

surreal dawn
#

That command came out awesome

dapper dew
#

Haha it was a big one, thanks for the reviews on that by the way

latent scaffold
#

:faint:

modest meteor
#

the tomb raider trilogy is going to be free on epic games launcher tonight, tmr and the next day after tmr

latent scaffold
#

grrr, I feel like I've made progress with SQLModel... but I'm very confused

#

and the documentation on this is like next to none lol

#
post = Posts(id=0, title='foo', body='bar', publish_date=datetime.datetime(2021, 12, 29, 20, 44, 6, 580507))
/home/cypheriel/.cache/pypoetry/virtualenvs/fastapi_sample-dWGrA7jw-py3.10/lib/python3.10/site-packages/sqlmodel/orm/session.py:60: SAWarning: Class SelectOfScalar will not make use of SQL compilation caching as it does not set the 'inherit_cache' attribute to ``True``.  This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions.  Set this attribute to True if this object can make use of the cache key generated by the superclass.  Alternatively, this attribute may be set to False which will disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf)
  results = super().execute(
post2 = None

this is an example of what happens when I run this code

sterile shuttle
#

anybody use tasker?

odd sluice
#

.colour

median domeBOT
#
Verdigris

Colour information for Colour Verdigris.

RGB

(93, 94, 55)

HSV

(62, 41, 37)

HSL

(62, 26, 29)

CMYK

(1, 0, 41, 63)

Hex

#5D5E37

Name

Verdigris

odd sluice
#

interesting name

round rose
#

That sounds french

#

I know vert is green and I think gris is gray?

#

so it's something like "gray green"

odd sluice
#

yes

#

vert + gris

#

green + grey

dapper dew
#

I think I will hang out in this channel today

acoustic moss
#

thank you Bald Bearded Bread Bard Brad

dapper dew
#

you are welcome, would you like some Bald Bearded Bard Brad's Bread?

acoustic moss
#

I would indeed like some of Bald Bearded Bard Brad's Bread

dapper dew
#

Well, you are going to need to get on Bald Bearded Bread Bard Brad's Bakery Backlog

karmic gust
#

!otn s brad

royal lakeBOT
#
Query results

โ€ข brad-hacked-the-bot
โ€ข old-man-brad
โ€ข send-๐–ฒeb-๐–กald-๐–กearded-๐–กard-๐–กradโ€™s-๐–กread

karmic gust
#

didnt we have another one about bald brad bread bard bird or whatever? did this one replace it?

dapper dew
#

I have no idea, but I like that I have 3 otns

acoustic moss
#

that is 3 more than me lemon_angrysad

dapper dew
#

!otn a hsp's-seconds

acoustic moss
#

hm actually maybe i have one

#

!otn s hsp

royal lakeBOT
#
Query results

โ€ข hspโ€™s-pineapply๏ผŸ

sterile grail
sterile grail
# dapper dew Yes I am

Why does the backlog have bald bearded bread bard? Unless there's a backlog of the bald bearded bread bard of the backlog

dapper dew
#

Not, sure! Gonna have to ask whoever is running Brad's Bald Bearded Bread Bard Bakery, and what all they have on the Bald Bearded Bread Bard Brad's Bakery's Backlog

wraith hound
#

Does the Bald Bearded Bread Bard Brad's Bakery's Backlog have a picture of the Bald Bearded Bread Bard Brad or just the name of the Bald Bearded Bread Bard Brad?

edgy crest
#

Bald Bearded Bard Brad's Bread Boasts Being Better Bread But it isnt

sterile grail
#

did you just insult bald bearded bard brad's bread bakery??

edgy crest
#

Burp. Bald Bearded Bard Brad's Biscuits Better

last mantle
dapper dew
#

Bald Bearded Bread Bard Brad's Bakery has photos of the Bald Bearded Bread Bard himself, Brad, as well as the Bread of Bald Bearded Bread Bard Brad. Bread for proof:

surreal dawn
#

lovely loaf

frail badge
#

put mustard on it

latent scaffold
#

but Google says it's French

round rose
#

i mean that should apply to a lot of roman languages I think

rough sapphire
#

It is French yes haha

latent scaffold
#

@steep vigil

latent scaffold
#

pretty sure that's something else

steep vigil
#

I was referring to remote development with python

#

That's one way to do it.

rough sapphire
#

Getting started with remote development
Sign up for the github codespace preview

dapper dew
distant hazel
#

YUUUUUUUUUUUUUUUUUUUUUMMMMMMM

eager cliff
#

hi

#

bye

jovial oriole
eager cliff
#

meta

jovial oriole
eager cliff
#

Meta

jovial oriole
#

like the

#

"meta" meta 'meta', but more meta

latent scaffold
jovial oriole
eager cliff
wraith hound
#

this otn is amazing I love it

quaint elm
#

feel we're going to too many twos

wet stone
#

why is it mad at me?

graceful basin
#

It can't print the sum function

#

it's telling you it can't find a way to show a value of type [Integer] -> Integer

#

If you just care about the type of something, use :t sum

mild abyss
#

u forgot the Y

latent scaffold
#

yum -y

distant hazel
#

haha

#

nom nom nom

frozen crane
#

Which admin renamed this channel to this

#

don't make me ping all of you until I get answers.

vapid nymph
idle zinc
#

Tf

harsh tundra
frozen coral
#

We didn't rename it

#

this was pulled from the pool

#

The pool was just at 2 otns left yesterday, so we took the oppertunity

idle zinc
#

Opportunity*

solemn leaf
#

next otn
more like twenty twnety two done

solid pollen
#

Thoughts on the ender 3 v2 printer?

karmic gust
dire siren
#

i don't know how did i manage to even make that with tkinter

strong forge
#

Could someone help me with some ping spikes?

odd moon
#

Why does every dev Iโ€™ve seen use Linux with edge beta

#

At least if you use edge use regular lmao

neon sluice
#

I actually love the cold

#

Lol I started preparing myself and chose my career 2 years ago

#

That's why I try to prepare myself the maximum possible

#

Also I'm younger the everyone in my class by 1 year

#

I'm 14, will be 15 in March

#

What does the last word mean

#

All the age is _

#

Wait is University and high school the same thing?

#

If not then I'm currently in high school

#

In french I'm in "Lycรฉe"

#

I do lol that's my first language I just didn't understand the last word

#

Ye so I'm in high school

#

Ohhhh

#

I find it easier to read arabic when it is written in English letters

#

But I rarely write arabic, I just speak it reguraly

#

I hope so

#

Ok thanks

rough sapphire
#

@neon sluice where are you from?

#

im bored

#

pls

mossy mango
#

hey ppl

#

lol house husband ๐Ÿ˜Ž

#

I think there are some of those

#

ahh

#

is that different from General Intelligence?

#

it didn't really seem like it, to me

#

still with the colonization

#

lol ig I'm not smart enough for this convo

surreal dawn
#

balkans aren't third world, are they?

#

Oh yes they are quite ppor

fickle dagger
#

๐Ÿป

broken dew
#

Happy new year pydis!! ๐Ÿ ๐ŸŽ†

distant hazel
#

happy new year apple! party

noble niche
#

Forgot to mention I'm wearing a t-shirt you gave me a while ago, just to celebrate

#

it's a good t-shirt, I think it got ironed pretty badly once so the corners of the design are starting to disappear:(

odd sluice
mild abyss
#

hi im new

rough sapphire
#

I was about to say welcome, but is that accurate?

sterile grail
#

there's a great song with the same name as this OT channel

#

just randomly thought of it lol

serene matrix
#

yo so how does one get their first clients?

#

do we need like a portfolio type thing and if so how do we promote it?

serene matrix
#

thank you SOO much for all of your advice!! im a 14 year old in the US who has a bank account that i pay taxes on (i invest w/ fidelity and make a good bit of money via amc)

#

so iโ€™ve definitely heard of upwork before, but there are so many people on there, how does one stand out from the crowd to get their first review?

#

im also really curious as to how freelance work will change the way in which i pay taxes and such

noble niche
#

@rough sapphire your status isnt quite up to date with the soon o_0

rough sapphire
wise kestrel
#

I know this is a python server but is there anyway to concatonate ints and strings in C++?

#

tysm

tepid bloom
#

thanks for advising us

#

but iam from yemen

#

and my country in war and our education system is fuocked , in sum i cant build my future so its a good idea to sign in lottrey and applying for scholarships

tepid bloom
#

iam 19 years

river laurel
#

Does anyone know bootstrap?

thin cloak
#

Bootstrap.js?

distant hazel
#

@ember ermine you can share lyrics here

ember ermine
distant hazel
#

no it's not about advertising

#

it's about the channel topics

ember ermine
#

alright got it

distant hazel
ember ermine
#

got it ๐Ÿ‘

#

california dreamin

distant hazel
#

lol

ember ermine
#

on such a winters dayy

ember ermine
#

all the leaves are brown and the sky gray

distant hazel
karmic gust
#

great song

young shoal
#

you know what is a great song?

#

the 10 minute version of all too well

karmic gust
#

is this a kpop thing or a tswift thing

young shoal
karmic gust
#

well??

clear plume
#

Obviously

#

Taylor swift is my favorite rapper

acoustic moss
#

ah my favourite rapper, Lil Swiftie

young shoal
#

hell yeah

rough sapphire
jovial oriole
#

that feeling when you play in the snow, and your gloves are 1cm too short, so snow gets stuck in your wrists and you can feel your hand turning purple cuz of frostbite while playing outside.

#

Can anyone relate to that or is it just me?

latent scaffold
#

no. we don't ever get snow

shut ermine
odd sluice
#

cornelius fudge

jovial oriole
manic storm
#

im trying to make a js calculator
it works but only the keyboard handler part doesnt work

#

window.addEventListener('keydown', keyboard);

function keyboard(x) {
    if (x.key >= 0 && x.key <= 9) {
        console.log(x.key);
        shownum(x.key);
    } else if (x.key === '=' || x.key === 'Enter') {
        evaluate();
    } else if (x.key === 'Backspace') {
        del();
    } else if (x.key === '+' || x.key === '-' || x.key === '*' || x.key === '/') {
        setoperator(x.key);
    } else {
        return true;
    }

}```
#

on the console it keeps showing undefined

rough sapphire
#

I don't think that code causes your undefined logs

#

Your only .log there is behind two conditions, both false assuming x.key === undefined

#

undefined >= 0 === false, undefined <= 9 === false

dire siren
#

@latent scaffold do u have any recommendations of android emulator

#

i need to make a bot

inland wolf
#

u can make one with android studio's android emulator tools

latent scaffold
#

that

inland wolf
#

when u open android studio

#

in this menu

#

click configure > avd manager

dire siren
#

๐Ÿค—

odd sluice
#

Is it by Jetbrains

latent scaffold
inland wolf
#

xd

latent scaffold
#

I was just using Android Studio for the NDK

#

hehehe

#

If you're wondering, this is a cv2 window with my phone's screen mirrored onto it

rough sapphire
#

hows it

still vessel
#

this is going to be a really important decision for me so i need someone random to choose
yes or no

dire siren
#

.-.

next locust
#

If my website has a subdomain do I have to host it on another hosting?

harsh tundra
#

No. You just have to properly configure whatever serves your website. Eg nginx

still vessel
#

edited hmmmm

#

sus

wraith hound
#

to be explicit about what I meant

still vessel
#

i see

dire siren
#

๐Ÿค”

clear plume
#

Hmmm

latent scaffold
#

that's only the launcher

dire siren
acoustic moss
#

wtf

#

why is a launcher 294MB large

solemn leaf
#

genshin things

latent scaffold
clear plume
#

That's not too bad

solemn leaf
#

yes

clear plume
#

Valorant supposedly takes up 10 Ts of storage

latent scaffold
#

ugh

solemn leaf
#

how am i supposed to download the 14gb update btw

clear plume
#

With that being said, I only have 1T of storage

solemn leaf
#

:|

latent scaffold
#

I need to uninstall that stupid game

solemn leaf
#

lol

latent scaffold
#

its anticheat is absolutely crazy

solemn leaf
#

i too have it

#

just not updated since last year

topaz aurora
shell raptor
last mantle
#

bruh

mild abyss
#

with some webkit

#

probably

mild abyss
last mantle
#

eh?

#

its the same mate

mild abyss
#

nope

mild abyss
last mantle
#

we are talking about aim..

mild abyss
#

u need to remember there is some recoil in csgo in bursts

#

plus rng jesus

last mantle
#

by aim you mean recoil? if so, then yes csgo has more recoil

#

although valo randomises recoil

solemn leaf
#

valo recoil defies physics

#

using stinger for instance

#

smh my head

inland wolf
#

lol

#

fr

merry delta
#

haha

wraith lodge
#

my legs smell like cookies

narrow pecan
#

But very cursed

rare root
mild abyss
latent scaffold
#

supervising officer or stackoverflow

mild abyss
wraith lodge
#

lmao,don't have one

narrow pecan
#

I wonder where Supervising Officer is in that hierarchy

latent scaffold
#

Significant Officer

#

Supervising Other

wraith hound
#

Superb Olive

latent scaffold
#

StackOfficer... StackOther... SignificantFlow... SignificantOfficer

narrow pecan
#

Saffron Ornaments

#

String Object

latent scaffold
#

Singing....... Olaf

narrow pecan
#

So cute

thin cloak
#

Super Otter ...with cute powers

latent scaffold
narrow pecan
#

Good one

#

SO good

young shoal
#

is there a way, in rust, to create a type with only certain values from another type? say i wanted to have a type with only values 1u8..=13u8 (maybe for a card game ๐Ÿ‘€) is that possible?

thin cloak
thin cloak
#

Like an enum?

topaz aurora
young shoal
#

unfortunate

#

i will just validate myself ๐Ÿ˜”

topaz aurora
#

I could write up something in Idris later-ish

stark raft
#

Any programming games you like playing?

karmic gust
#

infinifactory is great

wary spire
#

So I inhereted a puzzle and wanted ti see who here was good at solving these

#

Ive gotten this before but thats not st all what it is

#

Lol

mild abyss
#

u just need a large bottle of beer and a random stranger

solemn leaf
uneven tundra
#

i can't believe I made him say it

mossy mango
#

omg

#

lol, I'm glad to amuse you

uneven tundra
#

sussy baka

dapper dew
#

You weren't trying to get to that as your goal right?

uneven tundra
#

and this was all by mistake

mossy mango
#

if so, ... rip

#

that is all lemon_exploding_head

fresh fog
dapper dew
#

Weird lol

fresh fog
#

The full terminal

#

@dapper dew

dapper dew
#

Maybe the double indentation?

fresh fog
dapper dew
#

2 and 3

#

should only be indented once

#

But it is also weird your terminal is so small

fresh fog
#

Can't even print hello world

dapper dew
#

Is there anything that is compressing your terminal to the left like that?

fresh fog
#

@dapper dewNot sure

dapper dew
#

Try scrolling down in that window

#

Or pressing the trashcan on the right to kill that instance and try again

dapper dew
#

Nice

#

That looks like it is working the way it should

fresh fog
#

Ok dope

#

Why isn't it printing hello world tho

#

Ah

#

I think I got it!

#

Thanks so much

dapper dew
#

Now enjoy VS Code and its (simpler in my opinion but not that one guy) ease of use

#

They were starting out with PyCharm, I recommended VS Code

#

Someone strongly disagreed with me ยฏ_(ใƒ„)_/ยฏ

#

Just the right ones lol

#

Anyways, I gotta go

odd sluice
#

i have to say while pycharm is simply bloated with features

#

it's ui is simple to understand

#

vscode needs some practice to get

last mantle
#

those "bloated features" are incredibly useful

acoustic moss
#

ikr

wraith hound
odd sluice
#

also i have a potatopc and clicking any button just takes 1-2 seconds to complete

#

which is slowwwwwwwwwwwww

odd sluice
acoustic moss
#

daunting

last mantle
#

mhm

cosmic helm
#

I need to pay an invoice and upload some files to a website I can't access where I'm currently living. I'm thinking about using a VPN. Is it fairly safe to use a big-name VPN like Nord VPN to do something like paying a bill online?

dire siren
#

:(

#

:(

#

do i need an android emulator to play genshin now

#

:(

last mantle
#

kek

odd sluice
#

this was the word

harsh tundra
#

The problem is in your query. This doesn't like id passing for some reason (I don't deal with pure sql queries in my code, so idk why).
Second thing shows error with [] and not the query itself because query is not executed if you don't tell it to fetch.

#

Oh, I think I know. Try changing
.execute(query, id) into .execute(query, (id,)) - all examples show that parameters argument is a tuple, so you need a one-element tuple here (hence comma after id - (id) is just id, but (id,) is a tuple)

manic storm
#

my error was i forgot to do db.commit()

#

so the database wasnt updated

harsh tundra
#

Oh. Lol

manic storm
#

.fetchall()[0]

#

this worked

slate kite
#

hello babaes

#

babes*

distant hazel
#

?

plucky ridge
#

Odd way to enter the chat, but hello

slate kite
#

how are u mr hemlock

plucky ridge
#

He was talking to me, Mina

#

I'm the babe

slate kite
#

yes

#

mina

plucky ridge
#

I'm fine, how about yourself

slate kite
#

myself is doing fine

#

aswell

#

how is thou life?

plucky ridge
#

More or less alright. Just working currently

slate kite
#

seems like u and i arent working mr Hemlock

#

im sorry to say

#

but im gonna start being very distant soon.

#

goodbye mr Hemlock

#

it was lovely chatting with you

#

say goodbye to the kids

#

and goodbye to yourself.

plucky ridge
#

Yeah I think I can live with this

lost vortex
#

mista hemlock i love ur pfp

surreal dawn
#

In the french Spongebob, Squidward is called "Carlo"

#

I just wanted everyone to know

rough sapphire
#

pip is gone im out

#

im back

distant hazel
surreal dawn
#

the rest are similar enough

#

with a bit of french zhuzh

#

I thought it was Carlos when I first heard it

#

which I thought was quite funny considering it sounded hispanic

rough sapphire
#

can bytes per sector be higher than 512

vapid nymph
rough sapphire
#

What do you guys use, "a ! prefix" or "an ! prefix"?

#

More of a random question than anything

acoustic moss
#

"a prefix of !" maybe pithink

rough sapphire
#

That kinda sounds okay, too

frail badge
#

"a exclamation mark prefix" "an exclamation mark prefix"
id go with the latter

rough sapphire
#

That's one of the things that I was thinking

#

The thing is, "a ! prefix" doesn't look all that incorrect for me, and I don't know why

wraith hound
#

that's probably reading style

#

if you say it out loud, it'll sound wrong

#

but when you (well, me) read in my head, I understand what it is without saying the sounds

rough sapphire
#

Yeah, that's also the case for me

#

I guess I'm curious whether someone that reads the phrase 'a !' in their head and "imaginarily sounding" the phrase out would think it looks incorrect or not

rough sapphire
#

!!!

inland wolf
#

interesting

latent scaffold
#

bang bang

inland wolf
#

kapow

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @rough sapphire until <t:1641548481:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

lavish talon
#

hey guys

#

I have a question regarding the Python bot

#

if I put some banned word(or code without ```) in my message, then I get a message
from the bot

#

If I update my message according to the rules, then bot deletes its message.

#

How does that work?

dire siren
royal lakeBOT
frozen coral
#

We do this by listening for message & message_edit events from the Discord websocket

lavish talon
#

print("hello world")

#

๐Ÿค” Well, the bot generally gives a message like "Seems like you pasted a code..."

#

idk why its not giving it now

frozen coral
#

AH, that's if you're adding lots of code it'll delete and suggest you use a paste server

#

there's also one if you don't use python code highlighting

#

That is also using message and message_edit events fromt he websocket

frozen coral
harsh tundra
#

Okay, the stack says basically the same thing - that if it has multiple reading methods, then both may be correct. But at is at, so an at

tepid turret
#

How can you enter Boot Menu on Asus without going on BIOS settings because I just installed the Ubuntu OS on my USB Drive

harsh tundra
inland wolf
#

yes

dapper dew
tepid turret
#

let me try the link you send ๐Ÿ™‚

#

be right back

dapper dew
#

ยฏ_(ใƒ„)_/ยฏ Could be a different hot key based on manufacturer

odd sluice
#

depends on ur laptop model

latent scaffold
slate kite
#

hello mr hemlock

#

long time no see

#

how are the kids.

#

and how is yourself doing.

#

aswell

rough sapphire
latent scaffold
wraith hound
#

the latter is interrobang

harsh tundra
latent scaffold
#

I just mean the emoji names back it up

inland wolf
#

bang

tepid turret
#

Hi guys im back, I got the ubuntu now ๐Ÿ˜„ but BAD NEWS ๐Ÿ˜ฆ
My windows 11 OS is deleted from the bios settings, when i was doing the setup installation on ubuntu ๐Ÿ˜ฆ

#

I was almost done

#

but

#

this damn installation counter

#

....

#

got me

#

It was my first time using ubuntu

#

anyone?

latent scaffold
#

or if you're using an HDD perhaps it's corrupted

tepid turret
#

;-;

#

my usb limits upto 10 GB

#

crap, i gues i need a big storage of USB

#

rip moneh moneh

#

or

#

Il format my Hard drive (windows hard drive)

latent scaffold
last mantle
#

if so, rip windows

inland wolf
#

lol

#

a mimir ๐Ÿ˜ด

thin cloak
#

Used to do dual boot Linux Win but now do VM

lavish talon
#

hey

#

How do I make a shell prompt?

#

like starship?

#

ping me if someone replies๐Ÿ™‚

latent scaffold
tepid turret
#

ALL MY USB ARE CORRUPTED BUT BIG STORAGE

last mantle
#

yeah i dont think you are getting windows back again

tepid turret
#

yes

#

I wanna die right now

last mantle
#

idk tho check the net

latent scaffold
#

how've you managed this

#

there's an "Install alongside" option in Ubuntu

tepid turret
#

there is Ubuntu LTS I was trying to install, and that makes it installation counter

#

is it fine not to install the LTS?

tepid turret
lavish talon
latent scaffold
latent scaffold
tepid turret
#

;-;

#

my charger is plugged in but says not charging wow, ubuntu be drunk

latent scaffold
#

did you tick the "Install additional software" box during install

#

it installs drivers

lavish talon
latent scaffold
lavish talon
latent scaffold
last mantle
#

man

#

lol

latent scaffold
#

since like 99% of prompts are written in sh

tepid turret
#

screw it, Il move to kali

last mantle
#

bruh

latent scaffold
tepid turret
#

is kali more difficult?

latent scaffold
#

What's your reason for installing Linux, again?

last mantle
#

wow this is the first time i have heard you say this

tepid turret
lavish talon
tepid turret
latent scaffold
# lavish talon why?

I myself would probably suggest just using something like Powerlevel10k and customizing it... as I'm not sure how you're meant to go about writing a prompt in C, since most of it has to be controlled by shell scripting... The most you might be able to do is use C to generate the PS1 for you, but you'll have to export it with a shell

latent scaffold
tepid turret
#

Okay i dont mind

lavish talon
latent scaffold
zinc loom
#

I use PopOS a variation of Ubuntu LTS 20(Pretty much a reskin). Is there a way to change the default text manager into Atom?

latent scaffold
tepid turret
#

since windows slowing my crap

latent scaffold
latent scaffold
tepid turret
#

f

latent scaffold
#

but I also have no interest in helping you "socially engineer" or whatever

#

because I'm 99.99% sure you're trying to do so in a context that breaks this servers rules

tepid turret
#

Thats why im here for answer's how to fix this crap like the set up crap

latent scaffold
#

I don't think we're allowed to help you, now knowing your intent

tepid turret
#

okay

zinc loom
latent scaffold
#

also what is "Program download manager"

zinc loom
#

I forgot the name so I just called it in general term. But its pretty much easy installation for apps that is found on windows. Like Discord, or Steam or Osu and or even drivers.

zinc loom
latent scaffold
#

About a month ago, Pop!_OS had this almost hilarious issue where installing Steam would uninstall your entire DE

#

the bug lasted for about a week or two, I think

#

it became a bit of a meme after Linus from LTT tried using Pop!_OS and broke his entire install by trying to install Steam

zinc loom
#

Oh crap is that the issue on their new PopOS 21? Or the Version 20 LTS?

#

I have the Version 20 LTS but mightve dodged a bullet by not installing steam yet

latent scaffold
#

No clue. I'd hope it wasn't a problem with LTS, and I largely disagree with their push of non-LTS

#

It's since been fixed

latent scaffold
#

with Steam, you enable 32-bit libraries and then just sudo apt install steam

#

No clue about Osu, I've never touched it

#

.debs are helpful, though. You don't need to touch the command-line to install them, they're basically like .msis

zinc loom
latent scaffold
#

Well, I'd advise against using plain old WINE for games

#

I'm sure Osu is on Lutris

zinc loom
#

But in terms of working environment I highly prefer any unix systems (Ubuntu for me). Windows is a pain with their weird powershell

graceful basin
#

a friend had to manually configure some wine stuff to get osu to run well

topaz aurora
#

Last I checked audio latency was terrible

graceful basin
#

but that was about a year ago, maybe it's less bad now

zinc loom
graceful basin
#

but yeah, audio on linux is.... a thing

latent scaffold
#

I'm sure you could force Osu to use Proton (GE?)

zinc loom
#

The audio is like a stuttery mess. Sometimes it plays too fast, too slow or does not sync at all

latent scaffold
#

I've heard (although I don't entirely believe) that PipeWire is supposed to be better with audio latency in general

graceful basin
#

it's like the xorg vs wayland issue, except you don't get backwards compat, and there are even more compteting options

zinc loom
graceful basin
#

I really do wish I could just tell people to install linux, but the usability is not there yet.

latent scaffold
#

It depends on what you're doing

#

For a fair number of casual users, you could 100% get by without too much of an issue

graceful basin
#

I don't know many people who just live in the browser

zinc loom
#

Stability wise, windows is prefferable.
But programming, I prefer unix system due to their simple Terminal commands. (I heavily despise the windows powershell)

graceful basin
#

powershell is great

#

take the time to actually learn it

latent scaffold
graceful basin
#

it is vastly better than pretty much any linux shell in a number of objective capabilities

topaz aurora
#

At least with Linux I don't have to periodically get a fresh Windows install

zinc loom
#

I find that browsers (firefox) run greater on linux(less ram less cpu)

topaz aurora
#

Has to do with caching, no?

latent scaffold
#

I've found mostly everything runs better on Linux if you can get it to work

graceful basin
#

yeah, if you need a browser machine, linux does make sense

latent scaffold
#

speaking mostly in the regard of games here

graceful basin
#

linux gets unstable once you have to leave the package manager

latent scaffold
#

I don't understand

graceful basin
#

though statically linking everything gets you quite far

#

but once you have to install things from elsewhere or start compiling by hand, you are on your own

zinc loom
graceful basin
#

maybe, but again, most people don't just use a computer as a browser machine

#

they have their phone for that

latent scaffold
#

it's mostly copying and pasting if you ever have to do it

#

I wouldn't expect a grandma to ever have the need to manually compile something

#

I have my 13-year-old and 10-year-old brothers on Linux and they've never complained about much

graceful basin
#

yeah, if you need a browser machine, you could probably use openBSD and be happy.

#

but idk, a browser machine just isn't an attractive prospect

zinc loom
#

Linux has far less broader online guides if the subject is not too known

latent scaffold
#

well, my 13-year-old brother is using KDE Neon for learning Python

#

although I do admit I had to install stuff for him, but I did try to have him try stuff on his own

#

and he seems to be fine with it

graceful basin
#

I am glad linux finally figured out a way to not have to package the world

#

because that's never going to work

latent scaffold
#

on Ubuntu, you just click the .deb

zinc loom
#

.deb is lifesaver

graceful basin
#

windows and mac do probably win in localisation and accessibility

latent scaffold
#

I feel like as of recently, things have been getting a lot better, though

#

it's the DE's responsibility most of the time

zinc loom
#

It is. The linux distros got more and more stable compared back on 2016

graceful basin
#

yeah, it's getting better, thankfully

zinc loom
#

Idk if it is just me or the window on linux has no minimize button.(But I could just drag it to do so)

graceful basin
#

I really just want to be able to tell people to install linux without having to babysit them for the next few months

topaz aurora
#

Bluetooth rarely works on my laptop, though I don't really have good reason to use Bluetooth

zinc loom
#

Speaking of it, dual booting sometimes messess up the Wifi hardware. Windows detects it but doesnt know what to do and the same for the Ubuntu. So I have to replug it do fix the issue

graceful basin
#

yeah, also the whole clock breaking in windows upon reboot

#

there are some lovely issues with dual booting

zinc loom