#dev-general

1 messages · Page 411 of 1

quiet depot
#

yep

ocean quartz
#

Huh?

half harness
#

and since its 1.16 it takes like 2 minutes to restart

old wyvern
#

Or better yet

half harness
#

which is too long

old wyvern
#

be the vision guy

#

remake the jvm

half harness
#

🥲

prisma wave
#

YES

old wyvern
#

KJVM

quiet depot
#

it's just extremely difficult to implement, and there's no easy way to force it in the event developers don't implement their disable functionality properly

half harness
#

haskell vm

old wyvern
#

What about a virtual machine specifically for lambda calculus

#

🥲

quiet depot
#

nah

old wyvern
#

Compile haskell to it

quiet depot
#

make docdex in haskell

old wyvern
#

Ill try xD

quiet depot
#

see if u guys can make it perform better than my java ver

#

no copying though :>

prisma wave
#

Afaik they're pretty comparable in terms of speed

quiet depot
#

go through the same research process I did

old wyvern
#

I dont think I can really copy much

ocean quartz
#

How does haskell compare in speed to go and rust?

hot hull
prisma wave
#

Definitely not as fast as go or rust

old wyvern
prisma wave
#

Yeah

hot hull
#

Rust go brrr

old wyvern
#

The compiler tho

prisma wave
#

Sadly laziness and recursion does have some overhead

old wyvern
#

Takes so fucking long

ocean quartz
#

Ah, then lets write docdex in go

#

I should try making something in go to learn it a bit

prisma wave
#

the HelpChat JVM featuring:

  • Haskell on the JVM
  • Fast SQL based GC
  • plugman for any jar file
  • Elara (still in development)
old wyvern
#

Elara could be a haskell on the jvm

#

or pretty close

prisma wave
#

😮

old wyvern
#

Any luck with the doc?

#

bm >>= print

prisma wave
#

I did some

old wyvern
#

Brister Monad

prisma wave
#

😮

#

Anyway

#

HackDex

quiet depot
prisma wave
#

Where do we start

quiet depot
#

but I wanted docdex to actually be good so I wrote it in a language I know

prisma wave
#

Go is fast

#

Not quite Rust or C fast

old wyvern
#

We need to brak down the hackage structure first ig

prisma wave
#

But very fast

ocean quartz
#

Understandable yeah

prisma wave
#

Yeah

old wyvern
#

or do we do go like matt said?

prisma wave
#

nah

#

Haskell for Haskell

quiet depot
#

brainfuck

prisma wave
#

i wanna try making something that's actually useful in an FP lang anyway

quiet depot
#

just a reminder docdex is actually an api, the discord bot is merely an example implementation

old wyvern
#

hmm

prisma wave
#

yeah

#

okay so hackage seems to serve stuff in JSON

old wyvern
#

Im still having ptsd from usign Aeson

prisma wave
#

Which makes things easy

hot hull
#

website for that is what we need

quiet depot
#

for what frosty

old wyvern
#

Ok so we dont need to parse pretty much anything

prisma wave
old wyvern
#

We just need the bot then

#

xD

prisma wave
#

yeah that makes stuff a lot easier

old wyvern
#

Still

#

Aeson

#

🥲

prisma wave
#

🥲

#

we can suffer together

old wyvern
#

haskgang

oblique heath
#

haskool

quiet depot
#

okie guys

#

how would we describe code that fails to implement the concept of encapsulation

forest pecan
#

shit

quiet depot
#

like usually I'd say "Doesn't follow the single responsibility principle"

obtuse gale
#

😬

quiet depot
#

but it doesn't make sense to say "Doesn't follow the encapsulation principle"

prisma wave
#

"not encapsulating logic or data"?

forest pecan
#

im so deadddd

old wyvern
#

"Does not hide internal implementations"

quiet depot
#

prefer that one

#

but I need to specifically mentioned encapsulation otherwise they'll have no clue what to search for

forest pecan
#

Oh are you talking about public methods that should be private cause they are internal functions

quiet depot
#

will just chuck a (Encpsulkation) at the end

quiet depot
forest pecan
#

Ah

#

Ic

quiet depot
#

java's PreparedStatement should be stored as a constant right?

prisma wave
#

it's mutable i think

#

so probably not

#

if you mean a global constant

frail glade
#

So apparently md5 started adding support for runtime dependencies in bungeecord

prisma wave
#

😮

quiet depot
#

I thought the point of them was that they were immutable, and had variables which could be substituted in when needed

#

I don't know though

obtuse gale
#

don't you use those in try-with-resources?

