#technology

1 messages · Page 41 of 1

severe falcon
#

Its an armv8 processor but the rpi OS is armv7 so it can only do armv7

subtle hawk
#

lol

severe falcon
#

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

subtle hawk
#

lol

#

My phone is kryo 260

severe falcon
#

Yeah qualcomm said kryo 260 is 40% better than a53 core for core

subtle hawk
#

Also let me see if I can get it to emulate and run x86 windows program tomorrow 🤔

severe falcon
#

But ive never had TOO much of an issue with my rpi going sloe

subtle hawk
#

Me too

#

Until that keepass decryption

severe falcon
#

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

subtle hawk
#

never tried arm assembly

#

some people said it's more complicated than x86 function wise

severe falcon
#

Well the naming conventions are far easier, and i didnt really have a problem with the functions

subtle hawk
#

I mean, it's RISC processor

#

what I said earlier is probably the way it handles opcodes or something

#

I can't remember

severe falcon
#

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

subtle hawk
#

yeah

#

I'm still a bit confused with x86 registers

severe falcon
#

Yeah arm was pretty fun in my assembly class, i did the hw like 6 days early just cuz i was bored

subtle hawk
#

also segment registers thing so it can address more than 16 bits back when it's 16-bit processor

#

nice

severe falcon
#

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

subtle hawk
#

isn't armv8 uses a new AArch64 for 64 bit processors?

severe falcon
#

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

subtle hawk
#

just like old 8-bit cpus

severe falcon
#

Yeah but armv7 lets you do whatever you want to PC

subtle hawk
#

well, I'm more experienced with them more for assembly

severe falcon
#

If you wanna get into assembly, use marie sim, its a virtual assembly machine, i think its 8bit though

subtle hawk
#

but I coded for z80 since 2014 thinkgb

severe falcon
#

Ah

subtle hawk
#

z80 is very nice 8-bit cpu though

severe falcon
#

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

subtle hawk
#

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

severe falcon
#

Yeah armv7 has 12 gp registers, although the 12th one is the stack pointer, so only 11 if youre using the stack

subtle hawk
#

not 16?

#

with 15th as sp and 16th as pc

severe falcon
#

Yeah but usually you wouodnt want to use those as general purpose

subtle hawk
#

ah I see

severe falcon
#

Oh wait 12 are fully gp, and then theres SP, LP, PC, and CPSR

subtle hawk
#

yeah

#

it's one of processor that you have to manually save the call return pointer

severe falcon
#

Yeah i believe thats with the LP right?

subtle hawk
#

yes

severe falcon
#

Also just realized its 13 gp registers, as cpsr is the 17th register

subtle hawk
#

I was about to ask that

#

since I remember that its flags register is separated

#

hm direct access to pc register

severe falcon
#

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

subtle hawk
#

lol

#

why though

#

I only see the benefit for long jumps and jump tables

severe falcon
#

Its been a while so i dont really remember the full assignment, but you couldnt jump normally to it for whatever reason

subtle hawk
#

and you can do jump tables by using register indirect jump on the other cpus

severe falcon
#

We never got into multicore stuff

subtle hawk
#

or even intentionally messing with the stack so it returns to the position you wanted to jump to

severe falcon
#

I think it was conditional jumping where the jump target was in the middle of another function

subtle hawk
#

ah I see

severe falcon
#

The programs were very easy, like 2 min on c++ and it was done kinda simple

subtle hawk
#

did you learn about using interrupts too

severe falcon
#

Yeah but i dont think we used it for anything besides I/O

subtle hawk
#

yeah it's mostly for I/O

#

or anything real-time

severe falcon
#

I think it was r7 that determined whether it was reading or writing when you told it to iterrupt

severe falcon
#

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?

subtle hawk
#

b = chr(ord(a) + 1)

severe falcon
#

oh

#

also that a needs quotes or it errors

severe falcon
#

Today I Learned: python does not have an integer size, i just did 100! and it gave me an answer

subtle hawk
#

it does

#

but python switches automatically to long int if you overflow

severe falcon
#

Wait then can you overflow a long int?

subtle hawk
#

technically yes

#

but realistically it's impossible

severe falcon
#

Cuz 100! is a 525 bit number

subtle hawk
#

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 LeanderXD

severe falcon
#

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

subtle hawk
#

lisp is made for that

#

that or matlab

#

or R

#

they're scientific langs

#

they can calculate stuff really efficiently

severe falcon
#

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

severe falcon
cursive zodiac
#

uh

#

i think i already broke my nox LeanderXD

#

aa wrong channel

severe falcon
#

it looks like your nvidia went nazi

subtle hawk
#

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

mental coyote
#

Same reason folk lul at amd in general: unfortunately, amd hasn't always been competitive in the business.

severe falcon
#

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

subtle hawk
#

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
AkagiLul

severe falcon
#

it was the same price to preorder so i just did it

subtle hawk
#

you're far more trusting of devs than I am

#

I would never preorder anymore, too easy to get burned

past bison
#

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

