>Smilebasiclegit
hmm
Nintendo Switch Discussion
PerskaCreated:
I guess this is big enough to post on here about..?
A new Nintendo Switch model will come out Mid-August for the same price of $299. Other than a fairly large increase in battery life and a few new joy-con colors coming out at the same time, there’s nothing new to it.
Source
Edit: Like niconii said, it should be noted that this won’t be sold next to the original model of the switch, but is instead replacing the original model entirely.
Also, I’ve been getting SO many YouTube recommendations for tech channels talking about the new model, and I finally watched one https://youtu.be/dwHZ7Sz1-wY. Although it doesn’t say so on the official page, it does seem like the newer model also has a slightly brighter screen, as well as more accurate color. In the video they did a few tests on the screens, so it seems fairly reliable.
In the image the new switch is on the bottom.
Non-related complaint
My cereal got soggy while typing this :[I guess this is big enough to post on here about..? A new Nintendo Switch model will come out Mid-August for the same price of $299. Other than a fairly large increase in battery life and a few new joy-con colors coming out at the same time, there’s nothing new to it.Wow. Based on the info, I might get this instead of a switch. if I want to raise that much without a job lolSourceNon-related complaint
My cereal got soggy while typing this :[
wasn't the switch lite already announced though?I guess this is big enough to post on here about..? A new Nintendo Switch model will come out Mid-August for the same price of $299. Other than a fairly large increase in battery life and a few new joy-con colors coming out at the same time, there’s nothing new to it.Wow. Based on the info, I might get this instead of a switch. if I want to raise that much without a job lolSourceNon-related complaint
My cereal got soggy while typing this :[
This isn't the Switch Lite. It's just a Switch with more battery. It's not a smaller switch with all the good stuff removed that also happens to have improved battery life.wasn't the switch lite already announced though?I guess this is big enough to post on here about..? A new Nintendo Switch model will come out Mid-August for the same price of $299. Other than a fairly large increase in battery life and a few new joy-con colors coming out at the same time, there’s nothing new to it.Wow. Based on the info, I might get this instead of a switch. if I want to raise that much without a job lolSourceNon-related complaint
My cereal got soggy while typing this :[
To clarify a bit, this "new Nintendo Switch model" thing just means that eventually, when you buy a regular Switch, you'll get a slightly improved model with better battery life, instead of the launch model. It's not going to have a new name or anything, they're just replacing the original model. The box might not even be marked any differently.
To clarify a bit, this "new Nintendo Switch model" thing just means that eventually, when you buy a regular Switch, you'll get a slightly improved model with better battery life, instead of the launch model. It's not going to have a new name or anything, they're just replacing the original model. The box might not even be marked any differently.Cool. I thought they would release it as a 'New Nintendo Switch' or something. Thanks for clarifying.
. . .The box might not even be marked any differently.Supposedly, it will be marketed the same but will have a new box design differentiating it from the launch model. If not, you'll still be able to check the device's serial, located both on the unit and the box.
Finally get to see code running in FUZE for the first time
https://twitter.com/FUZEArena/status/1158711596417519618
(comments added by me)
screen = { gwidth(), gheight() } 'why isn't this one function? points = [ 'so it seems like { ... } is a vector type, and .x and .y are the first 2 items. I assume .z is the third, and maybe .red/green/blue/alpha exist for colors? { screen.x / 2, screen.y / 5 }, { screen.x / 5, screen.y - screen.y / 5 }, { screen.x - screen.x / 5, screen.y - screen.y / 5} ] mp = points[0] mpCol = { 0, 0, 0, 1 } 'all these color variables aren't actually used anywhere colours = [ { 1, 0, 0, 1 }, 'colors are just 4D vectors, in RGBA order I assume { 0, 1, 0, 1 }, { 0, 0, 1, 1 } ] loop num = random( 3 ) dist = ( points[num] - mp ) / 2 'vector operations mp += dist circle( mp.x, mp.y, 4, 16, red, false ) 'for some reason circle uses x,y instead of a vector for i = 0 to len( points ) loop 'strange exclusive end for/to loop... circle( points[i].x, points[i].y, 3, 16, gold, false ) 'I think the args are (x, y, radius, ??, fill, border) repeat update() 'appears to also do VSYNC repeat
I guess this is big enough to post on here about..? A new Nintendo Switch model will come out Mid-August for the same price of $299. Other than a fairly large increase in battery life and a few new joy-con colors coming out at the same time, there’s nothing new to it.Apparently this new model will use Sharp IGZO displays, which is apparently a big deal (I don't know anything about them) which could explain the better color and brightness. Also interestingly, the battery life improvement doesn't come from a new model of battery, but a new main board. The new board is a lot more energy efficient, but the battery is the same. Something similar was done with the Lite.Source Edit: Like niconii said, it should be noted that this won’t be sold next to the original model of the switch, but is instead replacing the original model entirely. Also, I’ve been getting SO many YouTube recommendations for tech channels talking about the new model, and I finally watched one https://youtu.be/dwHZ7Sz1-wY. Although it doesn’t say so on the official page, it does seem like the newer model also has a slightly brighter screen, as well as more accurate color. In the video they did a few tests on the screens, so it seems fairly reliable. In the image the new switch is on the bottom.Non-related complaint
My cereal got soggy while typing this :[
All I have to say is, the model 3 Switch looks much better than the first two models.Any way to know which model I have? Not planning to install homebrew on it any time soon, just curious.Wait, this is the THIRD model?
Yep! Nintendo released the second model without any announcement to fix a hardware exploit. That's all it did. Clearly not something that needs announcing.
I don't think so but the second model was released around July 2018-ish so if you bought your switch after then it's probably a model 2 switchAll I have to say is, the model 3 Switch looks much better than the first two models.Any way to know which model I have? Not planning to install homebrew on it any time soon, just curious.Wait, this is the THIRD model?
Yep! Nintendo released the second model without any announcement to fix a hardware exploit. That's all it did. Clearly not something that needs announcing.
Got mine in 2017, so I guess I have model 1. Wish there was an easy way to upgrade, sounds like early owners are getting gypped here.I don't think so but the second model was released around July 2018-ish so if you bought your switch after then it's probably a model 2 switchAll I have to say is, the model 3 Switch looks much better than the first two models.Any way to know which model I have? Not planning to install homebrew on it any time soon, just curious.Wait, this is the THIRD model?
Yep! Nintendo released the second model without any announcement to fix a hardware exploit. That's all it did. Clearly not something that needs announcing.
My brother also got his in 2017, so yeah. And Ima have a model 2 times upgradeder or something when I get one :)Got mine in 2017, so I guess I have model 1. Wish there was an easy way to upgrade, sounds like early owners are getting gypped here.I don't think so but the second model was released around July 2018-ish so if you bought your switch after then it's probably a model 2 switchAll I have to say is, the model 3 Switch looks much better than the first two models.Any way to know which model I have? Not planning to install homebrew on it any time soon, just curious.Wait, this is the THIRD model?
Yep! Nintendo released the second model without any announcement to fix a hardware exploit. That's all it did. Clearly not something that needs announcing.
If you are curious what model of switch you have, https://gbatemp.net/threads/switch-informations-by-serial-number-read-the-first-post-before-asking-questions.481215/ is useful.
Some switched sold much later than June 2018 still are the original version: mine was bought in December 2018 and still was hackable/had the original hardware.