quiet depot
#

I've literally never used preparedstatements in java

frail glade
#

Or at least something to that effect

quiet depot
#

that's cool

old wyvern
prisma wave
#

man took pdm and added lombok to it 🤢

oblique heath
#

i thought PreparedStatements just offered an easy way to pass sterile user input into sql queries

forest pecan
#

bro that arrow code

quiet depot
#

or it does, but behind the scenes

#

I don't interact with them

#

handles it all for me

old wyvern
#

Also, I think could be used as constants as long as the class executes then as long as they set the parameters ig

old wyvern
obtuse gale
#

afaik you use them in try with resources like so

try (Connection connection = ...) {
  // ...
  try (PreparedStatement statement = connection...) {
    // ...
  }
  // ...
}
quiet depot
#

not could be, I need to know if they're meant to be

#

if they're meant to be used in a try with resources I'll mark on that then

forest pecan
#

i dont recall using sql in mine

#

i think im good

quiet depot
#

urs is accepted 4head

forest pecan
#

lmfao

#

3head

quiet depot
#

the precompiled keyword is what made me assume it's meant to be held as a constant

#

but since it's autocloseable, fefo is right

obtuse gale
#

I have no clue lol

#

because they are bound to the connection afaik

quiet depot
#

So if the connection is in a try-with-resources, would that be fine?

obtuse gale
#

"that" being..?

quiet depot
#

ah right

#

that being the preparedstatements not being in a try with resources

old wyvern
#

Closing connection closes the prepstatements too I think

#

Yea

forest pecan
#

Oh thats Bluetree

#

Thats definately blue_tree

obtuse gale
#

oh yeah in there it's fine I believe

#

I assume they .execute later?

forest pecan
#

Bro therees no way in hell that isn't Blue_Tree lol

obtuse gale
#

like at the end of the line

quiet depot
#

lol how do you know pulse

forest pecan
#

Dude

#

His plugin its ass

quiet depot
#

code wise or functionality

forest pecan
#

Its called DiscordSRVUtils

#

lol

old wyvern
#

Its need to be executed before ending the try with resources

forest pecan
#

u wanna see the code

quiet depot
#

pulse I'm looking at the code right now

forest pecan
#

he copied Lucyy's code at renamed the mit license

obtuse gale
#

could've used batched execution though, not crucial but still

forest pecan
#

lucyy ended up filing a dmca on him

quiet depot
#

lol

obtuse gale
#

well if you don't know any better.

forest pecan
#

he ended up taking it down

#

his code is known to uh

#

be not good

#

i will just say that

quiet depot
#

yeah he's getting denied

#

just making the list

obtuse gale
forest pecan
obtuse gale
#

yeah that's him lmaooo

forest pecan
#

Literally him

#

lmao

#

piggy look at this

#

lol

quiet depot
#

I am looking at that

forest pecan
obtuse gale
#

wildcard imports 🤢

forest pecan
#

I actually hate wildcard imports as well

quiet depot
#

man has a task called "Lag"

forest pecan
#

XD

obtuse gale
#

lol

quiet depot
#

Thread.sleep(50) incoming

forest pecan
#

lmfao

obtuse gale
#

IT'S HUGE

forest pecan
#

ikr

obtuse gale
#

SRP goes brrrrrr

forest pecan
#

i found the part

#

that piggy pointed out

#

lol

#

he isn't even in the discord anymore

#

lmao

quiet depot
#

oh

#

fr

forest pecan
#

oh wait nvm

#

he is

#

@ BlueTree242

obtuse gale
#

lol

prisma wave
#

@old wyvern ive looked through the hackage api and i cant find any method of getting the actual documentation lol

forest pecan
#

He said he coded 1.2k plugins

#

lol

prisma wave
#

so we might have to parse the source ourself

forest pecan
#

on a spigot thread

obtuse gale
quiet depot
#

bm is this for docdex?

prisma wave
#

hackage just provides tarballs of the source code + versions and stuff

#

yea

obtuse gale
#

there is no way in hell for all eternity someone coded more than 1.2k spigot plugins

quiet depot
#

that's not an option

#

web scraping is the only option

prisma wave
#

how come

quiet depot
#

not all of the javadocs it does are for open source projects iirc

prisma wave
#

what

quiet depot
#

lots of plugins and projects that aren't open source have apis

prisma wave
#

oh good point

obtuse gale
#

lol there's this guy in the M.O.S.S. discord that's hyped for PEX v2 release, and says he doesn't use LuckPerms because "I don't like the name"

prisma wave
#

although i don't think there's gonna be much haskell code with public documentation but closed source