severe falcon
#

well if the JC3 devs actually screwed something up, they wouldnt exist anymore, so its pretty safe to trust them

mental coyote
#

Not always a guarantee. Ubisoft's been making shitshow game releases for years, they're still here.

subtle hawk
#

ubisoft, EA, bioware... the list goes on and on

severe falcon
#

well yeah but thats Ubisoft, not a game company that only makes just cause games

subtle hawk
#

people don't care as much about quality as they used to

severe falcon
#

and considering that just cause has nvidia basically controlling them, id say they will try extra hard to be good

mental coyote
#

So, fulgur. 4.20 kernel workin for you, assuming you mess with a Ryzen board at all?

subtle hawk
#

yep, not had any issues

mental coyote
#

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.

subtle hawk
#

hmm

#

I'm running wayland actually, but had no issues with the legacy X applications that don't support it yet

severe falcon
#

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?

subtle hawk
#

what do you mean 'no longer understands what the internet is'

#

what the hell did you do to the poor thing?

#

also what distro

severe falcon
#

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

subtle hawk
#

gimme the result that ping -c 3 google.com returns

severe falcon
#

uhh lemme go get it real quick

subtle hawk
#

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 arch

#

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

severe falcon
#

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

subtle hawk
#

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

severe falcon
#

its the charger for my wireless headphones so you can still use them while they charge

subtle hawk
#

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

severe falcon
#

yeah i have a good short cable but the only open outlet is in a weird spot and the power brick is dead

subtle hawk
#

jam it into a PC's usb port for now then

#

unless the quick charge protocol negotiates a higher amperage and/or voltage

severe falcon
#

also we just found a heisenbug w00t w00t

#

or not

subtle hawk
#

why wouldn't it be cached

severe falcon
#

ok @subtle hawk the result of that command is ping: unknown host google.com

mental coyote
#

I see someone woke up Yamato. AkagiLul

subtle hawk
#

I was awake all day

#

just sick

mental coyote
#

I feel ya, man. Bitchin headcold since Friday.

severe falcon
#

it IS connected to the router

#

wait does the ping command work to the router?

subtle hawk
#

try that next

#

ping -c 3 <ip_of_router>

#

probably because your DNS server crapped the bed

severe falcon
#

yamato what do you mean?

subtle hawk
#

its possibly that dhcpcd isn't started either

#

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

severe falcon
#

3 transmitted, 3 received, 0% PL, 2003 ms

subtle hawk
#

told ya

#

also that's some potato cable u got there

severe falcon
#

its wifi

subtle hawk
#

oh god

severe falcon
#

the built in rpi 3 wifi

subtle hawk
#

that's some crowded wifi you got there

severe falcon
#

yeah i think it has like 8 devices it has to compete with

subtle hawk
#

crowded frequencies more like

#

das what I meant

severe falcon
#

4 phones, 3 smart tvs, sometimes a ps4, and then my comp

mental coyote
#

Bandwidth ... what's that?

subtle hawk
#

plug those things in with cable

severe falcon
#

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

subtle hawk
#

then borrow someone's cable snake and run it yourself

severe falcon
#

trust me, it wont help that much

subtle hawk
#

trust me, it will

#

2000ms delay is pretty bad

#

2 seconds for 3 pings? no worder it can't do anything

severe falcon
#

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

subtle hawk
#

then where the hell did all that delay come from

severe falcon
#

processing time?

subtle hawk
#

I know where that time comes from

severe falcon
#

you want me to snap a pic with my phone?

subtle hawk
#

doe it's gonna take a while to explain why to took so long

severe falcon
#

well maybe after we see if its possible to get internet to my pi

subtle hawk
#

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

severe falcon
#

so rpis dont usually have this delay on wifi?

subtle hawk
#

duuh

#

mine has sub 1 ms pings with maybe a couple of ms aquisition time

#

doe mine is in an ideal environment

severe falcon
#

welp i have quite a bit of time, so why is it getting the delay?

subtle hawk
#

I'm in an area with a relatively crowded band and it's still not 4

#

crowded frequency

severe falcon
#

well no the 2s delay

subtle hawk
#
  1. you have a lot of things on the same frequency
#
  1. your wifi access point is absolute garbage
#
  1. probably your too far from the AP or the walls are thick
#

or you have large metal objects in between

severe falcon
#

...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

subtle hawk
#

I mean, point 2 is standard for most SOHO ap+router+switch combo

#

taking 5ms on wifi is 5x the norm

severe falcon
#

i was talking more about the 2003ms it took to do something that it was done with after 15 ms

subtle hawk
#

it didn't take it 2 seconds to finish

#

it took it 2 seconds to start

#

^

severe falcon
#

oh

subtle hawk
#

the actual pinging took like a couple of ms tops

severe falcon
#

well my comp took an avg of 1 ms

subtle hawk
#

your pc has a giant antenna

#

the rpi doesn't

#

^

severe falcon
subtle hawk
#

it has a way bigger PCB antenna eched on it

#

compared to just the chip on the rpi

