#general
3141 messages · Page 1811 of 4
ah, i guess its the mob cap, weird how nothing changed with the farm but the rates went to shit randomly
@little frost best emilia!!!!!
wh
hello
light changed that was the issue
but if you spawn proof them nicely it should start working again.
Yep, working on that now 
though there is report of mob spawnnig issue still so if you think it is still broken, take the farm to mojang's server jar and test 
I ain't getting a twitch recap this year
trash website
if u weren't subbed to their .marketing lists they dknt send out the recap
god how am I supposed to show pokimane I'm her #1 fan now

Did PaperMC update Log4J to 2.16.0?
The log4j exploit got fixed
I know but 2.16.0 entirely removes the functuonality that caused Log4J exploit, preventing any future exploits of it.
If you read the website: https://papermc.io/downloads
You will see that log4j was bumped to 2.16 in 1.18.1 and 1.17.1
So: yes.
I love you 💖
I was not programmed for love.
😔
best ocelotpotpie
mmmmmm Masayoshi Takanaka guitar sound
"First Wikipedia page auctioned off"
what
?
How do I delete log4j from minecraft since mojang isn't
Christie’s reportedly expects the unofficial Wikipedia NFT to sell for millions.
Paper is using a version of log4j that isn't exploited.
So update to the latest 1.18.1 or 1.17.1 Paper build
yeah but how do I delete it from my minecraft
You don't.
well then screw mojang im gonna play a different game
You could write your own client I guess but that's about it.

Alright.
@void void Mojang fixed the exploit on their end too.
dont screw mojang thats illegal
they didn't fix new one
wtf you're using xmpp?
maybe
The client isn't impacted by CVE-2021-45046
If you're using an updated client and a patched server you're fine.
then why did they private the issues talking about it on the minecraft issue tracker 🤔
No idea - I'm not Mojang.
Probably because they're all incorrect in some way or other? Maybe it's all a conspiracy to exploit your game...
ah yes we will keep reports of possible exploits public for the entire world to see!
I doubt mojang has told any server owners about the issue ._.
about the new one
Like I said, the client is patched and Paper is patched.
So update to the latest build and you're good to go.
okay
ok
What the hell is that?
<@&748618676189528155> ^ spam bad one too 
!ban 831038557774282772 Spam
No thanks
:raised_hands: Banned 𝓈𝓉𝓍𝓇𝒷𝑜𝓎#6086 (Spam) [1 total infraction] -- ocelotpotpie#5943.
ocelot too fast
Can people shut up about the new dum CVE please?
It's 3
I don't get out of bed for a 3
3 what.
turn off phone mini
Cvss
Oh yeah.
if you dont have phone, you dont get spammed
The score
I thought you meant 3AM.
it would make me feel better if minecraft used log4j 2.16.0
A 3 is useless
So update it yourself
Mojang is on Christmas break and they deserve that
Mojang is aware, accessed the risk after we made them aware and came to the conclusion they aren't affected
how do I update it myself?
You do not
Use a fabric workspace I guess and shade in the newer dep
But like, why
There are literally thousands of other CVEs in the software you use daily
what is a fabric workspace?
what the fuck someone called me from congo
can someone tell me if paper has fixed the security vulnerability & if i should upgrade to paper 1.18.1?
Yes- read the pins in #paper-help
Make sure you're on the latest build.
oh my god the discord mod meme became a reality lmaooo
insert no memes in general gif here
Is there a reason the legacy builds got updated, but the source didn't?
imo module fits the best
The OpenJDK page lists the following features as officially targeting JDK 18: a service provider interface, a simple web server, a vector API, code snippets, a reimplementation of core reflection, a UTF-8 charset, a second incubator of a foreign function and memory API, a second preview of pattern matching for switch statements, and the deprecation of finalization, which was the last addition.
I’m interested in the web server
🥺
Module, plugin, library, vendor, extension blah blah blah.. I know there's some difference between them but I kinda use them interchangeably
do java mixins just add functionality to classes without making a new or being the parent class?
a but like Rust #derive?
also then what is shading and what are shaded jars
shaded jars are jar files that include all their dependencies inside
hi
here we go again, log4j has another vulnerability lmao
hey?
is that the cve that was created by the patch for the first one?
It wasn't though, people just found that in certain scenarios the fix was incomplete
MC isn't in one of those scenarios
oh ok that makes sense
It's a real edge case kind of thing
Considering you can beat the dragon with snowballs and beds and no armor, probably not 😛
That’s why I’m so happy to have the warden lol
they really need to update the dragon ai
if they ever
Paper 1.18.1 runs well
Let’s put villager brain for dragon 
Silverfish.
Well, last time I worked with the ender dragon
I had it walking around like the guy I was doing the work for
i.e. ass backwards

