#general
3141 messages · Page 1631 of 4
it's like meme reverse pascal case, i see it on twitter
What I was tryna do was beautiful
I have a 1.12.2 public survival server what anti cheat do you recomend
1.12 is not supported, so we don't recommend anything
^^
Don't have one
Please just google or use the search feature
ok
This exact convo comes up practically almost every day so I'm sure you can find some info out there without us enduring this convo yet again
Checking mongodb on stretch now
if i knew of one i'd give the recommendation but i don't. 1.12 is already old af lol
Is there something to make sure Im not vulnerable to that thing I talked about? I'll check some info or guide too when I get on PC, but it got me thinking
https://www.spigotmc.org/resources/anticheatreloaded.23799/
https://www.spigotmc.org/resources/ac-negativity-spigot-1-7-1-16-sponge-bungeecord-velocity.48399/
https://www.spigotmc.org/resources/ness-anti-cheat-reloaded.75887/
https://www.spigotmc.org/resources/warden-guardian-of-your-server-modern-cheat-detection-1-8-1-16.81877/
pick these
out of these 4
Debian 9 (stretch) has MongoDB and MariaDB both bind to 127.0.0.1 (MariaDB also has a UNIX socket)
So no, they don't listen to the internet by default
so go try them yourself
ok
we don't know. end of
That Is weird, Amaranth
Updated-NoCheatPlus is the only open source one
Maybe that friend changed it and that's why they got there? Hmm
actually Warden is open source too
Maybe they set up some upstream MongoDB repo and the MongoDB developers are idiots
Or your friend is the idiot 😛
and AntiCheatReloaded too
I thought most were just proprietary crap lol
Yeah, idk, but now I am worried if I am an idiot too, but I didn't change it, so.. 🤔
Did you add the MongoDB upstream repo and install the mongodb-org package instead of mongodb?
I think the default for MongoDB is no password
Really, wth
Which is silly when you bind to localhost but catastrophic when you bind to a public IP
Pretty sure upstream used to have no password and bind to a public IP by default
it did
I'll get juicessh and check lol
its been a few years since ive been involved in mc, just wondering, has there been any open source attempts at single world sharding?
Don't they disallow remote login without password? Oh wait, that's a SQL only feature. Can't be having that in our NoSQL code base. 
and been a while since ive spoke to you @wheat quarry , thanks for maintaining ftop for me 😄
there has been at least one thing like that but i dont think it was opensource, it was based on a proprietary engine
but it has been done
Or I'll just get to PC i Guess to see
Well ok, the mc part was OSS but the backend was still on SpatialOS which is proprietary https://github.com/hrznstudio/expanse
Is ded now
That's a really hard problem
yea
Like, harder than making a Minecraft clone
they tried tho
interesting, thanks @potent fossil !
spatialos does make it such that you have to host with them tho, which is a few Ks a month
Just checked, mongodb-org from the upstream repo also only binds to 127.0.0.1 by default
overall prob not worth
So you would have to either have a really old version or you changed it yourself
yea
That's weird, why would they do that.. I mean, my friend has a friend that is working for some IT company and did a lot of things, installed proxmox for him along with ptero etc.. why would he do that 🤔
for that address i can just check mysql bind-address, that's it, right? 🤔
Yeah
there have been attempts for single world sharding, some OSS ones, but they often die due to lack of interest or end up getting bogged down by all the technical stuffs
So by default you can auth with no password?
If you change it then it should be kinda safe?
Used to be able to
In general the less you expose to the internet the better, even if it has a password
the use cases are highly limited and the only real win of a move would be to create a piece of software from the ground up designed to actually scale, and none of the general "lets create our own MC server" platforms have gotten even close to vanilla
Should be only 127.0.0.1, right
Yeah
Hmm, I'm not sure why, but I got 0.0.0.0 there 🤔 in my.cnf
Gotta have a company in Monaco for .mc domains
So your mariadb is open to the internet
I think something may need it before, but I don't know what now lol
looks like you better move then huh cat
And how can I disallow access without auth? I thought that was enabled by default
run the secure install script
🤔
will yeet the anon accounts
mariadb doesn't let you do passwordless auth unless you setup an account that way
i guess its just a problem id been mulling over for quite some time, interesting problem but definitely not of much use solved for most game types
mongodb I have no idea, that shit is bonkers
That's really weird, how could they got into theirs, they also use mariadb afaik
kinda weird
I'll change it to 127.0.0.1 anyway tho to be sure
Q&A discussion discussing the merits of No SQL and relational databases.
no
I think MongoDB has been 3 different databases since that video was made
get the feeling the one game type it wouldve been cool to see it on was factions, but i suppose that game mode was so 2016s?
Like, they gutted it and started over from some tech they bought
mongodb have the best official tiktok account out of all databases
Multiple times
i mean honestly sharding is not that big of a deal, just run a proxy and a few servers. You can have keep all the servers is sync using some central system 
many of the cross server solutions have complex issues around borders as-is
If someone ever gets the dynamic threading system going where isolated islands of chunks run entirely independently it wouldn't be that much work to expand that to some RPC system and run on different hardware
looks at leaf and cracks the whip
Wouldn't help if you had players spaced just right to have one massive "island"
yeah thats for sure
Damn, thought so, Pterodactyl requires you to use 0.0.0.0, so servers inside containers can connect to the database, otherwise it won't work
Still though if mariadb got it okay, no connection allowed like that, how could they get there, lol, i have no idea what they did there
Depends where the db is running
pterodactyl doesn't know how to configure docker
bind to the ptero interface
You can bind the mysql daemon to the docker0 interfaces ip if you are running the database, and wings on the same machine, and you don't want to allow external access.
I bet the interface is somewhat random
Can I connect to the db from the machine itself tho? If I bind it to docker only?
Yes
Yes
hmm
Yeah local stuff should always work thanks to the unix socket
so if I bind it to docker0 ip it should allow only connection from containers, but from the machine itself too, that sounds good
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Yeah, already did this now
If your Database and Wings are on the same machine and won't need external access, you can also use the docker0 interface IP address rather than 127.0.0.1. This IP address can be found by running ip addr | grep docker0, and it likely looks like 172.x.x.x.