quiet depot
#

o lol

#

I didn't think that through

#

was thinking your haskell project was gonna index javadocs

prisma wave
#

nah lol

quiet depot
#

should just pr haskell support to docdex

prisma wave
#

no point in reinventing the wheel

#

that's boring tho

quiet depot
prisma wave
#

touché

#

We could make the api and then PR a frontend into docdex

quiet depot
#

I gotta work out a nice way to abstract different languages first

ocean quartz
quiet depot
#

wtf

#

no I don't

#

i'm so stupid

#

there literally doesn't need to be an abstraction layer between different languages

#

bardy that makes implementing kotlin significantly easier btw

jovial warren
#

oh btw, I'm sure one of you here can answer this: I'm just a little confused on working with @Contract, what exactly counts as "pure"?

prisma wave
#

being a pure function

jovial warren
#

I know it's a pure function, but what exactly does it mean by "no side effects"

quiet depot
#

no state changes or io

jovial warren
#

if these functions all call copy, that doesn't count as a state change right?

prisma wave
#

thats fine

jovial warren
#

okay

prisma wave
#

it's not mutating anything

#

i think that's the most general definition

#

IO is a mutation

half harness
#

iirc pure = doesn't change anything outside of the function sorta

prisma wave
#

yeah

#

a pure function doesnt interact at all with the outside world

half harness
#

so 1 and 10 callings of the method won't be a difference

prisma wave
#

referential transparency 😌

jovial warren
#

okay so every function in Vector is pure then I guess, since every attempt to change state creates a new object

prisma wave
#

yes

#

it's usually obvious if a function isn't pure

quiet depot
#

bm u using kde plasma rn?

prisma wave
#

not atm

jovial warren
#

currently adding a Position interface to abstract away everything common between Vector and Location, which I think will be nice

prisma wave
#

ive been on i3 for the past few months

quiet depot
#

damn

prisma wave
#

why?

quiet depot
#

actually I don't think that changes anything

#

do u have an nvidia gpu?

prisma wave
#

yes

quiet depot
#

noveau or prop?

prisma wave
#

uh

#

noveau i think

#

cant remember

quiet depot
#

if you don't know it's probably noveau

prisma wave
#

yeah

quiet depot
#

this is so annoying

jovial warren
#

also using @Contract over Kotlin's contracts because the former is better for this situation I think

quiet depot
#

there's a bug with nvidia prop

prisma wave
#

o

quiet depot
#

desktop effects lag

prisma wave
#

why not use noveau

quiet depot
#

because I play games

prisma wave
#

🥲

#

ic

jovial warren
#

Kotlin's contracts are for talking to the compiler, but @Contract is for talking to IJ isn't it?

prisma wave
#

what dekstop effects?

quiet depot
#

all of them

#

they perform terribly with prop

#

I don't think it's an issue unique to plasma, I think it happens on all distros

prisma wave
#

huh

jovial warren
#

oh yeah, pig

quiet depot
#

can't remember exactly

#

it's a definite on kde plasma though

jovial warren
#

how's DocDex coming along?

prisma wave
#

did this start recently?

quiet depot
#

nah it's been like this for ages

#

I read it up online and apparently it's a known bug

prisma wave
#

ah damn

#

i was gonna suggest downgrade

forest pecan
#

do you get feedback if you get accepted or is it like aight you got accepeted

prisma wave
#

you dont get any

forest pecan
#

kk

prisma wave
#

afaik

#

i didnt

forest pecan
#

Yea

quiet depot
#

just searched it up

#

I think it's just a plasma/nvidia issue

prisma wave
#

oh weird

quiet depot
#

supposedly nvidia devs aren't willing to work with kde to fix it

forest pecan
#

lol

prisma wave
#

surely kde devs could fix it with enough time

#

but that sounds about right

#

nvidia on linux are kinda scummy

quiet depot
#

I'm sure kde are still working on it

#

just takes time with no cooperation

prisma wave
#

yea

quiet depot
#

anyway most of my desktop effects are bareable now

#

tinkering with kde & driver settings got it to a usable state

#

only thing that still fucks it over is notifications which do a little lag spike when they come through

stuck harbor
quiet depot
#

supposedly amd are good to linux

#

so if I ever need to replace my 2080ti will go for amd

stuck harbor
#

@quiet depot yeeees

#

yeeeeees

quiet depot
#

so iwanio

#

r u full sublime now

#

or still having shameful sex with emacs

stuck harbor
#

i seem to be going the way of sublime text

forest pecan
#

emacs uses condoms