Change that to: I had it walking around like the guy I was doing..
The ender dragon has always been an odd one in MC, it was rather rushed although it probably would have been a hack job no matter what since that's how notch and to some extent video games do things
It's multiple entities because the animation system couldn't support the wings and head being independent, the portal out spawning depending on a global flag being set that happens for a single tick, the AI was different even back before they hired the professional AI guy to redo most of the others in 1.2, probably some stuff I forgot
iirc it got some custom packets too so it could be one entity but not
Imagine if dragon has a smarter ai
The brain api is quite cool, but like rn they just have the goal and brain system co existing.
It really lets you do some pretty cool stuff
Hopefully I can finish up my api and… eventually… make it into paper. 👀
Wait the brain stuff isn't the goal stuff?
I thought it was just Mojang's name for the goal selector
I thought brain was just a way to cram overly complex villager AI into one place and they accidentally added it to all entities
Yea so brain and goal is different
Brain has stuff like sensors, memories, behaviors and schedules.
Oh, is it a way to give more complex behavior to "idle" actions?
Right, so it uses the goal selector to decide if they need to be running away, swimming to the surface, whatever, but then uses the brain as the default goal?
Oh
Brain has their own type of “goal” system
Called actives
Activities
Which contain behaviors (which are basically goals)
Ok so they have 3 separate AI systems in the game
all i know is every entity that uses their newest system is a fucking laggy nightmare
https://github.com/PaperMC/Paper/pull/6968
My PR let me understand how the brain system works, it may help to look
axolotls and villagers in particular
Goals, brains, and ad hoc shotgunning of AI logic throughout the tick loop
Goals are also a laggy nightmare compared to the ad hoc solution
when 1.17 first released every player had 10+ axolotls
Although Dinnerbone, me, and later on I think Aikar made a bunch of improvements there
we had like 800 axolotls at any given point, used like 10mspt
On making the goal system itself suck less, some of the goals were/are still insanely expensive
prob more than that, it was a while ago
The worst part is the ones with an expensive check for if they should run or should keep running
haha all we did was limit players to having 2 axolotls per chunk and ticked their brains way less
yea….
I wanted to make the should run stuff event based, never got around to figuring out how to make that work
I think Lithium did though
So Fabric+Lithium probably has more efficient AI than Paper 😛
But if anyone does have feedback for the brain api… I’d rly appreciate it x)
if it wasn't such a headache, Id be all for just rewriting all of the goals and shit
Goals sadly still have to be keyed by their classes
Horror is that this is just yet another area where mojang over-engineered some system and now it's afflcting the wider codebase
I wonder if the brains stuff is something they came up with for Java or something the Bedrock folks did to make AI suck less and then the Java folks ported over for 1.14
Activities thankfully have their own key
and, they even cut down the functionality of stuff in the long run :/
I'm assuming it was added in 1.14, that's the version that added pillagers and raids and such, right?
Yea
they should just use nomi's brain, dumb enough to not affect tps but smart enough to shitpost
Wait so the sensors are Keyed but the goals are Class#getSimpleName()?
goals don't have a defined name for them
But activities, memories and sensors are keyed
so we basically generate them from the class names
I can't remember if getSimpleName was actually insanely expensive or if that was an artifact of attaching a debugger
Yea
getSimple I think was the cached one?
My api doesn’t expose individual behaviors, only things that can be keyed
You'd hope it gets cached since it's getName().split('.')[-1] (put that in valid Java, whatever)
what brain
She no have brain
There was like, 3 methods to get the class name or something
No brain
iirc when I was first looking at goals getSimpleName() was the #1 use of CPU time in the goal selector
Ask @wispy blade
I can't remember if that ended up being a false positive due to debugger fuckery or if we patched it out
But yea I’d love feedback on the api since it’s kinda the biggest pr I’ve worked on
All my contributions have pretty much just been entity api
Oh they changed it in 11
So this used to suck ass but everyone was doing it anyway so they made it only suck half ass
f u n
Yea, I remember that being a fun trap as one was cached, the others where slow as fuck, and few remember which is which
None of them were cached when I last worked on this stuff 😛
One of them was I guess kind of cached since it was inherent
:c
@wispy blade
hi Naomi!!
i am paining on asio.
🤔
cries about wanting pthread
gives it pthread
cries about wanting pthread
I am uncultured, fill in.
networking lib
Ahhh
should i make a web interface to create arena's for my minigame? I feel like the kiddo's aren't gonna understand how to use 3 commands 
ui's in mc are so annoying
Chests are all the rage these days
i'd rather shoot myself than make a chest gui
use stef's IF
I have been using this gui thing that showed up on my recommended in GitHub called triumph gui
10/10
chat component gui bro.
Makes creating guis very easy
I wonder if Mojang will add a way for server to make actual GUI any time soon
no
https://react-facet.mojang.com/ I mean... 👀
react 
wat
All roads leads to js
i wouldve thought they wouldve done it in .net 
This is basically the thing I was supposed to write for them back in like 2013
since MS
Bedrock is already moving towards this 👀
Well, except mine was a pure Java thing
mc webbrowser wen
Amouranth worked at mojang? 
I had a contract that failed pretty much right away and they didn't pay me for
might help if there was an actual wiki 
oh theres a link
mb
The scope of the project changed either as we were agreeing on the contract or right after
It ended up being me, Riking, and UltraMoogleMan were supposed to rewrite the entire client from scratch
Worked out for the best, the hot tub streams are popping off
Riking wrote some input handling, I started designing a UI system that could be controlled/modified from the server, and UMM started on the renderer
I ended up having to help UMM get the renderer to actually draw things and then him and Grum spent a lot of time on generating texture atlases from loose image files and then the contract was dropped, UMM got hired, and I didn't get paid
Yeah, this is where the resource pack stuff came from
I was the only one that didn't have any code written to give to them, I just had some notes, some libraries I was trying to repurpose, and some ideas I hadn't written down
Dunno if Riking got paid or not, I don't think so
Whole thing only lasted like 2-3 months
Your order:
1 x Dedicated Root Server SB29
* Intel Core i7-2600
* 2x HDD SATA 3,0 TB
* 4x RAM 8192 MB DDR3
* Location: FSN1
* Rescue system (English)
* 1 x Primary IPv4
finally hetzner registered my order
now to install papermc
I think it was 2 months
https://github.com/NickAcPT/Lithium-Spigot i had a friend work on this for a while
Most of the first was spent arguing over whether or not we should actually be trying to do a full rewrite
hello everyone
Grum was dead set on a rewrite being needed though
NivkAC
With a 3 man team?
Unfortunate name
ur favorite 
Well, the original was mostly made by one dude
pretty sure this existed before lithium 
yup
dead place
True, I don’t think I could fathom the work that would go into a full rewrite tho
it couldve been the programming hangout of spigot/paper devs but yeah
I will never understand why people take strong communities
But yeah, I suspect now they'll go the somewhat lazy route of basically drawing a CEF overlay on top of the game and using react for the UI
and then turn them into help places to try to take advantage of the communities by basically removing the channels where the communities actually talk in favour of the over-spread help channels
When people tried to use Qt as a UI framework for games they learned it meant they couldn't get 120 fps
I suspect CEF is going to be a similar experience
It's really a sad world of pros and cons
Game UI is really trivial compared to application stuff
I remember spout, “the flow of endless possibilities”
well i didnt mind the help channels, but it was over done a bit
But I suppose if they use CEF for it they get accessibility almost for free
and, for all the cons of cef, "hey, the server can send a html web page over and we can just render it", it's like, pretty hard to find a easier to implement and get people to use thing
this would actually be a very cool feature if it was integrated into optifine for example
so then a decent % of people would at least have it "installed"
yeah, its only useless cuz it requires a client mod
I hope they don't make "send random HTML/JS" the way to do UI stuff
Amaranth.
I was hoping for a bespoke protocol still and just using this stuff behind the scenes
Yeah, I know
bedrock in wasm is probably more efficient than java edition
Wasm to js transpiler
We can just move the whole game in to a JS engine
Java->WASM is sadness
That is basically what Java->WASM does cat
Well, I guess it's more similar to native-image?
But it parses bytecode still
A Java bytecode to JavaScript translator.
I guess this one doesn't parse bytecode at runtime?
I could have sworn it did or could
I thought there was one that was a minimal "JIT" that was just converting Java bytecode to wasm bytecode as quickly as possible (with all the bloat that requires to insert GC hooks and blah blah blah) and then implementing enough runtime for hello world
Well you guys have fun with your wasms and your rusts I’m going to learn every last line of code in crystal so I can be that one guy in c lang servers that can tell you all the compiler flags off the top of their head
This one seems to add that bloat ahead of time and ship pure wasm
Why are annotation processors such an obscure thing in java? You literally can't find jack shit about them lol
compiler plugins are scary PL research nonsense real programmers don't have time for
...also I think the API for them either is or was unstable
And it was definitely buggy
i think it took me like 5h to figure out how to make maven run the processor lol
I just run compile task
gradle shadowJar ez
wat
You realize that's what it is, right?
It's an arbitrary extension to the language that requires a compiler plugin to work
That plugin can do any code generation it wants to do
bearing in mind the limitations of APs too
e.g. can't mutate existing classes without going lombok levels of stupid
Oh, am I thinking of the ecj version?
(note: this is basically part of why lombok breaks almost every few dozen java releases)
not to mention, most devs generally err away from magical compile time shit for the most part
acf 
TLDR doesn’t acf already have one
im in the process of converting to cloud but man is that a lot of work lul
I maintain a few year old fork of essentials
why
Did you know that essentials creates a new instance of the Command classes each time they're called?
Oh it’s unfinished
essentials did a lot of dumb shit
theres another plugin I maintain that I kinda wanna switch over towards using cloud or something for
essentialsX code base is a lot nicer though
that project just ripped essentials command system over :L
Ooh, maybe they're just using react and not react-dom
I forgot that was an option
Like react-native
isn't cloud like mostly functional programming?
You can write a custom renderer plugin for react
yeah but you still need to initialize everything
wat
react-dom is all of HTML, react-native is a common subset of simple widgets that work everywhere
remember the plugin Explosive Swearing?
command handlers and stuff
how many more days till we have a stable 1.18.1?
69
More than 0
They could either do a react-native backend for Minecraft's renderer or just make a new similar thing that is simpler and just for MC
420
command handlers are the annotated methods body
guess i got some more reading to do
i just like the annotations cuz it makes it easier to differentiate between commands
I like using the builder and then doing method references for the handlers
In fact react-facet seems to work rather poorly with DOM components
thank you discord, very cool
wow
itt: DED shows up and breaks shit
no 👏 more 👏 mods 👏
The development team quit and started a new fork due to creative differences
no more flurry?
i think the issue i have with cloud is that i need to convert from using ACF rather than build it from the ground up
Well yea, they’re two very different libraries
mhm, i just so used to acf hah
Ye I understand, all my stuff used acf before cloud was released
might just rip out the whole command system and try again
i like its simplicity for simple plugins but for advanced stuff it tends to break on me
that might just be me though 
Just shift + delete and don’t think about it, that’s what I do when I can’t decide
Then I’m forced to do it from scratch can’t turn back
like it doesnt suggest completions when i do the regular command but it does the suggestions when i add the plugin prefix
I just deleted my command files and had the old ones up on GitHub as a reference as I was rewriting it
took a look at tickets at how you done it but that just got me more confused 

