#technology-discussion
1 messages ยท Page 135 of 1
"I have a working gameplay loop that needs visuals" is a much better sell down the line than "I have an idea that I haven't theorized out yet"
For now I'm gonna use developer cubes, textures and models to get my idea down
Yarp.
Mhm
A bunch of games have gotten away with just using premades
Same wavelength
Of course, as a professional software developer, I prefer the latter, because I know I'll deliver whatever the hell I say I will.
.>
But man that makes rasing money hard.
More and more people are generally becoming more skeptical when it comes to backing game fundraisers as of late too
Stalker is one of my fave games and it's using an outdated af engine, crappy models, lots of reskins, the public sound library and no music
Yeah, because people have no idea of how to price or time things.
Even professionals who have done it for years (Myself included) are fucking /awful/ at it.
Yeah I started at a bad time, bygone the times of Kickstarter just funding anything
Moreso just that most of the projects that run through those platforms end up being duds
Yeah, because of poor management usually. ๐
As a software eng, I've had dozens of ideas I could kickstart, but I'd never follow through on them because they're not interesting enough to me.
However, I'm not going to give up so easily
I know I'd be bad at managing it, so it's not worth it. Most developers think "Oh, I'm fine at that buisness side stuff" and find out they're not.
If vampire survivors and battlebit says anything about successful games on low resources
As long as the base demo I can make is fun to play, I can get some funds to get people to help flesh out the visuals
You can probably make it without needing a large sum of capital if you capture a part of the market with something engaging
I want to do something for starters that's been sitting on my mind for a while
I have an entire universe to play with, but I'm not going to wager that just yet
As a general suggestion, as you do that, consider if you can build things to reuse (Yes, I know that's stupid and repetitive), but it still bears repeating.
A movement shooter for beginners. I know the market has been saturated and yet, I find nothing that captures the same feelings I had when playing Titanfall 2
That's because there's nothing out there that's a decent movement shooter.
They focus on the ground-based movement and ignore the 3rd dimension, as almost every game does.
I got some ideas how to fix that
Obviously I won't make a multiplayer just yet
Netcode scary
But a singleplayer with a good gameplay and engaging enemies
I've really wanted to think about how to redesign netcode entirely as a core module.
It seems like it'd be fun.
Tbh one particular idea I had which I might do, introduces the movement alright, but lacks the shooter part
I think there's a few
A sort of puzzle game that has speed and movement as part of the puzzle, where you have to think fast on your feet and the floor is lava
But, one of them's a battle royal, and a lot of the other ones are either defunct or have low player counts
If you're thinking Apex Legends, that's def not a movement shooter.
And yeah, TF2 is technically still active
the TF2 alt multiplayer servers are acutually p.dece.
Issue with these high skillcap games with niche communities is that the entry barrier is pretty high
Get in a random lobby and get nuked by someone the second you show a pixel of your hitbox because they have 4000 more hours in the game than you 
That's true about any high skillcap game tho.
Yeah, but it's harder to sort players through matchmaking to similar skill levels if you have a small playerbase
Why not?
The idea that the game knows what's "Fair" and what I want to do, is patiently false.
I doubt people find it particularly fun to get absolutely floored with no chance at fighting back
I like to make my own decisions, and yes, I know I'm in the minority.
It's why ranked mm generally exists for a lot of competitive games, with people complaining if the queue system is flawed enough to let people in vastly different skill brackets queue into each other
You are.
I usually am anyway. ๐
I'm part of the minority too
But
It won't change the fact that most other people operate differently
Mmhmm, and I don't have a reason to want to make my gameplay worse to make theirs better. ๐
This is also why I don't tend to deal with these types of projects.
Oh boy
You should do the hilarious thing, and support UTF32
Emoji passwords
Thsoe fit in UTF8

Emojis are well within the main utf-8 space.
Can't wait for the day that ๐ฉ ๐ฉ ๐ฉ ๐ค ๐ซ is a valid wifi password
most secure password
You can.
Just use punycode translation.
password requirements in 2035:
- Must have a capital letter
- Must have a number
- Must have a special character
- Must have an emoji
- Password must be between 8 and 15 characters
Emoji's are special characters.
yeah but even specialer
They're not.
shh
Welcome to UTF, and the insanity of what happens when you try to encode fonts, into a letter-based keyspace.
๐
Tbh, unicode is why kupo can't use default discord emoji's.
Which is fucking hilarious.
No, no, it's a serverless database.
You see, due to the magic of google, you can have databases without servers now.
ah is that the so called cloud?
(I know enough of this particular arch. :D)
why are you sharing your private key
I see
One of the most fun things I've realized about encryption over the years.
Particularly for something like pkeys.
Is if you just store the raw bytes for the pkey, and none of the formatting.
You can never tell if the decryption key is correct, unless you decrypt another piece of known data.
Yeah, but for someone trying to /crack/ the key
They don't want to do that.
๐
It's usually not an issue because the encrypted data is plaintext <languge
Same goes for most pkeys, because they're not internally stored as ascii
or base64, they're stored as bytes, so if you encrypt the bytes, it's just another random stream of data.
Shouldn't matter if it's hex or not.
But yeah.
Tbh, it's like anything AES, unless there's a wekness in your library or your CSPRNG, you're not gonna have anything other than a brute force attack really
And lets be fair, most AES libraries now just wrap AES-NI, so that would require a compromised piece of /hardware/ and not even bad software.
Now, the fun thing to do, would be to randomly intersperse some triple-des or someting
Just to really fuck with someone.
Remember to enable a developer console warning
Like everyone else has to because people are dumb and run js in the console.
onedrive: many of your files were deleted recently
-notification goes away before he can finish reading it- xD I did do that.. so cool they let people know
If I had to guess, I'd place my bets on offering demos/previews for live streams. IE: Summer Gamefest is livestreamed, as it ends, a dozen game demos become available on youtube for streaming immediately for X amount of time.
GIMME DAT
It's so cute
It rides on the popularity/mention/etc
F THE EDGY GAMER AESTHETIC, WHERE COMFY CUTE CAT GAMER DESIGNS
I'm lost now. What are you talking about.
I mean the demo/preview of games presented/teased in big events like TGA/Summer Gamefest/etc
A lot of games/indie games ride on that hype train and release their thingy, hoping getting clicks
The rest is algorithm works
I discovered a few nice indies along that train lel
GRIS and Spiritfarer are one of such
hello memory leak my old friend
How tho
So my bot was pulling all of the xiv item data into a map, which was about... 41k entries total with just an ID and item name
And before it wasn't so bad but
I decided to throw a cron job in there to update that list daily in case new items ever come out and I don't feel like manually updating it myself
but the way I did it, I would throw it into setTimeout with a global variable in there somewhere
Which never cleared out when it ran completely
Fair
Like usual it's around 200MB-ish if just ID + item names
Then......that
Hoo boi le leak
Also which distro iz dat?
I am still shocked that the same components I ordered from Amazon.de costs โฌ200 more in local stores
Why in the bloody fuck
overheads
Also
Those parts might've been stocked when prices were higher in the psat
They have to retain the high sales price or just give up any margin they have whatsoever
Technical question
If I changed the phone number on my amazon account because I have a new one, but I ordered stuffs before changing it, will Amazon update the delivery company with the new number?
Do they even pass my phone number over?
phone only seems to matter with amazon contracted final delivery (instead of a regular package service)
See, I've no idea, while this isn't the first time I'm ordering from Amazon, prior to this, I only ordered from the US and UK, both of which seem drastically different from the german one
They usually have tracking numbers attached
The secondary courier will use whatever you had on your amazon address iirc
That's the thing
Since it's printed on the label.
I changed the phone number
That's what I wanna know
And since I do live an apartment where the door phone doesn't work, I wanna know if they update drivers if things change or if I have to track the driver down myself
I do not want them to send back my package because "they couldn't deliver it since nobody was home"
Local drivers are damn lazy
Though if they send a message to my email that's good too
I have never had them try to call me on my phone about a package
If you don't answer the door within 0.5 seconds they either fuck off or leave it at the door
I hope they don't leave it at the door
Especially if the package is big
My apartment complex is full of unsavory people
it's really hit or miss, it depends on the delivery person
it's very shitty that they care so little about the packages they carry
but unfortunately delivery companies usually also make it impossible to complain
They make it impossible to take care of the packages
Because people are pressured like hell and constantly threatened to lose money or their job if they aren't as efficient as they want them to be
it's all part of the system
pressure your delivery people beyond human limits, then make it so that customers can't complain
the orders will keep coming
because people won't stop ordering shit
I think thisll drop an amount once platforms- that are able to just take returns and send refunds like it's nothing, like Amazon stop being tenable
amazon pioneered the strategy of engineering the "human" out of "human resources"
work harder, hard worker
The lowest car in the world
[๐น carmagheddon (IT): https://buff.ly/3XnVSfw]
https://t.co/AvExqIFJnA
๐ 957 ๐ 133
surprising absolutely nobody
https://arstechnica.com/google/2023/06/rip-to-my-pixel-fold-dead-after-four-days/
that is very funny
my fold4 is still working and I do use it daily but I admit the front screen has a scratch on it lol
it's either a scratch or a crack, I'm not sure tbh
hmm nah it's a scratch. Fairly deep one. It kept slipping out of my hands one day on my desk >>
the inside screen is still muy bueno
The folding tech needs to go a long ways yet before I'll want one
Still has that very visible crease in it and yeah ... smashing something into it unless you're very very careful
the way the samsung phones are designed, it's pretty hard (but not impossible) to smash dirt into the screen because the screen halves don't touch when closed
but there's still lots of issues, including that crease
also if you don't keep the hinge clean, eventually the 'sweep brooms' that are there to keep dirt out of the inside of the mechanism.. break off and jam the hinge
it's amazing how normal they feel to use otherwise though
tbf, it's almost never dirt that's causing issues. it'd be keys, pocket change, other random shit, etc
oh no my tiny 0.25cm steel pyramids
they've fallen into my pocket with my folding phone
oh noooooooooo
pringles is clearly a d&d rogue who starts with that bag of 1000 ball bearings
and put them all into the same pocket as the folding phone
haha
if you put your phone in the same pocket as keys, change, etc.. you deserve what you get lol
i wonder if that has become a dating strategy right there: "Check what their phone looks like, if it's broken they probably lead an active lifestyle and would be a good partner!"
That's terrible advice, my last phone had a broken screen cuz I'm a klutz, not because I live in active lifestyle
this dude on macrumors lol
they upgraded to the m2 ultra model
OOO
the 4090ti has the PCB mounted sideways instead
you can have all the 4090tis. let me have a mac pro. xD
I'll even take the intel one
actually that dude doesn't even need it anymore i should take it XD
Yea it's ugly and huge and gross
I really dislike the 40 series for how comically huge they have gotten
And is funny because I love 3 fan GPUs
But not ones that occupy 4 slots and weigh 10lbs!
I remember back when I first saw a 1080 Ti
Especially when you consider the size of the actual addon board is quite small.
and I thought that was comically huge
Lol
I remember seeing people with evga 1080ti cards and envying those because they looked really cool
Now it's like
They just need to make a case standard where the entire right side of the case is a rad with mesh and standard hookups. Then you just make every GPU have a waterblock on it.
Even the 6650xt in my Sim rig is probably bigger lol
wait the chip is going to be PARALLEL to the mobo in the 4090 Ti??
they've actually done it, they've made a GPU as tall as its chip is wide
Double cheesegrater 
I think the only way to have folding tech that doesn't actively degrade at this point is to just have two bezel-less displays that join together
this is statistically proven to be a negative, especially among iphone users
"ew, your screen is cracked? what a poor"
I instantly know to avoid someone of someone shames me for not having an iphone
Neat news
I soon may be upgrading to 2 gbit/s net
and I do hope I do because wtf
on my current ISP, during the day it always gets so crowded
so not just I do upgrade but also switch ISP
ping is not dependant on internet speed, but the routing
aka the nodes your internet provider has bought to make sure your connection arrives at the destination
imagine a free internet 
also, I remember the old XIV colo where there was that stupid slapfight between comcast and L3 over who owned the nodes at the canadian border and therefore who should be in charge of maintaining them
so instead of someone biting the bullet and fixing them, nobody fixed them and comcast users just got to eat shit for like three months 
that's the issue, the speed is bonus
but ISP is pretty bad when coming to nodes
also Yurop
which means half of the nodes belong to someone else
ngl, its genuinely surprising how little this sips comparing to my old card
used to be 50-60w on desktop
did nvidia ever address the two monitor issue where it forces 3d clocks whenever you have the desktop open
the only time my GPU is idle is when I have the desktop locked 
Not on my card, no
1660 super was running on 3d clock on desktop
6700xt's sipping power by comparison
Seems MS wants every PC in the world to be a cloud-based thin-client. https://www.theverge.com/2023/6/27/23775117/microsoft-windows-11-cloud-consumer-strategy
we've come full circle
MS literally made its money from blowing up the mainframe/terminal paradigm
and here we are, with the same shit but now we call it The Cloud
now they was to charge a subscription for using windows
they always did though lmao
windows updates were never free
I'm going to move to Linux if they do that
because fuck that
fuck not having offline access to my own fucking OS if my internet goes out
huh? Never paid for system updates for windows. Now if you are talking about a version upgrade, then yes, but that was a one time charge in the past. I haven't paid for Windows since 8
that's because MS pivoted to this dogshit subscription model instead
"you get free windows upgrades!" ๐
they ain't free, dawg
What subscriptions are you talking about? Office 365? That's not needed for Windows
also, a "one time charge" every 3-ish years still amounts to a functional subscription
it's just not monthly revenue
which is what MS really wants, because shareholder value
enshittification comes for every industry
HAHAHA no thanks
Jesus fuck
I'm just mad that I'm old enough to have seen a full cycle of enshittification
MS literally sold windows on the premise that you should own and control your own machine and software
fucking christ, this remote service session is a shitshow
I hate when customers demand that we do a remote conference and they have literally nothing set up
yeah this might convince me to drop Windows entirely
POV: you shoved an 8 core into a system with an itx cooler
hmm. Did Intel come out with a molten silicon CPU?
?
now we're cooking
@dreamy chasm 95C is a little too toasty for solicon
Not really
Ryzen 7000 was designed to boost until it hit 95c
As long as it was within power limits
RDNA2 cards cap out at 105
well, water boils at 100C
I love the extra twist of black pepper
Nice?
I might get one eventually
That's not black pepper. That's thermal compound :p
Just waiting for the used market on those chips to ramp up
And a peerless assassin
I can't wait to get a 5800x3d just to lock it to 65w 

There's only so much this tiny thing can do
@dreamy chasm in ref to the CPU steak gif
?
sigh, nevermind
Anyways
You reacted to their comment about black pelper. It is a reply to the gif i posted
I know.
Ah
Yeah
Ahhhh yesh the lovely l9i/a
It's hella expensib in my placetho 
I have something similar to that for my server as well. 92mm height one I think
Ah 
I'd have gotten something bigger but
My case is tiny ๐
the peerless assassin i ordered trades blows with the nh-d15 for less than half the price

Yeah
They probably didn't have to do as much R&D
I wonder what their margins are ;like
That said
Noctua mentioned something like an NH-D16 coming up in the future, I think?
I wonder what that'd be like
I remember when the 212 evo was still the default rec
212 are so much now
what do they even want to do to upgrade from the NH-D15, that thing is already so fucking huge
used to joke about blood sacrifices to the cooling gods whenver someone would cut themselves trying to get those shits in
ywn own a full copper TRUE
Likely just refinements on the design
scythe orochi esque?

Scythe coolers were wild for a while
resatsu my beloved
GURANDU KAMA COROSSU
Then they wised up and started making rectangle blocks with fans that just performed well
bring on the nh-d15 v2
even more cooling 
It'll probably be one or two degrees at best
Unless they've genuinely found something groundbreaking
That isn't like, an extra 200g of heatsink
or more heatpipes
it's 2 extra heatpipes and further optimizations they said if i remember correctly
Like, in what sense ?
they showed it off at computex
Oh
Like my whole room feels warm
I'm way out of the loop, then
yes that's normal
And my pc has been running warm
Yes
But Iโve left it running for 20 hours
Computers output heat
Thank you everyone
lmao
That'll do it.
And how often should I clean
depends on environment
Every few months once things look dusty
i clean mine every month roughly
Veryyyyy dusty
PCs don't just heat up forever :p
Thank you what do u usually use an air duster or vacuum ?
I'd probably wait until the heatsinks are starting to get a buildup
you'll reach a certain temp and it shouldn't go much over, doesn't matter how long it runs
the new cooler has more heatpipes and their next generation fan which is improved on their most popular one
Yeah this is basically what happens haha it reaches this warm temp then never goes up
Air dusters abd vacuums are fine, I've been using a can of compressed air-- but that isn't necessary if you have a duster or vacuum that's powerful enough
you can clean dust like every 6 months, even then i doubt it'll be enough to make a difference
Thx Iโll get the compressed air actually
I'll be waiting for the copies that sell for a lot less 
unless you smoke/live in a super dusty environment
Oh itโs mainly just so it doesnโt block fans or anything Iโm worried about
I'd use my vacuum to clean more if it wasn't the loudest thing in the house
yeah, i think the coolest one i saw was one that changes colors as it heats up lol
I heard vacuum is bad
you'd need a ton of dust for that to happen
Ahhhh I c so itโs more so for cosmetic purpose when cleaning dust out of Pc ?
Or it helps with performance
there is a point where dust makes a difference
if you're worried get a datavac 
but you'd have to have not cleaned your pc for a year plus
I have no clue what that is ๐
Oh, huh
Oh yeah itโs been 6 months
I haven't had to worry about this since I live in high humidity
yeah but generally you're fine
Iโm thinking of ordering one of these
Iโll show you
Hopefully this one is decent
canned air is kinda bad
Oh really ?
i'd suggest a soft brush to brush light dust off
Thank you very much
Iโll look for a soft brush Ty
it has a brush attachment
i kinda want a small air compressor..
but you use a brush to loosen the dirt and then you use the datavac
those things suck ass
i have one, get the datavac especially for only 15 dollars extra
I did itโs $450
wtf
Lemme have a look
$200!
Still too much for me
Use my pet kangaroos
Jk but Iโll find a cheaper alternative if I can
just think of it as an investment 
This one
Damnnn
Ohhhh hahaha nah I found a diff one
Itโs similar but smaller and electronic I think
yeah but it's not very strong in my experience, that one could be better but i haven't had luck with the handheld ones vs a datavac
always get corded not cordless for that kinda stuff
batteries suck on those devices
oh i'm well aware lol
@dreamy chasm My favorite older design is the TT Blue Orb:
Was released at a time when 90mm fans were still the norm, so having a whopping 120mm fan that only had to run at like 1200rpm was amazing
I can imagine
I also remember when motherboards were a mess of different colors
Now we rarely see a pcb that isn't pure black or white on consumer stuff
I won a 7200rpm delta 90mm at a lan party once, I used it for like an hour before removing it bc it sounded like a hair dryer 
I forget if it was before or after the blue orb that I had one of these:
i have the most janky ass thing to clean my PC, but its fucking great.
its a 35+ year old paint sprayer, basically a aircompresser without a reservoir, it just pumps air if you put nothin on the end of the nozzle.
its amazing for the job. my dad has it as he literally used it to paint our fences when they built the house, and he never throws anything away ๐คฃ
Made to look like a butterfly, but it just meant it was super easy to dent the fins on the ends
cute
actually handy to keep on hand what with old consoles and cartridges etc
I get very little dust in my case since having the plastic mesh filters, so I just use a can of airduster. I bought a 2pack like 8 years ago and I still have 1 mostly full can left.
whats those called
woops wrong msg meant the image u sent
thx
oh right
i nneed to get into photography
what camera u got
its older now but a nikon d600
dunno what would be a good starter camera these days. probably wouldn't suggest looking at one of these, decade old now
lol I use that for my camera still
Works well on the censor
also a d600 is still fine tbh for beginers dslr
I know plenty of people who learned on that first, it can take nice shots and teach manual mode well
I'm a basic ass bitch and just use my phone camera 
i just meant more procuring a decent example considering the issues with the body
and yes, image quality is still great
I can't afford to keep a dslr around, I think
Im spoiled rotten my first camera was a canon t6
Im now using a plethora of sony mirrorless : P
oh, it's still in and working perfectly
I've been using the shitdrive as a game drive after moving my boot to the nvme
good lord
i've been liking the quarter minute boottimes 
but, these things are cheap right now
and idk if the price will stay this low on NAND
was thinking of getting something cheap for my ps4 pro like that
i would think you'd want a better quality drive for that
unless you don't care about durability
I don't record super high bitrates, and don't record often
ah right
ye
If I was using it for 4k ingress i'd def look into a more durable drive
but it's just for raid prog or apex stream archives ig
lol I have a 8tb HDD for my captures
because I like recording the last hour of my screen
fair
I'd maybe consider an HDD if I already wasn't out of space in my rig
I can barely fit a gpu
Only room for one 2.5mm drive too ๐
no money for nas ๐
well
i could maybe buy a switch and a really old core 2 duo desktop to shove drives in, i guess
they rarely happen here
I have a nice epyc rig in the works rn after a certain SOMEONE COUGH
people use hardware until it gives out, or resell it at unreasonable amounts
@cerulean talon
COUGH
Showed me an epyc embeded board
and I impulsely bought it
kinda want something like this to serve as a light nas
20 bucks
SCORE
lmfaoa just sit it on top
no spacee
unless i like
leave the side panel open and stick it in with command strips 
man
why are the sff systems cheaper than the fully atx ones
No I mean like cut a hole in the case
and run the cables thorgh
I would do that : P
and command strip the drives together
Ghetto garbage I used to do

maybe
if used atx stuff isn't much more expensive ill probs just shoot for one of those
a
gaming..
i dont think thats worth more than 100-130
If I can get it down to 110$ its a steal
because I sell those for 160$ LMFAO
4GB 
i dont need harddrives if I'm buying one
I wonder why they'd be selling these without the ram or harddrive, though
liquidation seller?


Ive been buying old gpus to sell to low end cusotmers
This thing still looks pretty clean
RX580's are going for 80USD these days
I think
But I guess the threat of these being used for mining put people off
I test them on my TP lol
TP?
lol no
Do i have a picture somewwhere....
no
But I have a shitty psu set up for it
oh
Nevermind, I get it
Do you have one of those express to pcie adapters that have a 6 pin gpu psu input too
Yeah, it all makes sense now
I know someone who runs an r9 290 off one of these, connected to their thinkpad for gaming
Propped it up using a book 
HEY WHAT
did i mention i found a guy with 6x 4850 X2 at a flea market, wanted ยฃ20
TACTICALLY COVERED WITH THE BOARD
LMAO
should have got them but that is insanity i'd rather not deal with anymore
what're the specs
HAHAHAHHA
...
fucking simp
2060 lmaooooooooo
i wouldve gotten it for shits and giggles, ngl
recently sold showed like ยฃ60-80 each
people making leet XP builds i guess
this with a core 2 quad
unfortunately, ive seen worse.
I now have a pile of PS4s I need to repair
i miss seeing janky dual gpu cards that ran like jet turbines under load
How hard is port repair
I've been meaning to try my hand at it for a while
Ah
Full rework station
Makes sense
I have a shitty yihua iron, and that's it 
I could maybe consider buying a used hakko rework station if I can find one
man
Bought this off my school for a lil cheaper but
I do recomend it
Hakko sucks >_> , I dont know why people still think its good
I see people use this a lot
and i know for a fact that its much better then hakko
because anything is
I see
mmh
Do you think I could get away with a pinecil and a random hot air rework station
They seem to work better than the cheap shit you can get for the same price
I just rec anyone to buy proper soldering tools the first time around
I always thought it meant they were careless or clumsy. Nothing more
I guess I'm waiting a long time
just save for a weller1010
Have you tested the pinecil yet 
But Iโd get a good laugh out of people who carry their phone in a bulky otter box case and somehow they still broke it
I've only heard good things about it from hobbyists
Its literally what I do for a living
I agree. Itโs one of those things where a bad soldering tool makes it AWFUL
It just loses all of its heat every joint I do
Ah.
so it fucking sucks and causes so many cold joints unless I crank the temperature and fry the tip
Running off of 65w I'd assume?
How about a hakko
Blegh
They used to be good but holy shit they are dated now
look at their interface and thats all you need to know
I can get an 888d for 100
Yea but a cheap weller just has a knob
It works, but you arnt going to have a fun time setting it up
This is what I buy for people now kyance
Admittedly the knob is better lol
Weller WE Line is the most powerful station in its class now in a new design.
not even sure if this is real
Much better then spamming the up and down
It is
on a tiny 7 segment
oh, actually
hmm
ig i can save up
Issue is the threat of needing to move all of my stuff if shit goes south where I'm living
So I probably wouldn't be able to bring this with me 
I'll weigh my options I guess
I dont have much stuff but my work station is fucked
most of my stuff is designed to be moved, so I wont have too many issues I hope
I own a metric ton of milquakee packout boxes for everything
Make it your priority
I dont think I can live without my pc
you should start saving to pack up the expensive shit ngl
just have it under your desk so you can take your entire pc set up
and like me, have a duffel with a weeks worth of clothes
I still need to get a suitcase big and durable enough
Maybe a portable monitor
for a long time
I just need something I can lug around
MIlkcrate
Onto a plane?
I mean for carry on : P
but if on plane look out for those cheap tote bins with a lid
just tape it shut and slap and address on it with printer paper
ive been doing that for a while
I'm thinking I could get something big enough for some electronics and a weeks worth of clothes
and nothing else
I use this for air travel with a lot of stuff
just put foam in that
that goes under the plane, and for carry on have a tote for pc and a monitor wrapped in towel
It's one with the airlines I've experience with
Maybe I could see if I can pay to carry more, ig
In fact, some of the VFX and animation professionals I contacted for this story declined to be interviewed because they simply donโt know much about Macs โ they just arenโt widely used in that industry at this point.
apple defenders in shambles
they're popular in 2d art and video editing
but i dont think they've released an sku with topend workstation gpus just yet
so im not surprised
there aren't any "top end" workstation GPUs because apple silicon doesn't support nvidia or AMD
they've largely ceded the high power workstation market, which is the thrust of the article
yes
who is the mac pro for?
turns out, pretty much nobody lmao
the mac studio is the same thing but half the price
i dont think anyone's ever defended macs for 3d production
they're great for adobe suite but you won't catch me getting one because of their awful ecosystem
the myth has largely been that apple dominates creative spaces and you Need a Mac to participate
when most production studios use windows machines now because they're way cheaper and easier to maintain
i can see it if the studio largely uses the adobe suite
or anything native to their platform
even then, is adobe better on apple silicon than x86, if you factor in the apple tax?
like, is $7000 worth of mac pro better than $7000 worth of x86 hardware for running photoshop and lightroom?
some people claim it's more stable, but i'm not one to speak about it since I'm not in that space
And people don't use the mac pro for it, i'm pretty sure
apple's product segmentation is just super weird, the mac pro is a product nobody asked for
the mac mini and mac studio also have a fairly large amount of overlap
shrug
Yes, I have no idea why but adobe runs that much better lmao
Im considering getting a mini just for it
my girlfriend insists she needs a mac for school
apparently she breaks windows laptops like some kind of reverse midas
all i know is that adobe and similar works well on mac
specially compared to whatever you can get at similar cost from x86 portables
the key word is portable
macbooks are like 95% as good as a mac pro and they cost 20% as much lmao
mb air are hawt
The mini is perfect for most creatives
i never tried defending it
lmao
im just saying the m1 macs are good for a lot of creative workflows
AE behaves perfectly on macos
just not 3d specific ones
On windows it's a thermo nuclear bonb
I'm saying that apple has largely undercut its stationary hardware platforms since the macbook is basically everything you'd want from apple hardware
why would you buy anything but a macbook air/pro
io
for what, though?
doesn't the MBA/MBP support a dock that lets you put all your junk on external storage?
well, yeah
the only expansion card you'd really want is a GPU, which is a non-starter for apple silicon
1440/360 monitor
made by asus 
it's probably a panel made by one of the 4 manufacturers out there that every other company repurposes
AUO, as usual
it's mostly that asus is the first one to get a monitor out with the new ultrafast IPS
so you're paying the asus tax for no real reason other than the ugly asus XXXTREME GAMEN swoop on the back
I'm surprised acer doesn't have one yet, I heard they had a premium agreement with AUO to get first pick of panels
im pretty sure other manufacturers have better strobing implementations
TFTcentral reviewed the asus lmnopqrx last week, it's apparently really fuckin fast but it has a permanent red shift and an uncorrectable blue color deficiency

could have just been their review sample
the input lag is wild, it's about 1.1ms all-in
Don't manufacturers send cherry picked samples, generally
you'd think
but tftcentral has shit on monitors that are generally good before
and I know panel lottery is really prevalent for cutting edge IPS
I remember reading user reviews for the XB270 and seeing wild variations in contrast ratio and panel uniformity
could even just be a defect in how they calibrated the thing out of the factory
since it comes preset with an sRGB mode but the software is too aggressive on the blue channel
I've
honestly never had good experiences with factory srgb modes
they almost never work
most color spaces are doomed because LCDs still can't manage pure enough colors to get proper coverage
Yeah I have mine sent out
I'll just get a proart if I ever start worrying about color accuracy
It's not perfect but, still
So... a bit of question
I have 2 CPU cooler pins which is good because I'll need that, but can I repurpose the AIO pump header if I use only fans?
iirc, they run at full speed if you shove a fan connector into an aio header
4x4 chassis fan headers should be plenty for case fans, anyway
specially if you're planning on getting anything that can be daisy chained
Since you can run 3 or so fans in a chain before you start running out of current for subsequent ones
well I wanna use PWM fans
same story.
oh I can daisy chain those too?
if they have the appropriate connectors for it, yeah
ah cool
though, I want this NZXT H7 case, supports 3 front 140mm and one 140mm rear fan along with 2 top 140mm
near-noctua performance at a low price
nice
p14's are their 140mm model
you need the pst model
this one?
yeah
oh okay
well, that's the F
WELL
They should be fine for case fans, unless there are restrictive filters in the way
this is here but I doubt I can buy this
if no price listed, doesn't deliver to me
usually
afaict it's only a front mesh?
Where do you live again
p14 pst isn't available on their main site, rip
apparently I can buy this 5 pack
as long as that add to basket button is there, I'm good
that's good because my current fans on my Sharkoon case... well besides being 120mm
the top one died last year
GRANTED, I've been using it since 2018
but that's still only 4 years compared to my very first build that lasted 10 years without issues
yeaah
i thought you had a budget
okay well I'm running a 4090 and an i7-13700k
I'm a bit concerned though, not over anything just the fact this will be the first time I'm gonna use a modular PSU
yeah I know
Then after you're done, shove the cables in the box for safekeeping somewhere

it should improve the aesthetic of my build tbh to not have a ton of cables, to go nowhere and just be there
I'm thinking rmx next time I upgrade
You can kinda still do that with non modular power supplies but... the power supply shroud will get a bit stuffy
well not like I care about aesthetic much, I wanted no glass side panel but NZXT only has that
plus I will use no RGB
Might want to consider this if you want native 12VHPWR support https://www.amazon.com/FSP-Modular-Warranty-HG2-1000-Gen5/dp/B0BTTW2344/ref=sr_1_6?crid=2AIR5SFM0U6A&keywords=pcie+5+1000w&qid=1687895920&sprefix=pcie+5+100%2Caps%2C278&sr=8-6
Compared to the previous generation, Hydro G Pro is an IEC62368 certified PSU that has been dramatically improved in its safety design as well as a more compact dimension without compromising its efficiency. Like all FSPโs power supplies, Hydro G Pro delivers stable performance. The 80 Plusยฎ Gold...
There might be a few other units worth considering, I'll check later
that seems a tad more expensive than the corsair one
It's 10 more
But it has native pcie 5 support and still has the same warranty
That said, they should still be about the same as far as performance goes, I think?
ayo, wtf is this
does every case have room for this shit 
crazy
@dull garnet
I'd have love that layout when I built my last PC in 2018
Seems like you'd need a beefy case to even have the room to use this
That's cool af
It's neat, just niche
also
is PCIe 5 support necessary for a PSU?
Nope!
what is it good for though?
It just means you can have VHPWR cables that plug directly into the PSU
iirc
Instead of needing those adapters
This just looks messy lol
but yeah uh, definitely consider a pcie 5 psu if you don't want to have to use an adapter like that
And the 4090 one is clown like
it's just
It wants like 4x 8 pin? iirc
This is only two luckily so I can get a cable that plugs into my old psu
Could have just got a 8 pin 4070 but noo
PCIE5 psus just happen to have a direct connector instead of needing an adapter
Get fucked, I guess 
In theory the 12 pin standard is better
I wanted the founders and it came in stock a few days after i got my 4090
the 12vhp connector is awfully designed
Well this card is like 220w max
So nbd
I have one and it works great ๐
The 12 pin should still be better if they would do it right ๐ญ
the included cables suck though >>
Plus I undervolted to 170w basically


