#technology
1 messages · Page 41 of 1
lol
My samsung note 5 has 2 quadcores, one is quad a57 at 2.1 ghz, the other is quad a53 (rpi cpu) at 1.2 ghz
Rpi needs more ram though, 1 GB is not enough
Tried making a paint program and the fill bucket would always overflow the stack
Yeah qualcomm said kryo 260 is 40% better than a53 core for core
Also let me see if I can get it to emulate and run x86 windows program tomorrow 🤔
But ive never had TOO much of an issue with my rpi going sloe
Not sure how possible this would be but if you did it with arm assembly, it would probably go alot faster if you optimize it
never tried arm assembly
some people said it's more complicated than x86 function wise
Well the naming conventions are far easier, and i didnt really have a problem with the functions
I mean, it's RISC processor
what I said earlier is probably the way it handles opcodes or something
I can't remember
Yeah but instead of the registers being called something like AX for the accumulator, its just R0 - R15 with some of them having some other ways to call them
Yeah arm was pretty fun in my assembly class, i did the hw like 6 days early just cuz i was bored
also segment registers thing so it can address more than 16 bits back when it's 16-bit processor
nice
Now im talking about armv7, armv8 is ALOT more complicated and they restricted your freedom heavily, but you also cant accidently freeze the whole cpu by messing with the program counter
isn't armv8 uses a new AArch64 for 64 bit processors?
But looking at the assembly that gcc makes, there seems to be alot of room for optimization on doing simple things
Yeah its 64 bit
You cannot access the PC in any way, the assembly code doesnt even have a name for it
just like old 8-bit cpus
Yeah but armv7 lets you do whatever you want to PC
well, I'm more experienced with them more for assembly
If you wanna get into assembly, use marie sim, its a virtual assembly machine, i think its 8bit though
but I coded for z80 since 2014 
Ah
z80 is very nice 8-bit cpu though
Though i think you could probably BUILD the marie sim machine with some electronics if you really wanted to, its not very complex, besides the control unit
it even has load/store architecture like RISCs
besides z80 I also wrote for 6502
but that cpu is really hard for beginners
it has 3 general purpose registers and tons of addressing modes
Yeah armv7 has 12 gp registers, although the 12th one is the stack pointer, so only 11 if youre using the stack
Yeah but usually you wouodnt want to use those as general purpose
ah I see
Oh wait 12 are fully gp, and then theres SP, LP, PC, and CPSR
Yeah i believe thats with the LP right?
yes
Also just realized its 13 gp registers, as cpsr is the 17th register
I was about to ask that
since I remember that its flags register is separated
hm direct access to pc register
Yeah i had to use it for one of the assignments, it was basically jumping to functions but you werent allowed to use the jump instruction
Its been a while so i dont really remember the full assignment, but you couldnt jump normally to it for whatever reason
and you can do jump tables by using register indirect jump on the other cpus
We never got into multicore stuff
or even intentionally messing with the stack so it returns to the position you wanted to jump to
I think it was conditional jumping where the jump target was in the middle of another function
ah I see
The programs were very easy, like 2 min on c++ and it was done kinda simple
did you learn about using interrupts too
Yeah but i dont think we used it for anything besides I/O
I think it was r7 that determined whether it was reading or writing when you told it to iterrupt
So ive been spamming python tutorials, but can you really not do ascii addition? Like adding 1 to the letter a to get the letter b?
b = chr(ord(a) + 1)
Today I Learned: python does not have an integer size, i just did 100! and it gave me an answer
Wait then can you overflow a long int?
Cuz 100! is a 525 bit number
yeah it will expand as long as you have space to hold it
There is no explicitly defined limit. The amount of available address space forms a practical limit.
@severe falcon
doe I wouldn't advise going there 
Ah ok so technically anything past i assume 4 bytes is a long int and it just expands
Oh gosh i hate having to put a : on all the if else statements
@subtle hawk see i thought you needed a weird language to do really long number math, one of my teachers asked us what the first digit of 400! was and then used Lisp to show us
lisp is made for that
that or matlab
or R
they're scientific langs
they can calculate stuff really efficiently
Yeah i was looking at some builtin functions and found some that were optimized for very specific math, like pow(2,5,6) is the same as 2**5 % 6 but it runs faster
how to document an algorithm correctly:
https://www.youtube.com/watch?v=_LjN3UclYzU
Taken from 4chan, uploaded here because it's beautiful.
it looks like your nvidia went nazi
nvidia drivers
I wonder why people only lul at amd drivers, I used to have just as many issues with nvidia as I do now
Same reason folk lul at amd in general: unfortunately, amd hasn't always been competitive in the business.
well amd stopped driver support for half the cards it was supporting literally one week before just cause 3 came out, and then had to make a massive overhaul to all its drivers because they couldnt run the game higher than 5 fps no matter how powerful they were. but the ones that they just dropped support for didnt get that update so i had to refund my JC3 that i preordered
so amd cards are fine, but the driver issues are the problem
only problem I've really run into so far is getting GCN 2 and older cards to have full support on linux, but then again I don't really play demanding games
also
preorder
it was the same price to preorder so i just did it
you're far more trusting of devs than I am
I would never preorder anymore, too easy to get burned
i have an odd issue with my nvidia drivers, any driver version that isnt 399.24: will kill display output at random when in use.
with 399.24 it gives me a whea_uncorrectable_error bsod
well if the JC3 devs actually screwed something up, they wouldnt exist anymore, so its pretty safe to trust them
Not always a guarantee. Ubisoft's been making shitshow game releases for years, they're still here.
ubisoft, EA, bioware... the list goes on and on
well yeah but thats Ubisoft, not a game company that only makes just cause games
people don't care as much about quality as they used to
and considering that just cause has nvidia basically controlling them, id say they will try extra hard to be good
So, fulgur. 4.20 kernel workin for you, assuming you mess with a Ryzen board at all?
yep, not had any issues
Hmmm. Must be this lappy's board, then. I get no X, on a 4.20 series.
Stepped back to 4.19 lts, for now ... since I know it works.
hmm
I'm running wayland actually, but had no issues with the legacy X applications that don't support it yet
so this is an rpi/linux question, my rpi no longer understands what the internet is, how do i install stuff on it now?
if it was windows, i would just download an installer and then put it on the rpi with a usb, but is there a way to do this with linux?
what do you mean 'no longer understands what the internet is'
what the hell did you do to the poor thing?
also what distro
one day it just cant use the internet, its like its network stuff isnt working correctly, it says its connecting to the network but it isnt actually getting internet. its raspian
its been almost a year since the last time "sudo apt-get update" has worked
gimme the result that ping -c 3 google.com returns
uhh lemme go get it real quick
but if we're talking a year out of date, there may not be an upgrade path anymore
most distros aren't like arch
what abot 
who dares speak ill of it
I'm speaking positive
about how it always has an upgrade path
it's not a upgrade path
it's a rolling release OS
there is no "upgrade" or "versions"
only snapshots of packages
and that's why there's always a path

