#general
3141 messages · Page 1356 of 4
they're all so boring, or they have samsung software
I want pixel software, I have to have an underscreen fingerprint reader
Nexus started off as just below flagship but super cheap, grew into flagship for not much of a discount, turned in to Pixel for flagship at full flagship prices, then turned in to just below flagship for flagship prices
if the next pixel has that I'll probably be happy
Time for the next rebranding?
the rear finger print reader just doesn't work for me
i liked it sigh
There’s no need to hide. We are out there.
types from mac
imo pixel is their best shot
people just started to learn about the brand name
if they ditched it, it would probably be a negative
that being said
I can see google doing it
because google
Google keeps flipping between wanting to be in the hardware market and wanting to drive it a certain direction
I bought a Pixel 5 coming from a OnePlus 7 Pro and I'm never buying another non Google Android again
Like, sometimes they actually care about hardware and spend a bunch of money making polished products and ads and such and other times they just use them as reference platforms to get people excited for some functionality and convince Samsung to include it
I wouldn't buy a Pixel unless they finally upgrade their camera
They've been using the same sensor and lenses since either the OG Pixel or the 2 and just adding more layers of computational photography to improve on it
if it ain't broke don't fix it
only thing I wish they'd improve is video
but stills are amazing imo
It was impressive as hell for the OG Pixel but now it's just average
i think oneplus or pixel are the only phones I'll buy at this point. The pure google (or very close to it) experience is really important to me. I end up missing a ton of pixel-only features on my oneplus, even though it's almost there. just looking at samsung's software, god I hate it
Well, average for a flagship
which makes me sad because oneplus phones aren't very interesting to me anymore after the 7 pro and the pixels always seem to disappoint
OnePlus software is absolutely atrocious, and they're too expensive for what they are now
I got a 7T expecting an active modding community but there is basically nothing
i love my oneplus 7T pro
and im not willing to buy a samsung phone and root it to get my pixel software, I stopped doing that shit years ago and have no energy to do it again
Custom ROMs only get you so far. I was an unofficial Lineage maintainer for a bit and since vendor is prebuilt you're literally fucked for security updates.
Some people started making their stuff work on 7T Pro and regular 7T so we got something every now and then
i stopped rooting my main phone in the first place
the GPS & compass chip in my 7 pro is busted and I've cracked the back glass so it's really on its last legs
ever since hardware safety net
realized I didn't really need root in the first place
And lately people make things that work with 7/7P/7T/7TP so there is more but nothing really interesting
A lot of development happens exclusively on Telegram these days instead of XDA.
XDA has become dogshit
@viscid wedge yeah I was on the ICSSGS team back in the day, I'm very aware of all of that. Big reason why I'm not interested in modding anymore
That's a common issue I think. Mine stopped working after a couple months too.
if you're ever interested again, a guy going by kdrag0n has found a way around this
I pretty much only ever look for Pixel Experience ROMs and/or patches to make Pixel apps work on whatever phone I have
Not much need for that these days either I guess
teamhacksung was the team that maintained the original SGS cyanogenmod rom and they based their device tree off of ours without really giving credit
I'll never stop being bitter about that
not really worth it
fuck that was almost 10 years ago now
I run Lineage builds I do myself with Pixel Gapps inlined
They're not public though
I just want the extra functionality, I'll probably go back to stock when Android 12 releases
almost 10 years ago we didn't give a shit about that stuff on ICSSGS. Our roms came pre-baked with gapps
we were super bad
Yeah google didn't like that very much
With TWRP being shit these days it's coming back
i've always hated cyanogen, only because they stole a lot of shit i came up with :3
I had dinner with the TWRP devs back in like 2014? 2015? can't remember
they were cool dudes, don't know anything about what it is now though
Development has slowed down a LOT
yeah I'd imagine
TWRP still can't handle A/B partitions iirc
It can
Which means it's useless since like Android 9
The amount of officially supported devices with A/B is very slim though
google changes the partitioning with every new phone they make
they still cannot decide
sometimes they ship broken official builds
the main thing is that decryption barely works in twrp right now
do roms still have to do nand shuffling?
Samsung apparently doesn't even do A/B so updates there still have to reboot into update mode and leave your phone unusable for 10-15 minutes
I have zero idea what that is, so I'm assuming no
yeah it's super dumb. Buddy's S20 is like this.
err nand wear leveling? not sure what the generic name for it is
That's probably a part of why support for it is shit, the most popular phones don't use it
i think samsung does that in part due to google changing the a/b format every year
we moved our partition table layout around every release on ICSSGS because SGS phones were getting to the age where the nand chips were starting to fail if you left your system partition in the same place for too long
I assume nand technology has improved significantly since then lol
By a lot.
I hate that OnePlus and Google are basically the only OEMs left that actually allow bootloader unlocking
Xiaomi does too, but it's a convoluted process
Just don't use Verizon
carriers often lock bootloaders
google/samsung doesn't have enough US marketshare to say fuck off to carriers and not load their shitty vendor software on
Any time I looked at it if the phone was from Verizon it was definitely locked, if it was from Sprint is might be, and for AT&T and T-Mobile if they bothered to lock it you could easily just get a non-carrier one
Verizon still has a whitelist on what phones work on their network
Not sure if the Sprint branding is even still used
They do, but only for the CDMA part
oh well CDMA only
You can't use a Verizon phone on Sprint or vice versa but the GSM/LTE part is unlocked
yeah but they could lock it to verizon if they wanted to
That was from their old "world phone" setup where they convinced you what you really wanted to do in another country is get new cell phone service from a local company
Which was just marketing for their network tech being a US only thing
locked phones are illegal now here <3
is there a easy way to make a easy backup
Stop server > tarball > start server. 
jroy 😳
Proxi no sleep!? 
wh
suspend the server
I slept like 9 hours!
Proxi much sleep !? 
About to! 11:19 