#

emacs bad

#

sublime no condom

#

sublime good

stuck harbor
#

vim uses a banana peel

#

which works cause vim smol pepe

forest pecan
#

Notepad uses a balloon

quiet depot
#

so iwanio I was looking at licensing today

stuck harbor
#

mad

quiet depot
#

and apparently their licensing stuff is different now

#

it's not dependent on major version

#

u just buy it

#

it lasts 3 years

#

and u get updates for 3 years

#

new major versions included

stuck harbor
#

thats fun

#

i might get then

quiet depot
#

u get st 4 alpha access if u do

frail glade
#

sublime text...?

quiet depot
#

ye

stuck harbor
#

yes

frail glade
#

Ahh

prisma wave
#

it's like $80 right?

stuck harbor
#

yeah

quiet depot
#

ye

frail glade
#

Reminds me on WinRar. You don't have to buy it but they constantly remind you.

prisma wave
#

oof

quiet depot
#

ye infinite trial waffle

#

fun fact sublime is australian

#

good stuff is made in australia

forest pecan
#

fly me there

#

tired of covid

stuck harbor
#

man wales is lifting so many restrictions

#

much fun

obtuse gale
#

piggy where'd my request go ;-;

forest pecan
#

australia literally has no covid cases

#

lol

frail glade
#

They just or are in the process of emergency stopping the J&J vaccine.

forest pecan
#

it had only like 600 at max

quiet depot
#

what request

frail glade
#

News broke a few hours ago on that.

obtuse gale
#

dev role request?

quiet depot
#

it's next

obtuse gale
#

oh fuck

stuck harbor
#

read thus

prisma wave
forest pecan
#

Fefo get your final commits in

#

quick

prisma wave
#

just like the good old days

obtuse gale
#

I'm so dead

stuck harbor
#

pubs won't be open for a few more weeks in wales sadge

quiet depot
stuck harbor
#

but soon

quiet depot
#

I didn't think australia had j&j vaccines

frail glade
#

Afaik America so far.

prisma wave
#

shame

#

they're open to us but only outside

quiet depot
#

I think australia is stopping that astrozeneca one because of blood clots or something

#

idk

#

I don't really know anything about this shit

#

cube is more in touch with the world than I am

stuck harbor
#

people are blocking the bri'ish vaccine

#

sadge

quiet depot
#

i'm just a programmer that doesn't go outside

frail glade
#

That's why America is stopping J&J

forest pecan
#

isnt cube an artist

stuck harbor
#

a bunch of people 'round these parts get pfizer

steel heart
quiet depot
#

cube is an artist and pretty much my sole source of what's going on in the world

old wyvern
#

Yea im on pfizer as well

quiet depot
#

because I don't watch or read the news

stuck harbor
#

i have no vaccines hehehehe

forest pecan
#

me neither

stuck harbor
#

im at such little risk lol

steel heart
#

Wait pulse developer?

stuck harbor
#

i have no medical conditions

frail glade
#

Ever since Biden hit office, the news has been boring imo.

stuck harbor
#

im yung

#

meh

steel heart
#

Congrats Pulse

stuck harbor
#

i don't need a vaccine paticularly

old wyvern
stuck harbor
#

thats a good thing imo

old wyvern
#

#reelectTrump?

prisma wave
#

dw we've got titanic to keep us entertained

stuck harbor
#

im used to bbc news with their monotonous news reading

old wyvern
#

😂

stuck harbor
#

and today the prime minister did something. now we will have a bunch of people talk about it in such careful terms 'cause we can't be biased

old wyvern
#

Everyone is biased

stuck harbor
#

and?

old wyvern
#

And bjasy

onyx loom
#

lol bbc received the most complaints in british tv history the day prince phillip died because they switched off british bake off and other shows for prince phillip coverage

stuck harbor
#

just have an equal amount of biased people frm all sides

stuck harbor
#

they just get complaints all the time

#

no difference

old wyvern
#

bbc

prisma wave
#

everyone complains about the bbc

old wyvern
#

Aptly named

prisma wave
#

🥲

stuck harbor
#

and still

old wyvern
prisma wave
#

the SFW bbc came first

stuck harbor
#

like 90% of brits trust the BBC

#

which is funny

onyx loom
#

bbc bad

old wyvern
prisma wave
#

i think the bbc is still better quality than most other news providers

stuck harbor
#

its obv that the conservatives are making it more right wing, which ngl is fair

#

the bbc has been quite left biased recently

prisma wave
#

has it

stuck harbor
#

even tho im a proper leftie, i dont like that