which is only needed on the first install
but it also comes with the drawback of being on the bleeding edge
not everything will work
ye wouldn't recommend it to a newbie
I wouldn't recommend it to anyone who wants stability
stability is overrated
it's not
well a little technical difficulties, turns out my 6 ft usb cord isnt stable when it comes to power so it keeps killing it during start up, am finding another cord
stability is extremely important
@severe falcon a rpi can't do high draw on the USB outputs
6ft usb cord
excuse me what the fuck
its the charger for my wireless headphones so you can still use them while they charge
that's the point of the cable
use it with something that provides high amperage
a rpi doesn't draw much
so it won't be able to travel a long distance
you need something short
especially if you use a mobile power brick
^
those provide 5V at 1A
yeah i have a good short cable but the only open outlet is in a weird spot and the power brick is dead
jam it into a PC's usb port for now then
unless the quick charge protocol negotiates a higher amperage and/or voltage
also we just found a heisenbug w00t w00t
or not
apparently google.com was cached on chromium
why wouldn't it be cached
ok @subtle hawk the result of that command is ping: unknown host google.com
I see someone woke up Yamato. 
I feel ya, man. Bitchin headcold since Friday.
try that next
ping -c 3 <ip_of_router>
probably because your DNS server crapped the bed
yamato what do you mean?
its possibly that dhcpcd isn't started either
so it can't resolve google.com to an IP
if that wasn't on it wouldn't be able to ping the router
which is why I'd like him to ping the router
and it's raspian
it's on by default
ye but he hasn't confirmed that he could ping the router
3 transmitted, 3 received, 0% PL, 2003 ms
its wifi
oh god
the built in rpi 3 wifi
that's some crowded wifi you got there
yeah i think it has like 8 devices it has to compete with
4 phones, 3 smart tvs, sometimes a ps4, and then my comp
Bandwidth ... what's that?
cant use cable, they never ran it to any other room in the house
but i dont really have a problem with it that a cable could fix
then borrow someone's cable snake and run it yourself
trust me, it wont help that much
trust me, it will
2000ms delay is pretty bad
2 seconds for 3 pings? no worder it can't do anything
well that was just the time it said at the end, the 3 times for the packets were 4.76, 4.68, 4.70 respectively
the avg rtt is 4.719 ms
then where the hell did all that delay come from
processing time?
I know where that time comes from
you want me to snap a pic with my phone?
doe it's gonna take a while to explain why to took so long
well maybe after we see if its possible to get internet to my pi
I mean for a temporary solution you can always edit resolv.conf
now that we know it's just getting bad info for a dns server
won't change jack shit
the data still has to travel through wifi
and that 2 second delay can cause certain requests to time out
so rpis dont usually have this delay on wifi?
duuh
mine has sub 1 ms pings with maybe a couple of ms aquisition time
doe mine is in an ideal environment
welp i have quite a bit of time, so why is it getting the delay?
I'm in an area with a relatively crowded band and it's still not 4
crowded frequency
well no the 2s delay
- you have a lot of things on the same frequency
- your wifi access point is absolute garbage
- probably your too far from the AP or the walls are thick
or you have large metal objects in between
...you do understand that the 2s delay is AFTER the pings came back right? the pings took less than 5ms to leave my pi, go to the router, get turned around, and go back to the pi
I mean, point 2 is standard for most SOHO ap+router+switch combo
taking 5ms on wifi is 5x the norm
i was talking more about the 2003ms it took to do something that it was done with after 15 ms
oh
the actual pinging took like a couple of ms tops
well my comp took an avg of 1 ms
Is this the giant antenna you are referring to?
ok so is there a way to fix the dns problem?
but it USED to be able to use the internet
and nothing about the wifi setup has changed
like its dealt with all these devices before
either in your home or around you
how far is the AP
from the pi
and how many walls does it have to punch
uhh id say like 20-25 ft through 2-3 walls(rn idk if its going through the closet or the space between walls)
lemme go set it up near the router and see how fast the pings are
if only belkin made some linux drivers
should be a lot better
why would you use that garbage
belkin is trash
most of their products use potato cheap chips
you want something good you look for Realtek or Intel chips
Hmmm. Not even a driver you can use ndiswrapper on?
well i have a spare wifi adapter that has an even bigger antenna
also its now less than a foot away from the router and it has 100% PL
is there such a thing as too close?
well i moved it to like 4 ft away and still nothing
is it even still connected?
yeah it says connected on the wifi taskbar icon
do an ip a
just type ip a?
ok i will say that im on the router's webpage thing and its recieving SOMETHING from it, but only like a byte per min
wtf phone
hold on
phone takes a 30 MB image and it isnt even the right way up
you said you connected another wifi adapter to it right?
no everything is the same as before, except i had to shut it down and plug it in in the other room
oh I misunderstood
yeah i was saying that i wish i could plug in another adapter
wtf is 10.11.37.145
yeah but what for? the other one is the ip from the router
but i dont think i can even have multiple with this router, it only lists one
sudo systemctl status dhcpcd@wlan0
Not found(no such file or directory)
Inactive(dead)
But now the ping works so wth
also its not any faster
I mean honestly
if you want to try and get this fixed with minimal effort and you don't care about loosing anything on the pi, I'd say just reinstall raspbian
if it's a year out of date, it might be difficult to find an upgrade path
still might not fix the wifi issue if there's a lot of noise, but hey
worth a shot
yeah lemme see if i need to keep anything on here, i dont think theres anything but we'll see
good thing i still have my microSD adapter
those multiple DHCP leases could be bcz of wifi repeaters
dont have a repeater
the SD card seems to have hidden its true capacity as its only listed as 62 MB
is that gonna be a problem?
uhhh theres a tool? is the tool with the raspian zip from the official website?
(ideally dd if you have another linux desktop)
no the pi is the only linux thing i have
This section includes some simple guides to setting up the software on your Raspberry Pi. We recommend that beginners start by downloading and installing NOOBS.
1.8 Gb, for a pi distro ... wow.
well its the one with all the software for it, there were smaller ones but this is the only case where you would WANT the extra software
if you say so
well its all the programming stuff, so i get python, java, and gcc from the start
i like the gui, cuz i use it mostly as a laptop and i need the gui for some stuff
you can still do a lot better than GNOME or whatever shitty DE they put on it by default
DE?
That kinda hardware, I'd prolly slap on openbox with a tint2 bar.
or ye openbox if you're willing to configure
or i3 if you subscribe to the tiling wm meme