oR yOu CaN uSe Me PyThOn ScRiPt!111!!
you're welcome :3
first ever github page lol
where do I go to get help :p


still better than node
barely
ye
least python wasn't yoinked out of the browser and put on steroids
@mighty storm python is the one language I can do lol
I can't even do it that well, but I knew a bit, so putting together wouldn't be too hard
after this i learnt that coding is 50% googling, 50% copy pasting and then adding 3 lines of your own :P
Oh. Oh no.
there goes mbax's career
How do you guys design code to be flexible? If you want your code to be flexible for hypothetical situations in the future, won't your code get complex real quick? and you could be over engineering as well
Experience teaches you that you should mostly not do that but you get a feel for cases where it might still make some sense
be sane
Most of those cases will be wrong but at least you won't try to make something so generic you reinvent smalltalk
you gotta find a balance between designing stuff to be future proof and getting stuff done
refactors of any long standing codebase are to be expected, encouraged, and the norm, as much as ideally we'd get the perfect codebase in one shot, you gotta be realistic 🤷♂️
One big "generic" thing you learn from experience is that copy/paste should be the default when you have some bit of code useful in two places
aka don't make it generic at all
Yeah that's what I expect. If there's gonna be a change you'll have to refactor. My understanding though is if you write flexible code you should hopefully have to refactor less or the extra code you write for flexibility will be useless
it really depends
Lots of times things work the same by happenstance, not by design. Pulling their common bit out into a shared function will evolve in to a function that takes a bunch of conditionals to turn bits of it on or off because things evolved in different directions but no one was brave enough to remove the "shared" code
if it's a small bit of code, making it generic is dumb
Also see Minecraft
for stuff that's larger, libraries are great and welcomed
I like refactoring. It's fun. I learn what I should or should not be doing from other people's code
Unless it's your win condition for your mini game and you forget to update all three of the copy pasted did-they-win methods to be the same and now the game doesn't end under several conditions...
shudders
That's something working the same by design so should be shared
If some snippet just so happens to be useful in another place though you should just copy/paste it
If it ends up being useful in a third place maybe make it a function, and so on
Thanks. That's helpful
On the other hand writing utility, data structure, and algorithm libraries is really fun so you'll probably do it anyway
That also answers my question. I was thinking of having an interface for something. Two of the classes that implements the interface will have a couple lines of exact same code, but wasn't sure if that'd be okay or not and if I should make it an abstract class instead of an interface and factor out the shared code and create a method in the abstract class
you'll get the hang of when you should make stuff functions and more/less generic as you go ^^
after a few years, it'll be nature to you
25 years in and its still not nature to me :p
Yeah, I still get it wrong more than I get it right but I try to stick to things 10,000 lines of code or less so it doesn't matter as much
Sorry, to convert that to Java numbers, 100,000 lines of code or less 😉
lol
spend more time getting experience with code to learn when to make the correct descisions than tryna spend time tryna abstract code out enough that it appeases the preachers
no point sitting around wasting time on a codebase which isn't even gonna get to release
this something where a default method would work?
Shipping is the most important feature
Oh hmmm. Will look at the default method. I've heard of it before
yup both static and default methods on interfaces are fairly useful
i feel called out
i avoid shipping like the plague
<@&748618676189528155> dababy spam
lets goo?
its a rapper lol
oh ok
?ban 442472491605295104 spam
Da Baby#1230 was banned | spam
hewo kashike
uwu

