#general

3141 messages ยท Page 1817 of 4

worn ember
#

i think @wicked remnant has used them before, or was it fix? kek

potent fossil
#

I know Tux has but idk if he used a DB

wicked remnant
#

What

worn ember
#

you've used cf workers before right?

wicked remnant
#

Oh yeah, they're pretty cool. Not great for every application, but it excels in certain usecases

worn ember
#

arent they kinda expensive?

wicked remnant
#

Depends on the scale, but for small-ish stuff you can get away with free

unreal pike
#

Why does changing level-name clear player inventories?

wicked remnant
unreal pike
#

If both worlds are still intact

golden gust
#

Because you change the name of the main world

spare venture
unreal pike
#

ah

golden gust
#

you'd need to move player data over

unreal pike
#

If I switch it back, will the invs return?

spare venture
#

yes

golden gust
#

yes

unreal pike
#

Thank you

worn ember
#

idk if that helps you at all but there you go kek

thorny totem
#

I can't put into permanent mitigation mode because the mitigation mode is already active and they can't seem to filter the ddos properly from linode's infected botnets I think, way too many to report and I don't remember where to look for evidence (way before it was possible to see them in dmsg and kern.log) but since then I don't see any in these logs

spare venture
#

rip

worn ember
wicked remnant
#

I was until it took like 3 weeks for my appeal to go through

worn ember
#

kek

spare venture
#

name sounds familiar

wicked remnant
#

now I only talk when asked to

potent fossil
#

yeah i dont think KV would work for it, sadge

wicked remnant
#

Yeah, they aren't perfect for everything unfortunately

potent fossil
#

was gonna try and convert mcbanners to workers but it has kind of a relational db, not sure it could be changed to KV

wicked remnant
#

You can do some advanced queries with KV

#

But it's not a relational database

potent fossil
#

yeah

unreal pike
#

Invs are in the playerdata folder right?

spare venture
#

yes

unreal pike
#

thx

potent fossil
#

i mean, the basic thing is actually KV. a simple string mapping to some json for the banner settings. but the problem would come in for storing users that own those strings

#

unless i can do separated KV "tables"

void void
#

ok so what is Expensive to smelt flesh to leather? 1 block of wood per leather?

wicked remnant
#

You can have multiple KV databases

void void
#

am at the point of adjusting thte number (it works tho!)

potent fossil
#

oh thinkRoll

#

it could work then maybe

worn ember
#

everythings a database if you try hard enough blaze

void void
#

#nosql

chrome cosmos
potent fossil
#

it'll be removing the relational aspect and storing json yeah, and not quite nosql either cause individual attributes couldnt be queried, but i don't really need that

wicked remnant
#

I have like 5 KV databases for one program

potent fossil
#

so it could be ok

#

@fallen oracle it might work my boy

fallen oracle
#

Hmm?

potent fossil
#

CF workers

wicked remnant
#

You can always just try it out, just whip up some JS on the free plan with next to no setup

golden gust
#

Thing is the costs of it all, like, if you've got dozens of people running around with banners, etc, not sure how fast that plan cap will be hit

wicked remnant
#

You might want to do some metrics first to see

potent fossil
#

idk either, but the vps method is pretty expensive in and of itself. have no idea if it'd be cheaper or not

wicked remnant
#

Remember you can also leverage CF's caching API to a crazy level if you want

#

Workers have some really cool utilities/libraries built in

potent fossil
#

plus im quite sure mcbanners doesnt need to be as heavy as it is

#

i have no fucking idea why i wrote it as microservices

lilac zephyr
#

doesnt CF have some sort of db?

potent fossil
#

yes, KV, but I wasn't sure if it'd work

lilac zephyr
#

if not something like AWS dynamodb or Azure CosmosDB could work, they should be "free"

potent fossil
#

i considered dynamo but it gave me weird vibes, something about if your data access patterns ever change you essentially have to make a whole new db and then copy data over because the modelling is set in stone and only specific predesigned queries will be fast, anything else megaslow.gif

worn ember
#

could also just rent a cheap ass cloud vps, mine costs like 3euro/m

potent fossil
#

yeah but that kinda defeats being on CF workers

#

:p

fallen oracle
#

Let's make it microservices he said, it'll scale really well he said.

potent fossil
#

it'll scale really well if you have access to a kubernetes cluster and can pay for that

#

but we don't and can't

fallen oracle
#

Yeah I kinda am broke

#

And haven't made a penny off this

potent fossil
#

lets start monetizing banners

worn ember
#

its just banners guys, not gta online

potent fossil
fallen oracle
#

I'm like $200 in out of pocket at this point

lilac zephyr
#

also there is aws aurora serverless and mongodb atlas serverless and i think they are pretty cheap

potent fossil
#

that server gets slammed though @worn ember

#

we've got quite a few users and people who make banners but never sign up

#

it gets hit every page load

worn ember
#

cache the shit out of it

potent fossil
#

yeah we got a little bit, def could use more

wicked remnant
#

CF has a really nice, fast and easy to use caching API with workers

potent fossil
#

uwu

wicked remnant
#

You can cache pretty much any data, and what they might not tell you is that you can put any string in the URL field and it'll match and cache appropriately, it's just a key

potent fossil
#

so basically KV but caching equivalent

lilac zephyr
#

i might have missed it but what are you going to build with CFWorkers?

potent fossil
wicked remnant
#

Kinda yeah, you just check if an incoming request matches one in the cache, if so, return the cached response. If not, create the response (look up whatever) and then send it. You can also control stuff like expiration or manual removal of cached items

potent fossil
#

that is currently on microservices, but, the microservices aspect is not used because it's all sitting on a single server

spare venture
#

is there a better commit title

potent fossil
potent fossil
#

"WHY does this freeze the main FUCKING thread"

spare venture
#

thats the next commit

#

you cant start with that

potent fossil
#

oh ok

#

uh

#

not sure why i used .org

#

it's .com

potent fossil
golden gust
#

coz dum

potent fossil
#

brain moment

#

curseforge down? kekwhyper

spare venture
#

you should add the option for the server motd to be configured

#

what looks good in the client may look shit on that banner

potent fossil
#

You can. Go to Server Name and then Text Override

spare venture
#

i.e. mine

#

oh fuck i am blind

#

wait no

potent fossil
#

MOTD however, can't yet. Which I need to

spare venture
#

^

#

aslso let me spoof my player count thx

#

i want it to read 0

potent fossil
#

lmao

#

Well this is going to be recoded in the future to be SVG based instead and you can put whatever you want on the SVG with some datasources mixed in and put wherever you like as well

#

So if you want you could do that

spare venture
#

i like it though, the UI is nice

potent fossil
#

thanks bby

spare venture
#

fix your twitter button ๐Ÿ˜ 