This should be the default instructions and it should have the "if remote bind to 0.0.0.0 but security" bit at the bottom
Yeah
Exactly ^^
But still it's fine, some people use it like that (a lot actually) so.. idk
If you're running the DB on a separate machine you probably don't need ptero to teach you how to set it up
It shouldn't be that big of a deal though if it doesn't allow any auth without pass
i would make sure to run the script
How many people set their password to somepassword?
mysql_secure_install or something
yeah
my email:
some company i havent been to in forever:
my email:
that company: hey you won our customer loyalty award please come buy something NOW!
p l z
i'll run the secure install to see, should not affect anything else tho, right? I'll .. or can i just check if anon users are allowed 🤔
now that I think about it, my mariadb root pass is so secure even I don't know it lol
That allows you to connect from the machine itself without that anyway or what 😄
seems like it, thats nice
reading through the wiki now ^^
Hmm seems like I don't have unix socket auth on 🤔
can't connect if i use docker ip to bind
If I don't have anon users though and really secure password, it should be okayish to use 0.0.0.0 as bind though 
I think i found the reason of my pc crashes
I didnt enable swap
freezing system > system that didnt respond
You can disable Swap?
I love guides saying how SWAP is bad and you should not use it.
swap is not needed but there are some niceties of having it
SWAP is slow!!11!11!
ur slow
Still faster than you though.
it does wear your disk faster
not that good of a reason to disable it tbh
if you're swapping that much you're doing it wrong
Ah, yes. Because it'll surely use up my thousands of TBW my disk is rated for.
You are not meant to use swap as a replacement for ram.
kubernetes wants to disable swap b/c otherwise you'll run into nondeterminstic performance
tbh I don't really think I've run into a situation where swap has helped me
see, I remmeber when I was younger java had some oddities about system memory and not having swap enabled
but, tbqh, that was years ago and when I was like, far from a "linux pro"
am do the bed thing I thinks
they apparently have just merged in alpha swap support
for 1.22
Just set swappines to like 5 and 🛌.
I think the only issue I’ve run into is like
Some databases really love their 4kb pages
But the kernel doesn’t keep enough of them around
So it can oom without using all the ram
stop breaking things
in windows using a pagefile is required
even though I have 64GB of ram it will refuse to allocate more than 20GB without adequate pagefile
spotted uwu 
hi leaf
@green turret ended up hopping on linux to do the c++ stuff 
Betrayal
Hahaha
friend gave me a vm in a container 👌
so i have my laptop like 2-3 years and now when i want to close it the screen literally pops open on the bottom from the downward force and its very unsettling cuz i'm scared it'll snap off at some point xD
Well, I don't know, I think it takes a special kind of patience to use Wndows as a software developer. Mad respect for anyone who can deal with it. I can't.
same tbh
for java and webdev: absolutely fine
anything else: agony, agony and agony once more
yeah no issues for webdev and java stuff, its only when you go low level that it gets painful
yup
ubooontooo
thanks 727pp.how for giving me a free vm ❤️
Does paper patch tnt duping?
"yes"
you can turn it on in paper.yml
not for me
fine for me aswel
nice
lmfao nice
what high level service broke this time
redissus
no
tl;dr?
More or less a better implementation of transparent huge pages
gets out his crayons
Converts the page cache and XFS to use folios instead of pages and then folios can span multiple pages
Should have made that a reply to the talk about kubernetes and DBs wanting 4kb pages
It makes the kernel smaller and faster and apparently gives an up to 80% perf boost to postgres
It mostly only helps DBs, of course, although iirc even kernel compiles are like 7% faster
lol
no
Wow looks like Twitter is helping you quitting Twitter
Today we will discuss how the most powerful exploit in server history caused the fall of Minecraft's 2b2t, the oldest anarchy server in the game, and the fallout of the events that took place.
My Twitter: FitMC
My Instagram: fitmcsippycup
Music:
Tekken 6, MGR, FFXV, NMH
Additional 2b2t Footage/Information:
rebane2001: https://www.youtube.com/c...
RIP paper
XD
cant believe they did something like that on a game
Thanks for sharing this information with us “suppaGamerYT”
literally already fixed years ago?
no?
they HAD paper devs make a bug for them
by making a specific out of memory crash log
dont have his discord...
The glitch is no longer working in current version
No one gives a shit about 2b2t here
oh its 2018...
dude a $1000 gift card?
F
That guy looks like keemstar
coomstar
gl
apparently Termux added an openjdk-17 package to their repositories just 3 days ago
i can literally run my bot, which is written in java 16, on my phone
Seems totally legit puts on lab coat time to do some scambaiting
wow bro why'd you ping me
but first thing, don't ping people without reason (although everyone doesn't work) and don't ask for free things like that
you did
that doesn't mean there's bad people if they don't want you to buy something lol
wtf
yep go away
😠