obtuse gale
#

why didn't it get deleted 🥲

old wyvern
stuck harbor
prisma wave
#

oh

#

like what

stuck harbor
#

their comedy especially

#

basically all of their comedy shows are blatantly left wing haha

old wyvern
#

#politics-general

stuck harbor
#

their new director be like noh

prisma wave
#

isnt that the bbc trend tho

#

shows are left biased, news is right biased

#

or maybe the other way around

#

or maybe that's just who complains about it

onyx loom
#

bruh thonking

old wyvern
#

What?

onyx loom
#

congrats on knowing the queens husbands name

old wyvern
#

Oh that person

#

Tf was the queens name again?

prisma wave
#

Simon

old wyvern
#

Victoria?

old wyvern
prisma wave
#

elizabeth lol

onyx loom
#

yugi living in 1800?

old wyvern
#

Oh

#

😂

prisma wave
#

Queen Simon and King Rich 🤤

old wyvern
onyx loom
#

😂

old wyvern
old wyvern
wet crown
#

Hello, it's possible to test VoteParty ?

old wyvern
onyx loom
#

testplugins server?

old wyvern
#

Try throwing one

prisma wave
onyx loom
wet crown
old wyvern
#

Whats your password, ip ect...?

old wyvern
prisma wave
onyx loom
#

fuck sake

prisma wave
#

lmao

onyx loom
#

u beat me to it lmfao

prisma wave
#

the exact same

wet crown
#

Is it normal that it redirects me to wikipedia-like links ?

quiet depot
#

it's a joke

old wyvern
#

Clearly not

#

It must be calling for you

quiet depot
#

you can test voteparty there

old wyvern
#

Take on the call of fhe haskell

prisma wave
#

no i mean what did it redirect to

old wyvern
prisma wave
#

i think there might be a bug

wet crown
#

wikipedia

prisma wave
#

oh?

old wyvern
#

Wha

onyx loom
#

wikipedia?

prisma wave
#

what page on wikipedia?

old wyvern
#

Paeaieadieaeaea

#

Simon Peyton Jones

#

Richard Hickey

wet crown
prisma wave
#

o shoot i gotta add rich hickey

#

ok thanks

onyx loom
#

if u know this download u know 🥲

prisma wave
#

lmfao

#

youve got that on your pc now

onyx loom
#

😳

old wyvern
#

Got what?

prisma wave
#

keep refreshing until you get it 😉

onyx loom
#

^^

old wyvern
#

Uh

#

Porn?

#

Tf is it

#

😂

prisma wave
#

yeah pretty much

onyx loom
#

close enough to it

old wyvern
#

Ah

static zealot
#

screaming noises?

onyx loom
#

maybe

old wyvern
#

What is it actually?

prisma wave
#

perhaps

old wyvern
#

Send the file here plz kal

onyx loom
#

depends what u class as screaming noises

old wyvern
#

Moaning

prisma wave
onyx loom
obtuse gale
#

Why should I use HTML5 tags like <article> over normal <div> tags

static zealot
prisma wave
#

ikr

old wyvern
#

Ah

#

Classic simon

prisma wave
#

we have rich hickey now too

static zealot
#

I'm just gonna put this on my second screen and play it on repeat

old wyvern
#

Shall I prepare one for rich too?

prisma wave
#

absolutely

static zealot
#

yeah I saw it

#

before

#

when piggy pinged it

forest pecan
#

lol

static zealot
#

pinned*

#

windows mp4 player doesn't have a repeat function. fuck

#

I need to find another one

static zealot
#

oh nvm it does

prisma wave
#

added this too

static zealot
#

its just hidden

prisma wave
#

lol

static zealot
quiet depot
#

lol

prisma wave
#

😩

static zealot
#

gonna play it as a 360 video as well lmao

distant sun
obtuse gale
quiet depot
#

I wish there was something os like wombo

prisma wave
old wyvern
#

Piggy

static zealot
#

OMGGG

old wyvern
#

Can you another eye thing for rich?

quiet depot
#

post pic

obtuse gale
#

but there is essentially no difference between the tags?

old wyvern
#

Normal is not creepy enough

obtuse gale
#

I could use <article> for everything?

static zealot
#

nooo it failed. fuck time to make again

#

This is to beautiful

prisma wave
#

they're mostly for clarity

quiet depot
#

@old wyvern post pic pls

old wyvern
half harness
#

what is that

prisma wave
#

😍 🤤

quiet depot
#

this is human

old wyvern
#

The great rich hickey

ocean quartz
old wyvern
#

Oh wait lemme find another one