potent fossil
#

we dont even have a twitter account

lilac zephyr
#

why I've to do the first step twice x-d

spare venture
#

then why do you have the icon ๐Ÿ˜†

potent fossil
#

placeholder

#

which first step masa

#

for curse?

lilac zephyr
#

this

#

and then this

spare venture
#

oh yeah inoticed that too

potent fossil
#

oh yea, cause thats just an annoying little bitch widget that forwards you to the actual creator

#

but i could probably fix it

lilac zephyr
#

shouldnt be hard to fix

potent fossil
#

yea just havent looked into it

#

been working on the backend

#

i made that frontend in like 5 hours and then never touched it again

lilac zephyr
#

it sounds something like our server's website

worn ember
#

are servers pinged every time the image is loaded? blaze

viscid wedge
#

Good evening papercord

potent fossil
#

no, the response from the mc-api is cached

worn ember
#

ok good lol

lilac zephyr
#

spamming f5

worn ember
#

DDOSSING SERVERS BY PRESSSING F5

fallen oracle
#

Yeah the front-end could definitely use some TLC

worn ember
#

its just icmp anyway so doesnt matter

potent fossil
#

well now that i switched to linux, i can actually load projects without intellij crashing

#

i legitimately could not load a single project yesterday with IJ, on or off WSL

#

the mere fact that WSL was enabled made it die

fallen oracle
#

Glad that's fixed

worn ember
#

never used wsl tbh

potent fossil
#

Glare, last night was actual hell

worn ember
#

bruh that swifty role icon is cursed

fallen oracle
#

So you making some changes to the front end?

potent fossil
#

I first reinstalled windows just to have a clean setup, then went to install linux. This is when I realized that new windows installs have a 100mb efi partition. So when I went to install linux, it worked. But when I went to add some initramfs modules and some extras into GRUB, they failed because the partition ran out of space. So then my PC failed to boot because GRUB was deader than a doornail. So then I had to burn a new windows install media and reinstall windows and then get gparted and manually resize its efi partition. Only to learn that gparted refuses to work with efi partitions. So I had to get another drive and back up everything in the new efi partition and then delete it, recreate it, and rsync everything back into the new efi partition. Then boot into arch install media and fix the fstab. Then finallly I could fix the initramfs and grub. Then finally it booted.

Only to come to Discord last night to cry about it and have mikro tell me that none of that was necessary cause I could've just made a 2nd efi partition.

potent fossil
spare venture
#

that was toom uch to read

potent fossil
#

sux

spare venture
#

does

golden gust
#

TL;DR

potent fossil
#

TL;DR: tried to install linux, ending up having to install windows twice and fuck around with partitions for hours to get it working how I needed it only to come here and have mikro tell me I worked too hard

golden gust
#

part of that's why I just setup the partition tables before doing anything else these days

#

like, outside of the quicko VM, much easier to just get shit into place first then deal with it

potent fossil
#

yea but oh well, tis done now

golden gust
#

stuff like nixOS also looks kinda purty

lilac zephyr
#

I am probably never going to install linux for my desktop again, last time everything was so slow including myself

potent fossil
#

slow?

lilac zephyr
#

felt slow ๐Ÿคทโ€โ™‚๏ธ

golden gust
#

probs GPU or shitty DE

potent fossil
#

prolly didnt have the right drivers

lilac zephyr
#

nvidia, f u

golden gust
#

'nuff said

potent fossil
#

oh yeah nvidia can be a bit of a bitch cause you need to add some kernel params and modesetting stuff

golden gust
#

the OSS drivers used to not be installed by default, now they are

potent fossil
#

otherwise wayland specifically will shit itself

golden gust
#

the OSS drivers are pretty good for much stuff but much shitty for other stuff

lilac zephyr
#

but yeah, I didnt like the Ubuntu experience at all, I had to reinstall W10 back to my work laptop

potent fossil
#

oh yeah no fuck ubuntu

golden gust
#

linux saved me from the headache of using windows 24/7

#

but, daily driving linux made me go down a path with ended up with an iMac on my desk

lilac zephyr
#

everything I need from linux can be done with docker, wsl and cmd

potent fossil
#

i kept windows for gaming, but yeah. i just can't take developing on it anymore

#

wsl was great for a while but, naw

#

can't do it anymore

lilac zephyr
#

I am still using hyperv for docker x-d

golden gust
#

I have an arch partition on my laptop but I don't recall the last time I really booted it other than for the "maybe I should run an update" experience

#

most of my linux stuff these days is just servers and the odd VM for when I gotta screw around with stuff

#

I used to love linux, used to daily drive it all the time, but, it just caused so many stupid issues over the years that I just got tired of it

potent fossil
#

I used to daily drive my macbook but the battery exploded if you remember

#

so I had it repaired and then now I just use it for on the go stuff lmao

golden gust
#

๐Ÿ˜„

spare venture
#

battery exploded? yikes

golden gust
#

I have a 2011MBP that I just keep in bed for watching shit in, lazy YT, etc

potent fossil
#

well, not quite boom explosion but, it expanded so much over one night that the chassis of the macbook cracked

golden gust
#

wanna look at ripping homebrew off that and switching to nix but I don't use it that much to care

spare venture
#

ya that happened to me too

#

did apple replace your laptop

#

or repair it

lilac zephyr
#

I am thinking if I should get M1 32Gb version as a work machine but idk if my peanut brain can handle that

thorny totem
#

Is there a way to ban all linode IPs within OVH firewall or I'm SOL?

potent fossil
spare venture
#

thats nice

#

my dell laptop after 1 year did the same thing and dell refused to repair it for free, said it would cost me like $300

potent fossil
#

i showed them the damage in the store and they were like

"oh. wow. well we can repair it for free it'll be done next week"

spare venture
#

and people ask why i like apple products lol

potent fossil
#

if the malfunction is not caused by you and it's not your fault then yea apple can be quite good about it

golden gust
#

all OEMs suck

#

apple just gets a bit of an extra stain on them because they don't have a cheapo tier

spare venture
#

it was a known defect, dell's excuse was that "they stopped offering to repair it a week ago"

golden gust
#

I mean, am an apple convert now, I used to be one of those OSS will rule the world one day type of peoples

#

but, like

#

huggles his iMac

spare venture
#
fallen oracle
#

Rip

spare venture
#

they only did it for like 1 month

#

still salty

golden gust
#

just gotta do enough to get a good few press articles out

#

dell don't care

#

their support has always been shit

#

am not really sure there is many other brands I'd trust outside of maybe the thinkpad line but even that has been kinda tainted

lilac zephyr
viscid wedge
#

I mean, not really

golden gust
#

I have the 5T right now but next phone I get post getting a proper job will probs be an iPhone

#

it's a device I don't care too much about these days