severe falcon
#

ok so is there a way to fix the dns problem?

subtle hawk
#

yes

#

bring it closer to the AP

#

or use wire

severe falcon
#

but it USED to be able to use the internet

subtle hawk
#

more devices were added

#

interference can change

severe falcon
#

and nothing about the wifi setup has changed

#

like its dealt with all these devices before

subtle hawk
#

either in your home or around you

#

how far is the AP

#

from the pi

#

and how many walls does it have to punch

severe falcon
#

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

subtle hawk
#

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

mental coyote
#

Hmmm. Not even a driver you can use ndiswrapper on?

severe falcon
#

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

subtle hawk
#

is it even still connected?

severe falcon
#

yeah it says connected on the wifi taskbar icon

subtle hawk
#

do an ip a

severe falcon
#

just type ip a?

subtle hawk
#

ye, and lemme know what it says

#

in full

severe falcon
#

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

subtle hawk
#

you said you connected another wifi adapter to it right?

severe falcon
#

no everything is the same as before, except i had to shut it down and plug it in in the other room

subtle hawk
#

oh I misunderstood

severe falcon
#

yeah i was saying that i wish i could plug in another adapter

subtle hawk
#

but why the hell do you ahve 2 ipv4 addrs on that interface?

severe falcon
#

wtf is 10.11.37.145

subtle hawk
#

another internal ip

#

I'm starting to suspect multiple dchp servers on your LAN now

severe falcon
#

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

subtle hawk
#

sudo systemctl status dhcpcd@wlan0

severe falcon
#

Not found(no such file or directory)
Inactive(dead)

#

But now the ping works so wth

#

also its not any faster

subtle hawk
#

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

severe falcon
#

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

subtle hawk
#

those multiple DHCP leases could be bcz of wifi repeaters

severe falcon
#

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?

subtle hawk
#

nah

#

not if you're burning it to the sdcard with a proper tool

severe falcon
#

uhhh theres a tool? is the tool with the raspian zip from the official website?

subtle hawk
#

(ideally dd if you have another linux desktop)

severe falcon
#

no the pi is the only linux thing i have

subtle hawk
severe falcon
#

ah ok

#

now i wait for my slow internet to download the 1.8 GB zip file

mental coyote
#

1.8 Gb, for a pi distro ... wow.

severe falcon
#

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

subtle hawk
#

if you say so

severe falcon
#

well its all the programming stuff, so i get python, java, and gcc from the start

subtle hawk
#

always go minimal instal

#

no gui if that's an option

severe falcon
#

i like the gui, cuz i use it mostly as a laptop and i need the gui for some stuff

subtle hawk
#

you can still do a lot better than GNOME or whatever shitty DE they put on it by default

severe falcon
#

DE?

subtle hawk
#

desktop environment

#

for something like a pi, I'd suggest LXDE

mental coyote
#

That kinda hardware, I'd prolly slap on openbox with a tint2 bar.

subtle hawk
#

or ye openbox if you're willing to configure

#

or i3 if you subscribe to the tiling wm meme

mental coyote
#

problem with LXDE is that it's not really dev'd anymore. LXDE/Razor-QT merged into LXQT years ago.

severe falcon
#

ive been using the default raspian stuff for at least 3 years now so im too used to it at this point

subtle hawk
#

try i3

#

it's amazing

#

#nomousemasterrace

severe falcon
#

but i like my mousesandyCry

subtle hawk
#

but w o r k f l o w

severe falcon
#

but how tf am i gonna make pixel art without a mouse

#

i dont think kolourpaint supports no mouse mode

#

it might tho

subtle hawk
#

well i3 can use a mouse, its just you hardly ever have to touch it

#

tiling wms are a godsend for laptops tbh

severe falcon
#

ah i see

mental coyote
#

I haven't touched the major tiling wms, tbh.

severe falcon
#

but i dont think you understand how much of a laptop my pi is

subtle hawk
#

I technically don't run a wm at all, I run a tiling compositor

severe falcon
subtle hawk
#

seriously the only way I could make my setup even more meme is if I ran gentoo instead of arch

mental coyote
#

Oh, gods. Gentoo.

#

Prepare to burn yer box for hours, to get a decent rig together.

subtle hawk
#

I know a guy that unironically runs gentoo

#

he fell into despair recently because his system went up in smoke

mental coyote
#

Tell you what, tho. Their cflag lists do help for arch makepkg, at times.

subtle hawk
#

ye

#

though I confess I've never had the need to build a package from source or modify an AUR package yet

severe falcon
#

(i like how no one mentions the rpi tablet nailed to a literal board)

mental coyote
#

I have. Just not as many as I once did.

subtle hawk
#

Im trying not to look at it

mental coyote
#

We're geeks. We've seen weirder shit.

subtle hawk
#

^ that too tbh

#

I've seen weirder shit in prod

mental coyote
#

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.

subtle hawk
#

a lot

severe falcon
subtle hawk
#

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

severe falcon
#

oof

mental coyote
#

