#general

3141 messages · Page 1190 of 4

void void
#

though don't be lazy like me lol

cosmic raft
limpid comet
#

im using postgres too

#

wtf Kash that's so cozy

#

I'll look into that thanks mikro

void void
#

np

#

i wish we had more snow here

#

there's only a little bit and it came down only recently

#

let my dog out and he seemed to be happy over it too lol, proceeded to eat snow

coarse lily
#

Snowing in Seattle, too, kashike

#

Some friends sent me photos.

#

I kinda wish there was snow. :(

cosmic raft
true canyon
#

Cool

zealous wedge
#

oooh

#

we had a snowfall warning but no snow

#

probably higher up got snow

coarse lily
#

I thought about driving to the mountains to make a snowball

#

Might still do that.

potent fossil
#

Make a snow angel kash

true canyon
#

I still have a foot on the ground at least.

#

What you have there is much more manageable, I'm jealous.

cosmic raft
#

heh

coarse lily
#

Yeah snow is best when it’s a temporary light snowfall. 4’ of snow overnight is less fun.

zealous wedge
#

i think 4ft is like multiple years of snowfall combined for us

potent fossil
#

i don't think it's snowed that much in california (except in the mountain region) ever

coarse lily
#

Yeah that happened a couple of times to me.

#

A fuckton of snow.

#

But even 12" overnight is rough

potent fossil
#

it's just sky daddy taking a fat skyshit on your lawn

#

thank sky daddy for the gift and move on Eggplant_Smirk

limpid comet
#

lol i remember back when i was a youngin in bc we barely ever got snow

#

i think we had one snow day in my region for the 14 years i was there

#

might've just been my region tho

potent fossil
#

i've never had a snow day

limpid comet
#

wtf u poor thing

potent fossil
#

i've had "it's raining and hailing so hard it is unsafe to leave your house so please don't come to school but you can if you want to anyway" days

limpid comet
#

oh

#

yeah i guess that works too

#

btw how long does it usually take for cloudflare to add a new subdomain rule

potent fossil
#

usually instant

#

or very close

limpid comet
#

ok maybe my routing is fucked then

untold copper
#

my modded series just became so much better

potent fossil
#

what

spiral robin
#

what

untold copper
#

villagers

#

I can carry villagers

limpid comet
#

didn't realize they added human trafficking to minecraft

untold copper
#

lol yes

potent fossil
#

i need to figure out how to style namelessmc because miss me entirely with paying for those

spiral robin
#

u dont wanna pay for a template?

potent fossil
#

absolutely not

spiral robin
#

fair

limpid comet
#

get aber to do it

#

pay him in github stars

potent fossil
#

especially not the almost 30 US one of the templates want

spiral robin
#

the best one is Cesium by Xemah

#

all others are made by kids who steal from themeforest basically

potent fossil
#

lol

spiral robin
#

custom/templates/(template)/css

limpid comet
#

wait should i use A or CNAME for subdomain records

potent fossil
#

either works but cname is best if you have something already linked to an a for the dest ip

limpid comet
#

hmm ok ty

untold copper
#

@potent fossil whatchu making

potent fossil
#

what

untold copper
#

.-.

#

whatchu making

potent fossil
#

nothing?

limpid comet
#

yeah simple watchu making

#

got somethin to hide

potent fossil
#

NOTHING

untold copper
#

sus

#

:P

minor badge
#

ameowcomfywave @potent fossil

potent fossil
#

henlo pwoxi

limpid comet
#

what a cute blob

zealous wedge
#

hey simple

limpid comet
#

making me miss nitro

zealous wedge
#

what're you making? :3

void void
#

proxi you rust nerd

#

help me out

limpid comet
#

oh yeah rust

#

is learning rust for backend work a noble goal

#

cuz im still very intrigued

void void
#

same

#

i can do golang just fine

limpid comet
#

same

#

golang pog

#

proxi teach mikro and i rust

minor badge
#

wh

void void
#

ok but here's the issue

#

i have a fn which returns Result<(), Box<dyn std::error::Error>>

spiral robin
#

import java from Java
java.use()

void void
#

now that error can also be redis::RedisError

#

i know it can, but how can i tell rust compiler that i want it to be that?

#

so i could call some methods on it

minor badge
#

norm is to use a new error type that implements std::error::Error

void void
#

let redis_err: redis::RedisError = err.into(); clearly does nots works

potent fossil
#

I'm setting up a server (full setup) for a streamer because the one I set up before got deleted because he didn't pay the bill and also refused a backups system because "it would never happen to him"

void void
#

is that streamer vurse

minor badge
#
if let Some(err) = err.downcast_ref::<RedisError>() {
  // Hey, it did it!
}```
void void
#

lemme try

minor badge
#

something like that, dont remember from top of my head

void void
#

i don't have much know-how about rust but this time i feel i don't run into a wall head first with every line i write lol

minor badge
#

most folks just use smth like snafu or thiserror to make a new type tho

void void
#

sounds like a rabbit hole for simple error handling

#

ngl

minor badge
#

kinda is

#

we've asked for anonymous types for a looong time to avoid it

void void
#

would've liked to use C but you know how C is...

#

adding 1 external dependency means endless agony

minor badge
#

lol

void void
#

another choice would've been sbcl but sbcl image is like

#

100mb

#

might as well use java/clojure

#

which i don't want - it's just boring to use what i know

limpid comet
#

yeah thats my problem with learning new languages

#

u can alwaysj ust say "might as well use java"

void void
#

well you can say that under certain conditions

limpid comet
#

for my basic ass use cases i usually can

#

i need like a proper challenge

void void
#

:(

#

fuckin cancer

minor badge
#

hey bluely

limpid comet
#

hi proxi

minor badge
#

might as well use rust

limpid comet
#

wtf

#

based

minor badge
#

am i false doe

limpid comet
#

ok can u give me something to do with rust

#

no

minor badge
#

well what do you need

limpid comet
#

nothing really i guess, i was gonna write a backend for a paste site i wanna make

coarse lily
#

Evenin' proxi

limpid comet
#

i feel like thats jumping into the deep end with rust

void void
#

it is

#

ngl

minor badge
#

evening ocelot

limpid comet
#

lol

void void
#

i tried to do the same year or two ago

#

tbh

limpid comet
#

maybe ill try to make a chat room

#

client/server

void void
#

also tried to make a wireguard management service in rust

#

became hell so quickly

limpid comet
#

lol

void void
#

because i didn't have much knowledge about rust borrowing/etc logic

minor badge
#

if you use the stdlib well, you should be able to do client/server pretty easily

#

at least a naïve one

limpid comet
#

alright firing up clion

minor badge
#

oh yeah noo..

void void
#

so basically to be able to write rust properly, you NEED to read book through at least once

#

imo

#

diagonal reading won't do

minor badge
#

everyone in rust uses vim, emacs, or vscode with rust-analyzer

limpid comet
#

i see

void void
#

(meanwhile i just use rls because i'm lazy ass to set up tooling)

limpid comet
#

well im too stupid for vim or emacs so i guess vscode?

#

pretty sure i have codium installed somewhere

void void
#

emacs is harder than vim kinda

#

you need to start configuring it

minor badge
#

rust-analyzer is actually so dope it just offers to install for you now, mikro

void void
#

unless you go for a premade config

#

such as

#

.g doom-emacs

limpid comet
#

yeah i dont feel like learning a bunch of new keybinds and shit rn

limber knotBOT
limpid comet
#

some day

void void
#

i wrote my own config because... idk

#

felt better that way

limpid comet
#

yeah i will probably end up making my own

#

i did it for bspwm

#

i feel like im getting sidetracked, i want to make a nice plugin portfolio so i can start doing commissions again

void void
#

woo thanks proxi

#

it works

minor badge
#

great!

void void
#

now i need to figure out how i can restart subscriber easily...

#

and do it with back-off

#

using tokio, any suggestions for doing sleeping?

minor badge
#

tokio::task::delay or something

#

no thats async std

#

tokio::time::sleep

#

await that future

void void
#

back-off might be trickier rn

#

so i guess i'll just sleep for 1s

limpid comet
#

hey mikro u were talking about rust books

#

what did you read?

void void
#

that one

#

i don't have physical book

limpid comet
#

ohh i see

#

i might pick up the physical book

minor badge
#

ah yes, The Book™

#

been a while since ive read that

potent fossil
#

I've read the book a few times but then proceeded to never use rust

limpid comet
#

proxi u sound like a seasoned war veteran

potent fossil
#

so now I'm reading the book again

minor badge
#

i am

#

the rustonomicon is my kinda book ;)

heady spear
#

good morning @minor badge !!

minor badge
#

god morgon

heady spear
#

also everyone else ig but I give priority good mornings to my fellow Swedes

minor badge
#

🥳

void void
#

wdym, that's unfair

#

for that you'll send me some snus

minor badge
#

imagine snusing

#

disgusting ass

void void
#

wtf

mental meadow
#

Good morning

potent fossil
#

henlo urura

void void
#

now it survives redis restart just fine

#

initial and probably final commit done

#

and final binary is just

#

4.5M target/release/emperor-wire-prometheus

#

probably smaller when linked with musl

#

single binary oci container inc

#

thanks for coming to my talk i'm finally off to sleep

limpid comet
#

have a nice sleep mikro

heady spear
#

it is

potent fossil
#

mikro pepeloves

heady spear
#

like you know

#

wakeup time

#

hm what should I eat for lunch today? best suggestion has a chance of winning nothing

left swift
#

Eat pant

spiral robin
#

Vegtabl

heady spear
#

i mean most of what i eat r veggies

spiral robin
#

Make a quasadilla

heady spear
#

ima just make a freezer pizza

#

"make"

#

heat it lmao

spiral robin
#

Lol

#

Microwave vibing_cat

limpid comet
#

my diet consists of stir fry and frozen pizzas

mental meadow
#

What sort of pizza tho

#

That's important

spiral robin
#

And qt pills?

heady spear
#

vegan mexicana I think, I need to go to the store

#

the selection of vegetarian friendly pizzas is not that great lmao

left swift
#

Why go to store when u have ice at home

heady spear
#

mozarella pizza hm hm

left swift
#

Ice sandwiches yum

mental meadow
#

Honestly margherita > rest

heady spear
#

I was super hungry last night and decided to get a snack but all I had at home was like salad shit

spiral robin
#

Ew salad

left swift
#

Did u eat all the croutons

heady spear
#

so I made a salad with a bunch of beans n shit. That's not a good snaccccc

potent fossil
#

n u t r i t i o n

left swift
#

Protein bars are good snaccs

limpid comet
#

nutrigrain bars

#

that is all.

spiral robin
#

THOSE SLAP

heady spear
#

bruh it had vegan pulled "meat", lettuce, spinach, chickpeas, pico de gallo, bean salad & low fat dressing. Everything tastes good when ur hungry, that's all I'll say about that >:((

limpid comet
#

nutrigrain bars r my favourite

heady spear
#

simple give me dinner advice

limpid comet
#

wtf simple bean reveal

left swift
#

Feet reveal 😳

potent fossil
#

I sent that in here months ago freaks

limpid comet
#

good choice in socks, simple

left swift
#

Do u wear that in public

potent fossil
#

yes

limpid comet
#

alpha

left swift
#

Does anyone say anything

heady spear
#

what do u wear at home?

#

nothing ??

#

good

#

i can imagine :3

potent fossil
#

They usually laugh lol

spiral robin
#

Ain't nothing wrong with a good pair of bean shorts

#

Vic ❤️

vestal jasper
#

simple ask hard enough and those won't be the only beans in your bed tonight

left swift
#

B e a n s h o r t

heady spear
#

ew why is vic here

#

ill go sleep

potent fossil
#

But I pair that with my "Don't be a jerk" physics equation shirt and they try to read it and then they're just confused

vestal jasper
#

shut the fuck up city

heady spear
#

make me bitch

mental meadow
#

Vic uwu

left swift
#

Then they read ur bean shorts and get the tshirt

vestal jasper
#

whore

#

aurora uwu

heady spear
#

maybe if I had something in my mouth I wouldn't be so loud

potent fossil
#

Vic is sexy

vestal jasper
#

sorry city i'm gay for simple and turbo, not you

heady spear
#

@mental meadow uwu !!!

#

how is having someone suck ur dick gay

vestal jasper
#

actually acording to the Romans, it isn't :^)

heady spear
#

right

#

sooo

mental meadow
#

uwu

heady spear
#

🍆😮🤤

mental meadow
#

city

potent fossil
#

Say what barty

mental meadow
#

Calves

left swift
#

😳

potent fossil
#

i thought that was a fat joke

vestal jasper
#

someone send what you're listening to

mental meadow
#

What a weird word

left swift
#

The weeknd

mental meadow
#

Nickelback lol

heady spear
#

@mental meadow 🥔 🦕

#

🐱🗻

#

what do u think about that?

left swift
#

Cat peak

mental meadow
#

potato brontosaurus cat mountain

heady spear
#

omg that's so hot

#

im blushing

mental meadow
left swift
#

Barry only listens to 2000s mixtapes

#

Roll out the gaga and Katy Perry

heady spear
#

I am tired 😠

#

Gaga's old music was 🔥

mental meadow
#

Same

#

Gaga in general is awesome

heady spear
#

I pulled an all nighter the night before yesterday and then I couldn't fall asleep last night so am angry

#

ye she is :'')

left swift
#

Just spin around really fast until u fall asleep

heady spear
#

though I do prefer some of her earlier work ngl

left swift
#

Bro wanna know something crazy

#

Rap god came out in 2013

heady spear
left swift
#

Yea

heady spear
#

her spanish music is so much better than her english music thoo

#

tbf her early english music was just her with a dictionary

left swift
#

Shakira made a song with black eyed peas and it was the worst song I've heard her sing in my life

heady spear
#

which explains why some of the lyrics are so... odd

heady spear
#

Shakira has been around for ages. She has so much fucking music out, but only the English stuff has really made it to the charts in the English speaking world until people suddenly started embracing reggeaton and Maluma blew up lel

#

she's 43 tho which is insane to me

#

it's funny tho her husband is born exactly 10 years after her

#

same day

#

Anyway Shakira is one of my favourite people ever and that's just how things be

#

hm hm barty programmer

#

very interesting

left swift
#

Stop working too hard ppl will start expecting things from u

#

Just look at city

heady spear
#

I only work on cloud

#

everything else is irrelevant to me

left swift
#

See ull go crazy and start trying to hammer boards on clouds

limpid comet
#

my commit graph is wild

#

i went from 0 commits per day to like 30 (one day had 90 tho :|)

lean kiln
#

how do you have 90 commits in one day

#

did you rewrite git history or something

limpid comet
#

in the words of the great man ocelot, "atomic commit"

limber knotBOT
#

imagine putting your discord on your github

#

bluely dum ?

heady spear
#

"1,166 contributions in 2020" this is my most active year so far apparently

limber knotBOT
#

same

#

imagine using discord smh

#

i need 100 or so more now

#

also same i think

spiral robin
#

1152

limber knotBOT
#

ah, 1,570 this year

#

am at 1892

limpid comet
#

wtf proxi how else am i gonna make discord friends

heady spear
#

wait does this include commits not in the master branches?

#

it should right

spiral robin
#

no it dont

limber knotBOT
#

yes

spiral robin
#

oh

limber knotBOT
#

oh

spiral robin
#

sike

limber knotBOT
#

i don't know

heady spear
#

because GitHub doesn't include that in the contributor breakdown

limber knotBOT
#

i'd assume so, though

heady spear
#

all of these fucking cloud commits tho lmao

spiral robin
#

the graph only shows things in master branch, so id assume it follows the graph rules

#

oh sorry

limpid comet
#

why is intellij extra slow today

spiral robin
#

"main" branch

limber knotBOT
#

idag blir det molnigt och regnskurar, city 😔

spiral robin
#

ah a jeahr cjjae proxi

heady spear
#

idag jämfört med alla andra dagar som är molniga med regnskurar? 😛

limber knotBOT
#

pff

#

vi har redan hatt sol denna veckan, city

heady spear
#

inte jag D:

#

ingen sol

limber knotBOT
#

det va inte mycket sol, men det va ju lite. va mycket mer sol förre veckan

#

10 av mine medarbetare är på semester nu whee

heady spear
#

ah ye it deffo includes commits to non-main branches

limber knotBOT
#

i'd include you in my commits ;)

heady spear
#

because I have 400 commits to IS and most must necessarily be in the PlotSquared v6 branch

void void
lean kiln
#

lmao

coarse lily
#

haha

limber knotBOT
#

everyone has that one day they just decide to work for 20 hours

void void
#

*40 hours

heady spear
#

working is overrated

coarse lily
#

I wish I could share my commits over the last two days :(

#

I basically gutted and redid a ton of shit.

heady spear
#

what you do is get people to become invested in your project to the point where they do all the work for you

void void
heady spear
#

then you just get all of the credit for their work

coarse lily
#

City is a monster.

#

Confirmed.

void void
#

who

fallen oracle
#

Probably not the best time to make fun of him.

heady spear
#

huh?

limpid comet
#

🙏

distant wave
fallen oracle
#

Referring to this.

limpid comet
#

techscode passed away

distant wave
#

anyone knwos how to send this

#

animated

heady spear
#

ah yikes

fallen oracle
#

He passed away like 2 weeks ago, maybe 3 now.

heady spear
#

My bad D:

distant wave
#

Citymonster

void void
#

bad city

distant wave
#

do you know how to send those big emojis

void void
#

you must be canadian to do that

#

not kidding

#

.g discord stickers

limber knotBOT
limpid comet
#

if i had nitro i'd flex on you

#

you could probably rip the after effects code from discord, turn that into a gif, and send it anywhere you want

void void
#

or well, you may be brazilian or full time weeb as well

#

BUY STICKERS

#

bruh

merry talon
#

ah yes the most feature that everyone asked for

#

emoji but bigger

limpid comet
#

discord android crashed for me whenever i opened up the emojis menu for like a month after stickers were released

merry talon
#

and paid

coarse lily
#

Wow, TechCode passed away? Weren't they super prolific?

peak ginkgo
#

Or be me

void void
#

well few messages after that i said that too :p

limpid comet
#

had lots of popiular plugins

peak ginkgo
#

I have it but only SPECIFICALLY on desktop

coarse lily
#

That sucks.

#

Seemed young.

void void
limpid comet
#

made some good money, too. most of them were premium

#

yeah 20 y/o

merry talon
#

so they're just worse than emoji in every way imaginable

void void
#

telegram user stickers best stickers

limpid comet
#

sad stuff, reading through his wall

#

also jesus christ so many people are just asking for his discord link

#

JarSold11 Rest in peace paul. Is the Discord server still active? I can't find the invitation link.

coarse lily
#

20 is way too young.

limpid comet
#

Bunny_Magic rest in peace tech also was the discord deleted?

coarse lily
#

Yikes blue.

limpid comet
#

it is the minecraft community, can't be surprised

coarse lily
#

Yeah.

limpid comet
#

probably just 12 year olds who haven't got the social experience

void void
#

It might be personal, but what's the cause of death if you don't mind me asking

limpid comet
#

car crash

fallen oracle
#

Car accident

void void
#

Dang, rest in peace.

#

inb4 people demand refund for their plugins

limpid comet
#

yeah. you really hate to see it

fallen oracle
#

After seeing the car... I can't believe the passenger lived.

grand pewter
#

was he driving

fallen oracle
#

I don't recall which position he was in. The other person in the car lived.

grand pewter
#

well i suppose it doesnt matter too much

#

but yeah that sucks, people don't deserve to die at that age

coarse lily
#

Can't imagine what it's like for the other person.

#

In a car crash and your friend dies.

#

Assuming it's a friend and not family member. Which is as bad or worse.

#

Losing people sucks.

potent fossil
#

That's how my cousin died

#

Same scenario, passenger lived

coarse lily
#

:(

potent fossil
#

I didn't agree with it but the family blamed the passenger and he wasn't allowed at his best friend's funeral

coarse lily
#

Oof

potent fossil
#

so yeah, that must've ubersucked

#

anyway i'm trying to teach my friend java and he's using the youtube api and he did something very big brain

#

he had a List<SearchResult> and instead of iterating it and converting the type to the String by getting the video id, he fucking toString'd the List and manually parsed the output for the video id

#

Send help

void void
#

kek

zealous wedge
#

computers are really just tools for string parsing right?

potent fossil
cosmic raft
#

hi

potent fossil
#

henlo

coarse lily
zealous wedge
cosmic raft
zealous wedge
merry talon
#

what does toString even do to a list

#

it can't be commas.. right

zealous wedge
quasi valley
#

why can't it be

vestal jasper
#

ok first print with 3d printer let's see how bad I fuck this up

potent fossil
#

["element0", "element1", ...]

zealous wedge
#

isn't there even javashell now?

heady spear
#

I bought a chocolate box saying "Thanks" to myself

#

because I deserve a fucking thank you, you know?

void void
#

I need help can anyone help me?

zealous wedge
#

no

void void
#

Please?

coarse lily
#

Just ask the thing

quasi valley
#

maybe

heady spear
#

can you ppl please appreciate me for once

coarse lily
#

And we'll see.

heady spear
#

i am aamzing

vestal jasper
#

city u smell bad

coarse lily
#

City I will appreciate you for 30 seconds.

heady spear
#

intentional typo

coarse lily
#

Starting now.

heady spear
#

fuck I got chocolate in my oofers wisoof tooth it hurts

zealous wedge
#

city I'll appreciate you if you tell me how to sleep

heady spear
#

zml help

#

you know what I heard that hardcore sex is good to sleep

quasi valley
#

dm'ing me won't make me more likely to help you @void void kekw

void void
#

wrong

zealous wedge
#

kneny help me pls uwu

void void
#

Please someone

#

.afk

#

.ask

limber knotBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.

zealous wedge
heady spear
#

Otherwise I recommend ASMR. This nice southern lady goes to Target to organise their candy aisle

merry talon
#

it's starting to sound like the sort of help he needs is the help-im-stuck-in-a-ditch-and-bleeding sort

heady spear
#

watch that

sharp sentinel
#

city I appreciate you

zealous wedge
#

.g southern lady goes to target asmr

limber knotBOT
heady spear
#

that's her!!

zealous wedge
#

for once the bot is right

sharp sentinel
#

You reported that dumb bug that made me not want to work on bufferless worldedit :p

void void
#

please no

heady spear
#

@potent fossil were u the one that appreciated this awesome lady too???

#

there's something stuck under my tab key

#

rip that key ig

coarse lily
coarse lily
heady spear
#

helloooooo can someone help me

#

help plz

void void
#

no

heady spear
#

wtf so fucking rude

void void
#

yes

#

when i try to join in my server and its say Failed to verify username!

#

suck it

heady spear
#

what do i suck

#

what is it

void void
#

my toe

heady spear
#

ooo

#

ok

#

sure

potent fossil
heady spear
#

Whatttttt

void void
#

don't forget to bring snus btw

heady spear
#

ok then i don't know who it was

#

we bonded over our appreciation for southern asmr sounds

#

it was nice

void void
#

when i try to join in my server and its say Failed to verify username!

#

are you using cracked client

vernal moth
#

What did i just walk into?

coarse lily
#

Regret.

vernal moth
coarse lily
#

Lots of regret.

sage pier
#

so i run an upcloud 4gb 1 dedicated core plan for $20 per month but that’s a little expensive. (fair price for a vps). i host minecraft manhunt matches with 8 players usually generating chunks in boats. is there a cheaper option for me?

void void
#

In what channel can i search for devs, cause i am searching for some devs for a plugin which i really want for a private server i own.

quasi valley
#

the Spigot forums have a section for recruitment

void void
#

Can i get the link?

limber knotBOT
#

hows the oxidizing going, mikro?

quasi valley
#

.g spigot forums

limber knotBOT
void void
#

wdym

#

oic

#

well i finished my smol project

limber knotBOT
#

wo

void void
#

don't need to touch it anymore

limber knotBOT
#

what even was it?

#

kek

void void
#

listens mc container lifecycle events

limber knotBOT
#

icic

void void
#

wires them to prometheus

limber knotBOT
#

@michale 😳

void void
#

to be specific, to another microservice i have, generates service discovery json

limber knotBOT
#

interesting

#

overengineered minecraft network?

void void
#

and beyond

#

.g prometheus service discovery

limber knotBOT
void void
#

you can see there aren't much better choices

limber knotBOT
#

still is... interesting to say the least

void void
#

i don't run k8s nor consul

#

or other shits they support

limber knotBOT
#

wai nawt

void void
#

k8s more like cansur

limber knotBOT
#

i mean honestly, you might as well with your setup lol

#

wtf

#

k8s works epicly

void void
#

i had plenty of rough edges

#

don't want to touch it rn

limber knotBOT
#

mood

void void
#

but yeah you ain't wrong - i could run k8s

#

but now there's this thinf

#

thing

#

.g k8s cgroups v2

void void
#

iirc it won't do cgv2 for some time now

#

while docker supports it since 20.xx release, allowing me to use even better monitoring solutions

#

..and i'll probably also take advantage of ebpf fuckery to do even more detailed metrics

limber knotBOT
#

hmm

heady spear
#

🦵

sharp sentinel
#

💪

heady spear
#

woah

void void
#

F keys aren't working thonk

#

F5 and F3 anyone ggot any idea?

#

I don't have FN keys either

#

1.16.1 hmm

potent fossil
#

do you have a keyboard with a "game mode"

#

if so, check that that mode is not enabled

#

it disables certain keys when on

void void
#

good point let me check

waxen panther
#

😎😎 gaming keyboard built for gamers by gamers 😎😎

heady spear
#

hi broccolai

#

how are you??

waxen panther
#

pretty good, at a coffee place waiting for my friends to be ready for gym

heady spear
#

ooo cool cool

#

i just ate pizza and my body hurts so that's neat neat

waxen panther
#

the coffee place judged me though and I feel terrible

heady spear
#

oh why??

waxen panther
#

both the baristas laughed at me 😑

#

I asked for two extra shots and she said “5 total???”

heady spear
#

im waiting for my group partner to come online so we can do some SQL injection because we're hackers

waxen panther
#

yes bitch I want five leave me alone

#

damn some real KeRnaL exploiters

heady spear
#

very understandable

#

We're doing blind SQL injection

#

using sqlmap

#

because we're pros

waxen panther
#

smh that’s cheating

heady spear
#

then we're doing some XSS

#

because h4x

waxen panther
#

xss is fun

#

I’ve been doing stuff for my friends server recently and being able to use java 16 features is so nice happy

heady spear
#

modern java is neat innit?

#

pattern matching is so cooooool

waxen panther
#

yeee, records and the pattern matching instance of thing is very nice

#

Si

#

Switches not being useless is fun too

heady spear
#

and smart casts r so helpful

#

like

#
if (potato instanceof Army a) {
  a.attack();
}
waxen panther
#

yea

#

So much neater

#

I do prefer the kotlin way but it doesn’t bother me that much

#

Where, in that instance potato would already be casted to Army

heady spear
#

yup ik

#

although I like this because it's more explicit

next frost
#

i prefer the haskell way of pattern matching for everything Cool

heady spear
#

a is Army, not potato + army, it's cool cool

#

also text blocks r so neat

#

for shit like SQL and HTML

waxen panther
#

I wish records could extend interfaces although I don’t know what that would look like

#

Textblocks are amazing

#

I do my sql in their own files rn just cause doing it without blocks is so ugly

heady spear
#

it's neat for JDBI with them annotations

waxen panther
#

What did you end up using for kotlin

heady spear
#

for what?

ancient bolt
#

Jdbi is the way to go

heady spear
#

I use JDBI in kotlin too

ancient bolt
#

It's dope

waxen panther
#

Yeah nice

#

You were talking about others the other day, wanted to know what you decided on

heady spear
#

ah ye I was just checking out some stuff

#

my book raved about exposed so I looked into that

#

but I like the jdbi annotations :'')

cosmic raft
#

there are like... 2 things I want from Java

waxen panther
#

are you doing the jdbi way where you do the annotations on interfaces and it makes them@for you

cosmic raft
#

import com.example.Foo as Bar; - import aliases
public boolean active?() / public void clear!() - ability to use ? and ! in method names (like ruby)

ancient bolt
#

I do them both

waxen panther
#

Lmao, what would you use the ? And !’s for

#

blows me away that import aliasing isn’t in java though

ancient bolt
#

Interfaces are good for bigger queries where you put them in files on the classpath

#

The direct API is nice for smaller things

cosmic raft
#

? = returns boolean
! = dangerous

#

like in ruby

waxen panther
#

I’ve only don’t the direct way so far

#

Done **

#

My phone really acting up@today

ancient bolt
#

Set the sqlobjext as an onDemand extension + hikari for optimal performance

#

It'll ask hikari for a connection every time, allowing hikari to cache them as it should

vestal jasper
#

private void ???????()

ancient bolt
#

In general don't use 2 caching layers on top of each other. Jdbi says onDemand is more expensive but if you're already using hikari like you should be then that probably isn't true

waxen panther
#

I’m just using hikari atm, admittedly I haven’t looked much into sql performance though

potent warren
waxen panther
#

Reee it has a background whhyy

mossy vessel
#

cute lil doggo

limber knotBOT
#

broccolai ? epic ?

void void
#

Will we have a channel for skript development here.in this Discord?

#

Or it will never happen

limber knotBOT
#

no ty

void void
#

Sad 😭

mossy vessel
#

🚮

olive marlin
#

If you need help using skript, that means you are going complex enough that you should write a plugin instead.

mossy vessel
#

There are already a variety of skript servers you can use for help.

limber knotBOT
#

whee, "Security" section of a spec mentions "MD5" in the first sentence

olive marlin
#

Does it say "Never use MD5 because you can crack it in seconds"?

waxen panther
#

proximyst- very epic broccoLaugh

limber knotBOT
#

no, bloodstone

coarse lily
#

Oof.

potent fossil
#

just opened vim for the first time after i installed some code highlighting and it's quite pretty

waxen panther
#

Ur quite pretty

potent fossil
#

no u

untold copper
waxen panther
#

did you used to be pink or am I tripping

untold copper
#

I am still pink

#

but in timeout

ashen cliff
waxen panther
#

lmao

#

why are you in timeout

untold copper
#

idk kashike put me

#

🤷‍♂️

waxen panther
#

we love kash

mossy vessel
quasi valley
heady spear
#

yay we're done with our SQL injection

twin lagoon
#

kashike PeepoClapHappy

waxen panther
#

ur insane city

#

broccoLaugh 👉

potent fossil
#

where kneny

visual egret
#

valorant is wayy more fun than cs

#

i say as someone who has played cs for about 4 years

#

but im bad at cs so does it really matter

limber knotBOT
#

no

waxen panther
#

you were alive 4 years ago?

heady spear
#

there are 2 and a half back then

vernal moth
#

mmmmh

#

I get random requests to /inform on localhost:8080

#

anyone any idea what that could cause?

visual egret
#

system32

#

delete it

limber knotBOT
#

joke on you, he's using a mac

visual egret
#

delete /boot

#

works for both systems

vernal moth
#

L M A O

#

its my ubi ap

#

keeeeek

#

{Accept=[/], Expect=[100-continue], Content-Type=[application/x-binary], Content-Length=[4381], User-Agent=[AirControl Agent v1.0], Host=[192.168.178.34:8080]}

visual egret
#

mini whats a "ubi ap"

vernal moth
limber knotBOT
#

why the hell does that access the 8080 port?

#

its searching for a controller I think

#

and just generally service discovery

#

aha

visual egret
#

why is that located at 8080...

waxen panther
#

why not

visual egret
#

shouldnt it be using like something that isnt a dev port?

limber knotBOT
#

It's the default http or https I think

visual egret
#

what no

#

http 80 https 443?

potent fossil
#

oskar is just trying to be in the convo but is having trouble

visual egret
#

what

potent fossil
#

8080 is not specifically a dev port lol, it's alternative http

waxen panther
#

8080 is http alt

#

yeah

potent fossil
#

just like 8443 is https alt

visual egret
#

ah

waxen panther
#

devs just use it for dev cuz it’s convenient ig

#

Personally I hit my numpad until I get a nice numbers

#

jk who owns a numpad

vernal moth
#

8080 is app web port, since 80 is used by webservice/reverse proxy

limber knotBOT
#

Yeah, 80 requires some more permissions on some systems

vernal moth
#

8080 is default port for any web app

vernal moth
#

do you know what time it is?

#

Pizza time!

visual egret
#

max port is 32bit unsigned, right?

potent fossil
#

no lol

visual egret
#

oh

potent fossil
#

16 bit unsigned

visual egret
#

so this 65535

potent fossil
#

mhm

mental meadow
#

Mini i hate u

heady spear
#

that looks better than the pizza I had

#

it was dry and weird

#

still good tho bcuz pizza

visual egret
#

🍕

waxen panther
heady spear
#

r u calling me weird

#

dry i can take

#

but weird ?!?!

#

no wait nevermind dry is worse than weird

#

im wet

#

ok i hate u

mental meadow
#

Moist

#

But yeah that looks really tasty

potent fossil
#

City has a dry bussy, he said it

waxen panther
#

hehe

vernal moth
#

aahh

#

that was good

#

now am sweaty at hell tho cause it was so hot and spicy

potent fossil
#

Did you eat the entire pizza

vernal moth
#

no just one slice

#

obviously

potent fossil
#

obviously

heady spear
waxen panther
#

how to pronounce: broccolai is epic

heady spear
potent fossil
visual egret
heady spear
#

stop simping it's embarrassing

visual egret
#

why would i tier 3 sub

ashen cliff
#

You can't say "simp" anymore, you have to say "Tier 3 Sub".

visual egret
ashen cliff
#

49152 - 65535 Dynamic and/or Private Ports

#

You can.

#

As stated dynamic.

visual egret
#

should*

worn ember
visual egret
#

mines nowhere

worn ember
#

had to drag the corpse of my deceased horse out first, that wasnt a fun experience

#

poor bugger was even more ancient than me

ashen cliff
#

Did you at least eat it?

worn ember
#

no its under a cover next to the front door

#

they'll come pick it up tomorrow

potent fossil
#

sorry for your loss

worn ember
#

thanks, i mean, he's been here my entire life, so kinda weird to have him gone

potent fossil
#

same for my dog i lost in october

worn ember
#

yeah :/

#

it sucks

limber knotBOT
#

My condolences, Ded :/

potent fossil
limber knotBOT
#

😳

potent fossil
#

b i r b

limber knotBOT
#

super epic birb at that

#

which birb didst thou receive?

#

a birb meme

potent fossil
#

waw

visual egret
left swift
#

Yo

ashen cliff
#

And we just nuked SMS OTP, very nice.

limpid comet
#

hello everyone

worn ember
#

sup rtp clone

limpid comet
#

jeez ded i was just reading what happened

#

that sucks

#

🙏

worn ember
#

its life, he had a wonderful life (at least i hope so)

limpid comet
#

yeah, that's what matters

worn ember
#

29 years old for a pony isnt so bad 😉

limpid comet
#

damm

#

live on a farm?

worn ember
#

well not really a farm but we have a bunch of animals

limpid comet
#

that's cool

#

animals r pog

worn ember
#

yeah its fun

#

everything has its time tho

limpid comet
#

yeah unfortunately

worn ember
#

my parents always said, dont get an animal if you cant let it go

limpid comet
#

those are some good words

#

when i was like 13 we had to put down our dog, the lad was an absolute unit

#

lives way longer than an Alaskan malamute should and at the end he was clearly in constant pain

worn ember
#

yeah, at that point you have to make the decision to let go, dont let them suffer cuz you cant let go :p

limpid comet
#

yeah exactly

#

like a week after we got a cat, it was too weird to not have an animal around

worn ember
#

we always have at least 2 dogs, so they're never alone, once they're getting old we usually get a third so they can raise is properly

limpid comet
#

that's cool, seems like you got the whole dog thing down pretty good

#

we always consider getting spot a kitten or something but she doesn't really like interacting with other cats in our experience

worn ember
#

hmm, yeah idk much about cats tbh, we have a few running around the place but they're not allowed inside

#

my moms alergic

limpid comet
#

spot lives the domesticated inside life 😔

worn ember
#

ours live in the barn where we store the hay

limpid comet
#

she got out once and instead of wreaking havoc around the neighborhood she just sat outside the door meowing until someone realized

#

u definitely live on a farm

worn ember
#

lmao

#

well we dont do any farming, so no xD

#

or neighbors are farmers tho

limpid comet
#

spoken like a true farm boy

#

everyone in my town is a farmer except me

#

my friend sells potatoes to lays 😎

worn ember
#

nice

potent fossil
#

bluely, the hillybilly programmer

limpid comet
#

more accurate than you'd think

worn ember
#

i used to be such an outside guy but since i was like 14 i grew to love computers and programming and basically never go outside anymore

limpid comet
#

yeah that happened to me

#

i used to play sports and shit wtf:pensive:

worn ember
#

good old times my friends loved coming over cuz we had so much room to mess around in

#

we used to build hay forts

twin lagoon
#

@minor badge stinky

worn ember
#

dig tunnels in our back yard and stuff

limpid comet
#

yeah tbh sounds like that would've been an incredible squad location

worn ember
#

ive built dirt bridges strong enough to walk over KEKW true engineer

limpid comet
#

ill be sure to get in touch when i need a dirt bridge expert

warm anchor
#

You telling me ded favorite pastime is to dig a hole?

limpid comet
#

explains a lot tbh

cedar spade
#

Imagine going outside

potent fossil
#

imagine imagining

limpid comet
#

imagine saying imagine

potent fossil
#

imagine being bluely

limber knotBOT
#

wtf @michale

limpid comet
#

uncalled for

untold copper
#

easy villagers

#

its pog

left swift
#

Imagine being simp

untold copper
#

bruh

potent fossil
#

imagine saying that slur - twitch

limpid comet
#

wtf simple u stole my joke

left swift
#

Slur lol

potent fossil
#

You have been banned from Twitch

mossy vessel
#

Twitsch

left swift
#

Where will I simp now

limpid comet
#

onlyfans

olive marlin
#

OnlyPurrs?

#

You guys don't like Rory?

left swift
#

There be only 1 cat I simp for

potent fossil
#

Kitties are innocent and do not deserve a website like that

left swift
#

Inb4 twitch ban karen and chad next

worn ember
warm anchor
#

Tfw going to ded house and find sus holes in his basement HaatoShaking2

formal forge
#

Ayyy is there a way to seperate the playerdata from World folders?

#

so it would be independant from world resets

potent fossil
#

just back up the playerdata folder?

limpid comet
#

kinda, i mean technically you could just copy the playerdata folder over

heady spear
#

Does the java file system have problems with symbolic links? Otherwise I guess you could use that :3

#

Do you would need to keep setting that up

#

Ooooor when resetting the world, don’t remove the entire world folder

#

Just the region files 🧠

potent fossil
#

p much that

left swift
heady spear
#

Fuck off I just woke up ok

#

I’m trying to actually help ppl for once

#

And this is the shit I get

#

:(((

left swift
#

It's ok city

warm anchor
#

Lol

#

My brain hurts a little reading that

worn ember
#

anything city says hurts my brain lol

formal forge
#

Uhm, i had a logo infront of my motd

#

Since i swapped the hardware it got removed

#

(i wasn't the one who did it) so how to make it reappear? x)

olive marlin
#

You create server-icon.png in your server root folder.

formal forge
limpid comet
#

yeah, nice indeed

#

love to see it

olive marlin
#

I didn't see it because IDCAC is pog and haven't seen the stupid cookie prompts in a long time.

#

But it's nice anyway.

formal forge
#

All my mobs are frozen, no console message or anything

#

any clues?

#

Only the ones that spawned on themself

#

if i spawn one with a egg, they behave normally

olive marlin
#

Go to #paper-help - but probably have some anti-lag plugin which removes mob brains.

formal forge
#

we had those

#

but not anymore

limpid comet
#

ghosted by Discord

limber knotBOT
#

what did you contact them about? 👀

sharp sentinel
#

That’s the most professional message I’ve seen from them

ashen cliff
#

Nothing much.

#

Just doing my duty and reporting 5 INVITE = FREE MINECRAFT OP servers.

#

Daily.

limber knotBOT
#

should've found a way to frame it as GDPR violating ;D

#

oof, you gotta love random US government websites that don't have SSL

#

oh, that's the same website that we made fun of here (I think?) already: The Trademark Electronic Search System xD

sharp sentinel
#

Wait have they actually made their report messages not awful finally?

#

I reported something very serious a little while back, and got some uwu message about wumpus commanding magical elves or whatever

ashen cliff
#

No. They are still awful, saying nothing.

limber knotBOT
#

awful corpo lingu and not gamer lingu anymore though

sharp sentinel
#

Yeah to me that’s a lot better at least

#

When you’re reporting something rather serious, getting a uwu message back feels super sketchy

meager tusk
sharp sentinel
#

Like complete tonal difference

ashen cliff
#

Looking back, all of my latest reports got the "Reply" msg, only 1 actually got something "done".

warm anchor
#

The one you get is the automatic message so it sounds more professional krusic lol

magic river
ashen cliff
minor badge
#

@twin lagoon 😳

twin lagoon
visual egret
#

im back

#

hi

#

nobody missed me

spiral garden
#

damn it, testing plugin functionality is annoying as hell

limpid comet
#

haha

#

yeah

#

edgecase upon edgecase