#

check emails, read the news, etc, is really all I do

potent fossil
#

mfw TNTUP won't just contact linode like I said earlier

spare venture
#

the gps and bluetooth on my iphone started being super flaky and apple just gave me a new iphone lol

viscid wedge
#

I had a OnePlus 7 Pro, really was not impressed. All sorts of bizarre issues I've never seen with other phones.

lilac zephyr
#

The only issues that I've faced are Firefox has no addons support on IOS and I cant longpress image to open it in a new tab

golden gust
#

Like, I just want a device which has software updates and shit and 2 years is just shorter than I keep my devices for as I rarely care to have the latest and greatest

spare venture
#

i barely had to prove anything either, i just showed the person my maps app and it showed that i was miles away

golden gust
#

I mean, their earlier devices have been great but each year they seem more and more to get closer to samsung in many ways

lilac zephyr
#

ALSO I CANT DISABLE VIBRATION FROM NOTIFICATIONS SO I HAD TO DISABLE VIBRATION FULLY :DDDDDDDDDDDD

golden gust
#

Like, a big plus for OP used to be good hardware for a good price and right now it's not even really there anymore

viscid wedge
#

OnePlus went from flagship killer phones, to phones that are worse than the competing flagships at the same price point

golden gust
#

pretty much, yea

#

the Pixels do look interesting in a sense

#

It's basically between that or iphone which is where I err

#

go for a pixel and I can keep my current apps, etc

twin lagoon
#

pixel is great

golden gust
#

Only app I'd really miss is my sleep tracker but I don't even remember to use that too much anymore

viscid wedge
#

I've got a 5, kinda wish I'd waited for the 6 though since they've got the Google SoC

twin lagoon
#

3 years of software support and like 5 years security nowadayss?

spare venture
#

moving iphone <-> android sounds horrible

twin lagoon
#
  • custom rom support is always good so practically 5 years of running the latest and greatest software
viscid wedge
#

Yeah, Lineage usually picks up Pixel phones

thorny totem
viscid wedge
#

Google actually releasing device trees alongside their kernel source makes it much easier to port

twin lagoon
#

literally just nuke the ASN in a software firewall @thorny totem

#

or y'know, use a proxy service like tcpshield

lilac zephyr
twin lagoon
#

they do

#

they always have

viscid wedge
#

it's superuser that some bank apps get finicky about

twin lagoon
#

magiskhide prayge

viscid wedge
#

having root by itself usually trips safetynet

#

Magiskhide is gonna be disappearing in the next release lol

twin lagoon
#

someone will work around it sooner or later

magic river
#

Modern phones you can't even magiskhide

golden gust
#

ya, am just salty cos now I've gotta yeet all the data on my phone to switch rom and I really can't be assed

viscid wedge
#

topjohnwu is doing some sort of weird libzygote hooking fuckery

magic river
#

The mobile equivalent of a TPM rats you out

viscid wedge
#

making magiskhide irrelevant

magic river
#

On my OnePlus 7T just having an unlocked bootloader killed some apps and installing LineageOS, even without root, killed all the rest

viscid wedge
#

I honestly don't even use any apps that depend on SafetyNet passing, but I pass anyways

#

Lineage and Zygisk

magic river
#

I went ahead and installed magisk on top to see if magiskhide would help but nope

golden gust
#

my bank app said that they won't block root access until they're forced to

viscid wedge
#

These days you need to do some gross stuff to get ctsprofile to pass

#

basicIntegrity is easier

golden gust
#

But, it's just the headaches of dealing with that which is why I'm even considering just going for an iPhone next

viscid wedge
#

you can force basic integrity attestation to pass with a kernel patch

magic river
#

Pretty sure Pixel phones are the same way, I assume they'd be the first to use a new security feature

#

Yeah, I've been thinking about going iPhone too

#

Carriers are blocking out all the fun imports from China, Europe, and India where you could get a flagship at midrange prices if you were willing to put in the effort to get it set up right

viscid wedge
#

Apple is finally starting to address all the issues I have using iOS, but it's still not in a place where I'd use it as a daily driver and not be frustrated

magic river
#

If I'm going to spend more than $600 on a phone I may as well get the actual best phone

viscid wedge
#

And I'm done being a jailbreaker. Never again. Too much of a security liability.

magic river
#

iPhone performance is still like 3-4 years ahead on raw CPU and like 10 years ahead on software tuning

left swift
golden gust
#

I mean, am at the point with my phones and shit where I don't care about JBs, etc

viscid wedge
#

When apple isn't intentionally sabotaging performance on your older iPhone

merry talon
#

m1 iphone when

left swift
#

too much politics

#

jroy gonna get mad

golden gust
#

I'll probs keep the OP for the odd thing here and there but generally it's just meh

magic river
#

The smoothest feeling phone I've used was a Redmi I got for my grandma earlier this year and from the specs it's supposed to be like half the performance of my phone

viscid wedge
#

I used to maintain my own custom Lineage builds, but it's wayyyyy too much effort for one person

magic river
#

So I guess some Android people got shit figured out

golden gust
#

defo gonna be the odd app that I miss but overall, it's like, if i'm buying a device, I want th eupdates more than I want the means to screw arond wasting my phone on it

viscid wedge
#

Fucking 200GB source tree lol

magic river
#

Too bad her phone might stop working in a couple months

golden gust
#

oh god

#

I did the years ago for some rando patch

viscid wedge
#

They just merge things too slow for me a lot of the time

#

But now that I'm not a teenager with endless free time anymore, it's not even worth attempting

magic river
#

I did some semi-custom stuff way back, had a phone that originally came with Windows Mobile

#

And we have an Android 6 source tree for something at work (๐Ÿคข), I think that's only like 40GB of shit

viscid wedge
#

I ported tons of ROMs to the Essential Phone, and then promptly stopped maintaining any of them

magic river
#

I may have used some of those, if you posted them

#

Had the Essential PH-1 before I got my current phone

viscid wedge
#

Mostly just on Telegram

#

XDA isn't really my crowd

magic river
#

I came in from the Windows Mobile side so it was and is my go-to for that stuff

viscid wedge
#

I feel like it used to be a lot better than it is now

magic river
#

Everything used to have something going on there

#

Now even OnePlus phones are hit and miss

golden gust
#

Yea, it's defo a lot more hit and miss these days

viscid wedge
#

Most of the big ROMs are gone now as well. It's mostly just Lineage and various kangfest forks of it.

golden gust
#

think it's the same type of deal we have though

magic river
#

Yeah, you mostly get AOSP, Lineage, and Pixel Experience

golden gust
#

fucking around with roms and such is fun when you have the time and such

viscid wedge
#

Nobody really puts in any development effort but Lineage and Omni

magic river
#

Oh, and AOKP