Tell you what. I forget the name of the company, but there's actually a $99 linux laptop making the rounds, recently.

severe falcon
#

i guess the craziest thing ive done is the 7 fans in an ITX case that i currently use

subtle hawk
#

but what distro do they put on it

mental coyote
#

Good question.

severe falcon
#

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 longcryland

subtle hawk
#

I mean, tbqh I have something weirder than that pi less than 6 feet from me

severe falcon
#

but does your pi have a $4 fan hapahazardly screwed to the back of its case?

subtle hawk
#

I don't have a case on my pi so no

severe falcon
#

and did said fan steal the plastic part inside the pi's usb so that now only the prongs remain?

subtle hawk
#

what kinda chinese piece of crap was that fan?

severe falcon
#

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

severe falcon
#

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

tame topaz
#

Ooh

severe falcon
#

i hate it when things ask for permission but the pop up breaks my 2nd monitor and i have to restart it

old isle
#

Naruhodo, I see, thank you for leading me to discover this and two other clubs!

severe falcon
#

yeah though belbot's dev isnt in this clubroom, but maybe you could convince him

old isle
#

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. NeptuneHaha

severe falcon
#

well maybe you can help me with bot stuff if i ever get around to messing with them

old isle
#

Sure thing!

severe falcon
#

btw @subtle hawk i reinstalled raspian and the wifi is now working just fine

subtle hawk
#

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

severe falcon
#

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

subtle hawk
#

So your ntp daemon isn't working

severe falcon
#

or well wasnt working

subtle hawk
#

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

severe falcon
#

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

severe falcon
#

actually i dont even know what the max recommended temp for the Cortex A-53 is

old isle
#

Most processors shouldn't reach seventy degrees Celsius, those default values are ridiculous! ExasperatedUzume

severe falcon
#

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

old isle
#

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.

severe falcon
#

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

old isle
#

Hmmm, impressive!

severe falcon
#

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

old isle
#

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.

subtle hawk
#

"AMDs are 70"
Uhh, maybe dog years ago, last I checked 70c was still a safe load / stress temp

tame topaz
#

My 2200G always runs a bit above 70 under load

subtle hawk
#

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
tame topaz
#

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.

subtle hawk
#

I'm honestly fine with the current pace

tame topaz
#

It's just a bit funner that way, y'know?

subtle hawk
#

we won't get massive jumps again until quantum hits mainstream

tame topaz
#

That's why I'm so damn excited for Zen 2

subtle hawk
#

and that's still a loooooooong way off

tame topaz
#

Since we might see quite a leap on AMD's side of the fight

subtle hawk
#

as much as I'm a team red guy, I wouldn't hold my breath

tame topaz
#

True.

#

Guess we'll have to wait and see.

subtle hawk
#

speaking of amd, I'm glad nvidia finally caved to freesync

tame topaz
#

Now I hate myself for not getting a FreeSync monitor

subtle hawk
#

I'm still using DVI-DL monitors lul

#

those big bulky overclockable korean ones

tame topaz
#

Lol

subtle hawk
#

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

tame topaz
#

You have 2?

subtle hawk
#

yes

tame topaz
#

Cards too?

subtle hawk
#

ja

tame topaz
#

Nice.

subtle hawk
#

Lol, I was going to send a pic, but discord detected it as 'explicit'

#

they really need to polish up those algorithms

tame topaz
#

Never change, Clyde.

#

Quite a field trip this is.

subtle hawk
#

interesting

subtle hawk
#

who talked shit about GNOME

mental coyote
#

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.

subtle hawk
#

they're all good

#

having a strong opinion on one DE is just stupid

#

it all comes down to preference

mental coyote
#

Is not preference a "strong opinion," or are you talking full-scale "fuck yer DE" flamewars?

subtle hawk
#

the latter

mental coyote
#

Not enough energy. Use whatever you, and yer gear, can handle.

subtle hawk
#

none of them are "superior" to the others

mental coyote
#

Tell you what, some of the gtk-derived setups (budgie, pantheon, deepin) are getting pretty interesting.

severe falcon
#

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

tame topaz
#

Oof

subtle hawk
#

Yolo

subtle hawk
#

@severe falcon it should show up in linux as well

#

not automatically

severe falcon
#

Yeah but i dont have a way to get the url to login

subtle hawk
#

you don't

#

access any website it should redirect you to the login page

severe falcon
#

It doesnt go to the page when i ooen my browser

#

Yeah it doesnt do that

subtle hawk
#

then go blame the IT department

#

any normal setup should do that

severe falcon
#

Yeah i have some time today so maybe ill do that

subtle hawk
#

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

severe falcon
#

But it literally states on the info page for the wifi on the schools website (mac or pc)

subtle hawk
#

linux is a pc

severe falcon
#

Though i wonder if i actually have access to the network

subtle hawk
#

no you don't

#

it uses a guest fencing

severe falcon
#

Ah

subtle hawk
#

doe that's retarded

#

at uni we use 802.1X

#

on both wifi and cable