tickets uses the builders, I’d link you a project using the annotations but I can’t think of any
I remember following some residence plugin
Actually I think Bergerkillers traincart plugin uses annotations
yeah people seem to hate the annotations
Berger has his own fork of cloud with a couple personal changes but, his code should be enough to follow

i want to kinda ditch rtp and start it again, its so convoluted it hurts to look at
no longer just a shitposter 
wanna make some minigames too just for the heck of it
just remake 
RTP V3
or go make some addon for big project
gotta add some more events to essentialsx too but that'll be for after new years lul
bleh, I forgot the whole reason I looked at this discord... checks watch.... 3 hours ago
Fuck me you guys are distracting
We don’t need everyone to upgrade log4j, just enough for herd immunity to takeover
1864
7063
It's a whole thread
It's a trap, don't
splegg is almost finished, just gotta do the config and the commands 
No, splegg 1.0 is almost finished, once you release it you can finally start adding all the dumb bs your users request
ded make a server
j8 support 
more fun than rtp plugin
i've done my fair share of servers in the past
Pro tip: if you suddenly need to evaluate conditionals and math expressions in configuration files, you've gone too far
@waxen panther 
it honestly wouldn't be too bad with configurate to do that
Every configuration or template language expands until it's a scripting language or is replaced by one that does
And sometimes you just give up and build a DSL inside a scripting language to start with
See: gradle
competing standards comic goes here
Gura is the config language to end all config languages
Let me know how things are going when your configuration file ends up being 80kB ded