viscid wedge
#

AOKP is long dead

golden gust
#

but, eventually you just wanna get a device where you don't gotta fuck around

viscid wedge
#

Their last builds were for Marshmallow I think

#

Android 6.0

magic river
#

People just call their stuff that

#

Didn't know the project was considered dead though

#

When I first got my 7T I wanted to mod the shit out of, found out there wasn't really a community for it, and never did

#

Lineage supports it now though so I wanted to try it out

viscid wedge
#

I forgot about GrapheneOS. There's some interesting things going on there, like their hardened malloc and privileged app sandboxing

magic river
#

That flopped so yeah, other than switching to Pixel Launcher I don't really mess with them anymore

#

GrapheneOS and postmarketOS are the things I wish I could use ideologically but know I never will

viscid wedge
worn ember
#

Oh season 2 of the Witcher came out

magic river
#

I was disappointed

worn ember
#

Oh?

magic river
#

SafetyNet died

viscid wedge
#

Graphene is much more usable these days btw, they support Google Play services

magic river
#

That's how I started in this conversation ๐Ÿ˜›

worn ember
#

Oh i thought you meant about the Witcher kek

magic river
#

The Witcher season 2 I've episode 7 paused right now ๐Ÿ˜„

spare venture
#

i like that season so far, on ep 3

viscid wedge
spare venture
#

am glad there's less jumping around, s1 was confusing

worn ember
#

Gonna start epi1 rn

#

Yeah it kinda was

magic river
#

If I get a Pixel instead of an iPhone I might look in to GrapheneOS again some day

worn ember
#

Hard to follow who was who and in what time lol

fallen oracle
#

Saw new Spiderman today. Going to start S2 Witcher tonight I think.

magic river
#

All of the on-device AI stuff on the Pixel is pretty compelling

viscid wedge
#

They've made good progress. Definitely not accessible for people that aren't used to tinkering still though.

spare venture
#

i was really confused in s1 because ciri and pavetta looked so similar and they didnt really say they were jumping in time. honestly they could've just put the year in a fade in and it would've helped

worn ember
#

Yeah haha

magic river
#

My sister got a Pixel 6 and Google just put out some big update for it so she was looking for it

#

She got to learn that she was paying Verizon $100 extra for the phone for the privilege of them delaying updates for a month or so

foggy silo
#

Iโ€™ve mostly just stuck with apple because of how long they keep their devices updatedโ€ฆ even if they literally crap themselves because they canโ€™t even run the software anymore.

#

My battery lasts what, two hours?

#

But I really kinda want the freedom that android devices offer.

magic river
#

I think on an iPhone I'd have no choice but to let my company put an MDM on to use Teams

#

There is some sandbox app you can get on any Android phone to shove Teams and the MDM in there, haven't tried it yet because I don't want work to have any access to my phone but it's nice to have the option if I need it in a pinch

lilac zephyr
#

do operators block updates or something in some countries?

spare venture
magic river
#

All updates used to go through the carrier

#

iPhone was the first one where they didn't

#

Nexus blew off Verizon for years because Google wanted to do all the updates themselves but now they either wait for Verizon approval or go through Verizon

lilac zephyr
#

why tf

magic river
#

US carriers claim if they just let any device on their network it'll break it

foggy silo
magic river
#

Which is kind of true but that's the FCC's job

viscid wedge
lilac zephyr
#

ah us, that makes a lot of sense

foggy silo
#

It hasnโ€™t aged well.

viscid wedge
#

Since it's signed it doesn't need a bootloader unlock

lilac zephyr
spare venture
#

that's a 5+ year old phone, when did ya get yours? if its the same battery, its pretty understandable haha

lilac zephyr
#

like i can disable mobile data permanently but i can only disable wifi for a day

magic river
#

US carriers were kind of forced in to being open for LTE, Verizon was literally forced and AT&T was always fairly open and couldn't stop now that Verizon was too

#

But they both put their VoLTE support behind an IMEI whitelist

#

On Verizon that's no change, you used to need CDMA support to make phone calls still and Verizon had that locked down, they moved moved the lockdown to the new system

foggy silo
magic river
#

Means if you use an unapproved phone you get data only

foggy silo
#

Iโ€™m thinking about either upgrading next year or just switching, Iโ€™m not sure.

spare venture
#

im surprised you lasted that long

lilac zephyr
#

Do they have unlimited data plans at all? ๐Ÿค”

magic river
#

Although AT&T makes it sound like they're going to block the phones entirely, that might just be simpler to communicate or might be because they assume no one would use a smartphone without actual phone service

viscid wedge
#

I literally just got wifi calling this year

foggy silo
viscid wedge
#

Carrier never allowed it on BYOD plans before

magic river
#

Google bid up the price of the spectrum Verizon uses for most of the LTE service and got the FCC to put in an open access rule

#

So they're literally required to allow any phone to connect or else risk losing their spectrum license

#

Good luck getting that enforced though

potent fossil
#

@magic river random but can you send one of those cursed family emoji things

#

idk where you get them but i want to make sure i can render it

magic river
#

๐Ÿ‘จ๐Ÿผโ€๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ‘ง๐Ÿผโ€๐Ÿ‘ฆ๐Ÿผ

#

According to emojipedia only Microsoft and Facebook even do anything with those, I wonder how they look on mobile discord

#

The one I get here is a tiny version of the Microsoft one

#

On Linux Discord is just showing me 4 people

oblique oasis
#

I am so confused

magic river
#

This is what it's supposed to be (or similar)

spare venture
#

cursed

#

windows discord

magic river
spare venture
#

i like how whatsapp emojis are just straight ripoffs of apple

#

emojis are weird

magic river
#

Modern emoji especially are basically a new form of kanji/simplified chinese

#

logographic characters made by combining simpler characters together to express more complex ideas

warm anchor
#

Close enough

#

No one does emoji as good as Asian yes

#

Built in to keyboard too

magic river
#

Can you customize the ๐Ÿฅ— emoji yet to put different ingredients in it?

#

If not expect that some day

golden gust
#

apple honestly tend to be slow on it, ngl

ancient bolt
#

apple popularized emojis in the west tho

potent fossil
ancient bolt
#

i love the unicode consortium

#

1 character set for all people, all cultures, all time. And they take it seriously

half hawk
ancient bolt
#

anyone who said skin tone modifiers on emojis were unnecessary doesn't understand the purpose of unicode

magic river
#

Unicode consortium jammed Japanese, Chinese, and Korean together to save space and then we fill that space with emoji instead ๐Ÿ˜„

potent fossil
#

wat denwav

ancient bolt
#

language started with hieroglyphics, might as well end that way some day

potent fossil
#

are there words missing from that or am i hallucinating

half hawk
#

yea it reads weird

magic river
#