half harness
#

tier 5 should have nick perms

prisma wave
#

almost as great as simon

forest pecan
ocean quartz
#

No

#

Boost if you want

prisma wave
#

tier 8 should have nick perms

forest pecan
#

when i reach tier 5 i want something other than timers 🥲

half harness
#

spending money on a chat app 🤢

static zealot
#

Ok this fails for some reason but please guys open that mp4 file in windows media player and play it as a 360 degree video

#

please

old wyvern
prisma wave
#

what a photo

ocean quartz
static zealot
#

lmao

ocean quartz
#

Have you never done commissions?

half harness
#

o

#

-_-

ocean quartz
#

Touche

static zealot
#

ok I think it actually will work this time

half harness
ocean quartz
#

Neither does discord

half harness
#

okay but how much work is changing perms for tier 5

#

like 1 minute

#

how much is filling a commission

#

1+ days

ocean quartz
#

It's not about changing permission, it's about rewarding boosters

forest pecan
#

Matt is only saying it cause he can nick 🙂

#

/s

static zealot
#

here you go boys

ocean quartz
#

I can't lol

static zealot
forest pecan
#

lmfao

old wyvern
ocean quartz
#

Blitz is booster

forest pecan
#

oh

#

lmfao

static zealot
#

that is so beautiful

#

I'm going to cry

prisma wave
half harness
#

do u have perms to change other ppl nicks

static zealot
#

lmao

prisma wave
#

whyd you delete it

quiet depot
prisma wave
#

uh oh

distant sun
#

I have perms to ban people if you are interested @half harness

old wyvern
#

Perfect

half harness
#

uh oh

static zealot
#

yeah he wants to get banned

forest pecan
#

ban!

old wyvern
#

can you ban yourself?

forest pecan
#

😮

half harness
#

ban @distant sun

forest pecan
#

Lemmo literally kicked me before lol

old wyvern
#

Really?

half harness
#

o

old wyvern
#

xD

forest pecan
#

Yeah

old wyvern
#

What happened?

forest pecan
#

He thought I was annoying

#

I wasn't spamming or anything

half harness
prisma wave
#

?

forest pecan
#

you know you dont have to create walls lol

old wyvern
static zealot
forest pecan
#

ikr lol

half harness
#

👀

static zealot
#

They maybe have a single image for the entire menu

#

and instead of custom modeled items its just a custom font that uses images and placed in the title

old wyvern
static zealot
#

and then invisible items inside

old wyvern
#

jeez

forest pecan
half harness
#

lol

old wyvern
quiet depot
#

very scuffed

static zealot
#

yeah the other one was better

old wyvern
#

I think another photo would have looked better

#

lemme try another one

#

can you do this piggy?

quiet depot
#

is this originrealms?

old wyvern
#

make the eyes bigger maybe

frail glade
#

Sounds like it.

static zealot
quiet depot
old wyvern
quiet depot
#

you guys should post this in a clojure circlejerk server

#

or subreddit

half harness
#

sToP sPaMmInG

old wyvern
#

xD

#

None of these match the level of the original

#

Lord Simon The First

quiet depot
#

post original

old wyvern
quiet depot
#

jeez

prisma wave
#

Classic

old wyvern
#

Bridget mitten

#

Which discord is that?

#

Cant find that message there

half harness
#

nvm

old wyvern
#

why delete the message

half harness
#

lol

old wyvern
#

lol

static zealot
half harness
#

so that bm doesn't see it

old wyvern
#

I want nick perms 🥲

quiet depot
#

boost

half harness
#

me too 🥲

old wyvern
#

Nitro oof

half harness
#

imagine paying for a chat app smh

old wyvern
#

I either need to get my friend to use his paypal or make a damn pan card

static zealot
#

you can just boost

prisma wave
old wyvern
#

ah

old wyvern
static zealot
obtuse gale
old wyvern
#

🥲

half harness
half harness
quiet depot
#

what is a sleep app

static zealot
#

its the best app I've invested money in even tho I didn't have to

old wyvern
#

It sleeps

obtuse gale
#

Imagine paying for software that takes time, effort, experience and money smh

static zealot
#

it stops my music

#

and internet

old wyvern
#

Doesnt all music apps have that?

static zealot
#

no

half harness
#

lol

static zealot
#

well it stops everything

half harness
#

and internet?

old wyvern
#

Why tho

static zealot
#

including wifi, bluetooth

old wyvern
#

why

#

xD

static zealot
#

I love playing music when I go to sleep

#

it makes me sleep faster

old wyvern
#