for fun
sure
I'm not interested
maverick?
no thanks
check out this cool bread I found at work

↑
maverick don't bother people though or ask for free mc or you're gonna get kicked soon 
uh
what

I love that they got him to come back for the Marvel Spiderman movies
The character is completely different, from yellow journalism to Alex Jones expy but the same actor
im good
And probably the best actor in those films 😛
lol
sure 👀
i can't say you are wrong
-_-
okay kick
don't ask multiple types to join vc and also ping people, don't bother people for your keyboard
it's actually the opposite
okay...
my boy here got the good brainworms
Well it was nice knowing you
not pinging me :(
!ban @snow locust no thanks 
:raised_hands: Banned frizura1#1831 (no thanks :VeryPog:) [1 total infraction] -- Joshie#0001.

maybe kick also maverick 👀
you are pinging random people too along with asking for free mc lol
WHO PING
skipped right over me lmao
YOU SHALL PERISH
did this guy ping wiz?
no
:raised_hands: Banned maverick#1111 (Pinging Staff Members + This isn't a marketplace) [1 total infraction] -- Joshie#0001.
someone else did, but hey
already got this ❤️
thanks jroy
when i was talking before about the ransom attack (https://blog.cyble.com/2021/07/22/openly-accessible-elasticsearch-servers-under-ransom-attack/) they can get to it if you allow anon users or what exactly is the problem? 🤔
omg its leaf from tuinity
is that chucky cheese from chucky cheese
leaf from @tuinity and @fringe valleylight and @fallow kernelwrittenDFU
why did those
hmm ok
woudl you agree that discord is kinda slow
discord sucks
js slow
but also is great, so
what if it was rewritten with performance in mind
Hey are you Spottedleaf from the Spottedleaf gaming forum?
spottedleaf is not doing mbaxter is doing
there's a what now
Spottedleaf from furry universe

@static badge
@vestal jasper
@vestal jasper
@vestal jasper
@vestal jasper
@vestal jasper
@vestal jasper
woah
😮
I poked the sleeping bear
Leaf what do you think I do 
Don't make me wave the banhammer around in a threatening manner!
someone with a tip for that? 🤔
Furry is a threat to our society. Let’s remove them
you could wave the banhammer in a loving manner ❤️
dont install funny exe
🤦

sad
okay, thanks for the tip, i wont install exe on debian
@static badge hi there mister 🙂
..
still tho
first thing, it's not that low, but my friend got that message in db with "0.15 btc" and that's quite a lot
rip friend
Why would you pay $5000 to get an elasticsearch DB back?
Isn't it just an index for some other data to make it easily searchable?
I could see paying to stop them from leaking it but it should just be a matter of some time to reindex everything
But whether they leak it or not knowing they got it still triggers all the same processes for notification and such
That's probably why they only asked for $500
Then that's a completely different attack
mysql has never had a default install with no password or some random junk one, afaik
It's just the btc address and text is exactly the same and such
yeah it's weird
i have no idea how they could get there
just making sure i'm alright
The Windows installer makes you pick a password as a part of the install process and Linux distros ship it with the root user locked so you have to use the mysql CLI to unlock it or make a new account with a password
If you're dumb enough to make a user without a password and then put it on the internet that's your problem 😛
Or really putting it on the internet at all, weak passwords and exploits are a thing
i have no idea how they got it to do that
I was thinking I could switch to unix socket auth + only allow ptero, now though it is allowed by everyone, kinda
https://blog.resellerclub.com/a-step-by-step-guide-on-how-to-configure-firewall-in-linux/
Dec 19, 2017 ... Here's an easy-to-follow step-by-step guide on how to configure a firewall in your linux machine. Click here to know more!
Just ssh in from your phone 
I am using that too already ^^
What you use? Prompt on iOS is life saver 
If you have a firewall that blocks the mysql port from the internet then it doesn't matter what you bind to, it won't be available from the internet
I'm curious about them though, because the guy making it is someone who works for it company and has access to quite a few things, lol
I did it today, Ama ^^ just to be sure
I should be fine then, so ^^ thanks for the additional info ❤️
Our stuff at work is either firewalled to company owned IPs only or to very specific IPs
Assuming it ever leaves a single machine or vnet at all
He said that he may forgot something, but still, quite bad to do that, someone deleting whole Pterodactyl DB and such, like wth? someone working in there
"pam_unix(cron:session): session opened for user root by" is just crontab right? 🤔
Thank you, Ama ❤️ Was reading through something too, just making sure ^^ 🙂
That my friend got a lot of "failed password" in var/log/auth.log too lol
I think I'm fine though
@lapis shale #869651180698099732
Thank you
i dont think i've been to a baby shower in like 10 years xD
It was for my 2nd niece. There was a game where they melted random chocolate bars into diapers and you have to open the diaper and sniff it, then guess the chocolate bar. Some of it straight up looked like legitimate shit 
Other than that, it was pretty boring. Just sat in the shade and watched it all go down
That's horrifying
That's just... no thank you.
SImple wtf
Wtf
Googled to see if that’s an original idea
Apparently it’s a thing
not my kind of fun :/
I'd rather be a Rocky horror picture show noob again than experience that
Lol
Hi
Hi 
Ur cute
Hi, not sure if this is the right place.. (please let me know if there is a better one) I'm looking for a plugin that i can use to keep the chunks where my crop farms are to keep growing. I tried KeepChunks but it seems it doesn't work with farms because of a "Minecraft Limitiation"
You can use in theory /forceload (vanilla command), not sure if it works on crops though 🤔
There are some plugins that try to keep chunks loaded, but I haven't used any
ok, ill give it a try! Thanks @novel horizon

Just found this: Crops do not grow in forceloaded chunks unless a player is nearby. Crop growing (without the use of bonemeal) depends on chunk ticks.
😦
Sad 😦
is there maybe a mod / plugin that i can use to drop an invisible person into the world maybe?
hmm..
I guess you have to try
there's a lot of plugins for that
someone for some reason said that i destroyed their server (or spawn directly), no idea why 🤔
And sometimes I look at their website to see if the server is running, they had there like "maintenance" or smth but now it has default apache page, sad
thank you!!
windows 11
already using windows 11 lets go
My monitor has KVM but I need a Linux host to try it
Thinking popos just to install on another partition and try
chimeraOS, steamOS but better
no no I thought the goal is recommend him worse OS
freedos
I’ve been using manjaro with kde plasma and it’s really nice and snappy. I went for a chromebook aesthetic
This is the desktop
More like windows aesthetic?
It has an app launcher that resembles chrome, this is an old pic I had on my phone I’m too lazy to get up
why is this a conversation
Because I went to a baby shower and it was one of the activities
Yo that newest naruto character??
Maybe that's a struggle baby shower activity. I don't know what upper middle class or rich people do for babyshowers, but it was good enough lol. They got quite a good start for everything they're gonna need when she comes, which should be in the next few weeks
Sorry y'all think it's the weirdest thing ever or whatever, won't share next time
ive seen weirder things done
We also had "taste this babyfood and guess the flavor", "do a trivia about mom and dad", "predict the delivery date", "throw balls into the hanging diapers" etc
so, whatever. i thought it was fine
the last one i went to had a baby piñata and it just felt wrong to see people bashing a babies head in at a baby shower
not like anyone was forced to sniff chocolate, it was just a game you could play if you wanted to
lul
idk it might be a parent thing as well as this is a 2nd child they are both well acquainted with shit in diapers so it's not as gross to them

At least one of them. 
Do you people know if "ban", "unban", and "ban-ip" are minecraft: commands, or bukkit: commands?
(commands.yml)
Never heard of that command
not sure about that one
nevermind then
you found one 😎
Is there a vanilla command to unban someone?
The following are all the server commands either a server administrator or admin in-game can enter with CraftBukkit out-of-the-box. In addition to the original vanilla SMP commands there are 4 additional commands which are specific to CraftBukkit. CraftBukkit provides built-in permissions which can be used in a permissions manager. Defaults are ...
First time checking GitHub notifications after vacation
Only 245, that's not as bad as I thought!
I kept checking those and marking them as done during vacation 🙂
I actually read them multiple times a day cat
oic
I disabled emails
@mossy vessel BEST nmf

the only e-mails I read are from Hetzner and I panic when one comes in

I read all of my emails
How many emails do you get per day?
Fancy
about 30-40 (only like 8 of them need to be read and 2-3 replied to)
how much RAM is allocated for one person?
thats not how it works
I have 7 GB of RAM. How many players
you said this in the tuinity discord as well -_-
Depends
It's impossible to make predictions like that since there are way more factors
Just start letting ppl join and then grow as needed
Ur easy cat
Tryna compete with mari for miles
4 2 1
mfw I find a bug in PayPal that sends money to the wrong account 😅
So working as expected?
Paypal is just socialist
Based PayPal?
Anarcho socialism
no
no
Ok I get it then
niome why is reading a LLC
imagine coding in Java,
real developers code in C .. in Java
are you afraid of liability from books
it's an LLC because i need to have some kind of for-profit organisation
to stimulate people to read
are you trying to privatise reading
fair enough
did you know that iirc some countries in the middle east have no public libraries
the Reading company is actually a book publisher as well
Paper: How A Small Group of People Revolutionised Minecraft
theres a lot more people involved than you think
uwuwuwu
I'm curious where do I join
join what
hired :)
wait wait hire me toooo
sure
fixed ur code already?
no cuz i've been busy with cleaning my room n stuff
Sounds like an "I think I forgot to turn off the oven" excuse.
Sure, sure... :P
Yeah..
Absolutely
Well
You will be punished by the Java gods then
so, is anyone running any kind of metrics dashboard for their instances?
fixing RN
That’s what I thought.
i've built my dashboard using telegraf, grafana, influx, and loki/promtail
htop is enough for me :p
haha
well, i track who logs in/off, number of users, users blocked (not in whitelist), mem/cpu/processor stuff
plus local logs via promtai to loki
promtail
anyone know any cool chat mini games plugins ::~>
oh, yeah, added overload metrics alls (ms/ticks behind)
s/alls/also/
Correction, <underdog> oh, yeah, added overload metrics also (ms/ticks behind)
No but you can dm @wispy blade for a free simple plugin
O lol
because you are using maven
cuz u bad
(it’s ok tho, I use it too, but it never deleted my dependencies)
cache probably expired
yeah that's likely it
if i build at 23:59 it'll be fine, if i build after midnight it redownloads them
whee do I have to sign any contracts
gradle shadow was being mean 😔
nope
when people fail to follow simple instructions, tell them to read
:)
@plucky sparrow realised i actually didn't need the role thing, just set it so that you need manage channel perms
awesome
yes
Why use perms when you can use roles?
because it's easier that way 
I’m sure people would prefer if they could assign a task to a role instead of it being locked to a permission
No?
most mod roles in discords have manage channel
and otherwise: admins/owner does
I also used permissions instead of roles before and it wasn’t good
Well, you do you 😶
monkemodmail is purely administrative so /shrug
It’s better to let your users choose
which users 
You have one download 😒
pog!
see, if only i could see who downloaded 😔
I tried to but it wouldn’t let me
Do you have to do it from the releases page?
do what?
Download smh
well, that's easiest
Does it add to the counter though
It didn’t tho
takes a while i guess
Read
no mana new profile pic??
he's had it for a while wdym
how long until one shits on em?
so md_5 shot down my PR of something I had contributed to paper about 3 years ago, said it was a terrible idea... bleh
everytime i see / encounter attitudes like that, it makes me glad that I was convinced to use paper and not spigot
Hi eternity best friend
Hello mr shitty super villian
oh, that was victor, close enough
https://twitter.com/madebygoogle/status/1422226005339557889 looks like shit
when you buying @vernal moth
what the fuck is up with the visor
Looks like when someone repairs your phone with duck tape
google finally bit the bullet on zoom lenses
That camera bar looks horrible
calling me a super villain
lol
❤️
❤️ silly cat
mkbhd dropped a video on them too
A first look at Pixel 6 and Pixel 6 Pro, plus let's talk Tensor!
Android 12 Top 5 Features! https://youtu.be/FITTkh-kf6g
MKBHD Merch: http://shop.MKBHD.com
Tech I'm using right now: https://www.amazon.com/shop/MKBHD
Intro Track: Jordyn Edmonds http://smarturl.it/jordynedmonds
Playlist of MKBHD Intro music: https://goo.gl/B3AWV5
~
http://tw...
mfw vector actually has victor as their pfp
my name has always been catchy
like i didn't even pick it because i wanted something catchy lmao
it was during the time I was learning C++
came across the Vector class
Nice
people talk about me all the time when i'm not looking, specially those pesky mathematicians
saw the MKBHD video, I think I want one 😄
That looks ugly
#iphones
is better
assuming their soc is actually good and the new cam delivers
really liking the design too
They called their SoC Tensor?
I loved the nexus 6p and thats kinda a new version
Is it a TPU with some midrange trash SoC hanging off the side?
the plain one sorta looks like you left some ye' ol' plastic case out in the sun for too long
TPU is an asic, would that even work with an arm soc?
I mean, yea?
That question is kind of nonsense
no it's a SoC
well, I dont fully know what the TPU really is
but I just read that my phone has a tpu already
it's the whitechapel chip
"On October 15, 2019, Google announced the Pixel 4 smartphone featuring the Pixel Neural Core, which contains an instantiation of the Edge TPU architecture"
(that was the codename for it)
tensor processing unit, basically for machine learning
google has already had a Neural Core and their Titan M custom chips before
I know what its called paul, lol
:p
just don't know how it actually works
you should lick it just to check
Titan M is likely still separate but the Neural Core will likely be integrated with the SoC now
It being an asic or not has nothing to do with if you can put it in the same device as another chip
from what i understand a tpu is solely a coprocessor and a gpu is basically its own processor+operating system which allows the tpu to be more efficient
so the TPU has the instructions baked into hardware?
A TPU is just more specialized hardware than a GPU
A TPU is basically a chip that knows how to do 8-bit matrix multiplies and nothing else
I don't know the dimensions of the matrices, just that they use INT8
That's about as far as my machine language knowledge goes 😛
anyways, ill of course wait for reviews and benchmarks, but after the underwhelming 5, am excited for the 6
dimension depends on all kind of shit
like how many in and outputs you have and how many hidden layers
I wonder if it'll flop like Exynos did
Turns out it's pretty hard to do better than ARM does for CPU core designs
Just because Apple makes them look like they're asleep doesn't mean it's true
apple can do it
"#Pixel6 is also built with the most layers of hardware security in any phone.* Shield
*Based on count of separate hardware security layers"
kek
layers man, we need more layers!
I'm happy to see a 5+ Years update cycle for the phones.
thats already a thing if you want
iPhone? 😛
even on android ppl do a good job at providing updates
Yeah could update using the Generic Images.
I got 2 years of updates on my oneplus, even got in an extra major too because of the timing of it all
well the problem google is trying to solve is companies like qualcom don't always update their modems/firmware, thus preventing updates
OEMs rarely support their devices after 2 years
that's a well understood and long reported fact
you can still install the latest android on a galaxy s2 😄
officially?
no
hell no thats a 10+ year old phone
Nope custom rom of course
thats not what I was saying
point in case.
am saying the hardware isn't a limitation in providing updates
Yea, sure, you can go out of your way and induce a headache which the majority of phone owners don't wanna deal with
I was talking about official updates. 😄
so nothing is changing for pixel
if google would want, they could support for shit for 10 years
but why would they
why would anybody
not even apple does that
For all the shit that apples gets, at least they actually support their devices for longer
but android is open so you can do it yourself
well the hardware can be a limitation mini, as you update software with older hardware the experience could get worse than it would if you halted feature updates
Except that you then have to hack around the security crap
oh yeah, your hardware will be too slow, but thats not the point mkbhd was making (which ysl referred to)
Their upgrade program is also one of the best and I dont see any other company that can compare
Effectively turn the phone into a monthly subscription
they made the point that google having control over the SOC means they can provide updates longer, which doesnt make much sense
want android pay? Gotta get whatsamacalled running so you can bypass the security crap, and pray that your banking app or android pay doesn't update and break it again
LOL
you only loose secruity net if you root cat
well the problem google is trying to solve is companies like qualcom don't always update their modems/firmware, thus preventing updates
when you use custom roms, they need to ship with unoffical modems
but this is a non issue cause custom roms can do it jroy, that was my point
oh do they?
yeah
I thought they just shim
or hack the existing one
majority of them use the original roms and patch them manually
it's not safe and carriers will not certify them
I only know the roms that use official firmware and make that work with android with shims
thankfully google is kinda working on that but it's probs gonna be years if we ever see the fruition of that work
why would my carrier need to certify my phone?
Custom modem firmware would be news to me
they patch them
shouldn't have said custom
point is companies like qualcom are a block for long term android updates
Could a modified version of the M1 fit on an iPhone?
Just like they did for the iPad Pros
Ofc stripped down
Yeah, it's called the A14
Not as fast
The M1 is mostly just an A14X
So if the one in the iPhone isn't as fast that's going to be because they couldn't put that kind of perf in a phone
Not because of the architecture or whatever
Well
its power and thermal limits that make up the difference in speed
I mean the A14 is faster than the SD888 while having less cores and better power consumption
Why can’t they just upgrade the batteries?
Uh
They will have to do so if they want a better refresh rate on the screens
Hmm
To put M1-level perf (even matching the iPad Pro) in there they'd have to make it thicker and put in a fan
Androids have bigger batteries though
isn't the smallest macbook fanless?
No it has one fan I believe
Oh, hey, maybe they can put in a big enough battery to justify having a headphone jack
but it got more surface area I guess
The MacBook Air is a lot bigger, yeah
the air afaik has no fan
pixel 5 and the iphone 11 has around the same battery size
Doesn’t sound right
The capacity is bigger though?
3700mah vs 3110 mah
Doesn’t the pixel 5 have 4080 mah?
pixel 5 epic
Why does the iPhone 12 have less mah than the iPhone 11
Doesn’t seem right
At all
they improved battery efficiency in the ios version it launched with, cut costs on battery to get same battery perf
They are more optimized
it was intentional because of their jump to 5nm for the processors
ew paul
iOS has never been a fan of just putting bigger things inside but making it more efficient @plucky sparrow
to be fair though, i wish my iphone 12 had better battery life by like 2-3 hours lol
@warm anchor 
It lasts about 3 hours less though
how do you know
Epic Michael @twin lagoon 
where is that from
but it is cool that my fanless phone is faster than my desktop at web benchmarks though, apple's cpus insane
That seems to be comparing LTE vs LTE-A
I belive that's the future for atleast laptop
It's mostly a radio benchmark
I get that the regular iPhone 12 could’ve lost some battery life since they upgraded the screens (finally)
i want a m1 macbook pro 16" terribly bad at this point haha, and i'm not even that much of a fan of macos
Unless that was their wifi benchmark
compared to people with iphone 11s i'm actually fairly certain my 12 gets better battery life, anecdotally
Those thing are sexy both on the outside and the inside. It's impressive
Guessing you don't have 5G yet 😛
You’ll never see that though
I do have 5g, we were the first city to roll it out
Only way you don't see a 16" M1 MBP is if they call it M1X or M2 instead 😛
Still seems likely to be a thing in either September or October
Tbh they will likely launch with the M1X
Would be weird for the MBP to be better than the iMac though
idc, i'll take it
although i admittedly am curious to see what 5nm amd laptops will look like, but that's probably not coming for a full year
Wait it's August it means it's apple announcement month 