I suspect "shouldn't support" was supposed to be in there

ancient bolt
#

I forgot the were unnecessary

warm anchor
#

Hieroglyphics is nice Yess all words have history

potent fossil
#

ah ok

magic river
#

Latin-1 is easier to type on a keyboard though

foggy silo
#

I love how emojis are likeโ€ฆ. getting so oddly specific for certain things.

warm anchor
magic river
#

CJK languages either have to draw their characters with their finger or type in the romanized version of the word and rely on the keyboard figuring out what character they wanted

foggy silo
#

but when will we get the dog emojiโ€ฆ.

#

Smirking dogโ€ฆ.

#

๐Ÿ˜ผ๐Ÿ˜ผ

ancient bolt
#

won't be a problem when we hook into our computers with a neural interface

magic river
#

At that point we'll lose the concept of writing entirely

half hawk
#

brain-to-brain shitposting

foggy silo
#

A common language?

magic river
#

Either that or the AI in your head can just talk to you

warm anchor
#

Oh nice. Ads play directly onto your brain

foggy silo
#

You can safe 15% or more on car insurance!

spare venture
#

ads in your dreams are really underutilized

warm anchor
#

No time to dream

foggy silo
#

For real, thatโ€™s just wasted space that COULD be used for advertisements!! ๐Ÿ‘€

half hawk
#

cant wait for that demon to chase me just so it could sell me coca cola

spare venture
#

the futurama episode on that is cool

viscid wedge
#

๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ

#

bizarre

coarse lily
#

Definitely odd.

viscid wedge
#

Well, there's android and iOS

coarse lily
#

That screenshot was from my Palm Pilot.

#

(I didnโ€™t see someone else posted the iOS ones)

viscid wedge
#

It seems like Android itself supports it, but the Discord app does not

magic river
#

And it even has electric bicycles to rent along with regular acoustic bicycles

coarse lily
#

Gotta love that unplugged acoustic bicycle.

worn ember
#

Mine does rattle a little

magic river
#

TIL in Paris you can win an election by promising to remove 70,000 parking spaces

left swift
#

no politics

spare venture
#

โ€œThe Ever Givenโ€™s cargo this time is significantly heavier than it was when it ran aground in the canalโ€

#

imagineโ€ฆ that would be an incredible ending up 2021

viscid wedge
#

holy fuck that thing is packed tight

potent fossil
#

watch it get stuck again

#

they're going for it

#

"you know what this year needs, another global supply chain fuckup"

  • suez canal pilots, probably
void void
#

We are already in another supply chain fkup, its called Christmas

potent fossil
#

cool!

unexpected character "." in variable name near "eureka.client.serviceUrl.defaultZone=http://eureka:8761/eureka/"

docker on windows didn't care about that

#

now what why

viscid wedge
#

you get a supply chain fuckup, and you get a supply chain fuckup, and you get a supply chain fuckup,

#

we all get supply chain fuckups for christmas

unreal pike
#

Would moving playerdata from one world folder to another transfer the inventory?

potent fossil
viscid wedge
#

gross

spare venture
#

we are years away from anything resembling what it was like in 2019

potent fossil
#

i mean yes, another. just because it's already fucked up wouldn't not make the suez being blocked another fuckup. it's another one to add to the list of current fuckups lol

spare venture
#

stuff that previously had a couple weeks lead time is starting to be years before you receive it

#

prices for everything are all over the place, labor shortages

#

shits fucked haha

#

yeah i see what u mean

void void
#

thanks for that, PornHubGamering

silver nexus
#

lmao

potent fossil
#

tf is that

potent fossil
void void
#

I need to try lutris

#

my luck with Uplay games on proton has been pretty bad

potent fossil
#

i haven't tried yet, getting controller working first and we'll see

#

i dont have much faith that it'll work first go but we'll see

void void
#

I absolutely hate that tld btw

#

in a good way

potent fossil
#

uwu

plucky sparrow
#

Lutris worked perfectly fine for me when using arch

#

I miss it

potent fossil
#

Holy shit

#

It literally "just worked"

#

That has never happened to me before

#

I'm actually in game and all I did was click install in lutris

#

Gaming on Linux has come a long way clearly

ashen cliff
#

Based.

plucky sparrow
potent fossil
#

Yeah something is kinda weird with the graphics atm, trying to figure it out

ashen cliff
#

Wrong res, but the monitor scales it?

little frost
#

lutris is great for "it just works"

#

my fallback is twiddling with steam's runtime thingy as that somehow tends to get more obscure stuff running

potent fossil
alpine wyvern
#

Hello everyone, not sure if its the right place but here it goes. Dose anyone know of a plugin for 1.17.1 to allow RTP in the Nether & The End

potent fossil
#

Not entirely sure. I installed their recommended deps and game mode thing and it runs well but yeah not sure if it's stretched or if this is just how syndicate looks

fallen oracle
#

Ooo

potent fossil
#

.g ac syndicate release year

potent fossil
#

Sigh

#

Oh 2015

#

Yeah it might just look like that honestly

plucky sparrow
#

It does not

potent fossil
#

Not sure then

#

It's set to my aspect ratio and res

plucky sparrow
#

Pic for reference

solid siren
#

hi

#

does setting bukkit.command.* to false in permission will hide the plugin list for players?

coarse lily
#

No

#

You basically need to override all the commands.

solid siren
#

like this?

#

aliases:
?: help
plugin: help
pl: help
version: help
ver: help

coarse lily
#

Pretty sure if you do bukkit.command.* it'll disable all commands, not just plugins

#

You might be able to just deny access to bukkit.command.plugins though

#

Honestly I've never cared about hiding plugins so I'm not sure if that'll work.

#

Worth a try.

solid siren
#

i see thank youu

alpine wyvern
#

any ideas on a Random Teleport plugin for 1.17.1 that can be used in the end & the nether.

potent fossil
plucky sparrow
#

Iโ€™ve played Syndicate and literally yours is stretched out

potent fossil
#

i mean im not using a vehicle in mine but otherwise the buildings look the same

plucky sparrow
#

The map is actually supposed to be a circle

potent fossil
#

Looks like a circle to me kekwhyper but okay I'll keep messing with it

fiery orbit
solid siren
#

bukkit.command.plugins and bukkit.command.version

#

gotcha

fiery orbit
#

Yup

alpine wyvern
#

Pineapple+

vernal moth
#

cool, I broke github

#

can't click that link

#

anybody else can?

charred sleet
#

yes

fallen oracle
#

Yes

vernal moth
#

logged out I can

#

lmao

charred sleet
#

leaf doesnโ€™t want you to see it ๐Ÿ‘€

vernal moth
#

at least the error page is looking fresh

cosmic raft
vernal moth
#

ill reload a few more times to make sure github notices ๐Ÿ˜„

