#general

3141 messages · Page 358 of 4

potent warren
#

I might need more repos for it though, so keep 'em coming.

limber knotBOT
#

Aurora is better than yalp

#

ther're only open-source things (right?)

#

Yes

potent warren
#

ye

#

^^

limber knotBOT
#

In f-droid

#

Open-Source is great.

#

Not aurora

potent warren
#

Isn't Aurora just a reskin of Yalp?

limber knotBOT
#

No

potent warren
#

btw, apps can even scan for system files.. Detect root and shit like that ain't fun

limber knotBOT
#

I’m pretty sure yalp doesn’t have anonymous play store accounts or let’s you login with yours to download apps you have purchased

potent warren
#

uh,

limber knotBOT
#

Detect root is using a security feature in android

potent warren
#

MagiskHide exists for a reason :^)

#

I think I used an anonymous account with Yalp before.

limber knotBOT
#

phones using linux would be nice..

potent warren
#

btw, Android apps can use any kind of native code.. which isn't as straightforward to analyse (at least for me)

#

Phones are already using the Linux kernel..

#

That's a start, I guess 😄

limber knotBOT
#

Only a start..

potent warren
#

¯_(ツ)_/¯

limber knotBOT
#

I mean linux except android

#

They are moving away from it though

potent warren
#

moving away from what?

limber knotBOT
#

how to write shrug in IRC?

potent warren
#

the kernel

limber knotBOT
#

Fuchsia doesn’t have a Linux kernel

potent warren
#

?

#

oh

#

right..

#

But they're not going to do the transition in a snap

limber knotBOT
#

The librem phone exists though

#

No, but they are actively streamlining it now

#

They are updating the APIs in android to be compat with fuchsia

potent warren
#

ooooooo

#

fancy

limber knotBOT
#

It’s also why they have been promoting flutter

potent warren
#

emulator support when?

limber knotBOT
#

Now?

potent warren
#

Do they already have emulators running Fuscia? thonk

limber knotBOT
#

You can already test fuchsia stuff

#

damn discord emotes.. -.-

potent warren
#

¯_(ツ)_/¯

#

Go YEET at your client.

#

(╯°□°)╯︵ ┻━┻

#

┬─┬ ノ( ゜-゜ノ)

limber knotBOT
#

Try out thelounge Lukas

#

colored 03test08030606

potent warren
#

hmmmm

limber knotBOT
#

Works

potent warren
limber knotBOT
#

Liking the purple

potent warren
#

( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)

limber knotBOT
#

Yes, those are bad for accessibility too

#

¯_(ツ)_/¯

#

(੭ु ‾᷄ᗣ‾᷅ )੭ु⁾⁾

#

Ahm.. how would a screen reader read that?

#

They list the character names if it’s supported

#

Consists mostly of macron

#

Terrible

potent warren
limber knotBOT
#

yall means you all?

potent warren
#

ye

#

both of you

#

unless you both are the same person

limber knotBOT
#

strange..

#

Eh

#

No opinion

potent warren
#

hmmm

limber knotBOT
#

If you look close enough it does go into that state

#

The actual non sharpies circle

potent warren
#

but like.. there's no need to try to enhance it with a sharpie 😄

limber knotBOT
#

I don’t think that’s the intent

#

It’s

potent warren
#

what was it for then? 🤔 I'm a bit confused

limber knotBOT
#

It’s trump, he’s a bit childish it’s not meant as a serious legitimate path

potent warren
#

hmmmmmm

limber knotBOT
#

The reason he's doing that is because he got that confused with another map

#

that showed wind speeds

#

Sounds about right

#

but he's trump so he can't just say "oh there was another map and I mixed them up"

#

he's gotta go "nooooooo reeeeee"

#

^

potent warren
limber knotBOT
#

Yea, that’s because they keep freezing it

worn ember
#

trump is the biggest meme and i love it

potent warren
limber knotBOT
#

They don’t want the wall, so it’s stalled

worn ember
#

i wonder why

#

seems like a waste of money

limber knotBOT
#

He’s going to get a handshake next to compare handshakes

#

I mean hand sizes

#

aah nice.. found that my IRC-client has a german translation.

#

Also will probably fight for the outer hand position in the handshake

#

I’m not a fan of the wall because it also keeps people in

#

Oh the librem phone is finally shipping soon

#

Yippie

#