Also we aint allowed to disable bluetooth here

#

coz of the covid tracking app

#

🥲

prisma wave
#

You're not allowed like legally?

static zealot
#

oh that's kinda trash tho

old wyvern
#

Yea

#

Some people do tho

quiet depot
#

i just fire off the emp whenever I go to sleep

prisma wave
#

Damn

static zealot
#

it was 2 Euros anyways and I use that app once a day so I get an add every few days so it wasn't necessary it just helps me a lot

old wyvern
#

All good unless someone catches you

prisma wave
#

Only like 50% of our population have the app here

static zealot
#

so I thought I'd support the devs

old wyvern
#

Here its enforced

static zealot
prisma wave
#

damn

old wyvern
#

They wont let me part the terminal in the airport without the app

prisma wave
old wyvern
#

I didnt have a qatari sim card when i landed so I had to buy one and set everything up for like half an hour before they even let me near the baggage

static zealot
#

true

quiet depot
#

over here everywhere you go you're meant to scan a qr code

static zealot
#

isn't it international tho/

old wyvern
#

What is?

static zealot
#

the app

#

idk

old wyvern
#

No

#

The one here is specific to qatar

#

we also have one in India

#

But no one really uses it

static zealot
#

lmao

old wyvern
#

This is what we have here

static zealot
#

that are not necessary but recommended

#

Idk if that website is official or not lmao

ocean quartz
#

Portugal uses one called Stay away covid

old wyvern
#

Creative naming there

static zealot
#

oh wait nvm

old wyvern
#

xD

static zealot
#

it actually lists the countries

#

that use the app

#

for Romania it just says that they're going to make one

#

lmaoo

#

other countries are already making it and a lot already have one

#

but romania is just, ah we'll make it

#

maybe 5 years to late

#

but we'll do it

prisma wave
static zealot
#

yeah I know. I'm just saying its funny how that's what it pops up

#

and they block it for privacy breaches

#

and then proceed to sell the same data

#

for money

#

lmao

prisma wave
#

🥲

static zealot
#

if you don't pay its illegal!!

#

xD

prisma wave
#

I think so

old wyvern
#

Cool

prisma wave
#

Yea it's pretty cool

static zealot
#

time to PR

half harness
#

lol