cosmic raft
#

LOL

#

I fixed it @vernal moth

#

reload

charred sleet
#

ew itโ€™s pimple

potent fossil
#

@plucky sparrow look any better if I put it in windowed mode instead of full screen?

vernal moth
#

what was it?

plucky sparrow
#

Oh yes

cosmic raft
#

did it work?

vernal moth
#

yes

plucky sparrow
#

It actually looks great now

potent fossil
#

Hm

cosmic raft
#

now reload again

potent fossil
#

So Fullscreen mode is fucked

cosmic raft
#

it's broken again right?

vernal moth
#

yes

#

lol

cosmic raft
#

LOL

charred sleet
#

doesnโ€™t explain it

fallen oracle
#

No no he did

cosmic raft
#

I DM'd him :p

fallen oracle
#

You can tell what he did by the way he said L and then O and then L

charred sleet
#

ah

fallen oracle
#

If he said lol that would've been one thing but he said LOL

charred sleet
#

bit of psychoanalysis here glare

#

iโ€™m not sure i like it

fallen oracle
#

It all started with a gorilla.

plucky sparrow
#

They have some sort of shit that makes the mouse pointer not show

potent fossil
#

Oh so it's gnome

plucky sparrow
#

I had to install an extension to fix it

potent fossil
#

Well, it runs at least

dim jungle
#

anyone here using wsl that can share their resolv.conf, i haven't got a clue what its set to by default but mine's fucked and i've had to set it to 1.1.1.1, but that won't do local names
^ nevermind, i've just copied it from another device on the network

dim jungle
#

oh lovely, it reset it back to being broken

solid siren
#

hi guys been searching

#

do u guys know any plugin that do when u kill a player u get their balance

prisma urchin
#

Guys can you stop tick warp in the middle of it (for carpet mod)

frigid jewel
#

Hello guys

#

Here's a splosh of our new 1.18.1 map

#

I like the new generation, though at some places the biome borders feel a little unnatural

vernal moth
#

its always a trade off, but I really like what the team has come up with

frigid jewel
#

In general I'm also very happy

vernal moth
#

the world feels actual exciting to explore again

#

in particular I fell in love with amazing cave entrances

frigid jewel
#

Ha those can be amazing indeed.

#

I have yet to discover a 200+ mountain myself.

#

Once I do, It's a base mountain right there xD

plucky sparrow
#

I just took my flu shot and I feel like my arm is dying

void void
#

damn

frigid jewel
#

That mountain range looks absolutely stunning

#

@native cradle we also switched to a new map because the first one was pretty 'bland' ๐Ÿ˜„

little frost
#

love it when there's a chasm from the surface down to deepslate level

wispy blade
#

@worn ember even roblox chat knows how it is

frigid jewel
#

Hey I'm Belgian too xD

elfin steppe
#

arsenal is still alive?

ashen cliff
#

I just dislike the amount of spawners you get now...

void void
#

anyone got some non pay to win rank perk ideas

lilac zephyr
#

cool hats.

void void
proud lance
#

If you wanted to properly benchmark a minecraft server against two servers with different hardware, what would be the most comprehensive test? spawning 1000 mobs on both and monitoring tps?

#

trying to load as many chunks as possible? generating as many chunks as possible?

ashen cliff
#

You would have to make a plugin that has multiple test cases.
So chunk loading, generating, unloading, how much chat spam can it take, how many mobs it can take,...
A lot to do it correctly.

proud lance
#

not a lot of info

ashen cliff
#

Again, you would need multiple test cases.
Since every operation uses a different part of the CPU.

proud lance
#

oh sorry

#

I read " a lot to do it correctly" as "a lot do it currently"

#

my eyes are gone

ashen cliff
#

Shouldn't be hard to make a plugin that does that, but... we are all avoiding making a public one. kekwhyper

proud lance
#

lmao

tough ledge
#

Hey @warm anchor on your site you specify a list of mods. Can I load into a Paper server with those mods?

proud lance
#

which mods is he referring to?

plucky sparrow
proud lance
#

no longer a nitro booster?

#

what you dont like to support paper anymore?

left swift
#

why don't half these emotes work here

#

paper fix

plucky sparrow
#

no longer nitro

left swift
#

weird shit going on when two emotes are named the same

#

:CHATTING:

worn ember
void void
worn ember
#

:chatting:

wispy blade
#

cool

left swift
#

.deez nuts

slow hull
#

hi

glad chasm
#

Did no-tick-view-distance get removed in paper 1.18 & up?

rare tiger
#

I think this is explained here

crystal lilyBOT
elfin steppe
rare tiger
#

yayaya

glad chasm
twin lagoon
rare tiger
#

there's no real reason to port it unless the functionality is significantly different

little frost
#

it is different though

worn ember
rare tiger
#

server admins struggling to understand the 69420 flags and settings, and which one is causing a thing they don't like

#

the hell's a sim-yer-lation cleetus

twin lagoon
magic river
#

Paper's implementation should use the vanilla (and spigot.yml) configuration though

#

The actual no-tick-view-distance was a dumb name to start with and definitely not worth having when you're duplicating a vanilla config

marble lark
#

Bruh i just had the weirdest dream I dreamt that cat went super saiyan and flew all around the world fighting random people off the street with a kamehameha but instead of an energy beam it was a beam of piss that quickly overflowed the cities he was fighting in until Steve came in and mined him with a hoe, and I shit you not cat dropped his profile pic as a food item

EDIT: I forgot to mention that Aikar was in the sky doing Demoman's schadenfreude taunt for absolutely no reason at all

left swift
rare tiger
#

mf had the perc 69 before bed

left swift
#

just fuckinf video called someone because discord froze when I was clicking profiles

#

epic moment

rare tiger
#

when you accidentally hit the call button on the dude you havent talked to in 2 years

worn ember
#

Tetris for Jonas

plucky sparrow
#

i'm severely struggling to install windows 10 to an usb through linux

#

why is it so complex

faint crystal
#

windows fun

#

thank microsoft

#

good comapny

rare tiger
#

media creation tool is basically the only way, which is a native executable :/

worn ember
#

you need windows to create windows bigbrain

rare tiger
#

burning an iso leaves out something like an efi partition

plucky sparrow
#

no im gonna try woeusb

#

my hopes are not lost

rare tiger
#

i just borrowed a friend's pc for my dual boot setup lol

worn ember
#

No one:
Bing:

left swift
#

closely related

#

at the end of the timeline "2021: Windows 11 event"

void void
#

Windows 11 looks like AppleOS now

plucky sparrow
#

omg woeusb seems to be working

#

finally i will be able to play gta online

ashen cliff
#

How Unifi APs work:

Adopting.
Adoption failed.
CONNECTED.
Scanning.
Adopting.
Reboots.
Last scan: Never.

