I think it supports most of the common bands.
- 0 Posts
- 54 Comments
I haven’t received it yet but apparently not good. It’s a $200 phone. I mostly want it because it runs Linux natively, has a regular unlocked bootloader that isn’t designed to be frustrating like android phones, and can send display over USB-C so it’s like a regular computer. You can run anything like emulating windows apps, you could install steam on it technically by putting it in an emulation container, but the chipset is very old at this point, and so you aren’t going to be emulating anything remotely modern on it. It is just a PC in your pocket though. You have a package manager, you can install many different Linux distros on it. You can get a LoRa radio mesh case for it, a physical keyboard/battery case, which I will probably get eventually. I think it’s worth the 200 dollars. I really want to get away from android. It’s hard because everything from Arm CPUs to the modems are completely proprietary. The only reason this device exists is because the design docs got leaked.
It does have phone, sms, and your standard phone stuff. You can get several different desktop environments like plasma mobile or gnome mobile and several others. It has 3 GBs of ram, and the OS usually takes up around 500 MB. It has dip switches to disable the hardware like the camera, cell modem, wifi, bt, etc. It would be a great device for taking to defcon.
I just ordered a pinephone, haven’t received it yet. The pinephone is the best native option in the U.S right now but you can get some unlocked smartphones with better hardware and install Linux it’s just a bit of a headache.
The general consensus is that it’s pretty low power, being one of the only chipsets that has publicly available design docs for it. It’s a mid tier 2015 era chipset. It a bit slow but works as a phone. You can probably emulate android apps in it.
DarkAri@lemmy.blahaj.zoneto Uplifting News@lemmy.world•Poll: Capitalism is out … and socialism is inEnglish16·3 days agoHopefully they will realize that the best America has ever been outside of racial and social issues is when FDR was president who was basically a social Democrat, although he preferred the term progressive and new nationalist. The decades after his economic reforms were the greatest time in American history, and then the Republicans got power again with Nixon and started to dismantle all of it, by the time Regan was in office, he killed organized labor and cut taxes on corporations leading to the current situation of hyper Inflationary debt based economics.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish1·4 days agoIt’s more so that the actual FPS is lower when using FSR in many cases. The GPU frame rate doesn’t matter in terms of input lag and stuff, it’s all about how many time the CPU can loop through the game logic per second.
So basically when you move 10 steps forward in a game, the CPU is running tons of code that take the time elapsed since the previous frame and interpolates where the player should be this frame. This is Delta time, (change in time between this frame and last) it’s multiplied by stuff moving to give fluid movement with a variable frame rate. This is why older games would slow down if the frame rate dropped and new games will still calculate the passage of time correctly, even if you only have 15 FPS.
The fake frames have nothing to do with the game engine or logic, they are deep faked frames that are created with a neural network to fill in between real frames. This does give you something very close to extra frames on the GPU, but there is often a performance hit on the real frames since it’s a heavy process. The CPU has to stay synced to the GPUs real frames since some logic is CPU bound, like physics, creating certain buffers, all kinds of stuff. If the real frame rate of the GPU is lower, it bottlenecks the CPU since it’s also involved to a smaller degree, in rendering real frames. (Preparing data, sending it to the GPU, certain operations which are faster on the CPU that involve rendering like maybe using MMX or other CPU extensions.
So basically the less real frames you have, the longer the wait between when you game engine can detect mouse and keyboard events and update the game world, even if you are getting 2-3 times the frame rate with generated frames.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish1·4 days agoIf you get higher real FPS via upscaling, and a lower resolution. It can improve input latency and sim speed.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish1·5 days agoTrue, Ig I was trying to teach people about why FSR often causes input lag. If you are getting 120 real frames then yeah, it probably won’t matter much, but if you are getting less then 60 real frames it’s going to be a worse experience unless you are playing menu games or something.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish11·5 days agoGood job now read what you accused me of saying, you are almost there.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish11·5 days agoIf I’m an idiot then why are you mistaking me for someone else? Sounds like you are the idiot to me.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish11·6 days agoI never said they died because of how they were pricing their labor. You are the liar if you had any sense of irony to think before you said something. I said they died because they were expensive, and that I wasnt aware of their modern problems, but when I was a kid people didn’t shop there because they were the most expensive option. That has very little to do with labor costs btw since selling toys is a high margin business.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish2·6 days agoGenerated frames are created using a neural network, they have nothing to do with the actual game scripts and game loop and input polling and stuff. FSR does generate frames to interpolate between real frames but things like physics and input are not being generated as well. It’s only visual. I guess maybe you have to have some basic knowledge about how a computer program and game engine works to understand this.
Basically the CPU steps through the simulation in steps. When you use frame gen, if it lowers the actual frame rate, then the CPU is making less loops per second over everything, like the physics updates, input polling(capturing key presses and mouse events), and other stuff like this.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish1·6 days agoMaybe it’s not the CPU but with FSR either way the real frame rate drops which is why you get input lag. The game logic/game loop is only calculated per real frame. Which means if you take a 20% drop in real frame rate you are going to get 20% more input lag.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish11·6 days agoYou are arguing with a straw man because now you are just making up stuff to get mad at and argue about. Those are your words not mine.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish11·6 days agoYou do realize both can be true? One doesn’t proclude the other.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish1·7 days agoIf it drops the real frame rate more than FSR2, which it does, then yes, you will have more input lag.
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish2·7 days agoThe frame rate isnt going from 30 to 120 FPS. It’s actually going from 30 to like 20. The rendered frames are different then the CPU frames which handles the game loops, (physics, input, simulation, etc)
DarkAri@lemmy.blahaj.zoneto Linux Gaming@lemmy.world•RDNA2 FSR4 Performance vs FSR3 QualityEnglish4·7 days agoIt’s because game logic is calculated on real frames and these things lower the real frame rate even though they give you more rendered frames. If you were getting 40 real FPS, and then you go to 30 real fps, you will feel a significant amount of lag even if you are getting 60 fps in fake frames. Basically the game loop is running slower and stuff like input polling is happening slower even if you have a higher frame rate.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish12·7 days agoJust basing it on my own experience. I already knew they were going to go out of business even as a kid because they were the most expensive option in the market and the parking lots were always empty. This is when I was a kid though, like 20+ years ago.
DarkAri@lemmy.blahaj.zoneto Today I Learned@lemmy.world•TIL that Toys R Us wasn't killed by competition, but by private equity companiesEnglish24·7 days agoI don’t know anything about them tbh.
I think the best thing to do is just find our own alternative communities. Make our own hangouts. Our own clubs. We can still live life and be happy even if the rest of society is shit. Depending on how this upcoming elections goes. I might go underground. Just disconnect from society. Stop talking to normies outside of business. I will have put in my 35 years of fighting. I don’t want to be miserable my entire life. I don’t want to argue with people my entire life. Maybe it’s just impossible to connect with people who arent like us. That doesn’t mean we have to be sad. It doesn’t mean we have to be alone. We can make our own spaces. Stay off the grid and under the radar. Have fun and have our own culture with people who like us.