#

way easier to set up and maintain

severe falcon
#

Thats exactly what it uses

subtle hawk
#

the website login isn't 802.1X

#

that's just guest zone

severe falcon
#

Wait no 802.11b

subtle hawk
#

in any consumer router

severe falcon
#

I read it wrong

subtle hawk
#

B?!

#

what are you

#

in 2002?

#

2.5GHz wifi should use 802.11 N
5GHz wifi should use 802.11 AC

severe falcon
#

Hmmm lemme try the secure wifi and see if that works

subtle hawk
#

60GHz only has 802.11 AD

severe falcon
#

The secure one uses 802.1b/g/n

subtle hawk
#

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

severe falcon
#

Well we did just get a brand new multi million dollar cpmp sci and business building

subtle hawk
#

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

#

another scared cat

#

8700K at 85-90 degrees isn't exactly comfy

severe falcon
#

Welp gonna go find a spot to sit near my next class that has an outlet and do python for the next hour

subtle hawk
#

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

severe falcon
#

Pile -> landfill

subtle hawk
#

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

severe falcon
#

Looks like when i opened a slim ps2

subtle hawk
#

iMac = PS2
Noted

severe falcon
#

Nah ps2 is far cheaper for the same power kek

subtle hawk
#

rpi running LOS

#

there's images for it out there

#

And I can run it

#

Pi3 Model B+

#

Interested?

severe falcon
#

Btw yamato i reinstalled raspian and now my pi isnt broken

subtle hawk
#

@severe falcon What did you try using?

#

Windows IoT normal builds are ded for Pi3 Model B+

severe falcon
#

Oh its wifi was just borked completely, we had a whole thing debugging it yesterday

subtle hawk
#

Use ethernet

#

It's easier

severe falcon
#

Cant

subtle hawk
#

@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

severe falcon
#

Yeah, though once i get to class, i can tell you an even more infuriating thing about the comps at the new school building

subtle hawk
#

Which class you in?

#

sure

severe falcon
#

Next one is vietnam war

subtle hawk
#

I'm in Std. VIII and vv

#

No more Vietnam flashbacks please

#

I've had enough from my phones

severe falcon
#

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

subtle hawk
#

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

severe falcon
#

Sounds intelligent right?

subtle hawk
#

I'm 13 so don't ask me

#

sounds like a master server and some thin clients

severe falcon
#

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

subtle hawk
#

huh

#

@subtle hawk fair warning, excessive showing off here isn't welcome

severe falcon
#

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

subtle hawk
#

kk

#

could also be multiple servers

#

so some are on one pc some on the other

severe falcon
#

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 thinkpitz

subtle hawk
severe falcon
#

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

tame topaz
#

oof

subtle hawk
#

sounds like a standard AD setup

severe falcon
subtle hawk
#

ur not supplying enough power

severe falcon
#

Thats not the problem

subtle hawk
#

and what kind of wifi is that

#

it should let you

severe falcon
#

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

subtle hawk
#

lol

#

the fan is drawing too much?

severe falcon
#

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?

subtle hawk
#

it not giving them more than it's getting

#

if it was it wouldn't turn on

severe falcon
#

I mean when i take the fan out it doesnt have a problem so its obviously prioritising the usb over itself

severe falcon
#

Oh crap i forgot to get my screen brightness scripts from the old os

subtle hawk
#

I recommend using light

severe falcon
#

???

subtle hawk
#

for brightness control

severe falcon
#

Ehh i like my 3 one line scripts, but i only ever need 1