problem with LXDE is that it's not really dev'd anymore. LXDE/Razor-QT merged into LXQT years ago.
ive been using the default raspian stuff for at least 3 years now so im too used to it at this point
but i like my mouse
but w o r k f l o w
but how tf am i gonna make pixel art without a mouse
i dont think kolourpaint supports no mouse mode
it might tho
well i3 can use a mouse, its just you hardly ever have to touch it
tiling wms are a godsend for laptops tbh
ah i see
I haven't touched the major tiling wms, tbh.
but i dont think you understand how much of a laptop my pi is
seriously the only way I could make my setup even more meme is if I ran gentoo instead of arch
Oh, gods. Gentoo.
Prepare to burn yer box for hours, to get a decent rig together.
I know a guy that unironically runs gentoo
he fell into despair recently because his system went up in smoke
Tell you what, tho. Their cflag lists do help for arch makepkg, at times.
ye
though I confess I've never had the need to build a package from source or modify an AUR package yet
(i like how no one mentions the rpi tablet nailed to a literal board)
I have. Just not as many as I once did.
Im trying not to look at it
We're geeks. We've seen weirder shit.
Hmmm. I wonder how much effort I'd have to burn to build a steampunk case for this machine ... could be a fun side project.
a lot
Then behold the destroyer of geeks
custom cases aren't worth the money and time
that's just some arduino kits
I repeat, I've seen zanier shit in production environments
oof
Tell you what. I forget the name of the company, but there's actually a $99 linux laptop making the rounds, recently.
i guess the craziest thing ive done is the 7 fans in an ITX case that i currently use
but what distro do they put on it
Good question.
i just realized that since my pi was able to connect to the router, i didnt need to install java on my mom's laptop to do UDP and TCP assignments 
I mean, tbqh I have something weirder than that pi less than 6 feet from me
but does your pi have a $4 fan hapahazardly screwed to the back of its case?
I don't have a case on my pi so no
and did said fan steal the plastic part inside the pi's usb so that now only the prongs remain?
i mean it works perfectly fine, like i can use it, its just i can only use it with that broken usb cuz the plastic part is still in the fan's usb
and it actually works really well for cooling
oh today i thought some guys were installing some kind of server rack at my work, but it was a watercooler when i saw it from the front
Ooh
i hate it when things ask for permission but the pop up breaks my 2nd monitor and i have to restart it
Naruhodo, I see, thank you for leading me to discover this and two other clubs!
yeah though belbot's dev isnt in this clubroom, but maybe you could convince him
I'd find that odd for them not to be present here if I was not myself barely present in my own tech channel despite working IT for a living and having written an absurd number of bots. 
well maybe you can help me with bot stuff if i ever get around to messing with them
btw @subtle hawk i reinstalled raspian and the wifi is now working just fine
K, make sure to periodically run apt-get update and apt-get upgradeso you don't have security holes
Maybe once a month or so should be fine
yeah i usually run it when i start it up, cuz the clock desyncs while its off
and for whatever reason, it wouldnt automatically adjust
So your ntp daemon isn't working
or well wasnt working
Just make sure to run both commads, since update only updates the package database, it doesn't update any of the packaged installed
That's what upgrade is for
ok
i like how the default values for the temp warnings are 140 and 145 celsius, like the pi is even gonna work at that point
actually i dont even know what the max recommended temp for the Cortex A-53 is
Most processors shouldn't reach seventy degrees Celsius, those default values are ridiculous! 
yeah amds are all 70 i think, intel can go higher though, my dell laoptop had its emergency thermal shutdown at 90
i found this out after my laptop kept turning off while playing terraria, looked at the logs and saw it reached 90 and then killed itself
I am surprised it could handle, or at least, let itself get to 90, or even functioned at 90. Also that Terraria ran your laptop that hard. Guess it was an old or not terribly good one?
That's good to know that some can go past 70 it seems.
well it was a 2010 that ran better than most do now at the same price of $500, but it only had integrated intel graphics, so the processor not only had to do all the processing of terraria, but also all of the graphics aswell, so it didnt like it too much(and the cooling was awful)
but it ran minecraft in unoptimised beta at at least 30 fps so it was good enough for me
Hmmm, impressive!
yeah i wore the heck out of it, the oil from my skin where i rested my wrist to use the touchpad took the silver part off of the black plastic underneath
and now its in heaven without its hard drive
Oof
I still keep an old XP machine around, off the Internet, that used to do things I don't know how it did on just 512 MB RAM. I keep it around just so I can still play SimCopter from time to time.
"AMDs are 70"
Uhh, maybe dog years ago, last I checked 70c was still a safe load / stress temp
My 2200G always runs a bit above 70 under load
also regarding the 512M XP comment above... it's not quite 512, but I'm running quite a few daemons with only this much memory used when I'm not using a web browser or discord:
beryl% free -m
total used free shared buff/cache available
Mem: 22105 776 19278 17 2050 20987
Man I wish (and don't wish) we could come back to the good ol day where every new generation is a massive bump in performance
Leaving your machine in the dust within the matter of 1-2 years or even months if you don't upgrade.
I'm honestly fine with the current pace
It's just a bit funner that way, y'know?
we won't get massive jumps again until quantum hits mainstream
That's why I'm so damn excited for Zen 2
and that's still a loooooooong way off
Since we might see quite a leap on AMD's side of the fight
as much as I'm a team red guy, I wouldn't hold my breath
speaking of amd, I'm glad nvidia finally caved to freesync
Now I hate myself for not getting a FreeSync monitor
Lol
a big part of the reason I haven't got rid of my 290Xes is I'd need to buy an adapter or buy some control boards that have dp off ebay and rebuild the monitors
they're still great 1440p PLS panels, so I don't see the need to replace them
You have 2?
yes
Cards too?
ja
Nice.
Lol, I was going to send a pic, but discord detected it as 'explicit'
they really need to polish up those algorithms
Never change, Clyde.
Guess hydroponics count as technology too.
Quite a field trip this is.
interesting
who talked shit about GNOME
More like suggesting a wm/de for a rpi.
Frankly, though. I'm more in the KDE camp. Have been for years, although I've used Gnome too.
they're all good
having a strong opinion on one DE is just stupid
it all comes down to preference
Is not preference a "strong opinion," or are you talking full-scale "fuck yer DE" flamewars?
the latter
Not enough energy. Use whatever you, and yer gear, can handle.
none of them are "superior" to the others
Tell you what, some of the gtk-derived setups (budgie, pantheon, deepin) are getting pretty interesting.
So today i found out my schools wifi is racist against linux
The login screen that opens in your browser only shows up on mac and pc
Oof
Yolo
Yeah but i dont have a way to get the url to login
Yeah i have some time today so maybe ill do that
regardless of OS or browser
I know my IT department was slacking back when I was a security engineer and sysadmin
I would go whoop their ass everytime they thought of some stupid lazy idea
But it literally states on the info page for the wifi on the schools website (mac or pc)
linux is a pc
Though i wonder if i actually have access to the network
Ah
doe that's retarded
at uni we use 802.1X
on both wifi and cable
way easier to set up and maintain
Thats exactly what it uses
Wait no 802.11b
in any consumer router
I read it wrong
B?!
what are you
in 2002?
2.5GHz wifi should use 802.11 N
5GHz wifi should use 802.11 AC
Hmmm lemme try the secure wifi and see if that works
60GHz only has 802.11 AD
The secure one uses 802.1b/g/n
ur school are a bunch of cheapskates
I use ac
b/g/n hurts everyone on the network the moment some ancient hardware is connected
lol
5 GHz is bad in range as is
since it will operate on the lowest protocol compatible with everyone
so let's say everyone uses N
Well we did just get a brand new multi million dollar cpmp sci and business building
vv
well if some ancient thing connects and uses B everyone is getting thrown onto B
5GHz ain't meant for range
it's meant for speed
u have 2.4 for range
Good?
meh
the OC could be better
I keep it running 24/7
So not taking any chances
2 M.2 and 2 HDD
another scared cat
8700K at 85-90 degrees isn't exactly comfy
Welp gonna go find a spot to sit near my next class that has an outlet and do python for the next hour
I did a 5 GHZ
Crashed in 5 hr
Quality Windows GSOD cries
Anyone in the Windows 10 Insider Program here?
oh yeah
@subtle hawk weird fpex but ok
Fpex as in F*cking Pile of Electricity eXpense?
flex
typo
Pile -> landfill
Typos
woohoo f@%k it
Moving on
I'm running a 8086K at 5.3 GHz with a 1.4 V Vcore
tell me more
Looks like when i opened a slim ps2
iMac = PS2
Noted
Nah ps2 is far cheaper for the same power kek
anyone interested?
rpi running LOS
there's images for it out there
And I can run it
Pi3 Model B+
Interested?
Btw yamato i reinstalled raspian and now my pi isnt broken
@severe falcon What did you try using?
Windows IoT normal builds are ded for Pi3 Model B+
Oh its wifi was just borked completely, we had a whole thing debugging it yesterday
Cant
@severe falcon well the oldest trick in the books
reinstall
Then if it still doesn't work, hammer it
Even though I hammer stuff without reason
For science
Anyways
Yeah, though once i get to class, i can tell you an even more infuriating thing about the comps at the new school building
Next one is vietnam war
I'm in Std. VIII and vv
No more Vietnam flashbacks please
I've had enough from my phones
Ok im here now
So the way it worked at the old comp sci/engr building is that the comps would flash at some time everyday, so anything you had saved to your account would be lost. I think it was just a server account cuz you could switch comps the same day and still get your files
tomorrow going to get my C exam grade passed into my student ID and then I'll be helping out on a research project
Nice
Sounds intelligent right?
Well at the new building, you have your account but i think it saves it locally on the machine but tied to your account and they dont flash daily
So i can go into the computer lab, get on a certain computer, and my files are on my accounts desktop, but if i get on my account on the comp next to it, the files arent there
Well it woukd have to be a diff server for all comps, cuz ive done this on 6 different comps
Although i havent tested if someone else can get on the comp and have all my stuff on their account 

Im not dumb tho, its just my notepad++ and some html files from a project so they cant steal anything valuable
So i forgot my battery pack and there is literally only one outlet in this entire 160ft hallway and there isnt a bench near it
Kill me please
oof
sounds like a standard AD setup
So @subtle hawk it wont let me even attempt to connect to the secure wifi
ur not supplying enough power
Thats not the problem
Its the 802.1bgn thing, it said all staff and students can join it with their login info
Also idk what to do about the power thing, cuz it does this even when plugged into the wall. I think its cuz the power is split between the screen and the pi
Actually no its the stupid fan thats causing it
I mean it shouldnt, its a usb fan and i wouldnt think the pi would give the usbs more power than the pi itelf is getting
Can i physically tell my pi to only give the usb like 75% power?
I mean when i take the fan out it doesnt have a problem so its obviously prioritising the usb over itself
Oh crap i forgot to get my screen brightness scripts from the old os
I recommend using light
???
for brightness control
Ehh i like my 3 one line scripts, but i only ever need 1
bindsym XF86MonBrightnessDown exec light -U 5
bindsym XF86MonBrightnessUp exec light -A 5 ```
Man nowadays it's the Chinese who always have the most insane of ideas.
#meizuzerotrailer #meizuzeroofficialtrailer #meizuzerounboxing
Case in point: a holeless smartphone.
No notch, no headphone jack, no speakers, no USB port, no nothing.
Also no buttons nor SIM slot.
Essentially water resistant from the get go since there are absolutely no holes for water to enter
Hmmm. I don't mind the lack of a sim card. Those damn things honestly need to die off, imho.
Yep
F%$k bills
why would you need a SIM when phones already come with unique IDs
And Wi-Fi
Vivo is planned to unveil something similar at MWC.
APEX 2019
People got the chance to touch it but not see it (it's inside an opaque box)
iPhone XI
Coming 2019
Features 1 TB with no ports and SIM slot
Costing US$2000+
It's descibed as like touching a bar of soap
Completely smooth with no holes, no nothing.
No the Vivo phone I mean
Same applies to Apple
Featuring a super retina display with OLED, this is our mOsT iNnOvAtIvE iPhone ever, at a price of 2000 USD or more
Oof yeah.
Also Xiaomi's CEO uploaded a video of their prototype foldable smartphone.
Folds into the center in 3.
Pretty interesting.
Xiaomi is quality
Yep.
Includes a freaking wireless charger with their Mix 3 for christ sake
And man that sliding mechanism looks satisfying as hell
More Apple: The new iPhone has a terabyte of storage, a FiRsT iN tHe InDuStRy, with dual eSIM. We removed all ports and speakers to make it 100 wAtErPrOoF. We call this CoUrAgE
Yep
Ironic, too.
OPPO and co with Fast Charging and inbuilt fingerprint
Xiaomi with mouth watering flagships
And much more
Available only in China
BTW Maximum IP rating is IP69
Got my hands on the Find X and man it's freaking beautiful
Yep
Too bad it isn't durable.
Ah.
sure
But Oppo really went overboard with their Super VOOC though, like Jesus
That thing charges quick
But it wasn't as fast as OPPOs
Yep
where the charger and the battery charging circuit decide on a higher output to charge the battery faster
And yeah while the Royole FlexPai is kinda iffy in its implementation, at least they have bragging rights to be the first to have a foldable phone
That foldable RAZR smartphone looks freaking mouth watering though
But $1500?! Jesus
No kidding
What's with phones being costlier than gaming PCs these days sheesh
because you don't need the latest and greatest
And then there's Xiaomi hitting us with the Pocophone F1
China = God
For phones
that thing is a software mess and a half
it's only good on paper
Unless you root it and Pixel Experience it
OnePlus 6T is better in that regard
I'll say this
unless you absolutely need to
you don't have to spend 1k for a phone
Yep
200-300 is enough for most ppl
Unless it's for bragging rights
And even if one does
It better last 10 years
or productivity like me
I won't buy an iPhone for at least 6 years lol
well you're too young to even get income for one
2 gigs of RAM is suffering but hey the damn thing's cheap
Freelancing helps me v
And I'll just switch to my Surface if my Note9 becomes outdated
Nice one.
SuperVOOC = 50W = 10Vx5A = Why is there no fire yet
Us Vietnamese have something to show too with what's essentially an upside down Mi Mix
Boasting the "most consistent bezel ever in a smartphone"
And they're right!
Surprisingly.
Apple charging US$ 120 for a fast charger says everything
True.
I just use my WCD for fastcharge
But they did lol
Nah they went with the punch hole for that one
But as for the cheaper phones though...
Galaxy M
"You're supposed to destroy the notches, not join them!"
I know right
Also from the look of things they're making the headphone jack a premium feature
Like wth
It really is right now lol
OnePlus 7 : Main Phone
OnePlus 7T: Main Phone + T for Tough Sh*t
Gotta say, I really freaking love HP's premium logo
Wish they used it for every product
that new 4 line logo?
Yeah.
It's cool but is not available everywhere
Sad decisions
True.
ye I just got a new hp laptop with the 4 line logo
it's 👌
I have a monitor with that Spectre logo
Another one of those holeless phones, courtesy of Vivo.
Gonna be slippy has hell but whatever, it's cool
Chinese phones are 69% slippery
Most people who held it say it feels like a bar of soap.
Completely smooth and pretty slippy.
Basically OPPOs flagships
So Screen on the ass for rear selfies?
Just pull a nokia and make a mode where it takes a pic when it detects a face
Selfies are dumb and need to diaf, anyway. 
I took only 2 selfies in 3 years lol
I took one selfie on my new york trip like 5 years ago, i think that was the last time i took one
lol
did we finally eliminate all the bezels
Yes
F@$k selfies
so it's basically what 90s people thought future devices would look like comes true
now let's wait until they made the screen transparent
A transparent phone with transparent everything so that it becomes invisible to everyone
the day made of glass 👀
Phones made of solar scorchers
Lets be real here, a fully transparent glass phone like scifi phones is gonna be just spiderwebbed tempered glass considering how many people walk around with horribly broken phone screens
Truth. Hell, isn't there already a phone with glass back & front, anyway?
most flagships are full glass
Today i learned the terrifying things about python, i was programming normally and then then they showed me how to make it more python
When you set a variable equal to a for loop with an if statement to turn it into a list all on one line
I didnt think you could use only 2 lines to make a divisor table for any number you enter
Full glass phones ... imagine how much these corporations make replacing that shit for $$
Actually what type of glass do phone screens use now?
Well i think all the basic programming here is python, but since i transferred im now learning python in a data mining class
But while everyone was learning java for information retrieval, i just got to sit back and relax for that class
nice
and yeah python's list comprehension is insane
and very convenient
like, this is one of my codes
def chordtype(a):
if a in chords: return chords[a]
if a[0] == '[' and a[-1] == ']': return [tuple([float(int(j)) for j in i.split('/')]) for i in a.strip("[]").split(",")]
raise argparse.ArgumentTypeError("Don't know how make a {} chord".format(a))
I have a feeling I will have to learn Linux if I want to go anywhere in the computer industry
Apple be like: Oh boy first we lost Jobs now we might lose some jobs
Apple even more: We're quite proud of our iPad Pros bending to reflect Corruptionourage. Just have a look, it's right there in the cut chunk of our logo and... out of our stock price.. So shush.
Apple's preferred material for their hardware
119 69 Bs - Bulliushitrium
Apple's preferred recycling ass material
420 120 Rs - Rectalobsesxeon
Apple on iPad Pro: We created a seamless integration of plastic and aluminum into a single strong enclosure that holy s%@t is a wet newspaper
Also apparently AR is Actual Reality
Good to know
Ok I'm done roasting Apple
i prefer WR for waifu reality
I think I'll need a rundown on everything Linux
Feeling tempted to try it out
Just to see what the hell is so good with it that techies swear by it
i have a book on unix that was written before linux existed and half the commands in that book still work on my rpi
Besides being free software, which I frankly do not give a damn nor understand why it has to be a thing
Who uses Arch Linux v
And later had a headache?
First things first: most beginner friendly distro.
Ubuntu
I'd say Manjaro's up there, too. Arch-descended, but very noob-friendly.
Debian needs a better installer, imho. Their shit's so 2007
I was running straight Artix. Went Artix/W10 Pro, eventually.
Nice
only linux thing i have is my rpi
3 B+ i think?
i know its a 3 at least
oof
but currently its my programming comp, (if only it came with matlab though)
Really, it's the nitty-gritty shell thing that is driving me off
Secureboot's kinda eh, anyway. Not like you can't just disable usb/optical drive booting.
I use it for Windows 10 IoT and Kali
But eh, I've always wanted to learn DOS for lulz anyway so this is kinda similar I guess??
@tame topaz the shell thing is actually really good, youll use it more than you think
for java/c/c++ i use the shell and gedit for my pseudo IDE
Uh wut
yeah cuz i enter 2 commands and then my program is compiled and running in a fraction of a second
instead of waiting for whatever slow IDE on my windows comp to attempt to compile my code
I'm assuming you already have to know coding for this?
Okay who agrees Windows Subsystem on Linus is a Pile of S@%t?
If distro is short for distribution then bistro is short for bistribution
i mean yeah you need to know coding to code, but the shell is just simple commands
And stuff
I disagree, personally. WSL is actually ok, besides defaulting to a no-X install.
Try it in Insider Previews lol
That's yer mistake. Expecting Insider Previews to work "optimally." And I say this as one of the pre-release Insiders, back when W10 was still in the works.
Really, the biggest problem in W10 is all the telemetry bullshit/forced updating.
I am an Insider since it was first announced
still on W7 over here lol
Registry is such a pain, when it decides to be a bitch.
Not for me
Why do I have frogs on my Surface pro lol
oof
But yeah this will take some getting used to
All these guides are complicated-sounding as hell and I don't like it
Windows pleb
also @tame topaz you cant beat wanting to get some software so you just type a one-line command and get it without having to go on the browser to find their page and then find the downloads and look for the right OS version
Microsoft can be best at everything
If only they listened to the right people
vv
the only problem that i have with my rpi is that the only battery i have for it claims its 4000mA but discharrges in like an hour when the rpi only draws like 1000
oof
yeah i had a 10k but idk where it went, so ill probably get a bigger one soon
A power bank is good enough
and the 10k was actually 10k though, it worked so well
You lost it?
yeah
v
I love how my uncle got mad at his iPad Pro after he came back from the US lol
Those stuff I said before is what I said to my uncle
All the guides make the damn thing sound so complicated
guides for what?
Linux
like installing it or using it?
Using
i just treated it like windows and then looked up some shell commands
Like," installation files? What's that?"
link?
Eh I'm probably just being conservative
basically i have never needed anything other than the apt-get stuff and some basic file commnads
Hm.
some others that have more than just an rpi can probably tell you what you need to look at
Oh god
my pc doesnt even have pcie 3
maybe rpi 4 will have seperate gpu for mor powa, though just an rpi 3 with more ram would be nice
still dont know how my rpi does the things it does with only 1 GB ram
Well
It's not like more RAM is always necessary for a board worth $30~35
yeah but ive run out of memory before trying to do some neural network image processing
it didnt like that i gave it a physically impossible task
Cortex-A57 based SoC with 2 GB RAM would be quality
i dont think they could keep it $35 could they?
If it's $50 then still good
btw the impossible task was attempting to colorize b&w images
it kinda almost worked sorta
Well then
but i did the algrithm wrong so it just hue shifted the whole image in the end, but it was close to the right hue
v
Why does everyone here seem to have high end laptops
I only had a 10 year old PC after going full 420 with money
This is my "high end" laptop
is that a Pi below?
well its a pi but its on the back of the screen, the bottom part is just a block of wood and the hinge structure
Ok
oof
i also gave it a fan, but the fan pulls so much power but it cools it so well so im conflicted
I just put a bare heatsink v
yeah i have a heatsink but doing the image processing it was getting up to 50 and while i know its meant for that, i just dont like it going past 40ish
don't know why a watercooled 8700K can't get below 85 degrees with a 18% overclock lol
i remember attempting to auto overclock my fx 6300, and it went up to 4.408(.308 past its max boost) and then the BIOS refused to work
The chip went nuts or wut?
i just think it was unstable, we jumped the pins and then it worked fine when the OC reset
Good
am still using same processor
I hate jumpers v
my pc only has the processor and ram that i havent replaced
vv
but im gonna have to just get an entire new system cuz everything is a couple gens behind
Wut's your budget v?
0 right now cuz college
oh
yeah but i wont have to get a new PSU cua i still have my 750w beast from my old, twin power hungry ATI cards
ATI
yeah they were made in 2010 and both combined could probably have beaten a 980 easy
Wasn't ATI bought out by AMD?
no they supported it until 2015 when they dropped support for half the cards they were supporting
vv
meanwhile nvidia still has support for the 2009 single slot card that i have
Yep
but this nvidia 950 that i have sucks, not power wise but like options wise, i cant do anything to its fan speeds normally, so i got msi afterburner to make it not overheat
950
oh it gets better, its made by PNY
PNY
cool design but not nvidia colors so
GTX 950
By PNY
Well then
How long will it take to fry it?
hasnt fried for 3 years of constant use and a mobo swap
I know I can fry it lol
Fried a GTX 1070 and somehow revived it as well
gtg i might be back in like 30 min
vv
@severe falcon You have a guild?
thankfully most server boards come with onboard video
Servers are quality
Like an AL guild? No but im on avrora
Also i might disappear for like 10 min sometime soon cuz physics quiz
@subtle hawk
v
Am back
Also i might need some help with python cuz im trying to make a custom paint program
And i fear i will need help making it run faster with some of the things
sure thing
One of the requirements i want is to do at least 5 point bezier curves, which is 10 calcs for several lines all in a precise loop
So i fear that it might get a little slow on my rpi if i try to make it update when i drag a point
Oh
Nice
am looking for power bank for my rpi, any suggestions on brand or anything?
weak sauce needs a second monitor
is actually 4 monitors welded together
@severe falcon Where do you live?
US
Anker
ok thanks
yeah im gonna go with a 10k or higher one, i have them pulled up on amazon
Ok
https://www.anker.com/products/variant/powercore-ii-20000/A1260011
This is US$60
Might be cheaper in Amazon
yeah their new 20100 mA is $50
Then buy that
Anker is the only brand I can trust
In the U.S. at least lol
wtf, theres a 26800 mA that has dual input for faster charging
From them?
yeah how the heck is the price that low?
I have only one big one lol
This one: https://www.anker.com/deals/powerhouse2
The one of the best powerhouse— the power bank is the bank of power because total capacity of 434 watt-hours of power, enough to fully charge a laptop up to 15 times.You can use the portable charger outside because it made for easy carrying. Four USB ports powered by PowerI...
welp now i bought that one, and can run the fan directly from the powerbank so my pi shouldnt complain about power now
Good
Wow Nintedo just basically said "This Metroid Prime 4 game is absolute shit!" Then they freaking canceled the entire thing just to reboot it from scratch with the original team. While slightly sad, I wish more devs did this than released shitty "early access" games or buggy ones.
Why did I even bother creating a webhook to Azur Lane's twitter in my server lol