rory cute
rory epic
BLESSED 



🐳
ah yes, whales, as i like to call them water cats but big
alrright guys wish me luck gotta turn this in 5 mins
jmp purple now 
broccolai
nice name
fine

What is the best way to simulate low TPS
well if its just for dev you can patch the server for yourself
ik
no need for mixins unless your trying to modify stuff in production runtime
you can add a patch and there you go
wasn't there an attempt to get mixins into paper
not sure what it was called
there are ways to bootstrap paper with mixin
yeah
nothing official though
there was a project that did it. interesting concept
for local testing patches is easier though
like do I really want to write mixins to test simple changes
</google:816176849147002923> term: Orion Minecraft github
https://github.com/OrionMinecraft
An organization behind the Orion project. Orion has 11 repositories available. Follow their code on GitHub.
i think that one did it
yeah that's the one
</google:816176849147002923> term: mineteria ignite
https://search.maven.org/artifact/com.mineteria.ignite/ignite-api
Ignite - Bootstraps the Minecraft Server with ModLauncher to apply Mixins and Access Transformers from mods.
that's the newer one
thanks!
thanks
that's interesting
pretty cool
idk if i'd ever use it lol i'd just make a patch if i needed to but
hello 🥺
hello !!!!

wave wave wave
proxi 🥺
are they?
is Pencil a custom bot or
pretty sure sulu made it
ah
In typescript.

I think that's what sulu said shrug
i c
for certain things
eh idk, for backend things I'm nearly goddamn always using java
yes, every language is only good for certain things
im not h8ing tho
typescript is convenient for stuff like bots or web services
i tend to use java more tho cuz i'm more used to it
honestly the language fundamentals are good
but I got so fucking sick of the js ecosystem and tooling
if im not using java for backend, im using kotlin, and if im not using that im usually just fucking around with some other lang that i'll end up never using again

.kill Idriz
stuffs a bunch of C4 up Idriz's ass and waits for it to go off.
Hi simp
...kinky

how wat
go 
i have no idea why

i write kotlin for like 30 minutes and like it and then suddenly my motivation just dies
and i end up switching to java KEK

anything you use java for
I have the same problem but instead of kotlin its life
except mc
it's possible
yeah well you can also throw babies into a bonfire
indeed.
lol nyc
k
k
k
k
k
k
should be this