You have to have a hard cutoff right at the beginning
clearly hasnt heard of naml.
only 79kb to go
If your config is more complex than key/value storage it's going to eventually grow into yaml or groovy
Sure they had a fuck up but log4j is still a good logger to me ;—;
well yeah i don’t make public plugins, why would i add a config when i can just change the code
cuz changing a config value is easier than digging through code
don't even need to reload/restart
looks at plugin
Y-yeah, don't even need to reload/restart
i had my server run out of heap yesterday from reloading 
wwat
depends on what you’re changing in the config i guess
ded please seek medical attention
it was stuck on reloading resources which took like 10 seconds and then it was like "out of memory"
Everything you touch breaks
Log4j 2 never was a good system and everybody sane avoided it
lemme find the screenshot
log4j2 is overly complex
and adopting it into any codebase basically requires that you first go learn some xml config to even get started
Logback > Log4j > jul > log4j2
Well, my config.yml is only 5kB, but my messages.yml is 83kB
it sure does
then again, all logging frameworks require configuration pretty much, so...
Well, they both shit tier
But, stupid features like jndi... just...
Tbf I used it behind slf4j abstraction but it just worked for me so I liked it
If you use slf4j why even bother with log4j
I guess my laptop BSoD'ed today, so maybe I also break everything I touch
thats probably just windows being windows
our tv setup breaks every time windows updates
lol
what was the BSOD message
and windows also bricked on of my dads pc's with an update
Memory error I believe
it wont boot anymore
Does it not boot in its entirety, or just not Windows?
I always thought slf4j was just the api and you needed a impl like logback or log4j and then you can customize the two to your liking
my laptop also used to BSoD every time it came out of sleep mode
could be bad ram
hi. before i leap into asking any actual questions, i'm a software dev and co-admin of a Discord server that is not primarily focused on Minecraft. i run a little Minecraft server as a fun side project for that community. on paper, of course. just wanted to say "hi" from halifax, nova scotia. :)
Yeah, I could give memtest a go, but this laptop is for uni and I avoid touching anything during a period.
So if I feel like it, I may run it after this period ends
fair
we buy refurbished laptops for pretty cheap so we have like 5 laptops laying around to do various stuff with lol
I just know that if I'm making an assignment and then something suddenly wants to update, literally everything in the assignment will completely die the day of the deadline
thats a given
same when you need to print something
either your printer will explode or your pc will die
Or there's not enough magenta for my black/white document
HP printers every time you go to print something
and these stupid printer manufacturers literally scan the barcodes of the ink cartridges so you dont go refill them somewhere cheap
printers are such scum
why is there a ! in my clouds, did i break the cloud too?
Yes
i think the heap error might be related to the intellij debugger being attached to it or something
weird stuff ¯_(ツ)_/¯
10 ways to start task manager
- Press CTRL-SHIFT-ESC and it will start automatically
- Press CTRL-ALT-DEL and select Task Manager
- Use Start/Run and type taskmgr.exe
- Use cmd.exe and type taskmgr.exe
- Right-click the taskbar and pick Task Manager from the menu
- in VBA execute the code ‘shell(“c:\…\taskmgr.exe)’
- Press Win-X and select it from the Power User menu
- Launch it from its start menu icon
- Create a shortcut to taskmgr.exe and launch the shortcut
- Use File Explorer to locate taskmgr.exe and launch it
i got my booster at the beginning of november
we dont like boosters /s
they tried to deny me my booster
Here you just walk somewhere wait a bit and get it
we get ours somewhere beginning next month i think
i’m just not going to get it, will wait for omicron booster since by the time i get the delta booster and it becomes effective (like 2 weeks after iirc), omicron will be the dominant variant
they work against both lol
Can just booster twice 
it's the same vaccine
the strain didnt change
tbh the covid shot will end up like the flu shot
just mutations
just, the protection time seems to be like, a few dozen months
we will be getting a shot every year
well, current expectations/hopes is that it just turns into an ultra-virulent practically nothing thing
covid isn't going anywhere i feel like
far too late for that
i bet the covid shot will be combined with the flu shot in the future
early game was fucked up around the world
no eco for late game
late game, is, well, too late; unless you go china style covid 0
dead people care
oh wait they dont
Only thing is that you gotta wear a mask in some places, but like, that's a good idea anyways
yeah idm masks that much, they're still annoying to wear tho
It's been two years, I got used to them
just stop breathing then 
Sensory issues with masks?
I dont like things near my mouth and nose.
I have auditory issues
So you don't eat?
you have a lot of issues cat
masks are the bane of my existence when others are wearing them and am tryna speak to them :L
Food goes near your mouth right?
I've been wearing a mask 40+ hours a week doing relatively physically intensive work for roughly 2 years now, don't even think about it much anymore.
was bad enough pre-pandemic with speaking to people :L
here comes the airplane
same I cant understand what people are saying in masks
I gotta get back into walking a bit, after I got ill I kinda stopped walking around as much as it was killing me, then covid hit and I was living with my bff who's immunocompromised, so, I didn't wanna go out and bring something back for her to deal with in general
half my family got covid atm lol
I'm just waiting until the point where people realize it's like the flu as far as you would want to take the shot every year.
It's just gunna mutate
what I said earlier
Ya
dont summon jroy