subtle hawk
#
bindsym XF86MonBrightnessDown exec light -U 5
bindsym XF86MonBrightnessUp exec light -A 5 ```
tame topaz
#

Man nowadays it's the Chinese who always have the most insane of ideas.

#

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

subtle hawk
#

That would be something I guess

#

huh

#

that is a interesting concept

mental coyote
#

Hmmm. I don't mind the lack of a sim card. Those damn things honestly need to die off, imho.

subtle hawk
#

Yep
F%$k bills

#

why would you need a SIM when phones already come with unique IDs

#

And Wi-Fi

tame topaz
#

It uses eSIM.

#

And the physcal buttons are replaced by capacitive ones.

subtle hawk
#

Yep

#

Or none
Because courage

tame topaz
#

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)

subtle hawk
#

iPhone XI
Coming 2019
Features 1 TB with no ports and SIM slot
Costing US$2000+

tame topaz
#

It's descibed as like touching a bar of soap

#

Completely smooth with no holes, no nothing.

subtle hawk
#

Yup

#

Apple = Jesus like marketing

tame topaz
#

No the Vivo phone I mean

subtle hawk
#

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

tame topaz
#

Oof yeah.

#

Also Xiaomi's CEO uploaded a video of their prototype foldable smartphone.

#

Folds into the center in 3.

#

Pretty interesting.

subtle hawk
#

Xiaomi is quality

tame topaz
#

Yep.

#

Includes a freaking wireless charger with their Mix 3 for christ sake

#

And man that sliding mechanism looks satisfying as hell

subtle hawk
#

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

tame topaz
#

Lol

#

Funny how it's the Chinese who are innovative these days.

subtle hawk
#

Yep

tame topaz
#

Ironic, too.

subtle hawk
#

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

tame topaz
#

Got my hands on the Find X and man it's freaking beautiful

subtle hawk
#

Yep

tame topaz
#

Too bad it isn't durable.

subtle hawk
#

fast charging isn't something innovative

#

it's a thing since the 90s

tame topaz
#

Ah.

subtle hawk
#

sure

tame topaz
#

But Oppo really went overboard with their Super VOOC though, like Jesus

#

That thing charges quick

subtle hawk
#

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

tame topaz
#

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

subtle hawk
#

Yep

#

I still want that 50W charger tho

#

if you want your phone to pull a note 7

tame topaz
#

That foldable RAZR smartphone looks freaking mouth watering though

subtle hawk
#

go ahead

#

be. my. guest.

tame topaz
#

But $1500?! Jesus

subtle hawk
#

No kidding

#

What's with phones being costlier than gaming PCs these days sheesh

#

because you don't need the latest and greatest

tame topaz
#

And then there's Xiaomi hitting us with the Pocophone F1

subtle hawk
#

China = God

#

For phones

#

that thing is a software mess and a half

#

it's only good on paper

tame topaz
#

True tho

#

Oof

subtle hawk
#

Unless you root it and Pixel Experience it

tame topaz
#

OnePlus 6T is better in that regard

subtle hawk
#

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

tame topaz
#

Unless it's for bragging rights

subtle hawk
#

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

tame topaz
#

2 gigs of RAM is suffering but hey the damn thing's cheap

subtle hawk
#

Freelancing helps me v

#

And I'll just switch to my Surface if my Note9 becomes outdated

tame topaz
#

Nice one.

subtle hawk
#

SuperVOOC = 50W = 10Vx5A = Why is there no fire yet

tame topaz
subtle hawk
#

At least the battery is 10V... oh

#

lol

tame topaz
#

Boasting the "most consistent bezel ever in a smartphone"

#

And they're right!

#

Surprisingly.

subtle hawk
#

Sure
That looks odd
Kinda

#

But good enough for holding with one hand

tame topaz
#

Even beating out Apple in that regard.

#

🅱phone

subtle hawk
#

Apple charging US$ 120 for a fast charger says everything

tame topaz
#

True.

subtle hawk
#

I just use my WCD for fastcharge

tame topaz
#

And as for my phone... What is that? warShrug

#

Still quite content with it though.

subtle hawk
#

Good enough
Especially for videos

#

I thank Samsung for not taking the notch trend

tame topaz
#

But they did lol

subtle hawk
#

For the S10?

#

F*ck it

tame topaz
#

Nah they went with the punch hole for that one

subtle hawk
#

Yep

#

Still hate it

tame topaz
subtle hawk
#

Galaxy M

tame topaz
#

"You're supposed to destroy the notches, not join them!"

subtle hawk
#

I know right

tame topaz
#

Also from the look of things they're making the headphone jack a premium feature

#

Like wth

subtle hawk
#

It really is right now lol

subtle hawk
#

OnePlus 7 : Main Phone
OnePlus 7T: Main Phone + T for Tough Sh*t

tame topaz
#

Gotta say, I really freaking love HP's premium logo

#

Wish they used it for every product

subtle hawk
#

that new 4 line logo?

tame topaz
#

Yeah.

subtle hawk
#

It's cool but is not available everywhere
Sad decisions

tame topaz
#

True.

subtle hawk
#

ye I just got a new hp laptop with the 4 line logo

#

it's 👌

#

I have a monitor with that Spectre logo

tame topaz
#

Gonna be slippy has hell but whatever, it's cool

subtle hawk
#

Chinese phones are 69% slippery

tame topaz
#

Most people who held it say it feels like a bar of soap.

#

Completely smooth and pretty slippy.

subtle hawk
#

Basically OPPOs flagships

tame topaz
#

Oh! The Vivo phone actually has no selfie camera!

#

Huh.

subtle hawk
#

So Screen on the ass for rear selfies?

severe falcon
#

Just pull a nokia and make a mode where it takes a pic when it detects a face

subtle hawk
#

Equals derp

#

The strongest glass on the ass for the best selfies. By Samsung.

mental coyote
#

Selfies are dumb and need to diaf, anyway. warShrug

subtle hawk
#

I took only 2 selfies in 3 years lol

severe falcon
#

I took one selfie on my new york trip like 5 years ago, i think that was the last time i took one

subtle hawk
#

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

severe falcon
#

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

mental coyote
#

Truth. Hell, isn't there already a phone with glass back & front, anyway?

subtle hawk
#

most flagships are full glass

severe falcon
#

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

mental coyote
#

Full glass phones ... imagine how much these corporations make replacing that shit for $$

severe falcon
#

Actually what type of glass do phone screens use now?

subtle hawk
#

gorilla glass usually

#

Or normal ones with a fogged up finish

severe falcon
#

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

subtle hawk
#

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))
tame topaz
#

I have a feeling I will have to learn Linux if I want to go anywhere in the computer industry

subtle hawk
#

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

subtle hawk
#

@subtle hawk AR is Augumented Reality

#

while VR is Virtual Reality

subtle hawk
#

I was joking lol

#

Argumented Reality

severe falcon
#

i prefer WR for waifu reality

tame topaz
#

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

severe falcon
#

i have a book on unix that was written before linux existed and half the commands in that book still work on my rpi

tame topaz
#

Besides being free software, which I frankly do not give a damn nor understand why it has to be a thing

subtle hawk
#

Who uses Arch Linux v
And later had a headache?

tame topaz
#

First things first: most beginner friendly distro.

subtle hawk
#

Ubuntu

tame topaz
#

Huh.

#

Why did I even expect a different answer

subtle hawk
#

Or Linux Mint

#

Or any other stylized distro

mental coyote
#

I'd say Manjaro's up there, too. Arch-descended, but very noob-friendly.

subtle hawk
#

Yep

#

Or go full Debian

mental coyote
#

Debian needs a better installer, imho. Their shit's so 2007

subtle hawk
#

I run Arch Linux and Windows 10 at once

#

No kidding

mental coyote
#

I was running straight Artix. Went Artix/W10 Pro, eventually.

subtle hawk
#

Nice

severe falcon
#

only linux thing i have is my rpi

subtle hawk
#

I have a Pi as well

#

Wut's the board?

severe falcon
#

3 B+ i think?

subtle hawk
#

Yolo

#

Me too

severe falcon
#

i know its a 3 at least

subtle hawk
#

oof

severe falcon
#

but currently its my programming comp, (if only it came with matlab though)

tame topaz
#

Really, it's the nitty-gritty shell thing that is driving me off

mental coyote
#

Secureboot's kinda eh, anyway. Not like you can't just disable usb/optical drive booting.

subtle hawk
#

I use it for Windows 10 IoT and Kali

tame topaz
#

But eh, I've always wanted to learn DOS for lulz anyway so this is kinda similar I guess??

severe falcon
#

@tame topaz the shell thing is actually really good, youll use it more than you think

tame topaz
#

I know it's good

#

But man does it seem daunting as hell

severe falcon
#

for java/c/c++ i use the shell and gedit for my pseudo IDE

tame topaz
#

Uh wut

severe falcon
#

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

tame topaz
#

I'm assuming you already have to know coding for this?

subtle hawk
#

Okay who agrees Windows Subsystem on Linus is a Pile of S@%t?

tame topaz
#

If distro is short for distribution then bistro is short for bistribution

severe falcon
#

i mean yeah you need to know coding to code, but the shell is just simple commands

subtle hawk
#

And stuff

mental coyote
#

I disagree, personally. WSL is actually ok, besides defaulting to a no-X install.

subtle hawk
#

Try it in Insider Previews lol

mental coyote
#

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.

subtle hawk
#

I am an Insider since it was first announced

severe falcon
#

still on W7 over here lol

subtle hawk
#

I disable telemetry on first boot

#

And other stuff

#

I love to destroy registry lol

mental coyote
#

Registry is such a pain, when it decides to be a bitch.

subtle hawk
#

Not for me

tame topaz
#

Good lord I feel enlightened

#

And feel like an idiot at the same time

subtle hawk
#

Why do I have frogs on my Surface pro lol

tame topaz
#

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

severe falcon
#

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

tame topaz
#

Installed W10 because free is free

#

Yeah I have heard of that functionality before

subtle hawk
#

Microsoft can be best at everything
If only they listened to the right people

tame topaz
#

But hey, doing that prevents me from getting lazy

#

Not that I have any qualms with it

subtle hawk
#

vv

severe falcon
#

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

tame topaz
#

oof

subtle hawk
#

lol

#

I run it on a 20000 mAh Power Bank
That's all

severe falcon
#

yeah i had a 10k but idk where it went, so ill probably get a bigger one soon

subtle hawk
#

A power bank is good enough

severe falcon
#

and the 10k was actually 10k though, it worked so well

subtle hawk
#

You lost it?

severe falcon
#

yeah

subtle hawk
#

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

tame topaz
#

All the guides make the damn thing sound so complicated

severe falcon
#

guides for what?

tame topaz
#

Linux

severe falcon
#

like installing it or using it?

tame topaz
#

Using

severe falcon
#

i just treated it like windows and then looked up some shell commands

tame topaz
#

Like," installation files? What's that?"

severe falcon
#

link?

tame topaz
#

Eh I'm probably just being conservative

severe falcon
#

basically i have never needed anything other than the apt-get stuff and some basic file commnads

tame topaz
#

Hm.

severe falcon
#

some others that have more than just an rpi can probably tell you what you need to look at

tame topaz
#

Oh god

severe falcon
#

when are we gonna get the rpi 4

#

tfw arm starts designing desktop cpus

subtle hawk
#

@unborn flicker Your laptop has USB 3?

#

Try getting an Ethernet to USB adapter

severe falcon
#

my pc doesnt even have pcie 3

subtle hawk
#

ok

#

Because it's Godly when done right

severe falcon
#

maybe rpi 4 will have seperate gpu for mor powa, though just an rpi 3 with more ram would be nice

subtle hawk
#

I don't think it'll ever have one

#

Maybe a powerful SoC

severe falcon
#

still dont know how my rpi does the things it does with only 1 GB ram

subtle hawk
#

Well
It's not like more RAM is always necessary for a board worth $30~35

severe falcon
#

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

subtle hawk
#

Cortex-A57 based SoC with 2 GB RAM would be quality

severe falcon
#

i dont think they could keep it $35 could they?

subtle hawk
#

If it's $50 then still good

severe falcon
#

btw the impossible task was attempting to colorize b&w images

#

it kinda almost worked sorta

subtle hawk
#

Well then

severe falcon
#

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

subtle hawk
#

v

tame topaz
#

Why does everyone here seem to have high end laptops

subtle hawk
#

I only had a 10 year old PC after going full 420 with money

severe falcon
subtle hawk
#

is that a Pi below?

severe falcon
#

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

subtle hawk
#

Ok

tame topaz
#

oof

severe falcon
#

i also gave it a fan, but the fan pulls so much power but it cools it so well so im conflicted

subtle hawk
#

I just put a bare heatsink v

severe falcon
#

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

subtle hawk
#

don't know why a watercooled 8700K can't get below 85 degrees with a 18% overclock lol

severe falcon
#

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

subtle hawk
#

The chip went nuts or wut?

severe falcon
#

i just think it was unstable, we jumped the pins and then it worked fine when the OC reset

subtle hawk
#

Good

severe falcon
#

am still using same processor

subtle hawk
#

I hate jumpers v

severe falcon
#

my pc only has the processor and ram that i havent replaced

subtle hawk
#

vv

severe falcon
#

but im gonna have to just get an entire new system cuz everything is a couple gens behind

subtle hawk
#

Wut's your budget v?

severe falcon
#

0 right now cuz college

subtle hawk
#

oh

severe falcon
#

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

subtle hawk
#

ATI

severe falcon
#

yeah they were made in 2010 and both combined could probably have beaten a 980 easy

subtle hawk
#

Wasn't ATI bought out by AMD?

tame topaz
#

And then it was unsupported.

#

They sucked ever since.

severe falcon
#

no they supported it until 2015 when they dropped support for half the cards they were supporting

subtle hawk
#

vv

severe falcon
#

meanwhile nvidia still has support for the 2009 single slot card that i have

subtle hawk
#

Yep

severe falcon
#

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

subtle hawk
#

950

severe falcon
#

oh it gets better, its made by PNY

subtle hawk
#

PNY

severe falcon
subtle hawk
#

GTX 950
By PNY
Well then
How long will it take to fry it?

severe falcon
#

hasnt fried for 3 years of constant use and a mobo swap

subtle hawk
#

I know I can fry it lol
Fried a GTX 1070 and somehow revived it as well

severe falcon
#

gtg i might be back in like 30 min

subtle hawk
#

vv

#

@severe falcon You have a guild?

#

thankfully most server boards come with onboard video

#

Servers are quality

severe falcon
#

Like an AL guild? No but im on avrora

#

Also i might disappear for like 10 min sometime soon cuz physics quiz

#

@subtle hawk

subtle hawk
#

v

severe falcon
#

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

subtle hawk
#

sure thing

severe falcon
#

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

subtle hawk
#

Oh

loud schooner
subtle hawk
#

Nice

severe falcon
#

am looking for power bank for my rpi, any suggestions on brand or anything?

fallen idol
#

weak sauce needs a second monitor

severe falcon
#

is actually 4 monitors welded together

subtle hawk
#

@severe falcon Where do you live?

severe falcon
#

US

subtle hawk
#

Anker

severe falcon
#

ok thanks

subtle hawk
#

For 5000 mAh

#

If you want a bigger one tell me

severe falcon
#

yeah im gonna go with a 10k or higher one, i have them pulled up on amazon

subtle hawk
#

Ok

severe falcon
#

yeah their new 20100 mA is $50

subtle hawk
#

Then buy that
Anker is the only brand I can trust
In the U.S. at least lol

severe falcon
#

wtf, theres a 26800 mA that has dual input for faster charging

subtle hawk
#

From them?

severe falcon
subtle hawk
#

I have only one big one lol
This one: https://www.anker.com/deals/powerhouse2

severe falcon
#

welp now i bought that one, and can run the fan directly from the powerbank so my pi shouldnt complain about power now

subtle hawk
#

Good

subtle hawk
#

make sure it has 2A output

#

Or 2 megawatt output lol

subtle hawk
#

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.

subtle hawk
#

Why did I even bother creating a webhook to Azur Lane's twitter in my server lol