The dash police care.
But yeah that totally was me 😂
But thanks to the magic of force push, you get the blame!
But yeah, went thru some old PRs yesterday
how was i gonna edit my commit else than force pushing?
Many first time contributors so that's nice
i just amended all the time
Mini can I submit a PR that replaces every instance of "start" with "woowooo!"
ah cmon
No, i want paper begin and paper end
next PR: github actions crypto miner
jk
Ah yes. It's that day again:
@twin lagoon 

Wow I wake up and we still below 100 PRs not sure if proud or disappointed
I'd spam you with irrelevant prs, but IJ still jumps out of a 50 story building when opening wsl2 projects
kneny ur bad
I'm on that, didn't fix it for me :(
it tells me I don't have maven or a jdk on wsl, which I do 
Strange
and since it's so new, I didn't find any threads on those lol
hi kneny
or still getting the old https://i.imgur.com/x63IGY7.png
Try mapping your wsl thing as a network drive
Explorer, network, new network drive, \wsl$\Ubuntu -> Z:
Day 357 of the pandemic™
I made the cat detector. https://t.co/qLYgkjQRXI https://t.co/fOAKCrN7aw
4097
11184
now am back to https://i.imgur.com/1sfhAaZ.png
Why is it still trying to use wsl paths?
I think my IJ only uses the network mapped
Also, rip auth0
amazing you can run tensorflow on that
thats not a surprise to me, tensorflow scales well
depending on the model
its made to run on arm cause phones
Still amazing if you ask me
OVH shat itself and still hasn't recovered. 
They sent email that there's an error, then shortly after that it recovered but it still doesn't work :/

Value types are now called primitive classes
Or primitive objects
That's missing the generic support for that
But man, valhalla is coming!
Ppl speculate that those two jeps will land in 17
As preview
if it cant run tensorflow, send the image to a nasa computer 
Well read the jeps
looks interesting
but not sure what advantage they would have over e.g. records or pojo's
what is called valhalla?
Records are objects with syntax sugar
Primitive objects here are identify free
Easy on GC, passed by value, etc
And if we then get the 3rd jep, primitive objects as generics
We can basically nuke fast util 😂
fastutil?
The jar size would go down significantly
Fast util is a collection lib that provides primitive types
Like object to int hashmaps
Where int is primitive, not the wrapper integer
ok this does look cool
so you can have Map<Whatever, int>?
And there will be no difference between int and Integer anymore
Yes, that's the missing part
looks cool then
It's pretty big
That's, plus the syntax sugar from project amber (all the pattern matching stuff!), Plus loom (user mode threads!) And the future looks really really bright
Valhalla also wants generic enums i think
if (obj instanceof String s && s.length() > 5)
This is java 16 already iirc
Point pi; // stores a Point object
Point.ref pr; // stores a reference to a Point
heh
Out of preview
this is sick
"Java's generics are designed to only work with reference types, but a separate JEP will enhance generics to interoperate with primitive value types."
let's see 
in english please?
you can do Map<String, int> instead of Map<String, Integer>
if you have a class with a generic type like class Hello<T> that T can't be a primitive, so you can't have a Hello<int>
in what jep
the one linked above
mini sent two
one of them
yeah I was reading the other 😂
not sure which I don't know how to read
ah and they are gonna add that?
yeah this ones makes you add your own primitive types https://openjdk.java.net/jeps/8251554
and this one makes you use primitive types in generics (I think, haven't properly read it) https://openjdk.java.net/jeps/8259731
as mini said, that second one would allow you to have something like List<int> instead of List<Integer>, meaning those list values don't have to be boxed and unboxed constantly (int <-> Integer)
What about my nullables, though? Optional<int> I suppose?
>optional
That would actually probably just become a primitive in itself I'd assume, since it's so smol
The second one replaces are wrappers with primitive classes
It doesn't allow primitive classes as generics yet
That's seperate, pretty sure
ah lol yeah should have read it
"This JEP does not address the interaction of primitive value types, including int, double, etc., with Java's generics. "
Cool thing, if they make optional a primitive, there's no overhead anymore?
Yeah, but after that one. Will we lose Integer's nullability?
still ugly tho
That's interesting, can primitive objects be null?
https://openjdk.java.net/jeps/8251554 the new primitive type concept in general (not sure if that applies to the existing ones) has you use .ref for nullability
No, Mini
That's dumb, kneny
¯_(ツ)_/¯
Yeah I'm not sure how I feel about that
I'll go for my Optionals in that case :>
That smells like c++ pointers 😂
>>>>>optionals
Optionals are great! :(
Well, it's all a draft for a preview features
😠
but this is so sexy https://i.imgur.com/BLBOhG9.png
oh yus
it doesn't look like they want to get rid of the current boxed types they do
at least by the examples they've given
still has Integer and so on
I hope they do
I thought you didn't like .ref 
Maybe they will just move the methods of the wrappers to the new primitive objects?
I don't! I like optionals :)
go to sponge dev then >:(
In other news, sunde is such a savage https://twitter.com/brokep/status/1367432268600467456?s=19
ok maybe i WILL
and take your optionals with you >:(((
(co-founder pirate bay, banned from icann cause reasons nobody understands)
For now. For now.
I will eat you if that happens
I will merge 1 (one) Optional for you.

i started using optionals everywhere once i made my motd plugin support sponge
nvm they also want to move the current primitive types to that new concept
Hm?
like Integer as a primtivie class and Integer.ref as references (or whatever the base class will look like)
yeah
it'll definitely interesting to see how they end up going through with that / nullability
Optional!
nooooooooo
primitive optional! No overhead!
but still ugly methods and a tooooon of extra checks and lines added if you use more than like 1-2 optionals in a method
Just throw a language feature in: int?
either by having to get their actual value out, or by going nested with ifPresent
what I'm waiting for is to be able to define methods on a (primitive) vector for example to just use +-*/ on them instead of having to call such a method yourself 
Want them to pull Kotlin features into the Java language.
Operator overloading sadly is confusing
Cause you have no docs on what it actually does
Especially when you mix types
Yeah that isn't a no brainer you need to look into JavaDocs.
does anyone know if team colour can be a decoration? according to to https://wiki.vg/Protocol#Teams they can be, but according to https://minecraft.gamepedia.com/Scoreboard#Teams they can't
yes iirc
why didn't they think of a better word than colour 😔
it's called color, not colour
so should Team#colour() accept and return something different to TextColor?
It's called leviosa not leviosa
also wtf would be an alternative name for it... decoration? style? i hate english
Formatting
bukkit's team crap accepts chatcolor, does it not? (which includes all formatting)
yeah it does, it's just the adventure addition that doesn't
ah
so idk what color would return if you do setColor(BOLD) for example
where exactly are those adventure team methods?
interesting, yeah
the docs don't even make much sense either @param color new color, must be non-null. Use {@link ChatColor#RESET} for no color
on it already
mojang using legacy text for chunk debug data https://i.imgur.com/mlp4M6n.png 
damn implementing adventure in minestom has lead me to find bugs in paper now
what a journey
has an old HP printer
printer's control panel won't work without Flash Player for Internet Explorer
has to edit flash player with a hex editor so i remove the time bomb that blocks it from working
beautiful
thanks, Adobe
and HP
but mostly adobe
Now I need to make a giant flame coming out of the thruster
bruh no
ngl people asking for help in spigot discord are just another level
why is my server randomy restarting??/!!?
offline mode
cracked cmi
cracked shopgui
probably more if i was bothered to look through the logs
lol
Does anyone know any plugin that gives you a daily task ( for ex mine 500 dirt ) and then you can reward the player with in-game currency? ( Or basically run a command after the task is complete )?
ooh that sounds interesting
Google also comes up with this thing
To anyone's knowledge, has anyone made a SLP response sender script?
I know many people have made receivers, but what about something that spoofs a response...
i.e. a using the SLP protocol to fake a server existing.
https://wiki.vg/Server_List_Ping
This would be useful for hosting a msg like "This server is currently down for maintenance" or "this server has permanently shut-down; please see this msg".
I remember one somewhere
i dont remember what it was called but it was exactly for that purpose motd and stuff
Idk what you want?
The exact opposite of https://github.com/deathcap/node-minecraft-ping
Do you want smth that answers a server list ping or smth that does a server list ping?
Answers
Both i have written before multiple times
The whole repo has both client and server
Thanks!
But it's possible to do it much simple if you just read the docs and read the bytes individually
My goal is to basically make a sender and host it on a complete potato
So the absolute shittiest computer ever to be able to interact with a client's ping.
ah
I assumed that, since people won't actually connect to it, it wasn't a server
but I guess querying it makes it a server
Although, then again, "minecraft server list ping server" returns no results
Oh course they connect to it
many are unfinished, so you can just use those
Of*
since they are pretty light
They just don't join
Unrelated note, I think I managed to find the potato
Should probably use tiny core linux though
that seems expensive
https://i.jamierocks.uk/mmxxi/aZhS7bBGDL.png DigitalOcean pricing
A very expensive potato
theres this plugin that is open source, but it doesnt have worldguard support.
How much would it cost for someone to link it with WorldGuard?
hetzner 2.50€ per month
not for those specs
Yes kenni
oh per year, wow
what does aternos use to host
is that the paper fork?
no; it's one of those free hosts
also pity hetzner don't have datacentres in the uk
does aternos run on lemons
Considering the fact that they don't post their specs unless you login to their website, I am going to guess lemons
wait, might have found it on a forum post
are the fade in/fade out/stay times client ticks or server ticks?
i presume client
there's no difference?
nvm, even their answers are a bit vague
it's just 20 ticks = 1 second
oh yeh but im working on a server software that lets you change the tps
oh no clue then
They run on the broken hope and dreams of those who wanna spend nothing on a MC server.
And who wanted to keep their data secure
https://privacyreport.org/en/breach/aternos-sd
Find out if youve been part of a data breach with PrivacyReport.org. Sign up to receive alerts of future leaks and tips for keeping your accounts safe.
spigot is another breed
people asking how to host dynmap on aternos
and they get mad when we tell them to take a bit to self host to learn how to use a server
.mini
(Korobi) xkcd: Ballmer Peak (1 October 2007)
its not 4 yet!
today is after work meeting with (ex)azubis
had to show alice 😄
sounds like a good time to do some work
taxes doe
i agree we should tax doe's
A front-end template that helps you build fast, modern mobile web apps.
wtf my wsl default directory changed to /
been like that for for a while for me
i use genie-systemd and i think it sets it to $HOME everytime luckily
I had that changed before but apparently never did it here
my default user directory used to be the windows user directory, so I had a script to change that to the linux user dir, but it just changed to / for no reason 
nvm restarting this pc fixed it
:dab:
I use windows terminal, so i just changed starting dir to my partition i allocated to code
¯_(ツ)_/¯
Is it at all possible to change the piston push limit with a plugin?'
Probably make it shorter, maybe not longer though
do not believe its exposed
we could look into it but liable to get fun and inconsistent results out of the game
👀
if you use windows terminal you can set a default directory in the config
not home right now but it should be easy to find
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"colorScheme": "horizon-dark",
"startingDirectory" : "H:\\"
},
yeah
and fwiw I think it has to be the windows version of the location
so wsl$/ whatever bs
gross
I must've missed that when I was copying my profiles over
or maybe I had some jank solution somewhere else
@twin lagoon x
cd in .zshrc 
i assume everyone uses zsh
i switched to fish not too long ago
though I thought z was a mac weirdo
I use windows, mac, and linux on a regular basis
all on zsh though because I like for stuff to be portable
so they gotta be the same
i just found a bug in powershell or windows terminal
oskar the destroyer of applications
its a windows terminal bug
if you open the default powershell window and hold down shift+enter a stacktrace eventually shows
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -28.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
weirdchamp
https://github.com/PowerShell/PSReadLine/issues/2267 nvm someone got it 2 hours ago
Ew, that's some badly formatted issue
agreed
What happens when you drop your stuff in the end it just disappears
is it because of the tps?
No it disappears when I drop it on the ground in the end
@unreal quarry did you go to watch the terminator when it released in the cinemas?
@untold copper i was only 6 months old when it released :p
but maybe, if my parents went to see it and took me
¯_(ツ)_/¯
its the best one \o/
Commented on it with better repro steps :)
o.O @unreal quarry you must have gone to see the matrix then
that is a great movie
I gotta watch it again
they messed up the terminator timeline
pity
If you hold down the up arrow it also has the same issue btw
invasion of the paper devs
What if I hold up the down arrow? 
Anyone know how to make it where i can do commands in game?
?
/op
Give yourself proper permissions?
lol
who needs a perms plugin when you can just /op yourself /s
Bedrock
That's a bedrock release
It's irrelevant for java
For now anyways
You can see it just in the lighting that it's bedrock 😂
Does bedrock really have so harsh light?
Feature parity
whats up party
Wishful thinking
me
I mean PRs 😄
trig your contribution is BoRInG
Hey I got my own treasure map thing too: https://github.com/PaperMC/Paper/pull/3559
nice one
I wanted to be easy on you :(
but then here you go: https://github.com/PaperMC/Paper/pull/4173
yes :)
no I mean boring as in nobody bothered to comment
I bet you don't dare to merge that one
oh
but it fixes a real issue! 1 person complained!!!
<3
I get more spam on IRC than on Discord for some reason.
Why would people be spamming non-sense sentences? Other than to just spam.
the only spam I get here is in #spigot at the spigot irc network
I keep getting random dms
Never got any random dms so far
I never went there to be fully honest
just another network, has some linux and foss stuff on it
they still have the weird rules where you aren't supposed to stay opped in a channel?
uh, maybe - the one channel I created Im not an op in anymore
god who tf designed adobe premiere
When you export something and select "GIF", you get each frame in a seperate .gif file. You gotta select "Animated GIF" 
my experiences there have always been people trying to help me as little as humanly possible
they are technically different things
Ive seen some people help a lot, some help none at all
usually Im just there to lurk on the discussions for when something interesting comes up
iirc the gif format was first made without animation
I know
speaking of gif
but fuck getting 500 single frame gif files
it's 8mb lol
worth it
Oo, I'm getting emails for resource updates, fancy
telegram does not support transparency in gifs 😦
telegram doesn't support your happiness

Smh
UMMM
Me too. And today I've been getting them whole day too.
I haven't gotten any today, or really since that bad day a week or so ago :/
I didn't get any 😎
but mcdevs is the only channel im in on freenode, so eh

IRC 
yeah it's quite smelly down there
Sadly a lot of open source projects are only available there.
I wouldn't even be on IRC, if esper supported matrix.
I was finally unlazy and setup my nameless site yay
Hello does somone know a Faction plugin that supports bungeecord I searched threw the whole internet and cant find anything
By bungeecord support what do you mean?
ability to sync database between mutiple server
I searched threw the whole internet
or thats it is easyer to setup
Does a plugin support multi-server configuration?, I'm looking for a factions solution with synchronization feature
Plugins can do that. Most do not.
Sync factions between multiple servers as syncing the claims or stuff, or how? 🤔
And just because it supports a database does not mean you can do that
i can, can you tho
no sync of the claims only of the group

aurora's gonna save us from a shortened PR backlog 💜
once 1.17 is released I guess
People just holding back PRs to give you some free time. 
Nah, it just means that Paper is getting more and more perfect
😭
Accepting compromises is the only way to achieve perfection.
perfection
How smoothly has the adventure stuff gone?
Look up.
it works pretty well
stuff you wouldn't expect
it is mainly plugins doing some weird stuff that have been broken
Nothing major has happened lately so I can afford to be out of date
there have been more than one person in #paper-help have picking up water stop working because of some weird plugin
and I can't see how that has naything to do with adventure
That you know of party
Hmm I meant just like chat in general being fucked
And I’m a little too busy to fix all of my plugins for it atm
actually no that was just one guy, other had something logged in the chat whenever he used a bucket
those commits are old
Oh
Date is cropped out so
I’ve had like zero motivation to work on my plugins lately
Life has been too busy and burnout
You want a date?
warzone is a perfectly optimised game
I think you just have memory issues.
yeah you just run super jank shit
At least my Slav jank works.
i cant do that on windows right
you don't do a memtest on a running system
well i have a spare usb
download memtest86 and put on usb and boot from it
War zone works on ps5 😛
im planning to buy some new ram for my birthday anyway
https://www.memtest86.com/ this right?
ok i flashed my usb
Supporting both BIOS and UEFI
v9 only does uefi
As MemTest86 V9 supports only the newer UEFI platform, older PCs without UEFI support would be unable to boot MemTest86. In order to run MemTest86, PCs with legacy BIOS platform must use the older V4 release of MemTest86. The download links for the V4 downloads are still provided for those that prefer to work with the V4 bootable images.
It’s doing something
Bruh.
wasn’t bios deprecated in 2012
it can take quite some time oskar fyi
Need to whoop PassMark back to there they came from.
it can take several hours to complete
How do I know when it’s done tho
you'll see
It tells you it passed.
Now run the rowhammer test with a single core on a 4TB server for 10 days.
(or failed for too many errors
)
How much tests are there
13
the number of tests is different based on what option you select
I didn’t touch my keyboard
I keep having the same crashes with win7, but Windows 10 fixed my ram 

I told myself krusic
Daily reminder that LGA3647 does not exist.
Daily reminder that daily reminder does not exist
¯_(ツ)_/¯
Pass 2
Pass 3

I also run on 4 ram sticks, what a coincidence
i couldn't help but laugh at that phrasing
4 ram sticks or 4gb ram?
Pass 4
mbax, you sooon of a bitch
Cat back at it again.
message I posted in the dev channel for adventure earlier
Yes.
I do now say hosting a Windoge server is shiz... RDP session freezing while downloading a backup, then on the server side it causes a massive CPU spike and crashes all servers until I relaunch the session. God bless Linux 
Daily reminder that green strip is the best bro.
No bro!
Blue STRIP BEST BRO!
@vale rune better agree otherwise his admin rank is null and void.
Bro. I will give him Admin rank on my CS 1.6 server.
He will get a free model and really cool commands bro.
M-m-m-monster kill.
Bruh. There is no Admin rank in servers running KGB-Hosting hierarchy.
https://www.kgb-hosting.com/ why is that an actual thing
YES!
YES!
Bro! KGB hosting better than western capitalist hosting.
Fact!
Western hosting lag bro.
Their ToS was legit just null a few months ago.
Eastern hosting - Host cs 1.6 uptime 12/3!
Provided by KGB hosting: https://posili.me/i/2021-03-04_23-34-53.png
2 years non stop CS 1.6 bro!
Fact BRO!
2 years of b42 b17 o1-o7 .,.,.,
@mossy vessel 
KGB hosting 5950x
Michael it has Albanian bro we have to buy KGB hosting.
Bro! They have PREMIUM CPU bro!
KGB , RGB ? 