The "nice" thing about very deadly diseases like ebola is that people die so fast it doesn't have as much a change to spread
What's interesting is that if a virus is too deadly it will die out. So if it's less deadly and is easily transmittable then it will spread better.
So it makes sense that less deadly but more transmissible ones are out there
ceo of politics

politics..?!
The #1 flu shot producer in the US is going through trials for a combined flu/covid shot
So yeah, next year you'll probably just get a combined shot in September or whatever
also what i just said earlier
Then basically it becomes routine. Plus only one shot lol
Win win
2 for 1
and not just that, being able to see the lips is useful for us to make up what someone is saying without necessarily paying 100% attention to the sounds they're making
without that, it makes communication more difficult
I was literally replying to what you said earlier and confirming it 😛
Probably gunna be a sore ass arm
except when its not controlled the entire healthcare system crashes down, thats the only reason they do it, to keep the intensive care cases down
Do you not see the reply UI?
Oh, but you guys spammed memes in between my two messages
its not memes, its gifs
sourcecode to Task Manager
https://www.youtube.com/watch?v=CyJw2MumgTQ&list=PLF2KJ6Gy3cZ7jCgV1VEAIcr867nCkynPn&index=3
The Source Code to Windows Task Manager is featured in Part 3 of the series. Featuring the actual source code to the Windows Task Manager, retired Microsoft engineer Davepl walks us through the code and explains how important sections function.
From WinMain to drawing the graph paper backgrounds you'll see Task Manager in a way you've never se...
the amount of times that video popped up in my recommended
not like part 1 or 2 just part 3
how about the day Microsoft Campus Crashed.
https://www.youtube.com/watch?v=pBmuY6qFMPQ&list=PLF2KJ6Gy3cZ7jCgV1VEAIcr867nCkynPn&index=12
Retired Microsoft engineer Davepl takes you through the great email storm of 1997 on Microsoft campus with the story of what happened, how it started, and how Microsoft engineers eventually found and fixed the problem. Plus a followup 10 years later in the Microsoft lunch room.
0:00 Start
0:49 Livestream Announcement
1:18 Mass Messaging
2:0...
never heard of it
https://github.com/Mojang/DataFixerUpper/pull/50 what in the fuck happened here
it was a meme
the story starts at 6:40 in video
meme has gotten a weird definition over the years
@untold meadow BEST kezz
@twin lagoon BEST mcieahil
@waxen panther BEST brocc
@twin lagoon BEST michelle
The new Oppo Find N actually seems like the only decent foldable phone to me
The screen size when folded is actually good
And not some tall shit like that on Samsung’s offering
@waxen panther BEST subway consumer
i dont get the point of foldables
them being foldable adds nothing
Me either but this is the only one that is decent at it
foldable smartphones would drive me nuts
all you do is introduce mechanical wear and tear
The two screen foldable is kind of neat, I think LG did that one?
Yea
Where it was just a thick phone but if you opened it you got a small tablet
it's the bigger screen factor
LG sold a case for one of their phones that added another screen
Like, think about being able to carry a tablet in your pocket with the form factor of two
Oh, I meant take the Oppo Find N and put a screen on half the back of it
yeah and then you run around with a brick in your pants
ofc, this is still early days so you're still mostly paying to be a tester of a project line
This is completely valid the issue is that Samsung’s take on this is having a fucking immensely tall screen
Which makes zero sense and shouldn’t be so tall
Yea, the Find N defo looks like a better impl of it on the surface
still got a normal respectable screen on the front and opens up decently
Yeah it’s pretty nicely sized
iirc Samsung started out putting the screen on the outside to try to get this phone+tablet feature but screens don't like to fold that way and it sucked
Web devs: Plz never get popular, plz never get popular
Reminds me of the Surface Duo
Oh so the Oppo Find N does have a screen on the back?
to be fair, foldable phones are really nothing new to web devs in that respect
I've only seen pictures of it open
on the back and on the inside iirc
It does have a screen on the back
he says while showing an app with no foldable support
I mean I wouldn’t expect good 3rd party app support on such a new device and technology
It's not 21:9 though?
i'll be impressed when we got phones that can fold like a map
otherwise they just seem pointless
You can roll screens like a map
a crease on a display is an entirely different matter
Can't fold them
The Oppo Find N apparently solved that issue actually
We will see how it holds up in some months
Motorola has a patent on how to pretend you're folding a screen without actually folding it
But definitely better than Samsung
Well, didn't samsung used to say their screens didn't crease until they did?
Wouldn't surprise me if Oppo was just ripping off that patent 😛
To start with the crease in the Samsung Fold 3 is huge
Even when new
On their older fold phones it used to get worse after some time
But you can’t really notice the crease in the Find N or that’s what reviewers say
Motorola's design basically has some empty space behind the fold and a mechanism that makes the screen bow out in to that space so you get a gentle curve instead of a sharp crease
Like if you take a piece of paper and hold the ends together
oh, hey Korobi, how nice of you to show up
close it and open it 500 times
Bend it the wrong way

