#technology
1 messages ยท Page 56 of 1
@severe falcon what exactly are ya makin?
or its just the python version on my desktop?
terrain generator for a game i wanna make
it makes it in 2d but then ill get unreal to actually make it 3d
yeah from scratch
wanna know how?
i can take you through the fun version of the process
actually we can let YOU make a terrain
you have paint right?
all you need to do is make any size paint image, fill it with black, and erase in the shape of the land you want, for instance this the shape that made the thing i showed you
mhm
just dont make a huge 1000x1000 image
i could def do it, but it would just a take a couple mins
yep, but it doesnt like stringy stuff
itll still work but it just probably wont have actual land there
thats fine, but it doesnt have to be a square
i made sure it could do almost any dimensions
so first it takes that shape and it makes noise based on that shape
the brightness indicates how high that point is in the 3d engine
then it generates a full noise image for the amount of moisture in the area, it will make sense later
then through magic recursion algorithms, it makes some rivers that actually make physical sense in their flow
the next part is a lil complicated
so we have height from the first noise image, and moisture from the 2nd noise image
height = y
moisture = x
find them on this biome image and it makes it that color

then we combine everything
thats cool 
am currently working on making lakes so that there are less rivers to nowhere like that one in the middle
@subtle hawk @umbral onyx i got it to work and run fast but the lakes are too smol
oh but if you are still working on an optimization keep going pig
actually nvm, pygame init was slowing it down now its running fast enough
what is that
when javadoc isn't as effective
so they made a deprecated method just to tell you about it
oh dear
@severe falcon can I have a selectable code of that
?
nvm I'll type it in then
yeah, send that
planning to buy a monitor also, wondering if this is good
Imo, should splurge more on a monitor, easy to future proof 
i want to make my pc sound like a jet engine, how do i do that
@flint bobcat 
interesting, I see you're looking for a monitor
I recently upgraded mine, I went from a TV (yes a TV) to a samsung 24' curve CF390
I love it
nice
Just ask, anyone been try MuMu player with controller/gamepad?
finally got around to putting my desktop behind a PSU
i meant ups was too busy farming that d2 to even notice that lmao
I've got UPS hooked up to a server with Ubuntu
and my main PC as well
I wonder if it's possible to send shutdown command to my PC from the server when battery runs low
and when my PC is sleeping as well :\
outside my area of expertise but it'd depend on the make and model of the UPS
https://networkupstools.org/ is an option if your UPS is compatible
Hey guys, any clue how to make the back panel USB 3 ports not remain on when the computer is shut down?
Having to unplug my headphones every time I turn off the computer (RGB) is getting annoying
go to bios and switch off the charging function
Don't see it
disable the bottom 2 or smth that looks and reads like them @tame topaz
If you don't have that option for some reason, you can get something with a power button, either a USB 3.0 hub with power buttons or if your headset can run off of USB 2.0 then get one of those deals with a rocker switch.
e.g. https://www.amazon.com/wishacc-Adapter-Switch-Upgraded-Extension-Recorder/dp/B07QTJZD99
https://www.amazon.com/Sabrent-4-Port-Individual-Switches-HB-UM43/dp/B00JX1ZS5O/
Alrighty, enabling Deep Sleep did the trick
Not sure if it'll cause any issues though
Hm, a slight delay between pressing the power button and the computer actually turning on for starters
ugh going back to wired earphones sucks
i can hear the static
@shadow valley probably your pc isn't grounded
grounding your pc should remove that static
yeah non grounded devices have a problem with that
i dont wanna know what kind of headphones you use thats noticeably worse than wireless lmao
bitch u say about wireless
fuck u
Nah
Bose QC II wireless are pretty nice tho
boi I can measure wireless delay down to the microsecond
(ye I know they're expensive, but worth it)
when I say that there is no noticeable delay there isn't
unless ur some sort of machine that can discern that kind of delay
this ain't the 2000s when wireless technology was garbage
the quality still sucks tho
i have yet to find a pair of wireless that can match up to my ie800 
well yes, but if you're not audiophile, you'll not see the difference
i use my wireless when i work out thats for sure
but for traveling and casual listening, its my iems
and i aint even in the CIEM level 
wireless is already on good level when you can use it without doubt, it's not like it disconnects sometimes or has really bad audio quality
The people who want quality will go for wired, who wants comfort - for wireless
not so much as comfort but more for convenience imo
in fact higher end wired will be more comfortable than wireless
more spare margin to increase the use of luxury materials
๐
yes wireless does lose some audio fidelity due to compression
but in terms of connectivity, range and delay it's as good as wired
im pretty sure wireless can out range wired 
i dont want to carry headphones with 10m long cables 
also, long cables mean u need more power delivery
Every stuff has its pros and cons
@quartz atlas unless u use optical cables
Oh boy I think the deep sleep issues are coming up
then u just need trancievers on both ends
i dont think any consumer headphones gon be using optical anytime soon
But still have to be cautious
my 7.1 sound system uses optical cables
i think some amps using it 
but then again
it's a sound system

it can make the damn house vibrate from the sub

Custom cables can run into the thousands
which brand do u use?
me

not rich
SHUSH
Just get a headphone DAC if you think your laptop isn't properly shielded or something.

I ordered a pair of Micca RB42 for my PC... and an AMP with a built in DAC, and some pre-made banana plug cables (cause I can't be bothered to make my own).
Not exactly high end stuff but these RB42s are apparently highly rated for the price bracket. Should be a step up from my current PC speaker setup.
got it installed
My lecturer said neural network too complex
I have to recode my enemy ai by doing fake smart ai

Fakkyu lecturer
Fakkyu NN too
anyone knows, if i can flush a file from my RAM to my local storage?
so matlab seems to run its neural networks at impossibly fast speeds, so imma try to kill matlab with too much data
well crap they put a limit on the number of hidden neurons
i can only have 10,000
and it still does 1.8 million floating point operations faster than i can blink
so it can do 36 million in the blink of an eye, but dont you dare hit the "plot confusion" button cuz BOI
@quartz atlas since the Hibernate feature is all about storing ram on persistent memory, pretty possible
Depends on what you want to do with it, but Google query like "memory dump" may help
Ye I dumped the memory, and I have no idea how to recover a single image file from that dump file 
I ended up just forcing the application to cache to disk instead of ram
@quartz atlas you'll never be able to do that
because 99% of the time the images are offset with a bit or are being pulled only when needed
and if it's an emulator then absolutely no chance
hey guys can you tell me a few basics of git
mfw I have to reverse engineer the source code of deluge to understand how it does IPC
I feel too lazy to make a dialogue editor for unity
then you fail
since python is single thread, im assuming hyperthreading is the best way to speed up runtimes right? im trying to compare my work comps to see which one is better for coding
i5 6400 and 8 GB ram vs i3 2120 and 4 Gb ram
well yes but im not using that
i might use that later when i start making the really intensive stuff but for now its just plain python, numpy, and pillow
I thought the fan isn't plugged in until I read your message
ye the fans are one a quick connect chassis
so if you don't push them all the way they won't make the connection
https://userinyerface.com/ - this is horrible
User Inyerface - A worst-practice UI experiment
512 samples
denoising turned on
2 bounce
28 minutes

800by800 boxes to share workload
blender 
When non-blender users hear I use blender
When people who understands blender hear I use blender
The end result is breddy gud
I would say giving texture to those walls
Render again 
NO

Like you have a light source in the middle, which is a little random, making it unrealistic
You mean the entry way?
Yeah
That's cuz this is for a drawing

I could add buildings to the back or even a shelter, but I'm too nub
That's cuz this is for a drawing
This one to be precise, I forgot about it, now I wamt to complete it
see how the background is noisy?
Cuz I setnup the blender wrongly
3D with 2D anime 
just pass it off as the texture smh
True wireless earphones are so liberating
So free
But damn this set kinda sucks compared to what I have
Ah fuck I lost my eq settings
lol
Tencent gaming buddy or mumu which one best android emulator for gaming ?
@subtle hawk Nox sometimes bugged with low fps
That thing fix shuttering tho ?
studdering?
depends on what pc specs you have
could be that the actual hardware can't properly run a decent emu
should suffice
EMBARGO'S LIFTED, FIRE AWAY

nice rack
I mean
it's a industrial switch
what did u expect
hot swappable psus or bust
zero failsafe UPSs everywhere or bust



Fukingugh
They changed the whole plan
Fuk fuk sht
And also this boi is so fuking heavy
Even 4 person struggling to lift it
Wonder how loud this absolute unit is
ay Apple my man
could replace it if it had a non-soldered on dGPU
so i had watched a vid talking about how particles cant ever hit absolute zero because of the uncertainty principle and now ive just discovered negative temperature and my brain is ded
@severe falcon's brain
listen, my brain dying is not a driver problem its a page frame corruption problem
i bet you cant guess the error code of my last blue screen
Maybe its possible but its gonna be loooong way
there's better SFP connectors
and besides
you don't need one
there's literally no need to run a direct fiber line into ur laptop
even for a tower it's questionable
unless ur like me and have a 10Gbits fiber LAN
but at that point ur fucked in the head
What switch u currently using
can't remember exact model
We use 3750-X and 2960
Which is nice
that has over overkill hardware for a router
then again it acts as a router, firewall, DNS server, VPN server, RADIUS server and some other misc services
Thats too many function
For asr routers it has cloud services
Havent tried it yet
The difference with direct x and open gl ?
directx is windows exclusive
oh boi
tfw still stuck with Windows 1803 with no way to update
I've tried everything but it still spits out that damn error
every time
did u try to actually contact MS
but pandas already exists
this new UI looks awesome

I'm bored anyone here old enough to ID what this is. I'll give you an internet cookie I stole from Aria.
It's a SDL cable. Shielded Data Link connector, interesting cable since it has a pair of locking tabs on the side rather than one on the top and the connector is metal shielded.
Also expensive since I needed SDL to PS/2 and OEMs don't make that shit no more.
I remember only IBM and HP used them doe
Yep, I think barcode scanners used to until they got replaced by the more modern ones.
nah
they used a RS232 port
the one that looks like a VGA cable
but it's serial
nowadays it's USB
Either way, needed one for a keyboard project.
are you perhaps refurbishing a IBM Model M
Gonna cobble together an XT/AT era Model M.
Lol how often is it brought up?
I ordered a very early Model M, parts only that I'm gonna build it off of.
99% of the time
Hmm
Rj45
Where's the internet cookie? ๐ช

the blob ate it
anybody have clue why the command gets rejected even though in l3 subint port it works

Ahhhh
Fuck.
4 words: BIOS update. Recovery loop.
Or UEFI if you are picky
I had a feeling my current Windows build is just a little fucky
@tame topaz build number?
Old
yeh I know
anyone good at building pcs? 
reasonably so
kinda?
umm sure
right now i have, asus z97-e, gtx 950, i5 4690k, im definitely trying to replace both cpu and gpu, but idk if my motherboard is good enough
for new cpu/gpus
DDR4 is whats on the market

DDR5 is projected to hit the market within a year I think
can you give me the cheapest build that i can make for 1080p 144fps streaming + games like apex or new mw
cus i heard a new cheap line of cpus came out
yeah the ryzen 3xxx stuff is good from what i've heard
though the ryzen 2xxx has dropped in price
so im thinking a Ryzen 5 2600, 8GB of RAM
are you in the US or another country?
US
whew

looking at this right now
eh 18% faster for 65 bucks isn't that bad
R5 2600 is $140 before tax and shipping
the key is to find the AM4 mobo for cheap either on its own or in a combo
You can also go with the R5 2600X
if you spot something at a good price
Do you live near a Microcenter?
"limited 1 per household"
OMEGALUL
is the uh
wraith cooler good?
the usual stockfans for cpu are asscheeks
yeah its better than the intel shit
X570 mobo is gonna be like $200
I think a B450 can handle a 3600 just fine
does B450 have Ryzen 3000 support out of the box?
Looks decent.
i actually don't like MSI in general
Are the new Ryzen mobos still picky with their RAM?
i mostly go with asus for motherboards
Probably, yes
but it's been so long since i built any pc
3200 should be good
So glad RAM prices have dropped significantly to where they really should be at
oh man
i think it was $175 for 2x8GB when I last checked during those price hikes
alternatively...
if you wanna flex your ram on 16GB plebs
but its really overkill in most cases
Hold on
nah 16gb is enough
The MSI board is actually quite good feature-wise
No RGB like the Gigabyte but I don't think that'll matter much
flashy lights for 5 bucks
ill take it
which asus mobo?
i can probably drop like 200 on motherboard
next part is gonna hurt, do you wanna play 1080p 144FPS at max settings?
ofc, gimme the fat gpu
I would say nothing short of the 2070
5700 XT is another option but drivers are pretty crap rn
but imo its a case of throw money at the problem
And btw I thought the 2070 got the die
And the 2060 Super took its place or something
i havent looked recently
nah the 2070 still ekes out a slight bit
is navi a contender
what's the diff between the tuf and x570-p
naw i dont need wifi
lemme check
It's quite ridiculous how every single of these boards necessitate a chipset fan
It's just that hot
yeah i hear with the R9 things get crazy
If you don't want wifi then the normal TUF board is 10 bucks cheaper
if you want wifi just get a $10 usb dongle when you need it, same shit lol
First off X570-P doesn't have DisplayPort
no integrated graphics anyways right?
oh yeah, budget for a NVMe SSD too if you can
wouldnt i be using ports on gpu
yeah
Black SN750 is a good choice in that regard
since you're going from x79 to x570 might as well take advantage of it
Marketed as an SSD for gamerz
I'm using a dog slow Kingston A400 and still chugging along nicely
samsung 850 EVO 250gb
Difference in back panel IO for the two boards:
TUF has 4 3.2 gen 1 ports and 3 3.2 gen 2 ports
P has 2 3.2 gen 1 but 4 3.2 gen 2
Full red team: RX 5700 XT (given time)
Red and green: Probably RTX 2070
given time because you need time for the AMD drivers to age
EVGA has their RTX 2060 Super with $20 off for $399.99
at MicroCenter the 2070 is going for $579.99
oof
Jesus
thats the one they ship
How about the 5700 XT?
yeah, no
in-store stock varies
5700 is 400
ouch
ah wait I got confused for a second
blower fan
yeah blower fans are a deal breaker for many people
So yeah 2060 Super is a good choice then
with this crap 950
do you care if you buy used online?
btw are you going with aesthetics or no?
im not buying used
ever.
eh
aesthetics are okay
actually been using a full cover case
but im planning on buying something with glass
TUF board seems quite a bit nicer than the P aesthetics wise tbh
wow i havent seen RX 5700 with a non-blower setup
with a few more QoL nick nacks
That is gonna take a while to show up, yes
That was the same for Vega
literally released only 3 days ago
oof
good ol 1080 still doing its thing
bought my pc at the height of the mining craze
its also UWQHD which kinda hurts
so RAM and graphics card prices were sky high
yeah I got this 1080 at launch
But I couldn't wait oof
or near launch
2200G (upgraded from Pentium), 8 gigs of RAM, 3 gig 1060
my ram was slightly up marked at $130 per 2x8GB but it wasnt that bad since I saw it peak to nearly $200
whats wrong with your windows?
oof
?
errr that takes the standard DRGB header right?
oh i thought u meant like
or is it the aura sync
wdym by that
lights for aesthetics lmao
RGB is kind of a mess cause everoyne does their own thing
if its ASUS I think they do their own Aura Sync
I mostly use RGB to adjust to the color I want
so just look up Aura Sync on Amazon
Not exactly a fan of rainbow vomit
most higher end RGB products are pretty much guaranteed to have Aura Sync support, yes
I lock them to mostly a shade of blue most of the time
Often cyan/turquoise
imma bail now, it's late af
Good luck with your choices!

And pray that I can fix the damn OS on my own...
reformat it?
Maybe try to do it without losing all of my shit, yes
At least the OS is in a seperate drive now
not just partition
oof yeah i store all my personal data and work stuff on other drives
https://www.youtube.com/watch?v=SLkw-rdSfw4 rip 118fps on apex
Nvidia have launched their new Super version of the RTX 2060, so letโs find what the differences are between the original RTX 2060 in this comparison and hel...

F
yeah 144 FPS is tough
I'll try to remember what stuff I have on the C drive
i guess ill lower the settings a bit
tfw I play games that need nowhere near the hardware I have rn
my friend has 1080s in SLI and a 100hz UWQHD display and that shit occasionally falls short of 100 FPS @ max for the more demanding games
but yeah regarding the 2060 thats why i said nothing short of the 2070

IDK how the XT 5700 benches since its so new
it might be worth it to wait and use your current card for a month or 2 until results are conclusive
since AMD will need time to iron out driver issues and what not
idk if that handles ryzen 3000
better get a newer chipset board
yeah
dang lmao nvm then
this is why I don't like this empty promise from AMD
"all our ryzen chipsets will be intercompatible"
yeah no
alright
then altogether now
AMD Ryzen 5 3600 3.6GHz 6core
ASUS x570-p
RTX 2600 super
corsair vengeance lpx 2x8gb DDR4
all goood?
let me see how much it all costs
PepeLaugh
i have a SSD
that im just gonna use from this current pc
fair enough
oh i forgot
idk if i can use
my old PSU
im guessing computers definitely eat up more power now
how much wattage does your old one have
600W
it might be enough (?)
750W is definitely enough
so technically you should be good for now
hmm bronze efficiency
i think the haswell would eat more power
maybe
since hes getting the regular r5 3600
but yeah 600W should be good enough
unless you like do a benchmark on both CPU and GPU
then you might reach the limit
its better than a 750 ti
big mistake
cus i wanted to upgrade a bit early on
on the brightside at least he doesn't have to deal with 3.5 + .5GB of VRAM
the 2060 super might be enough depending on what u wanna play
he wants to do Apex @ 1080p / 144hz
probably didn't update their listings
so 875 bux
- new case
hopefully they got good cases this time
cus last time was trash
I mean if u have the shekels you can go for the bigger 2070 super and have most shit run buttery smooth
or if ur a graphics whore like me u snipe that 2080 Ti to run literally everything on max
I swear I don't have a problem
stock clock
i live in new jersey 
shit with a 2080ti he can get a 240hz 1080p display and be like a pro CS:GO esports player
nah fam
both cards can boost p decently if you've got cooling
but the 5700 will need a lot of positive pressure in the case to push air through that shroud
5700 only has blower models out rn
exactly
so imo id wait
845 total, gonna need to wait for next week's paycheck
and go next weekened to the store
that's what I get for not playing csgo for 2 years
if you were eying the 2060 super
you can get it now
cause 950
leaves a lot to be desired
ye
but yeah I wouldn't get the 5700 imho
cause the 950 is like a ford pinto engine in a porsche
haswell aint too bad imo
I still have my broadwell 5960X somewhere
yeah
i considered getting the lower tier haswell-e back when that was new
ended up sticking with my ivy bridge though since it seemed over kill at the time
had the non-K i5 Ivy Bridge for a while
little bugger lasted longer than I expected
what the
rise up
Opera โค
Aaaaaaahhh why isn't Fire online rn
chromium master race
I changed to FF few months ago and don't want to change back again 
I think it's like the last mainstream browser now to survive the chrome plating
yeah no thx
I'll enjoy my chromium compatibility and tools
yeah whatever
Chromium is familiar anyways
I still need to have chrome in case some websites uses very experimental features
Chromium Edge is pretty nice tbh
Its nice, cuz you have been living on the edge of a cliff for so long
edgy
Why my discord apk sometimes freeze when opening emote toggle ?
known bug
i am baffled at how good excel is at guessing what it thinks you want

ryzen 2000 should be dropping in price right now
i'd say aim for 2600 or 2600x if you can
if you live near a microcenter go for those mobo+cpu bundles
oh yeah you got a 1050 ti right? a 2400g might pair nicely with that 
you can probably get by with a R3 2200g
if you have a micro center you can visit in-person they're $60 rn https://www.microcenter.com/product/503183/ryzen-3-2200g-quad-core-am4-boxed-processor-with-wraith-stealth-cooler
sitting here implementing OAuth 1.0
I had my smaller ultrawide in portrait before and having to pan my head up and down to read shit was kind of a pain TBH.
I think it's a one off custom, sadly 
needs a crowbar stylus
@shy forum how much u wanna bet I can replicate it 
just need a 3D printer, CAD software, USB cables, LCD/OLED display, speaker, raspberry pi, electronic components, pc and time
got all of that
minus the 3D printer
but for that I can bribe my friend to use his
you could probably use a laser cutter and some delrin sheets
then spray paint it orange and clear coat
bruh i just realized i have everything yama listed
except my 3d printer hates existing
Maybe someone here might appreciate these screenshots
The last time I had to boot a Linux live CD for data recovery purposes was probably back in college when I was fixing computers for my student job ๐
lemme go get the IBM reels from upstairs
windows are in the middle of the screen and dont touch the sides
linux mint
these are all registered amiibos
you should glue them to a random anime figurine
places hatsune miku on switch
GANON
It's a live CD lol
Well, live USB with whichever distro I happen to have an ISO of lying around, which was Mint
The floppy was what I was ddrescue'ing
a floppy of all things?
A $4000 floppy 
what's so special about it
Well, 400,000 JPY, so slightly under $4k after conversion rates
am i like the only person who used cmd to run python programs on windows? am i the only person who uses pip on windows?
pip gives error
searches online for solution
solution: sudo apt-get
thanks internet
Extremely rare collectors item: https://www.tsukikan.com/tmdb/tsukihime-preview.html
I run WSL on Windows for stuff like python scripts
I'm kind of interested how well WSL2 will work
@willow flare you think you can recover it?
That's what the 2nd and 3rd screenshots show... There's clearly physical damage based on the pattern of the errored sectors :(,

But luckily the content was redistributed as bonus material in later releases
I just needed to recover just enough to compare some file hashes and timestamps to verify that there was no previously undiscovered content
Which I was able to do. Still sad though that I could not create a full uncorrupted image dump but c'est la vie
If I were able to miraculously find the owner of a second copy that was less damaged (or damaged in a different section), I could theoretically instruct him to use my recovery map to fill in the missing data and construct a complete disk image. But this is the one and only copy of this item I've ever even seen online, so the chances of that are pretty slim... 
Maybe try a Kyroflux?
They're like $80 though, but if you get an intact copy of what you're trying to archive Kyroflux would be perfect for making exact clones or archiving the data.
@stone wave
aria
does this look good for an upgrade
not enough money
also if i do 2x4, i would need to upgrade that later on for 2x8
so ill just get 1x8 for now
alright just buy an identical stick later down the line
ye, ill buy same one
cause single channel is slow
i mean, it would be faster than my 1x4 ddr3 right now 
i would be getting like a 3-4x boost than what i have

im also gonna upgrade this 500GB HDD to WD 1TB
ssd or regular hdd?
ignorance is bliss

or until you can budget for it
i could just wait
since im not focusing on buying storage rn
do you have a recommended ssd 1tb?
@stone wave damn, that Kyroflux thing was exactly what I was looking for before I started this all xD
if you get it i hope it works ๐
ssds are generally safe to buy used
so you can go that route
regular sata m.2s might be an option off ebay
used that is
since people salvage laptops and part them out
I'm kind of torn now. On one hand if I use it, I'll probably get a more complete image, but on the other hand it's still going to be an incomplete image cause of physical damage :/
yea bit rot is a bitch
even CDs are at the point where its not uncommon for more vintage stuff
There's one more floppy disk that's even more rare that I'm still hunting for (50 copies released). If I miraculously get my hands on that, I'll definitely go get a Kyroflux and use it from the start
ugh i expected this but i dont have the parts on hand to bolt mod the missing rivets
whats that
march 1986 date of production ibm model m keyboard
o