huh, so I guess apple beat amd to tsmc 5nm laptops by a full 2 years? that's kinda crazy ngl
I’m more interested in RTX Chromebooks 
720p screen and 2 core processor, rtx 3090 enabled chromebook

Apple paid for TSMC 5nm to be developed 😛
I bought a crucial ssd btw
I was looking for the Sandisk SSD Plus but i think it’s actually slower
Now it’s when the BX500 is actually worse
BX500 is fine
Is it fast though
fast enough for a $20 ssd
Famous last word
i rarely use my laptop so eh
Crucial is a pretty well reputable brand
while they're probs not the fastest SSDs, you're primarily getting towards the region where it really doesn't matter anyways
I’ve seen reviews about the speed on the crucial falling to 50mbps and not recovering at all 😶
never had a samsung ssd fail, had to get replacement ssds for 3 different crucials
which was "fine" because each time they sent a newer version, but still
I got some like ocion or some crap in my laptop, been there for years with no real issues, other than TRIM slowing down the PC boot by like a minute, so, disabled that, gonna see how it goes...
I have a samsung SSD in my lapop and it's been good, but, I think it's all down to your needs
crucial is a fairly reputable brand, but, it's cheap shit, in a sense
i just needed some cheapo SSD to dual boot with
Cancelled my order.
I ain't seen such reviews but god knows, depends on what you're doing with it and such
Don’t take our word too seriously lol it’s all down to our personal experience
any SSD will bolt down in speed if you start tryna jam crap into it
some deal a bit better with it, some don't, 🤷♂️
I’ve checked the bad reviews and even though they’re just a few, they don’t seem to be good
Battery life went down to 58% for someone in one month
And write speeds suck
Might get a Samsung 870 evo
definitely a better choice if you want speed and reliability