#

Based.

worn ember
vernal moth
#

What

worn ember
#

looks kinda weird, but at the same time it makes sense

vernal moth
#

Yeah I guess

quick obsidian
plucky sparrow
#

look it actually is ok

worn ember
plucky sparrow
#

you are not welcome

quick obsidian
#

no why does the rnd even exist just check r and assign r directly

worn ember
#

its a static variable

#

probably so it can be reused later and doesnt need to create a random when nothing of it is used, and doesnt have to recreate it when one is already there

quick obsidian
#

not putting braces around the if statement body angers me

worn ember
#

go yell at the java devs lol

#

this is standard library

quick obsidian
#

Collections.shuffle?

#

damn

worn ember
#

yeah

plucky sparrow
#

it's great for this type of shit

worn ember
#

huh, hypickles capacity dropped to like 62k

#

you get in a queue now

charred sleet
#

whoops

#

didnt mean to ping

worn ember
charred sleet
#

smh

#

im idiot

#

wish you could mark a message as "Do not ping"

worn ember
#

now you ghost pinged him too kek which is arguably worse

charred sleet
#

nah

#

i prefer ghost ping

#

ghost ping = accident

plucky sparrow
#

But anyways I have MVP+ so I donโ€™t have to wait in the queue

vernal moth
#

Maybe they just rebooting shit

plucky sparrow
#

Oh could be that too

worn ember
#

yeah probably a node offline or something

#

i want to "examine" some game modes blaze

plucky sparrow
#

I can help

#

Iโ€™m wondering if thereโ€™s any fun game mode as well

jade hull
#

Generally speaking, how do Apex and MCProhosting compare as server hosts

#

Or is there something else better

#

Is that so?

ashen nacelle
#

Fluctise, Fallout, and Aquatis are better than those two

jade hull
#

Interesting

#

In my case price isn't going to be an issue

ashen nacelle
#
Fallout Hosting

Fallout Hosting is one of the most experienced server hosting providers in the industry. Cheap Minecraft Servers, Game Servers, VPS's, and Webhosting are just a click away!

twin lagoon
#

stick to dedicatedmc & bloomhost

twin lagoon
#

good ol cloudflare

jade hull
#

Haha that's been part of the problem, I get such varying answers whenever I try and get to the bottom of it

plucky sparrow
#

Windows fucked up my efi partition kekw

#

Ffs

jade hull
#

That is now 2 votes for dedicatedmc and bloomhost though, that's a start

plucky sparrow
#

Time to put the opencore crap in again

twin lagoon
plucky sparrow
#

Really windows why the fuck did you touch the efi partition itโ€™s literally not the same drive

ashen nacelle
twin lagoon
#

both dmc & bloomhost will provide aikar's flags right out of the box and won't oversell their hardware

plucky sparrow
#

Smh

#

Getting the efi partition to be mounted on windows is a nightmare

#

I donโ€™t want to go through this pain

potent fossil
#

welp, went to bed at 5:30. woke up at 7:30 to spam calls from my sister that my niece has a fever of 103.1 F (39.5 C) and she's having a panic attack so I'm delirious and trying to comfort her at the same time

insert gif of delirious cat because i dare not send in general

marble lark
#

iirc there's something like this in ThreadLocalRandom as well where the implementation is very weird and counterintuitive

potent fossil
#

Not the one I wanted

plucky sparrow
#

omg I forgot the pain it was to get the wifi drivers to work on windows

#

this is bad

#

i want to cry

potent fossil
#

sadge 4 u

ashen nacelle
plucky sparrow
#

Yea no

#

This wifi card is from some old Mac

#

It doesnโ€™t work out of the box and finding the driver is a challenge

ashen nacelle
#

well theres your problem its a fucking apple product

potent fossil
#

you should've expected issues and saved the driver executable from last time lmao

plucky sparrow
#

I probably saved it somewhere but I have no idea where

potent fossil
neat oyster
#

yo can someone recomend me some good hosts

#

i currently use a 8gb vps

potent fossil
hearty spear
#

It's probably because it's some Broadcom chipset

potent fossil
#

you can trust michael kekwhyper

left swift
#

Michael's are always untrustworthy

potent fossil
#

im listening to the jams now mana

left swift
#

the m in michael stands for meanie

#

how u like it

#

that playlist is example of starting a theme then losing scope lol

#

still all jammers

potent fossil
#

i need to leave some discord servers

plucky sparrow
#

I canโ€™t believe Iโ€™m dealing with this efi shit just to run gta

potent fossil
ashen nacelle
#

dont play GTA on PC

quick obsidian
ashen nacelle
#

unless you want to hat your life

quick obsidian
plucky sparrow
#

I hate my life so itโ€™s fine

#

I refuse to play on console

quick obsidian
#

buys pc
plays gta with an xbox controller

left swift
#

have you guys ever gone through a friends spotify playlists and find their sex playlist?

wraith pond
plucky sparrow
potent fossil
#

yea well i love your life

#

mind if i take it

#

.kill dap

limber knotBOT
#

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

plucky sparrow
#

Gta is more enjoyable if you play on keyboard and mouse

quick obsidian
#

.absorb dap

plucky sparrow
#

wow

quick obsidian
#

driving with a controller

#

kb + mouse outside of vehicles

plucky sparrow
#

I knew you loved me pimple

faint crystal
quick obsidian
#

oh no kacper has an alt

faint crystal
#

driving on kb in gta is actually really good

faint crystal
plucky sparrow
#

I canโ€™t believe my life, thereโ€™s a Reddit post with the working wifi drivers on the first result in bing

#

Iโ€™m feeling lucky

quick obsidian
#

i thought you were @simple karma

faint crystal
quick obsidian
#

thats a fair point

plucky sparrow
#

Huge thanks to u/McDonnellTech in Reddit

#

Saved my life

ashen nacelle
#

played some Warzone tournaments last night first tournament we took 1st place second tournament 2nd place

vernal moth
#

Do you have sex in silence?

faint crystal
#

with my left hand yes

plucky sparrow
#

Im starting to feel the effects of installing windows on an hdd

ashen nacelle
plucky sparrow
#

Look my nvme is being used my macOS

#

it has priority over shit windows

ashen nacelle
#

replace the crappy hdd with a 2.5 ssd

plucky sparrow
#

I have considered doing that yea

jade flax
#

hell, even a small one

vernal moth
#

Somebody teach the concept of partitions to dap please

plucky sparrow
#

Itโ€™s 240gb

#

Iโ€™m not partitioning such a tiny nvme

#

macOS would suffocate

jade flax
#

tldr; It is much like sharing a cake at a birthday party, but this time it is a spinny boi

ashen nacelle
#

casue Apple is fucking dumb

vernal moth
#

