Jump to content

adm0n

Member
  • Posts

    1,059
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    adm0n got a reaction from Eigenvektor in Why are iGPUs no longer done this way?   
    There are multiple reasons I'd assume.
    Some I can think of are
    Having a dGPU like that, would take up actual PCIe lanes. So you are either stuck with -8 lanes permanently or you need a PCIe switch Board space for fitting all the components of an actual GPU Cooling and extra VRM Extra Cost It would likely only be viable for lower end GPUs, so it would only make sense if the whole contraption was somehow cheaper than just buying a motherboard and a GPU. But you'll hardly save anything, especially if you don't want to compromise on the motherboard functionality
  2. Like
    adm0n reacted to Koeg in What laptop should I buy   
    Yeah, content consumption is like web page browsing and YouTube videos watching, the speakers don't matter that much.
     
    Gonna check out system76, probably a high-power cpu. I was looking at the ThinkPad t14 gen 3. Thanks for the help
  3. Agree
    adm0n got a reaction from Likwid in What laptop should I buy   
    From what I can tell, you mostly need CPU power, while an iGPU could even be fine for you.
     
    If Linux support is important for you, you could check out system76. Otherwise you can never really go wrong with Lenovo Thinkpads. You usually can also find a lot of them used. Just make sure to at least get 32 GB of RAM or look for models with upgradeable RAM. And I wouldn't go lower than 12th gen Intel or 3rd gen Zen.
    This highly depends on how your use-case changes and if you are willing to maintain your laptop.
    Do you actually want anything specific here? If you always use headphones anyway, I'd just make sure to get a somewhat decent screen. Better speakers can be hit or miss.
     
     
    In your position I'd first figure out if you want a low power ~25W or high power ~45+W CPU and then go from there. If a low powered chip would be enough for you, the HP dragonfly series is pretty sweet. But you probably want a higher powered chip. That will likely mean a bulkier design and more fan noise.
     
    For a good laptop reviews, I'd check out Notebookcheck.net
  4. Like
    adm0n got a reaction from OddOod in What should I look for in a TV for just computer-based inputs? (or any recommendations?)   
    I would go to rtings.com, then select the table tool (-> https://www.rtings.com/tv/tools/table) and sort by PC-Monitor.
     
  5. Like
    adm0n got a reaction from JediPadawan in What should I look for in a TV for just computer-based inputs? (or any recommendations?)   
    I would go to rtings.com, then select the table tool (-> https://www.rtings.com/tv/tools/table) and sort by PC-Monitor.
     
  6. Informative
    adm0n got a reaction from JediPadawan in What should I look for in a TV for just computer-based inputs? (or any recommendations?)   
    Happy to help!

    To answer some of your questions
     
    Fell the same way. I'm actively using a TV as a PC monitor, as it was just way cheaper. I just don't connect it to wifi, so the only thing I have to deal with, is going through a few steps to change the brightness. Otherwise you shouldn't really need to access the UI all that much.
     
    I cannot speak for all TVs, but newer ones usually have an option to allow an input to be full RGB instead of being subsampled, and use full range instead of limited range.
    The one thing, you might need to contend with is the subpixel layout, which might be different from what your PC expects. For example my TV has a BGR (blue green red) instead of RGB (red green blue) layout, which could make text look blurry. But luckily it being 4k makes up for that.
     
    You should probably consider whether your want to get a LED or OLED TV, the latter is susceptible to "burn in", which basically means, that if the same image is shown on the screen for a long time, it might be slightly retained on the screen. UI elements of an OS are a likely culprit for this, but you will likely get multiple years out of your TV until this becomes a problem, if you buy a newer one.
     
    You likely will need some kind of AMP, because whatever audio output the TV provides, it won't deliver enough actual power to power any kind of speaker. So either you will need powered speakers (with a build in amp) or a dedicated one. The most seamless experience would be using eARC. You can read up on that if you want!
  7. Informative
    adm0n got a reaction from Blasty Blosty in What should I look for in a TV for just computer-based inputs? (or any recommendations?)   
    Happy to help!

    To answer some of your questions
     
    Fell the same way. I'm actively using a TV as a PC monitor, as it was just way cheaper. I just don't connect it to wifi, so the only thing I have to deal with, is going through a few steps to change the brightness. Otherwise you shouldn't really need to access the UI all that much.
     
    I cannot speak for all TVs, but newer ones usually have an option to allow an input to be full RGB instead of being subsampled, and use full range instead of limited range.
    The one thing, you might need to contend with is the subpixel layout, which might be different from what your PC expects. For example my TV has a BGR (blue green red) instead of RGB (red green blue) layout, which could make text look blurry. But luckily it being 4k makes up for that.
     
    You should probably consider whether your want to get a LED or OLED TV, the latter is susceptible to "burn in", which basically means, that if the same image is shown on the screen for a long time, it might be slightly retained on the screen. UI elements of an OS are a likely culprit for this, but you will likely get multiple years out of your TV until this becomes a problem, if you buy a newer one.
     
    You likely will need some kind of AMP, because whatever audio output the TV provides, it won't deliver enough actual power to power any kind of speaker. So either you will need powered speakers (with a build in amp) or a dedicated one. The most seamless experience would be using eARC. You can read up on that if you want!
  8. Agree
    adm0n reacted to will0hlep in Need help picking a processor to pair with a 4070   
    An AIO on this build isn't worth it. Get a 2 tower air cooler, like a thermaltake peerless assassin or phantom spirit.
     
    Also, the 990 is a quality drive, but it is a poor value for money. Look at cheaper options.
     
    3rd, avoid RGB ram and avoid buying 2 seperate sticks, get a cheaper kit that is atleast (2x16GB) 6000Mhz and CL36.
     
    Also, the motherboard seems a little expensive, look for cheaper well reviewed options that have the features you want
     
    Then try to fit a 4070 into the budget.
  9. Like
    adm0n got a reaction from Ripred in Beginner struggles...bear with me   
    I also second always using a virtual environment for every project! You save yourself a lot of hassle that way.
     
    If you don't want to use venv for it, I really liked using anaconda. It is able to even install non python dependencies that are needed for packages.
     
    But using them or not, is more of a efficiency thing. If you continue to just do everything system wide, you will eventually run into a very annoying problem. And figure out, that it would be easier to just setup virtual environments for each of your projects after the fact, compared to trying to fix it system wide. So ... no matter how much you avoid virtual environments, they will almost surely find you and force you to use them.
  10. Like
    adm0n reacted to dcgreen2k in Beginner struggles...bear with me   
    I always use virtual environments for Python projects. It's really just a question of whether you want to install libraries for your current project only or for the entire system.
     
    In my experience, they're most useful for managing different versions of libraries. For example, I recently started working on a project that required an older version of a library that I was already using for some other programs. Instead of installing the older version system-wide and potentially having version conflicts, you can just install it in a virtual environment for the one project. In cases like this, the developers will include a requirements.txt file which contains a list of libraries to use and their version numbers. This makes it super easy to get a new virtual environment up and running with just a few commands.
  11. Like
    adm0n reacted to goatedpenguin in Idk what to do in C   
    Thanks for the insight I will be sure to check out "OOP C" when I get to that level 😉
  12. Like
    adm0n reacted to goatedpenguin in Idk what to do in C   
    I find C++ too complicated and my goals are to be doing embedded system and kernel programming stuff(ik I am far from it now) so I thought C might be better here. Not to mention I find C simple & easy to understand.
  13. Informative
    adm0n got a reaction from goatedpenguin in Idk what to do in C   
    Probably not really what you are after, but it is actually possible to implement classes into C, I believe parts of the linux kernel were written in "object oriented C".
     
    The idea is basically implement some of the features C++ has, by hand. You'd just use a struct to store your data, if you want to have inheritance, you just have to make sure, that the parent class takes up the first part of the memory in the struct and functions can be handled via virtual function tables.
     
    If you are at all interested in that, let me know. It's pretty neat to learn what OOP languages are actually doing in the background. On the other hand, it's probably more useful to learn C++.
  14. Informative
    adm0n got a reaction from Ayush008 in Planning to buy Nintendo   
    According to all the rumors, there will be a new switch in the second half of this year. It will, however, be a bit more expensive ~$400 to $450. At least according to the rumors. They might hit $350, but that remains to be seen.
     
    If you just want to play a few switch games, the way to go currently is just getting a steam deck and then emulate the switch games. That way you can play a lot of great PC games, as well as switch games in higher fidelity than the switch allows. If you like, you can even do this morally correct by buying the actual switch games, before you get the rom files from somewhere else.
     
    You will have to deal with the hassle of emulating, if you go this route though. Some games won't work as well as on the real hardware, and sometimes you get some visual bugs. For example in the latest Zelda game, the switch is able to sort the "objects" it draws to your screen in a certain way, that allows for some very efficient transparency effects. PC GPUs don't have calls for this, so the "objects" are drawn at random, and you see some flickering. In that game, specifically whenever there is lava.
    But most games work well enough, mostly better than on the switch itself and there is a large community for people emulating switch games on the steam deck. So you are likely to find answers to any problems you encounter fairly quickly.
  15. Agree
    adm0n reacted to RONOTHAN## in New to PCs, wondering what kind of temperatures should I expect   
    This is perfectly normal, Ryzen CPUs basically always idle at 40C when at ~21C room temp, and most GPUs will leave the fans off until they hit 50C so 40C idle is expected. 
     
    For standard temp testing of the CPU, I'll either do one of the Y-Cruncher stress tests or just Cinebench set to loop. For the GPU, something like Heaven benchmark on repeat is common, though so is Furmark and MSI Kombuster. For a temperature torture test, do both CPU and GPU at the same time. In this, I'd expect mid to upper 80s for the CPU (perhaps touching 90C), and for the GPU I'd be expecting something like 60-70. 
     
    Other method is to just play a couple games and record the temps from them. As I'm guessing this is primarily a gaming system, this is probably the most relevant.
  16. Like
    adm0n reacted to filpo in Anyone know how much these could cost?   
    we need to get rid of it and we need the money so I think we can go for ~$100/euros. What about the other one? I don't know if it's VA or IPS since I couldn't find a product page but about the same right? It's the same size, resolution and maybe brightness too, it's just a samsung instead of a sony
  17. Like
    adm0n got a reaction from filpo in Anyone know how much these could cost?   
    Don't know if there is a big difference between the two models, for someone buying them today. Also can't find any good info on the specs of the Samsung one. Technically you could market it as smart-tv, if that still works. Maybe people pay more for it then.
  18. Like
    adm0n got a reaction from filpo in Anyone know how much these could cost?   
    If you need the money, you can just insert it for $200 and see if someone bites. Then lower it until you get someone. But you will probably sell it to someone who doesn't know any better and gave you too much money for it.
     
    If you don't need the money, I don't know if its worth going through the hassle and doing someone a favor by giving it away for cheap is also an added bonus!
     
    And by extension you'll get a warranty with it.
     
    You don't know how long your TV will actually still live. Especially after it had to be transported to its new owner.
  19. Agree
    adm0n reacted to 8tg in Anyone know how much these could cost?   
    Regardless of the specifics of the panels, you gotta take into consideration it’s on paper a 40” 60hz 1080p tv. You can get new tvs with those specs for under $180 in the US, your region may vary.
    I would probably list at 100 and drop to 80 if I just wanted it sold.
     
  20. Agree
    adm0n got a reaction from RevGAM in Thermal paste   
    Well, if you install a half decent cooler on that, it will press all the unneeded thermal paste to the side. So this will just goop up the transistor around the CPU. As long as the past isn't conductive, it isn't a problem. But it's kinda annoying.
  21. Like
    adm0n reacted to freeagent in 5800xrd vs 5900x for am4 last upgrade   
    What I meant was is the 143w stock limit is a bit sucky. Even in the stock boost range (4950) the chip responds well to more power. As for my sample.. I bought when they were 800 bucks about 3 years ago lol..
  22. Like
    adm0n got a reaction from freeagent in 5800xrd vs 5900x for am4 last upgrade   
    The reason it is a bit sucky at stock, is to make sure it runs on all the chips + some extra for stability. So the variance is huge for those chips. Just look at how much more efficient the 5950X is.
     
    But I'm glad that you got a good sample!
     
    100% agree on that. Unless they come out with them actually being a software developer or something along those lines.
  23. Agree
    adm0n reacted to Sjaakie in How do I completely remove a drives contents?   
    You only need to format them to clean them from malware. Just fresh install Windows on the boot ssd and delete all existing partitions. For the hard drive go into disk management and format them.
     
    If you want to wipe them competely because you're reselling them for instance then you can use Killdisk for hhd's (writes all bytes to zero) and something like partedmagic for ssd's to send an ATA secure erase command so it cleans all cells.
  24. Agree
    adm0n reacted to _Omega_ in 5800xrd vs 5900x for am4 last upgrade   
    Gaming -> 5800x3d, if you need raw processing power as well get the 5900X... i have a 5800X3d on X370 mainboard and had no issues what so ever
  25. Like
    adm0n got a reaction from Anubis1101 in Fairphone Discussion   
    It's sadly become more common place that it's cheaper to manufacture (cheap) devices that cost a significant amount of their new price to repair.
    For smartphones that was almost always the case, but things like home appliances have that problem too. It is usually just better to buy a new one when an old one breaks.
     
    It says something about the efficiency of the supply chain, that we can get a half decent phone at $100 or $200, but on the other hand it isn't sustainable.
     
    sad empty bank account noises :c
×