I want reliability mostly
Yea, I mean, if you've got the cash, defo recommend the samsung over any other
Yeah I’ll get one then
I ain't had any real issues with the SSD in my laptop but I really just treat it practically like it's a HDD
I just hate that it delivers past tomorrow and not tomorrow 😭
But, for my desktop where I do the grunty stuff, having a good SSD is great
ram is cheap rn, just get a terabyte and ramdisk it to a hdd 
Play World of Warships for free: http://bit.ly/2MBqbg2 New players will receive 1 Million Credits, the USS Charleston, 3 days premium time, and more by using my code BATTLESTATIONS2020. Big thanks to Wargaming for sponsoring. Also available free on Xbox and PS4 at wowslegends.com
When DDR2 launched, Gigabyte had a great idea with the i-RAM... t...
true
my crucial boot drive has been fine for me :p kinda regret getting one so small but that was like 5 years ago at this point
Yea, 1TB was far too small
yeah, with your 700 GB media folder
different disk
it is only a 250gb boot drive
I could still use a 250GB boot drive...
btrfs filesystem df /
Data, single: total=137.01GiB, used=135.93GiB
System, single: total=4.00MiB, used=16.00KiB
Metadata, single: total=6.01GiB, used=4.59GiB
GlobalReserve, single: total=376.23MiB, used=0.00B
laughs in 1TB 970 EVO
cries in 1tb HDD
I have a 240gb nvme for both macOS and Windows
I have another 2tb hdd for windows data tho
👀
My Ubuntu install is still on 16GB.
Not fun.
How to import worlds using Multiverse in Aternos server?
"other" is basically anything that's not the OS or in the users folder
e.g. if you have brew installed
i do have brew but i barely used it
what other stuff is not stored in the users folder
So, here we are.