fold it horizontally
Can’t wait for the JerryRigEverything vid on this phone
I await the day I can make an origami sailboat with my phone
i await the day i can tell people to stop projecting (with their phone)
Reminded me of this

oh god istill remember that UI
i upsed to have a phone with a solar panel on the back
LOL
it'd charge like 1% if it was in the sun for a couple hours
I had a shitty LG phone that didn’t even run android and there was this option where it would charge if you placed it in a sunny spot
But there was no solar panel to be seen
I still don’t get it
i think i saved about 5000 trees
ur welcome
they should bring this back with todays tech
Too bad we can't use the Oppo Find N in the US even if it did support the right frequencies
well obviously with a new look
jesus
I mean, there was a hope that everything would have solar panels
They did the maths and eventually figured out that it was a stupid idea
its not that bad for calculators tbh

Carriers in the US are already using or are moving to an IMEI whitelist for VoLTE functionality so once the 3G networks are all shut down next year if you don't have a phone they approved (which usually means one they sold) you don't get phone calls anymore
well, yea, but those things run off a coin cell which lasts years
We all have one calculator with a solar panel
LEDs are secretly solar panels and solar panels are secretly LEDs
we have like a 30yo calculator that has a solar cell in it, and if you cover it the brightness goes down a lot
Even if just one
I have all the power, fite me
many of those solar calcs also have a battery in them