(*-`ω´- )人

worn ember
#

oh only 65

#

neat

dapper nacelle
#
static {
    WandsPlugin wandsPlugin = JavaPlugin.getPlugin(WandsPlugin.class);
    config = wandsPlugin.getConfigurableData();
    cooldownManager = wandsPlugin.getCooldownManager();
}
limber knotBOT
#

Read quic after

dapper nacelle
#

are static blocks like this ok?

limber knotBOT
#

Why

#

why are static blocks needed?

#

Oh why

worn ember
#

lol irc names are only 9chars max?

dapper nacelle
#

for initialising some static fields in my util class

limber knotBOT
#

Never noticed

#

I’m not going to comment on it from a java perspective, where I think it’s fine but

#

No that’s not ok

#

JustDynlan I always do that in the constructor.. very incorrect if I want to access it before creating an instance..

#

Static’s should be something that is always consistent during compile time

worn ember
#
In addition to the nickname, all servers must have the
   following information about all clients: the real name of the host
   that the client is running on, the username of the client on that
   host, and the server to which the client is connected.

"the real name of the host" what does that mean?

limber knotBOT
#

If it’s consistent during that time, it shouldn’t need a constructor

#

Which is exactly what you are doing

#

btw, is there an equivalent to kotlins const fields in Java?

#

maybe static final?

#

Yes

#

I am assuming const in kotlin only creates one instance

#

Which is a weird thing since if it’s final it should be static

#

As no mutations will occur it’s safe to copy the pointer through multiple threads

#

What do you (all) think of Kotlin generaly?

#

In a professional way or in a hobbyist way

#

depends.. Dont know if Kotlin is a professional programming language (like foor example Java)

#

s/foor/for

#

Correction, <Lukas> depends.. Dont know if Kotlin is a professional programming language (like for example Java)

#

It’s used in enterprise world

#

Yes

#

It’s fine, professionally

#

so what do you think about kotlin in a professional way?

#

I would prefer it to have primitive types

worn ember
#

i personally think its unneeded but thats just me 🙂

limber knotBOT
#

Which is something it doesn’t have and it’s really unneeded as dragon says

worn ember
#

it converts to java bytecode anyway so might aswel just stick to java

limber knotBOT
#

kotlin is much "smaller" than java, not that much to write..

#

But it offers enough things that streamline development for some teams that it doesn’t make it a terrible option

#

Especially depending on what their development background is like

dapper nacelle
#

ok I've had about enough, time to make a util class which has the instance of the main plugin and can do stuff like delayed/repeating tasks or metadata

worn ember
#

i'm on page 8 of the RFC and i'm already mindfucked

limber knotBOT
#

Typescript is also just compiled into JavaScript

#

What's about kotlin for Bukkit/Spigot/Paper plugins?

worn ember
#

yeah but typescript offers type safety where as js does not

dapper nacelle
#

is it safe to store the BukkitScheduler in a field?

limber knotBOT
#

But if you don’t know the intricacies of JavaScript and how it handles types and safety Typscript is good

#

I view kotlin in a similar way, depending on how much you truly know about java kinda states it’s value from there. A manual vs an automatic car

#

If you know what you are doing you might prefer the finer control

dapper nacelle
#
public void runTaskLater(Runnable runnable, long delay) {
    Bukkit.getScheduler().runTaskLater(plugin, runnable, delay);
}

public void runRepeatingTask(BukkitRunnable bukkitRunnable, long delay, long period) {
    bukkitRunnable.runTaskTimer(plugin, delay, period);
}
#

this was bound to happen at some point

limber knotBOT
#

But on teams, especially with various levels of skill the one requiring less control is often the better choice

worn ember
#

just use a higher language then?

limber knotBOT
#

Java is a higher level language

worn ember
#

So you should at least know that stuff well

limber knotBOT
#

Unless you are programming for SIM cards or something

#

SIM-Cards are programmable?

worn ember
#

using kotlin as an excuse because you dont know your language well is a bit of a meh lol

limber knotBOT
#

They have java code on them

potent warren
#

^

#

SIM Cards are literally smartcards

worn ember
#

thats like using skript cuz you dont know java

potent warren
#

¯_(ツ)_/¯

limber knotBOT
#

No it’s a bit different

potent warren
#

I've told you before: it's a starting point...

#

People have to start somewhere

worn ember
#

only a bit?

limber knotBOT
#

I don’t mean know nothing about java

#

Back to the car example

#

Both still require you to know how to drive the car

worn ember
#

@potent warren completely besides the point

potent warren
#

no u

worn ember
#

tru

potent warren
#

Skript doesn't require you to learn Java.

worn ember
#

i dont know how to drive btw 🙂

limber knotBOT
#

The difference is, one requires you to know how to safely change gears and the other doesn’t

potent warren
#

He is rart

worn ember
#

no, i just dont feel like spending 16k on a car which you need to pay monthly taxes on and your expensive gas

#

¯_(ツ)_/¯

#

public transport works fine

limber knotBOT
#

It’s not needed everywhere

potent warren
#

thats like using skript cuz you dont know java
hmmmm.
thats like using [Scripting Domain-Specific Language] cuz you dont know [another programming language]

limber knotBOT
#

Especially in places that don’t have efficient forms of public transportation

potent warren
#

You mean that, Dark?

limber knotBOT
#

And have good hours

#

Realistically speaking, why don’t we all just write in C

worn ember
#

@potent warren shush

#

cuz its aids

limber knotBOT
#

Why is it aids

#

can u write a spigot-plugin in C?

#

No, not completely

#

Ffi

worn ember
#

cuz you need to write like 20 lines to just add something to a register

potent warren
#

I'm just waiting for .NET 5.0 so I can write my paper plugins with C#

limber knotBOT
#

Is that all?

#

really? C#??

worn ember
#

and its syntax is just ew

limber knotBOT
#

We can use code generation if that was truly all

potent warren
#

What's the problem lmao

limber knotBOT
#

Microsoft-related

#

Just syntax?

potent warren
#

There are literally thousands of apps that run C#

worn ember
limber knotBOT
#

Or the semantics

potent warren
#

Lukas, and what? It's open now..

limber knotBOT
#

I dont like VisualStudio..

potent warren
#

There's Rider...

worn ember
#

Rider sux

limber knotBOT
#

Ok, let’s move a lot of layers up

worn ember
#

not even an XML designer

limber knotBOT
#

nd I have to download tons of stuff for using it

potent warren
#

Well, then use OmniSharp on ONE OF THE MANY SUPPORTED TEXT EDITORS

limber knotBOT
#

Why don’t we all write in python

potent warren
#

@worn ember So you're essentially saying something along these lines:

thats like using Unix shell scripts cuz you dont know Machine code

worn ember
#

cuz its slow

#

and gay

limber knotBOT
#

Why is it slow

worn ember
#

you heard it here first

limber knotBOT
#

Python isnt fast..

potent warren
#

compile it

#

and you'll see 😉

limber knotBOT
#

cython?

potent warren
#

Also, what's the problem with C#..... It's a good programming language..

limber knotBOT
#

Compiling isn’t always faster

worn ember
#

why would i know its slow? its not like i wrote the lang lol

limber knotBOT
#

I dont want to donwload that fat visalstudio..

worn ember
#

i just know its not the fastest

limber knotBOT
#

But you don’t know why?

potent warren
#

I told you that there are other editors for it...

limber knotBOT
#

and compiling it?

#

Python beats java in performance for some things

worn ember
#

No. as i said before, i'm meming when it comes to python

#

i never used it

limber knotBOT
#

Saying python is slow in itself isn’t really accurate

potent warren
#

You can LITERALLY USE THE OPEN-SOURCE COMPILER

#

lmao

#

It's an open platform now....

#

It doesn't require VS

worn ember
#

ur mom is open

potent warren
#

@worn ember no urs

limber knotBOT
#

Hmm, maybe my meaning is deprecated..

potent warren
#

oof

limber knotBOT
#

So clearly, your opinion on programming languages is simply just “because they say so”

potent warren
#

I told you that you can use Rider (from JetBrains)

worn ember
#

Oh no, C is personal experience

potent warren
#

it's built on top of the IJ platform and ReSharper

limber knotBOT
#

JetBrains.. sounds much better than M$$$

worn ember
#

ever tried programming a microcontroller?

limber knotBOT
#

yes

#

What languages do you know

#

Well

#

Know? or able to write in?

#

Know

#

Uhm Many..

#

And it’s for dragon

worn ember
#

C, Java, C#, VDSL, PHP, JS i think those are the major ones

limber knotBOT
#

And writing in doesn’t mean you know it

worn ember
#

VDSL though 🤢

potent warren
#

Lukas, Or, just... ya know... get an LSP client for your favourite text editor and use OmniSharp...

limber knotBOT
#

Ok, why don’t we all use JavaScript or PHP for everything

potent warren
#

@worn ember You know how to code in Very high speed digital subscriber line?? wat

worn ember
#

plz no

#

dynamically typed langs ;n;

#

i prefer static tbh

potent warren
#

says the one using JS

#

....

limber knotBOT
#

Why is that

#

static typing is much safer..

potent warren
#

^

limber knotBOT
#

No

potent warren
#

Yes.

#

It is nicer

worn ember
#

@potent warren LOL typo

#

i forgot what its called

#

lemme find my book

potent warren
#

Is it HDL?

worn ember
#

i just want to forget it tbh

limber knotBOT
#

That actually isn’t true, statically types languages can still have pit falls with types especially with custom types

worn ember
#

no

potent warren
#

VHDL

worn ember
#

yes that one

potent warren
#

@worn ember stop complaining about dynamically typed languages... I literally suggested youmany times to use TypeScript instead of JS on your projects...

worn ember
#

where am i complaining?

#

im just saying i prefer statically typed

potent warren
limber knotBOT
#

^

potent warren
#

That ascii face says everything /s

worn ember
potent warren
#

big gae

worn ember
#

nice transparent

limber knotBOT
#

Ew

potent warren
#

what IDE did you use when working with it?

worn ember
#

i dont even remember

#

some weird name

limber knotBOT
#

Did you actually use an ide

#

I

potent warren
limber knotBOT
#

Actually, I almost never use an ide

potent warren
#

inb4 vim

worn ember
#

that looks like VS lol

limber knotBOT
#

It’s been years since I last touched one

potent warren
#

@worn ember It's VSCode

worn ember
#

oh just a plugin

potent warren
#

Let me guess, you also use arch?

#

ye

worn ember
#

Verilog was the one

potent warren
#

It's an LSP server afaik

worn ember
#

wait

limber knotBOT
#

I do a lot of compiled programming so i use gdb and just emit assembly

worn ember
#

wtf thats another lang xD

#

nvmmm

potent warren
#

@worn ember You're clearly fit for CS...

worn ember
#

bruh i changed course cuz of all that aids

limber knotBOT
#

I mean, there’s always web devs ;^)

worn ember
#

i mean, its cool and all but damn is it aids to get anything to work

#

lemme see if i have any old programs

limber knotBOT
#

Web developers are not real developers

#

*runs *

potent warren
#

^

#

hmmmm what's best for IPC?

worn ember
#

is that a new apple product?

potent warren
#

just go back to working on web projects...

limber knotBOT
#

Unixsockets

potent warren
#

Inter-Process communication

#

Tea, so.. named pipes?

worn ember
#

well you go suck my DIC

limber knotBOT
#

If you want you can use rpc

potent warren
#

I need it to be super fast though

limber knotBOT
#

Idk what you have in mind when you state ipc

potent warren
#

with less latency as possible

#

I need to do lots of method calls in a short amount of time

worn ember
#

the implementation will the least of your delay lul

limber knotBOT
#

Send just a couple of bytes using bitflags

#

Or you can use signals

potent warren
#

wat

#

This is high level programming..

#

on windows...

#

calm down lmao

limber knotBOT
#

Oh way higher level

potent warren
#

YES

limber knotBOT
#

Ok, checkout grpc

potent warren
#

It has a lot of clutter and wanted to do it code only..

limber knotBOT
#

Or a simple socket server

potent warren
#

hmmmm

#

Sockets are big gae but I'll have a look

limber knotBOT
#

Look at grpc then

potent warren
#

[I] wanted to do it code only

#

Like, define an interface and just call it on another process

limber knotBOT
#

Memory isn’t shared

#

And if you want a remote interface rpc is what you want

#

So look at grpc

potent warren
#

GRPC has a lot of bullshit and code generation clutter

#

I want something super simple

#

D:

limber knotBOT
#

Rest

potent warren
#

hmmmm

#

I wonder if .NET Remoting is still a thing

#

oof it relies on WCF and it's a bit cancer afaik

limber knotBOT
#

What are you trying to get a process to do?

#

Or rather, what kind of data are you sending?

#

Does it need replies? Etc

potent warren
#

I'm trying to get my UI app to communicate with my other daemon app

silk axle
limber knotBOT
#

Use Unix sockets

#

Or something similar

potent warren
#

HMMMM

#

I'll have a look to see if I can find any libraries that can do RPC

limber knotBOT
#

If you really really need to

potent warren
#

plot twist: I gotta make one

limber knotBOT
#

Use micro httpd and setup an rpc interface that way

#

And use Json rpc

potent warren
#

I'm 👏 not 👏 using 👏 Unix

#

lul

#

also, isn't an http server a bit... uh..... too much?

limber knotBOT
#

It’s usable on windows 10

potent warren
#

I want something managed.... aka that runs on .NET

limber knotBOT
#

Use windows sockets

potent warren
#

hmmmm

#

Will have a look. Thanks 👍

limber knotBOT
#

Although plenty of windows GUI apps actually have an http server

#

Just as a disclaimer, windows support is secondary in my day to day programming

potent warren
#

I do my apps on/for Windows so ¯_(ツ)_/¯

worn ember
#

frick forgot where i put my LED strips ;n;

limber knotBOT
#

Try remembering

worn ember
#

well i thought i knew where i put them

#

but they're not there so now i got no clue

#

oof found my pokemon collection

#

granted my room is a mess but its organized chaos so yeah

potent warren
#

Looses LED strips
Finds pokemon collection and gets distracted

worn ember
#

im still looking

#

but i cant find em anywhere lol

#

i found some random numbers of girls in my drawer tho xD

#

and cheatcodes and old user accounts xD

potent warren
#

I love how it took Google until Android 10 to finally let people see their WiFi passwords without needing root

worn ember
#

god i hated that

#

also i found a visual basic 2010 activation code xD

limber knotBOT
#

Why doesnt android 10 doesnt have a creative name?

#

Like Pie, Nougat, and all the others..

worn ember
#

creative

#

i still have a whole drawer of GTA cheatcodes

limber knotBOT
#

dont know the right englisch word..

worn ember
#

man the memories

potent warren
#

Well, Americans don't probably have catchy dessert names that start with Q

viral lantern
#

hi.

limber knotBOT
#

Hi?

hot gorge
#

Bye?

limber knotBOT
#

Interesting.

viral lantern
#

.

dark summit
silk cedar
smoky marten
wintry wing
amber crater
half copper
potent warren
limber knotBOT
#

(DiscordBot) Wallace's Line - represents a biogeographical transition from more... : MapPorn - 7 comments, 127 points - ecostrider, 14h ago

olive garden
#

Nice

potent warren
#

See? not a total steal.. I gif credits

olive garden
#

Yes, I'm proud

potent warren
#

😄

merry talon
#

they did away with the dessert theme

#

because they couldn't think of one starting with Q lol

broken cypress
#

Hi does anybody know a very good server manager software or plugin
for automatically backups, server restarts ans similar stuff

worn geyser
dapper nacelle
#

w<

gray tundra
worn ember
woven otter
#

hello

limber knotBOT
#

hello strange duck o/

void void
#

.kill Duck

limber knotBOT
#

turns Duck into a snail and covers them in salt.

void void
#

That

limber knotBOT
#

poor duck..

woven otter
#

wow

void void
#

is what you get for being duck.

woven otter
#

already bullying

#

.lart simple

limber knotBOT
#

puts railroad spikes into simple's side.

void void
#

Spikes are my kink

woven otter
#

.lart simple

void void
#

.kill Duck

limber knotBOT
#

pokes simple with a rusty nail.

#

puts Duck into a sack, throws the sack in the river, and hurls the river into space.

woven otter
#

.kill simple

limber knotBOT
#

throws simple to Cthulu and watches them get ripped to shreds.

void void
#

Hot

woven otter
#

.kill simple

limber knotBOT
#

feeds simple to an angry kraken.

#

.kill lukas

#

feeds lukas to an angry kraken.

woven otter
#

.kill xD

limber knotBOT
#

gags and ties DiscordBot then throws them off a bridge.

#

interesting xD

void void
#

makes Duck into a, juicy Foie gras

#

nice comma splice simple

limber knotBOT
#

What did the duck do?

void void
#

u dumbass

#

He's just Duck

#

Deserveth of death

#

.kill Duck

limber knotBOT
#

grabs Duck's head and rips it clean off their body.

#

.kill killer of duck

#

(lukas) I can't attack that.

void void
#

Muahwahahahaha

limber knotBOT
#

.kill simple

#

snacks on simple's dismembered body.

#

Is xD an IRC-Bot or a Discord-Bot?

void void
#

Why not both?

limber knotBOT
#

must run using one api..

void void
#

Why?

#

That's not true ;)

#

It's both an IRC bot and a Discord bot.

limber knotBOT
#

Hmm

#

starts up discord

rigid oasis
#

.kill simple

limber knotBOT
#

turns simple into a snail and covers them in salt.

rigid oasis
#

yes, works also in discord

void void
#

Yup

#

It's a bridge, though most of the commands are IRC-side and then get bridged back up

limber knotBOT
#

Have allready thought so.

quasi valley
#

irc is for scrubs

void void
#

.kill KennyTV

limber knotBOT
#

stabs KennyTV in the heart a few times with a butchers knife.

#

irc is much more customizable

#

s/irc is/irc-clients are

#

Correction, <lukas> irc-clients are much more customizable

quasi valley
#

saying that right before needing to edit a message with that sexy command

limber knotBOT
#

Ahm yes. Thats a huge disadvantage.

void void
#

I actually prefer sed

#

and Discord supports it too, but it doesn't send an IRC correction too :(

quasi valley
#

rip

void void
#

test edit a frik word

#

ezpz

#

but irc didnt get edited :(

limber knotBOT
#

nope, doesnt show up )-:

void void
#

i wish it would just cancel the edit event in discord, and then send a traditional s/old/new

#

and then bot corrects like the good old days

limber knotBOT
#

dum bots

void void
#

excuse me kenny

limber knotBOT
#

Awesome bots

void void
#

but you suck

#

.kill KennyTV

limber knotBOT
#

throws KennyTV to Cthulu and watches them get ripped to shreds.

#

.kill KennyTV

#

crushes KennyTV with a huge spiked barrel of rocks.

#

.help

#

no u

void void
#

go to #cafebabe if you wanna test commands btw

quasi valley
#

forgot my login on irc, so, that's a thing

void void
#

cuz ur a noob

limber knotBOT
#

only tried help, but whats cafething for?

quasi valley
#

thank god google knows everything about me, including my passwords

void void
#

that's the bot that's running

#

and im just sasying if you want to try commands that .help listed you can go in there

#

it's the botspam channel

limber knotBOT
#

oh, it has a much nicer name that xD?

void void
#

yea it's opensource afaik

#

it's called CloudBot

limber knotBOT
#

Nice..

void void
#

smh torrenting makes me wanna die this shet is so slow

limber knotBOT
#

youre sure that #cafebabe is for bot-testing?

void void
#

ye

limber knotBOT
#

dont want to make some people angry with using the wrong one.

woven otter
#

u all smell

quasi valley
#

no u

woven otter
#

u

limber knotBOT
#

.kill 🦆

#

(lukas) I can't attack that.

#

but you have to.

void void
woven otter
#

no u dont

limber knotBOT
#

You've luck, duck

void void
#

.kill Duck

limber knotBOT
#

grabs a automatic pistol and riddles Duck's body with bullets.

void void
#

call it Swiss Foie gras

limber knotBOT
#

Swiss what?

void void
#

Swiss Foie gras

limber knotBOT
#

what is that strange thing?

woven otter
#

something disgusting

limber knotBOT
#

Foie gras is fattened duck liver

woven otter
#

.kill simple

limber knotBOT
#

glares at simple until they die of boredom.

#

Swiss (cheese) has holes in it

#

A duck riddled with bullets...

woven otter
#

imagine dying of boredom

limber knotBOT
#

Call it Swiss Foie gras

#

aaah

woven otter
#

need to riddle you with bullets

limber knotBOT
#

That's just murder

woven otter
#

no

limber knotBOT
#

POLICE

#

I live next to swizerland and didnt get that >:

woven otter
#

it's not murder if it improves the society

void void
#

In that case

#

.kill Duck

limber knotBOT
#

rips Duck's intestines and uses them as a skipping rope.

void void
#

.taco simple

limber knotBOT
#

hands simple a spicy soft-shell taco filled with minced beef and topped with sour cream, avocado and jalapeños!

#

gives simple a spicy taco

woven otter
#

.taco

compact elk
woven otter
#

.taco simple

limber knotBOT
#

hands simple a mild soft-shell taco filled with various meats and topped with guacamole, sour cream and tomatoes!

#

gives simple a spicy taco

woven otter
#

extra tacos

raw canyon
#

hey can anyone give me a good alternative to this... Asus ROG STRIX X370-I GAMING Mini ITX AM4 Motherboard

#

trying to build my first pc

void void
#

Asking subjective questions isn't gonna get you literally anywhere

#

pcpartbuilder

raw canyon
#

yea i went on that site and found a build that ...looks good, buit the motherboard isnt in stock anywhere i look. im am sorry if im too vague with quetions im a noob with computers

void void
#

look for any mini itx motherboard that supports the am4 cpu socket and the amount of ram you want to use

limber knotBOT
#

RAM.. Makes me want to know: How much RAM should i set as Xmx for client?

void void
#

for client? idk default is probably fine but you can up it another gig or two

limber knotBOT
#

one Gig? never.. it would take ages to start.

void void
#

i didnt say one gig did i

#

i said up it another gig or two

limber knotBOT
#

aaaah.. sorry

#

but, i think this depends on the client? vanilla < optifine < fabric < optifabric; right?

void void
#

i mean yea of course, the more stuff running in the client is going to raise the ram requirement

#

if you have a shitton of mods you're gonna want a lot more ram

#

for vanilla, whatever they give by default is more than likely fine

#

not sure what it is by default? 2gb?

limber knotBOT
#

I've mine (fabric, opifabric, worldedit-cui, shematica) I use 12GB. Think this is enough

#

*set to use

void void
#

that's probably more than enough

limber knotBOT
#

I enjoy the fast starting times :D

void void
#

if you have the ram to spare then yea

#

sure

limber knotBOT
#

I also dont have to run the server on the same machine, makes thins easier with only 16gigs of RAM

void void
#

ugh this dr bell fucker on the resident is such a piece of shit

#

god damn

#

i hope he straight up gets hit by a bus

tawdry coyote
#

👀

raw canyon
#

is there a downside to having a larger power supply then needed??

void void
#

more power draw from the wall

#

higher electric bill

#

other than that, no

raw canyon
#

ok that makes me feel better, simple

void void
#

An upside is you have room to upgrade components without worrying about the PSU

raw canyon
#

is there a brand of case that is best or at least better

void void
#

Look for high airflow

upper flicker
#

Power supplies don't draw their full wattage all the time

#

Most nicer ones are very efficient and wouldn't draw more than a lower wattage one

void void
#

mini-itx motherboards are fucking small, so that would mean you have the ability to use a fucking small case
I would personally prefer a larger case, but that's down to preference

celest coyote
#

theres a small downside

void void
#

And true z

celest coyote
#

power supplies are most efficient at 50-80% usage

upper flicker
#

Sometimes they're more efficient and will draw less, but that's a comparison you're really going to want model numbers for

#

Mostly they're more expensive and they're larger

#

If you're building in SFF, every inch counts

#

You also don't want to run it at full load though either so

#

It's a fun discussion really

void void
#

What the fucking fuck is this show I swear to god

static badge
#

"every inch counts" - z750 2019

void void
#

Doctor replaces labels on blood samples to distort heart compatibility readings in order to get a donor heart allocated to a different patient for another patient, after it was stolen the other way around by the chief of surgery; and now the chief of surgery is talking to the parents of a patient another doctor revived braindead in order to take that heart for the second patient

If hospitals are really like this i s2g, but i doubt the fuck out of it

upper flicker
#

Your last avatar was better chonk

quasi valley
analog valve
static badge
#

mfw insulting the chonk

void void
#

mfw being chonk

stiff yarrow
#

@gloomy sphinx real random is impossible

#

🏃

static badge
#

real random is better than ur braincells

gloomy sphinx
#

no real random is possible

#

    double x = Math.random();

    return x;

}```
#

see

raw canyon
#

a cpu cooler... is that just a fan?

void void
#

you can use random.org's api for true randomness, but depending on your use case and how many times you need to generate numbers it may not work for you

stiff yarrow
#

the fan is to move heat off the heatsink

void void
#

their OSS license is 60K req/mo, but you can also pay, or use their free API which is 30k req/mo with 1k req/day limit

#

@raw canyon there are air coolers, which are fans, or liquid coolers, which use fans and a pump

stiff yarrow
#

60k 👁 👁

gloomy sphinx
#

maybe mcmmo can truly be random now

void void
#

oh nice their oss api is 60 k req/mo base and $0.00 per extra request

#

so, i assume, fair use then it's just straight up free

gloomy sphinx
#

why not just make a random generator based off md_5s post dates and post length?

#

that would be true random

void void
#

im fucking hungry

raw canyon
#

no idea if this is good, pc builder said no incompatibilties so i guess its good

#

cpu
AMD Ryzen 5 2600 Processor with Wraith Stealth Cooler - YD2600BBAFBOX
case
InWin Tempered Glass Mini-ITX Tower Computer Case Compatible with ATX PS2/ EPS 12V PSU Power Supply (901 Black)
power supply
EVGA 650 GQ, 80+ GOLD 650W, Semi Modular, EVGA ECO Mode, 5 Year Warranty, Power Supply 210-GQ-0650-V1
internal hard drive
Seagate Barracuda ST500DM002 500 GB 3.5 Internal Hard Drive - SATA - 7200 rpm - 16 MB Buffer
ssd
Crucial MX500 250GB 3D NAND SATA 2.5 Inch Internal SSD - CT250MX500SSD1
memory
HyperX Fury 16GB 3000MHz DDR4 CL15 DIMM (Kit of 2) 1Rx8 RGB
motherboard
Gigabyte X570 I AORUS Pro WiFi (AMD Ryzen 3000/X570/Mini-Itx/PCIe4.0/DDR4/USB 3.1/Realtek ALC1220-Vb/DisplayPort 1.4/2xHDMI 2.0B/RGB Fusion 2.0/Gaming Motherboard)
graphics card
MSI Gaming GeForce RTX 2060 Super 8GB GDRR6 256-bit HDMI/DP G-SYNC Turing Architecture Overclocked Graphics Card (RTX 2060 Super Ventus OC)

#

$1197.96

dapper nacelle
#

me being an intellectual ^

limber knotBOT
#

Any good scripts that can analyze server logs and and tell me how many hours certain players are on etc?

#

Not that hard to grep user info and parse but I figured I would ask if there anything out there already.

gloomy sphinx
#

guys

#

why is this a thing

#

@void void remember when i had the llama spit issue

#

i think you said it was from llamas spitting at wolves?

void void
#

i didnt know what they were spitting at, just that they were spitting like mad men

#

so theyre spitting at sheep lawl

gloomy sphinx
#

yes

#

yes

#

there is a bunch of sheep and animals at the chunk

#

and a single llama is spitting at it

void void
#

lmao

gloomy sphinx
#

how the fuck do i fix this lol

#

ban llamas

void void
#

kill that rogue llama he's basically hitler

woven otter
#

wat

#

kill it with fire

gloomy sphinx
#

what happens when more hitler llamas spawn

void void
#

then you become the hitler of the hitler llamas

#

natural selection

gloomy sphinx
#

well shit

#

you know what

#

its happening in the 1 chunk that is left open 24/7

#

wouldn't this be spigots problem?

#

for not clearing the entities or something

void void
#

are mobs just not despawning ever

#

(in that chunk)

gloomy sphinx
#

they should be...

#

but i dont know why they wouldnt

void void
#

I mean, is that the issue tho?

gloomy sphinx
#

i think so

void void
#

They aren't, hence llama wars forever

gloomy sphinx
#

yes

void void
#

I'm not sure it might be a spigot issue I guess, but it would be beneficial to see if someone can reproduce the issue

gloomy sphinx
#

ill look into it

limber knotBOT
#

When I say just football in the USA, will people think I'm talking about soccer or american football?

tawdry coyote
#

if you say football and you're talking to an american in the USA, they will most likely think of american football

limber knotBOT
#

Okay thanks.

void void
#

if you say it to an american in any country they're going to think american football

#

unless they are more culturally aware

#

not many are

dapper nacelle
#

replace that with whatever I am doing

void void
#

Correct.

merry talon
#

weird flex

void void
merry talon
hasty moon
dusk drift
stiff yarrow
#

I need pictures of chonky bois

#

@static badge

static badge
#

moment

stiff yarrow
#

preferably chonky as possible

static badge
#

too much chonk to leave the bathtub

#

there's an actual video with sound lemme find that

acoustic pilot
#

lol I think I gave my cat his subcutaneous fluids a bit wrong, he has a big lump under his skin now. apparently it's normal, but it wasn't like that when the vet administered it 😛

static badge
#

he gives up and basically cries OMEGALUL

stiff yarrow
#

subwhat fluid? 👀

static badge
#

.g subcutaneous

acoustic pilot
#

subcutaneous fluids, fluids under the skin. for cats with kidney disease

limber knotBOT
#

(DiscordBot) https://en.wikipedia.org/wiki/Subcutaneous_injection -- Subcutaneous injection - Wikipedia: "A subcutaneous injection is administered as a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively..."

A subcutaneous injection is administered as a bolus into the subcutis, the layer of skin directly below the dermis and epidermis, collectively referred to as the cutis. Subcutaneous injections are highly effective in administering medications such as insulin, morphine, diacet...

stiff yarrow
#

kidney disease 😢

acoustic pilot
#

it's how most cats die

stiff yarrow
#

I love my cat like a child

acoustic pilot
#

kidneys start to fail in old age

stiff yarrow
#

😦

static badge
#

give it ur kidney

acoustic pilot
#

my cat's was detected early though

stiff yarrow
#

alright you've succeeded in triggering my depression byte

acoustic pilot
#

so it's fine

static badge
#

sure there's nothing medically wrong with that

acoustic pilot
#

most cats will eventually succumb to kidney failure, but the key is detecting it early so you can adjust diet and administer sub-Q fluids, which will extend life by years in many cases

stiff yarrow
#

Incoming pics of my baby for stress relief

acoustic pilot
#

it's really not the end of teh world to be diagnosed with CKD

stiff yarrow
acoustic pilot
#

something i regret is not doing blood tests more frequently

#

would recommend at least twice a year for senior cats

stiff yarrow
#

I take my cat to a checkup once a year

static badge
#

is ur cat a chonker

stiff yarrow
#

Hes a mid ranged chonker

acoustic pilot
#

and would recommend a kidney-supportive diet starting at young age to prevent kidney deterioration

static badge
#

yeah that is a chonker indeed

acoustic pilot
#

a science diet is usually good

#

since kidney failure is how almost every old cat dies

acoustic pilot
#

my guy is like 14 years old, still active as fuck and lively lol

static badge
#

how do these mega chonkers even exist

acoustic pilot
#

people who free feed their cats

#

with automatic kibble dispensers

static badge
#

does their owner just feed them the entire bag a day

acoustic pilot
#

no their owners are lazy and use automatic kibble dispensers and let their cats eat whenever they want

#

as you can see, not all cats have the self-control to maintain their weight

static badge
#

sounds like retarded owners

void void
#

some automatic dispensers take a full bag

#

and if the chonker has the honger

#

then

#

chonk++

acoustic pilot
#

kibble dispensers can work if the cat maintains their own weight, but many dont. they have to be fed on a schedule and cries for food outside of that schedule must be ignored

static badge
#

what a chonker

void void
#

that is not a mega chonker

that is the mega chonker

stiff yarrow
static badge
#

nossr's on the way to that chonk level monkaMEGA

dusk drift
#

Hate cats

stiff yarrow
#

hes on a diet currently these are old pics

static badge
void void
#

Notice @dusk drift , You have been banned from life.

static badge
#

is that how mega chonker's hunt food

void void
#

.kill HexedHero

limber knotBOT
#

reaches out and punches right through HexedHero's chest.

void void
#

the master chonker

void void
#

His chest is expanding

acoustic pilot
#

Many of those cats probably have diabetes lol

static badge
#

that thing alone could feed africa

#

or china

#

god china would deep fry that fucker

void void
#

China: Deep Fried Ultra Chonker Just 200 Yuan

celest coyote
#

are you chonking them up to eat

static badge
#

those fuckers probably can't even groom themselves

celest coyote
#

groom? they can't even turn I bet

void void
#

"Bröther, please turn me so that I can eat my kïbble"

acoustic pilot
#

Damn, the Swedish lawyer that represented Rocky was shot multiple times while leaving his apartment. Local police are saying it's likely unrelated to Rocky's case and related to a domestic dispute involving his ex-wife.

#

Condition still unknown I think 😛

acoustic pilot
#

He had a protective order against his ex-wife

#

She must be pretty damn crazy lol

#

This lawyer's wife is some millionaire judge? LOL

#

Damn, what is this

#

Nice, looks like my cat's subcutaneous water bulge finally got absorbed and went away. Was a bit concerned there for a sec, but I guess it is normal.

void void
#

The chonker absorbed the bulge

acoustic pilot
#

Kinda scary sticking a needle under his skin and watching it bulge up lol

acoustic pilot
#

that is pretty much the look he was giving me while I was administering it lol

void void
#

I'm getting way to triggered by some of these "intro to java" videos on YT

hot gorge
#

Well

#

stop

void void
#

calling static functions "methods"
not explaining static thoroughly enough, just "we'll talk about this later"

#

yea

#

true

#

ima go do something else

acoustic pilot
#

simple's gone full gen Z, using YT for programming tutorials

void void
#

It showed up in my recommended

#

Had to click clack

limber knotBOT
#

lol is wikipedia down?

void void
#

no

#

the node you got may be

#

but it's up for me

acoustic pilot
#

I get to go to the dentist tomorrow for my first checkup in like 5 years and get scolded about how old my fillings are and how I will also need new fillings for all the new decay I have 😛

void void
#

yeah...i need to schedule a dental visit

#

i was supposed to get a cleaning a long ass time ago and then blew them off

#

that was a few years ago

acoustic pilot
#

Prob gonna need a deep cleaning myself too lol

#

And fillings, just hope I won't need to pull any.

limber knotBOT
#

can't even ping it ..

void void
limber knotBOT
#

(DiscordBot) Failed to get status.

#

all other sites work fine

void void
#

maybe im getting a cached response

#

I dunno it's loading for me

#

oh no the bot command must just be bork

limber knotBOT
#

doesn't load on my mobile phone either

void void
#

your location?

#

mostly europe is reporting that it's down from what i can see

limber knotBOT
#

Austria

#

yes europe

void void
#

i joined the wikimedia tech channel on freenode and they are aware of the issues

#

im sure theyll fix it soon

limber knotBOT
#

Nice thanks

tawdry coyote
#

honestly i rather learn programming throught yt vids. i mean i can read docs but half the time they are unformatted and tiny and i have to squint to see them

limber knotBOT
#

apparently it was DDOS

void void
#

zoom exists

merry talon
#

chonkers having diabetes? my cat had to be put down because he was just bones and then got real sick

tawdry coyote
#

yeah and so does yt

merry talon
#

they thought it was diabetes

#

and he ate a shit ton

stiff yarrow
#

read a book @tawdry coyote

#

yt vds 🤢

tawdry coyote
#

but then I have to buy a book and im a brok college student

void void
#

everyone learns differently, some are visual learners (watching a video), some are auditory (hearing it explained), some are readers (docs or books)...lots of people need to start visually and see it done but it is certainly not going to take you the entire way

#

Flashbacks to TheBCBroz bukkit tutorials

#

"We return false here because why not?"

stiff yarrow
#

HARD DISAGREE

void void
#

You need deeper understanding than that

stiff yarrow
#

oops caps

acoustic pilot
#

Yeah chonkers are at a higher risk of diabetes, just like overweight humans.

static badge
#

wow who'd thunk it

#

big chonk little health

void void
#

also @tawdry coyote you dont have to buy a book, ever heard of wikibooks?

tawdry coyote
#

actually...no i havent lol

void void
#

here's a full open source java textbook https://en.wikibooks.org/wiki/Java_Programming

This book is an introduction to programming in Oracle’s Java™ programming language, a widely used programming language and software platform. This book serves as a comprehensive guide, complete with a series of tutorials to help users better understand the many ways one c...

acoustic pilot
#

Books/texts are always going to be more comprehensive and informative than a video.

void void
#

yup

acoustic pilot
#

That's just a reality of the difference of the formats.

#

If you want to be an expert, learn to read text.

void void
#

also the oracle java trails are 🔥

#

Most of the videos on Java I've watched are lacking in so many fundamental areas

acoustic pilot
#

A visual learner might find it useful to get started with videos, but they won't carry you very far.

tawdry coyote
#

ok im not denying that, i'm just saying if I had the option to learn the same information through video vs reading: I would prefer to watch the video

acoustic pilot
#

Which is why schools still use text books.

stiff yarrow
#

Books pog

void void
#

If you've never seen it before, sure, get a look at the language and how they are looking at it but seriously do not take what they say for fact

#

A lot of them are so wrong in so many ways

#

And then there are people trying to learn with that fuckery

#

Like, oh god.

acoustic pilot
#

There is a credibility factor to consider, for sure.

#

Books are easier to establish as credible by enthusiasts and professionals.

tawdry coyote
#

do you guys have any good beginner articles for deeplearning. I've been trying to get into it, but it's hard to find I guess a continuing point. Like some articles will explain it with the simplicity of a 10 yr old, and others will expect you to have majored in datascience: I'm trying to find a good middle ground

void void
#

Wikibooks is absolutely fantastic. Written, peer reviewed, and constantly edited by people who actually know what they're talking about

#

I would recommend starting with learning about neural networks in general and not jumping right into deep learning, you need to set an actual curriculum for yourself

acoustic pilot
#

If you like videos and wanna get into ML, I've enjoyed Jabrils videos

#

I only recommend it because he's good at explaining it in a manner and context most of us can relate to and easily understand, he applies it to simple games he creates

limber knotBOT
#

(stonar96) Java Tutorial: Using Static Methods of Another Class - length 3m 8s - 34 likes, 7 dislikes (82.9%) - 16,096 views - Professor Saad on 2010.09.19

void void
#

i was just being nitpicky

#

method refers to a function that operates within an instance in oop; method is a function, function is not necessarily a method and moreover a static function is not a method by the very definition of a method

#

but almost nobody who makes a video about it will say that properly

#

and it's just nitpicky, it just bothers me

#

and the only place you'll actually learn that is through reading a book

#

it all comes around

peak dirge
#

Eclipse 😂

limber knotBOT
#

I learned it because when I was learning a bit C at school the teacher said funtion. Then when I learned java I was wondering why everone says method. Then I researched it properly ..

#

Since then i know the difference

void void
#

yup

acoustic pilot
#

You can still argue static methods as methods because they belong to a class.

#

But it could go either way.

#

Functions don't typically have that relationship.

peak dirge
#

I like to think of it in terms of functions, but that's probably me thinking mathematically

limber knotBOT
#

but static basically means no this paramater, so the class just acts as namespace ..

static badge
#

mfw method vs function

acoustic pilot
#

Most of the time they're used like functions anyway and the class is just a namespace, yeah

#

But consider protected or private static methods

#

Where the context actually matters

void void
#

a normal method is defined like so ret ident(Object holder, Param1 param1, Param2 param2) taking special notice to the fact that is receives its own holder as the this parameter whereas a static function does not get that, its context is not part of any instance but rather a part of the definition of the class itself (i.e. namespaced)

I mean, calling it function or calling it method is not the end of the world...like I said, just nitpicky. Just triggers me slightly.

#

¯_(ツ)_/¯

acoustic pilot
#

Object holder would be the Class.

#

For a static method.

#

That's just the way I see it any way, bound to two different types of things

void void
#

Yeah okay, that's what I was trying to convey. Badly explained

acoustic pilot
#

An instance or a class

ancient bolt
#

was just at a gas station and saw the best example maybe ever of trashy but sexy

void void
#

o.o

static badge
#

wat

acoustic pilot
#

Demon hooking up at the gas station

#

Nice

ancient bolt
#

I mean, it's the most convenient place

#

that's why they call it the convenience store

void void
#

Someone escort Demon out

acoustic pilot
#

Convenient STDs! 😄

ancient bolt
#

anyways I was going there to buy cheap wine and she also went to the wine section so it was weird cause I'm sure she thinks I was following her

acoustic pilot
#

she's looking for that box wine

ancient bolt
#

in her fairness she got a bottle

acoustic pilot
#

oh, well that's unexpected

#

$10 bottle still way better than shitty box wine lol

ancient bolt
#

tbh there's not a huge difference between $10 bottle and $50 bottle (imo) unless you're trying really hard to notice

void void
#

I would agree with that

ancient bolt
#

I'm not really any good at noticing flavor though, so my opinion probably doesn't match most people's

limber knotBOT
#

Beer is better anyway

ancient bolt
#

i hate beer

void void
#

I bought a really expensive bottle on my last anniversary and it was the most bitter tasting piece of shit

#

We ended up putting it in the fridge and never touching it again

acoustic pilot
#

Beer makes you fat

#

And yeah, love me some Apothic or Gnarly Head, both are $10 and taste great

#

And good to cook with too

void void
#

Anything makes you fat when you have a shit load of it

acoustic pilot
#

Beer makes you fat quicker than wine

void void
#

That said, I drank a six pack the other day

#

👌

limber knotBOT
#

and wine a headache

void void
#

Well I mean

#

Beer has a lot of sugar

#

That's what makes beer, beer

acoustic pilot
#

Yeah, it's loaded with carbs

void void
#

So yes, drinking beer is going to get you fatter quicker than wine will

acoustic pilot
#

Wine has residual sugar, depending on how long it's been fermenting.

#

But it's usually very tiny amounts.

#

You can also find wines with really low RS

#

Red wine also contains resveratrol and is daily intake is often recommended for good heart health.

#

In moderation, of course.

#

And of course, it will get you drunk quicker 🙂

void void
#

vodka is bae

ancient bolt
#

I generally don't like the taste of alcohol

#

so a nice sweet wine is more of my thing

fallen oracle
acoustic pilot
#

You might like Gnarly Head

#

It's pretty sweet

ancient bolt
#

ill give it a go if I can find it

acoustic pilot
#

It's pretty cheap so nothing really lost if you don't like it, but can also use it for cooking, worst case. I can drink a bottle in 2 days though, love it.

static badge
#

jfc trump

#

the best ✅

acoustic pilot
#

sharpiegate was pretty funny

static badge
#

.g sharpiegate

limber knotBOT
#

(DiscordBot) https://www.newsweek.com/sharpiegate-hurricane-dorian-trump-map-alabma-1457782 -- #Sharpiegate Trends as People Mock Trump For Showing ...: "1 day ago ... #Sharpiegate Trends as People Mock Trump For Showing Hurricane Dorian Path Map Altered With Pen. By Ewan Palmer On 9/5/19 at 4:41 AM ..."

Newsweek

Thousands of memes have been shared online after president shows off doctored map to backup his previous false claim.

acoustic pilot
#

mostly the memes that came out of it lol

static badge
#

k that adds context to the tweet

upper flicker
#

trump read a report about the impact of the hurricane on winds

#

that showed some of alabama getting some

#

he then said that that meant the hurricane was coming to alabama

#

instead of saying "oh no I messed up, its actually not"

#

he doubled down

#

because thats what he does

acoustic pilot
#

for 2 days

#

actually, it's day 3 now isnt it?

upper flicker
#

idk

acoustic pilot
#

but yeah

upper flicker
#

this is what he does

static badge
#

is he

upper flicker
#

he doubles down

#

then a month later he'll say its all fake news

#

despite the recordings, quotes, etc

limber knotBOT
#

wow

static badge
#

wtf

limber knotBOT
#

didn't know devon was the president

static badge
#

shit

#

etf

acoustic pilot
#

still, loving the memes lol

#

best president for memes we've ever had

upper flicker
#

some good memes coming out of the uk now that good ol boris is running the show

acoustic pilot
#

i thought bush was good for that

#

but damn trump just killing it on meme generation lol

upper flicker
#

hell boris was meme turf before he got the PM spot

acoustic pilot
#

loool

limber knotBOT
#

its always fun until people start dying

upper flicker
#

at least their parliament is interesting to watch

static badge
#

is brexit finally coming along kappa

acoustic pilot
#

Don't know much about UK politics but Boris seems to be using a scorched earth strategy

#

He kicked MPs out of the party for not stepping in line.

ancient bolt
#

i feel like I shouldn't include the maven templates in mcdev

#

gradle only

acoustic pilot
#

If Boris gets his way and triggers a general election, a hard-Brexit is inevitable I think

static badge
#

gradle only monkaPixel

upper flicker
#

he keeps losing votes to trigger an election

acoustic pilot
#

Parliament seem to be fighting against a general election for that reason

upper flicker
#

I think he's lost 2 or 3 in the last day or so

static badge
#

idk UK politics, what's the deal with calling an election

upper flicker
#

supposedly trying again monday, who knows