Meanwhile I have 4TB of ssd laying on my desk that I CBA to install

limber knotBOT
#

240GB nvme ๐Ÿ˜…

plucky sparrow
#

big f u

jade flax
#

way to flex

plucky sparrow
#

I do not approve of this flex.

vernal moth
#

They sitting their since black friday ๐Ÿ˜‚

plucky sparrow
#

So rude

limber knotBOT
#

I should really replace my 3TB HDD with an SSD lol

plucky sparrow
#

Send one over

vernal moth
#

I buy storage every black friday

jade flax
#

I mean, I shouldn't complain as I have 4tb of ssd in my machine atm

faint crystal
#

only 750 gb of ssd here :(

vernal moth
#

If you reinstall my windows on the 980 and move all other shit over you can get one of my old ssds dap ๐Ÿ˜‚

cloud slate
#

Oh god... Just had someone that tried to abuse that slf4j exploit... Good thing I updated a long time ago xD

plucky sparrow
#

Pff just copy paste

vernal moth
#

I got 2x500gb nvme and 2x500gb sata ssds, all full

plucky sparrow
#

Isnโ€™t there some tool to copy the shit in one drive to another

limber knotBOT
#

just use clonezilla thinksmart

ashen nacelle
#

may be a 4tb SSD but what is the technology in it QLC, SLC, MLC, TLC, NAND

#

if it is QLC it gonna be a slow as crap SSD

vernal moth
plucky sparrow
#

Iโ€™m feeling really jealous right now.

vernal moth
#

Get a job

#

/me runs

#

Thank you discord

#

Very cool

limber knotBOT
#

invest in crypto 10 years ago ( อกยฐ อœส– อกยฐ)

cloud slate
ashen nacelle
#

runs

cloud slate
#

And now he's gone

limber knotBOT
#

I auto ban people that try lmao

jade flax
#

runs

vernal moth
jade flax
#

works for me

plucky sparrow
#

no I just chose to get a fucking iPad mini instead of upgrading my pc

#

I still regret it

vernal moth
jade flax
#

buys ipad Oh I am going to use this.... a month later "Why did i buy this?"

#

ahh, makes sense

plucky sparrow
#

Oh no I actually use it

twin lagoon
plucky sparrow
#

Was the upgrade necessary though?

#

no

cloud slate
jade flax
#

that is my typical lifecycle with an iPad, dap

plucky sparrow
#

I just think I couldโ€™ve juiced my old iPad more

jade flax
#

hell, I have a 2017 mbp that just sits in a bag that I thought I was going to use

ashen nacelle
#

sitting here running windows 11 on unsupported hardware eating popcorn while reading the comments.

faint crystal
#

windows 11
yuck

ashen nacelle
#

its not that bad

limber knotBOT
#

if the metric is that it's not "as bad as it could be" then it's pretty shit

ashen nacelle
#

I use Freedom units not Metric

limber knotBOT
#

lmao

faint crystal
#

that's even worse

limber knotBOT
#

so in freedom units shit means usable?

#

runs

ashen nacelle
#

shouts WINDOWS 11 IS THE BEST OS OUT THERE AND NOBODY CAN CHANGE MY MIND!

jade flax
#

that's a lot of freedom units

void void
#

if is so good... why is free?

faint crystal
#

mmh feet

jade flax
#

hence the "free" in "freedom units"

plucky sparrow
#

Now Iโ€™m used to command + c and that doesnโ€™t work on windows ๐Ÿ˜”

void void
#

99% certian my PC wont run windows 11 anyways

faint crystal
golden gust
plucky sparrow
#

no

#

Command is a different key

jade flax
#

amazing

plucky sparrow
#

Well certainly they perform the same shit

left swift
#

no politics

golden gust
#

apple seperated GUI and CLI stuff

jade flax
#

command + c is the same as ctrl + c on windows, in terms of what action it performs

twin lagoon
golden gust
#

So, cmd-c,x,v works in the UI side of stuff

ashen nacelle
#

he is running windows on a fucking mac.

golden gust
#

ctrl-c, etc, works on the terminal

ashen nacelle
#

macbooks are shit

plucky sparrow
#

No itโ€™s running windows on a hackintosh

twin lagoon
#

the latest macbooks are great

neat oyster
rare tiger
twin lagoon
plucky sparrow
#

Iโ€™m actually considering getting a MacBook Air next year or a surface book

golden gust
#

really fucking nice when you can actually copy/paste from a terminal window without accidently killing shit when you're brain dead tired

ashen nacelle
#

I have a hackingtosh comptuer here in the shop it is only used when we need to recover data form a dead mac.

neat oyster
#

so i can switch

twin lagoon
#

depends on the plan

plucky sparrow
#

Oh windows didnโ€™t break the efi partition

#

I just canโ€™t boot into it for god knows what reason

jade flax
#

that's some good luck

golden gust
#

give it time

neat oyster
#

on budget plan

golden gust
#

flashback to that one time when windows would yeet every other partition on the boot disk

plucky sparrow
#

Perhaps I just have to make opencore the default boot entry

twin lagoon
#

pebble's budget plan isn't worth using

neat oyster
#

oh

rare tiger
#

my windows and linux partitions are in an uneasy truce with eachother and will occasionally fight eachother

golden gust
#

some rando win 10 update literally did that

jade flax
#

there were a few win 10 updates that just broke shit unnecessarily

neat oyster
plucky sparrow
#

Iโ€™m so surprised

#

macOS actually can boot

#

What type of sorcery is this

ashen nacelle
plucky sparrow
#

Why did windows not break it

rare tiger
golden gust
#

This is an english discord

jade flax
#

"omg it is not linux?!?!?!?"

ashen nacelle
#

ENGLISH!

twin lagoon
#

just kick him

golden gust
#

!kick @vivid folio This is an english discord

thorny flickerBOT
#

:raised_hands: Kicked lastba#0002 (This is an english discord) [1 total infraction] -- electronicboy#8869.

rare tiger
#

INGERLAND ๐Ÿ˜‚ ๐Ÿ‡ช๐Ÿ‡บ

#

๐Ÿต

golden gust
#

well

plucky sparrow
#

Well this was easy!

#

Today is my lucky day it seems

golden gust
#

OUTGERLAND now

neat oyster
#

frick it ima contitnue using vps

wispy blade
twin lagoon
#

@waxen panther thoughts

rare tiger
neat oyster
#

fok

plucky sparrow
neat oyster
#

yes

plucky sparrow
#

wtf

#

weird

wispy blade
#

spain moment

plucky sparrow
#

naomi

#

lick my toes

left swift
#

ew

waxen panther
left swift
#

brocc

simple karma
left swift
#

server setup specialist

#

lol

rare tiger
#

specialist AND freelancer

#

weird