Part 2 - explainer video is here: https://www.youtube.com/watch?v=TGUteH93xNo
LEDs and solar panels are both made of diodes. A diode is just designed to allow electricity to flow in one direction but because we make them out of semiconductors they can do all these other things.
Video produced in cooperation with Merck (https://www.youtube.com/...
i'll believe it when you finish hangar 😉
good leds are bad solar panels
good solar panels are bad leds
Solar Freakin' Calculators... open one up and you might be SHOCKED at what you find inside!
"EDM on a Calculator" song: https://www.youtube.com/watch?v=jlQxk9IPQ34
Solar Freakin' Calculators...
Japan had this weird obsession with tiny calculators which is why we got these credit card sized things that last for 30 years on solar power
I think it was just an excuse to flex their manufacturing capabilities
i have one of these
looks like its dead though, maybe keeping it in my bag for 2 years wasnt a great idea
pop it open and make sure that the battery hasn't fallen out
what about this one
lol
oh its actually a japanese calulator hah
i swear japan has wars about the weirdest stuff
Hmm, actually I don't think that's the right video
This episode covers the rise of the pocket and scientific calculators in the 1960's and 70's, and how they affected tech history!
Join me in LGR Tech Tales, looking at stories of technological inspiration, failure, and everything in-between!
● Consider supporting LGR on Patreon:
http://www.patreon.com/LazyGameReviews
● Social links:
https://tw...
This was cured by only 2 doses of radiation
japan is the only country with a giant robot
shame that japan is not gonna be much of a place in a few generations
China too, actually
but that one might take longer
Yeah I think that LGR one is the video I was thinking of
Or at least covers the same stuff
I was gonna check this lg phone that charges with the sunlight but it uses some sort of proprietary charger and I can’t find it
😔
japan is also one of the few countries with a declining population
Not that different from other developed countries
japan's busnieses are still stuck in the 20th century
Developed countries tend to have a low population growth
it never goes negative though
Sometimes negative
no u
despite having the edge in technology
how about this for a cellphone
Specification: Condition: 100% Brand New Item Type: Mobile Phone Model: KR999 Material: ABS Optional Color: Black, White Net System: Dual Cards Dual Standby Operating Platform: MTK6261DA Net Frequency Range850MHz/900MHz Resolution: 320x240pixel Telephone Storage: 100PCS Body Memory32MB+32MB Batte...
Ohio weather being very weird
61F (16.11C) in the middle of December
We had that yesterday
Along with strong winds, tornadoes, and then some snow to end the evening
they mayfield tornado that happened last friday
Minnesota had their first December tornado in recorded history yesterday
Iowa only had I think 5 recorded in December before yesterday and all of those were in the southeast corner, pretty sure we had 5 in one day yesterday
And they were in the northwest corner
problem is here when we get warm weather like this between December - Feburary we usually will end up with a severe storm and possibly a tornado
last year in january a tornado hit my town
https://www.weather.gov/iln/20200111_troy
@ashen cliff i found your setup bro
Bro!
Fact.
ah good olfd vintage setup
you weak
that looks good tho
you paid 40 euro for it or it was free and worth 40 euro mini?
He said boss was paying so I’m guessing he paid 40 and gets reimbursed.
fair
Or “spent 40”
Those ribs don't look worth 40€. 
also idk if it's just me but I can't see the tornado there, but then again it is EF0 which is the weakest on the scale
so 
yeah am just gonna yeet my recipe at him
heres the damage
https://www.whio.com/news/local/photos-high-winds-cause-heavy-damage-troy/wtK4tZGTYjdJpW1n1GSlUP/
for 1.17+
the headline is wrong
It's mostly FUD and only relevant to stupid setups
it wasn't a bug in the fix
just another way to exploit the issue
that applies to basically noone
its only for custom setups basically
i mean yeah EF0 is what, something like 50-70mph winds so it's still a little wild and can cause damage but it's nowhere near the scale of damage I usually expect to see. I just didn't see the actual twister in the video
I feel like watching death note again
I WILL TAKE A POTATO CHIP IN MY HAND
there is the tornado
it happened so fast we did not get the warning until it passed
literally it dropped was on the ground for 3 seconds then after that the sirens sounded and the NWS issued a warning. NWS did come out and survey the damage and it was tornadic
yea
The most destructive date for tornadoes in Ohio was on April 3, 1974, as 16 tornadoes touched down, including F5 strength storms in Green, Clark and Hamilton counties that led to 39 deaths and 1,340 injuries. The storms caused more than $250 million in property damage
Ohio gang
1974 the xenia tornado My mother and father remember it
Wow
What do you call a psychic gnome what broke out of prison? A small medium at large!
🤣
Milwaukee ratchet shaped impact. AND a little tool idea for impacts.
amaranth how did last night go
I beat the storm home and right when I started making food to eat my power went off and had to go to shelter
lulw
The worst of it was gone in like 15 minutes and the winds were high but only like 40 mph gusts I think around here
All around was worse but we dodged it
we had gusts of 80-100mph apparently
Yeah I think I saw Denison had 81 mph
that's all we really had I think few hours up north in Minnesota had tornado
that was crazy
There were tornadoes in Iowa too
Minnesota had their first ever in December though so it was a bigger story
heatwaves in december be like
looks at #❗-1-18-experimental
its funny to see how damn slow worlds load whenever I do a test on spigot instead of paper
all of you who fixed that up did an amazing job
63F here (17.22C)
back down to 22F today lol
Currently 4°C here
I think Ohio is getting what's left of the storm we got yesterday
most og our storms come from the west
it is rare but we do get storms from the east
Oh, no, that's a different storm
Ours appears to be in Canada as a big snow storm now 😄
Yeah this is the middle of nowhere in Ontario
just adapt to ice 
once starlink is viable Id totally live in the cold middle of nowhere in a comfy log house
I wonder how much thatd cost
I cant stand the cold I would rather live on a tropical island
born in november might have something to do with me not minding the cold too much
im a spring baby
I cant decide whether I hate or love the new twitter mobile layout
same
what a dream
with the fireplace
Just paid $17 for a club sandwich and $8 for a single slice of cheesecake
One day I’m going to say fuck it and only order from McDonald’s
Look at Mr money bag there
I’m not mr money bag that’s the thing, I’m broke college student ;-;
maybe ur broke cuz you spend 25$ for food everyday
I wanted to try something new
You ain’t broke if you ain’t to this level
More if you go to Costco
This guy is clearly rich
Spending $20 for a meal as college student
flashbacks of that ancap dude in #politics
just cut out all other sodium when you eat only ramen noodles otherwise other problems will arise

I had ramen 6 days in a row it’s not even the good ramen either
This is noodles and salt
can we all appreciate @wChiwi's animations for the Frog? He seriously nailed it. This is the first mob where we've used keyframe animations, and I think it came out gorgeous while still feeling Minecrafty https://t.co/DqcI9cJmBu
1911
Bro wake up new frogress report dropped
Yeah for bedrock.
deep slate
Java will get them eventually
They seem to want to maintain rough feature parity
until they eventually ditch java 
True
Honestly won't be that upset when it does happen, I'm sure the Fabric guys will carry the torch

► TOTAL CLEAN & STONED ist auch http://gronkh.de/?p=11815
► ERSTE FOLGE: http://goo.gl/Cw7pJ • GAMES: http://goo.gl/Opm3c
► Facebook: http://goo.gl/SZMye • Twitter: http://goo.gl/GQya7
···················································································
«MINECRAFT 1.3.1»
Sandbox Game von Mojang Specifications (2012).
Offizielle ...
this shit is what I remember of early MC youtube
i miss the days where modpacks just got introduced and it was the coolest shit ever
► MINECRAFT #001 • AUTOPLAY: http://goo.gl/Cw7pJ
► Welt 2 oder Welt 5? Entscheide auf http://gronkh.de/?p=19275
► JUHU: http://bit.ly/JoinGroArmy
···················································································
«MINECRAFT Alpha v1.1.2_01»
Sandbox Game von Mojang Specifications (2010).
Offizielle Seite: http://minecraft.net
...
Jaffa Factory
2010 first episode, holy shit
You remember the Santa Sips and Simon built on top?
lol sips was too edgy for yogscast 
loved the dude
https://youtu.be/hf65onSwvGs his explanation of dota is perfect
Watch me live on Twitch most days: http://www.twitch.tv/sips_
Check out all my VoDs here: https://www.youtube.com/c/SipsLive/playlists
All my clips: https://www.youtube.com/watch?v=LQzkQaPADIs&list=PLYqfXQ-ztmZIesICqC4Pmrs04vhavKLkX&index=2&t=0s
Click here to make all your dreams come true!! ► http://bit.ly/Sub2Sips
MERCH:
● http://smarturl.it/...
?
It opens this
Yes.
Read it.
Answer questions.
Click button.
Downloads will appear.
"Please answer the following questions to gain access to the downloads"
LOL
lol
lmao
"Please integrate the following equation from 0 to infinity"
iamgine if we pull an online database of calculus question randomly each time the page is loaded

LMAO
omg that would be amazing
"please find the anti-derivitive of (2x^4+2)/(17+2^x)"
"Show your work"
Can I post non-java exploit writeups here
lol
I'm looking at NSO's ForcedEntry and it's insane
its fun for sure
The vCPU part is what threw me off really
The amount of effort that must've gone into this is frightening
calling it a cpu is a stretch
oh shit

no it's pretty fucking bad considering everything is extremely slow
Centralization bad
oh that's why all my alerts are blowing up
yup
discord dumb
i noticed it about 5mins ago but it got better
Gosh it’s so annoying when discord is slow
true
just.... don't use discord
Oh yes switch to irc
weeeeeee
https://f.u11.io/DEldCI
your probes should be hitting the direct IP and not cloudflare, makes them kinda useless otherwise
then type open irc.spigotmc.org 6667
I mean, I would, but pc can't find telnet, so...
telnet isn't a default windows component and it hasn't been for years
can you actually join an irc server with telnet