static zealot
#
 if (name == "efefury") alert("You have tested positive for stupidity. Please visit a doctor ASAP!!")```
#

jk efe. ilw

oblique heath
#

what a nice story

static zealot
static zealot
hot hull
#

Yea I'm confused as to what this dude is even looking for

static zealot
#

that's a fortune

hot hull
#

@obtuse gale Mind explaining a bit more?

hot hull
static zealot
#

yeah it is

hot hull
#

How so?

static zealot
#

especially if its Guyanaese Dollars

hot hull
#

Lmao

static zealot
#

and he's here. Look you can tell him about your project

tranquil crane
#

Can you even modify the base generator with the spigot api?

obtuse gale
# hot hull <@456226577798135808> Mind explaining a bit more?

so basically i need the generation to be very similar to vanilla but not actually vanilla so that app (terrain exploit) can't be used, it works just on normal terrain, mountains, villages and other structures can't be used to do this. i need the generation changed a bit

#

noise/height

obtuse gale
hot hull
#

You might wanna add a 0 to your budget then

obtuse gale
#

it's that hard?

old wyvern
#

terrain exploitWhat?

static zealot
#

easy

obtuse gale
hot hull
#

It's world generation, everything is hard

old wyvern
#

Which video?

obtuse gale
static zealot
obtuse gale
quiet depot
#

just incase you didn't get that

hot hull
#

Fefo, I can't math

quiet depot
#

do more drugs

static zealot
hot hull
#

That's why my current shit looks like this

static zealot
#

ah I see what he means

hot hull
#

Like something is fucked, what tho is the question

quiet depot
#

what's fucked in that pic

hot hull
#

You need glasses or?

obtuse gale
#

The fps

hot hull
#

The fps is fine

quiet depot
#

is that it?

#

just the fps

#

genuine question idk what's wrong with it

#

are we talking about the big bordering mountains or something?

hot hull
#

Yes

tranquil crane
#

That whole terrain exploit program in that video becomes useless when you don't have the world seed so uh, just don't give out the world seed?

quiet depot
#

show code

hot hull
#

I refuse

quiet depot
#

ok

static zealot
hot hull
#

It's all OS, gonna rewrite anyway

old wyvern
#

Its on his git piggy

#

Op65 thing

hot hull
#

op65n

static zealot
#

Op65n*

obtuse gale
#

and the seed can be still found

old wyvern
#

yea that

tranquil crane
#

Seed finding generally takes an extremely long time though

hot hull
#

😏

quiet depot
#

what class

old wyvern
#

What class on what?

static zealot
old wyvern
#

The generator?

hot hull
#

Because 65 = e

quiet depot
#

the class where something is fucking up

hot hull
#

Piggy, not worth the time to investigate

static zealot
old wyvern
#

The perlin I think

hot hull
#

I'll mess with it myself, at some point

static zealot
#

maybe op69-4en

quiet depot
#

how does 65 = e

old wyvern
#

ascii

quiet depot
#

oh

#

lame

static zealot
hot hull
#

open.tech is 6k so :kek:

static zealot
#

was a few grand

#

xD

quiet depot
#

ye

#

i get that

#

that's why i'm stuck with p1g.pw

hot hull
#

kek

quiet depot
static zealot
#

what the hell is .pw?

quiet depot
#

a tld

hot hull
#

kitty wetter

static zealot
#

well I know that but what does it stand for?

quiet depot
#

pointy walrus

static zealot
#

it could have been 69

obtuse gale
#

Nice

static zealot
#

all this time

#

....

#

or is it not ascii?

#

is it something else?

#

he's crying rn I bet

old wyvern
#

Oh I claimed my .tech domain

#

havent setup anything tho

quiet depot
#

why not .me

static zealot
old wyvern
#

The namecheap one?

quiet depot
#

ye

static zealot
#

frosty you missed a huge opportunity

#

...

#

smh

old wyvern
#

It keeps telling me to use it on github pages

quiet depot
#

u don't have to

old wyvern
#

It doesnt seem to give a choice tho

#

Might be something new

#

You have to have the github pages thing selected to go past that step

static zealot
#

how do you even get a .tech domain? Is it coming with the student pack?

quiet depot
#

ye

static zealot
#

or can you get it as a student?

#

ah nice

quiet depot
#

there's like 3 domains u can get from student pack

old wyvern
#

mhm

static zealot
#

.me .tech

#

and .student

old wyvern
#

Does the digital ocean 100$ thing require a credit card?

quiet depot
#

think so

old wyvern
#

dammit

sweet cipher
half harness
#

oh no

#

does anyone want to hear a tragic, horrible, story?

obtuse gale
#

Will my answer change the outcome?

half harness
#

yes

obtuse gale
#

Okay

sweet cipher
#

I would love to hear it

half harness
#

ok

sweet cipher
#

Voice reveal?

half harness
#

1 sec

sweet cipher
#

Nice

half harness
#

even worse

#

so i was writing in kotlin

#

normal, right?

static zealot
#

no !

obtuse gale
#

What a tragedy

#

You have my condolences

half harness
#

nono theres more

static zealot
#

you started writing in haskell ?

half harness
#

:c

old wyvern
half harness
#

yes

obtuse gale
#

Hahahhaaa

half harness
#

how dd you know

old wyvern
#

dkim grew a million brain cells

#

😌

half harness
#

👀

#

ahsjdkhiawbskd

obtuse gale
static zealot
#

I know how dumb you are so I just predicted

half harness
#

no he knows

#

he was the one who pointed it out

#

lol

obtuse gale
#

Lol

old wyvern
static zealot
#

you're all dumb and always fall in Bridget's trap. I only did once. Never again!

half harness
#

blitz spoiled it 😫

old wyvern
#

Huh?

half harness
#

._.

old wyvern
#

Its just that you're writing haskell?

half harness
#

afk

old wyvern
#

Oh

static zealot
#

lmao

old wyvern
#

Lol

half harness
#

but then blitz just said it all

static zealot
#

in 3 words. "you're dumb"

old wyvern
#

The tremendous effort it went into gain this power

#

Better than alchemy

#

The truly pure excellecy

#

Haskell

#

Forget transmutation of elements

#

No mutation at all

#

No more turning lead into gold

#

Lead stays lead

prisma wave
old wyvern
#

Like all things should

#

Immutable elements

#

No more radioactivity

#

No more cancer

#

A better world

#

No nuclear bombs

#

No chernobyl

prisma wave
#

the elements are Monads

old wyvern
#

No hiroshima

half harness
#

one day

#

im going to say "haskell > kotlin"

#

but not yet

old wyvern
#

Say it!

half harness
#

its still kotlin > haskell = java

old wyvern
#

Ew

#

Kotlin bad

#

You have been kicked from the haskell gang

half harness
#

oh

#

😔

prisma wave
#

it's all or nothing I'm afraid