Search results

  1. S

    zenbleed AMD security bug

    Zen2 based CPUs have a new bug discovered which seems pretty bad. Zenbleed. https://arstechnica.com/information-technology/2023/07/encryption-breaking-password-leaking-bug-in-many-amd-cpus-could-take-months-to-fix/ Ouch. list of cpus affected taken from ARStechnica
  2. S

    Framework laptop, now with extra AMD

    Framework is now offering amd 7040 series laptops and mainboards for preorder. https://frame.work/ amd 7040 series isn't released yet as far as i know. It is Zen4 RDNA3. edit: Also announced is the 16" laptop. Of interest is the replaceable GPU...
  3. S

    chatGPT and digital logic design

    Just some experiences with chatGPT and VHDL. I had asked chatGPT to create a template for a testbench with a component with specified signals. It did a pretty good job creating the template, including inferring that some of signals were clocks and creating square waves for them automatically...
  4. S

    Why bother installing OS? AI can just simulate it for you.

    No OS? No problem! ChatGPT can emulate a linux shell for you. It can emulate lynx for you. It can emulate python for you. It can even emulate YOU for you (ok maybe it cant do that, not sure yet). https://www.engraved.blog/author/jonas/ Some of the comments are also interesting.
  5. S

    amd 6900hs 6800hs rembrandt laptop availability

    It's been a few months since the AMD 6900hs 6800hs mobile cpu release, but I'm not seeing many laptop options. edit: See links below, I'm starting to see more options, with some better prices than before.
  6. S

    You can now upgrade your framework laptop from 11th gen intel to 12th gen

    About a month ago the framework laptop 11th gen intel laptop motherboards went on sale on their website so that you could repair your framework laptop or do whatever you wanted with the mobile motherboard Well apparently the 12th gen intel laptops are now on sale. And pretty soon they will...
  7. S

    Framework laptop mainboard now on sale

    Not sure if this has been posted. The framework laptop was promised as being very modular and easy to repair. It seems the mainboards have officially gone on sale on April 22. They are now available on the framework marketplace. https://frame.work/marketplace Also the mainboards should run...
  8. S

    DEAL DEAD. Life Cereal FoodMaxx 99 cents a box

    Life cereal is on sale for 99 cents for a small box at my Foodmaxx in Fremont, Ca. Ends up being $0.08 / oz. Seems like a good deal. 2020-03-11: Deal is dead at foodmaxx in fremont.
  9. S

    AMD Rome EPYC Zen2 reviews

    amd rome server CPUs seem to be pretty good. https://www.anandtech.com/show/14694/amd-rome-epyc-2nd-gen https://www.phoronix.com/scan.php?page=article&item=amd-epyc-7502-7742&num=1 https://hexus.net/tech/reviews/cpu/133244-amd-epyc-7742-2p-rome-server-review/...
  10. S

    PWM Fan controller. Tach must come back to system.

    I have 2 4-pin fan outputs from system. I need to either to limit the duty cycle to some max value, or to adjust the duty cycle to limit the tach to some max value. I don't care which. The tach from each fan MUST come back to the 4-pin fan output from the system (I need the system to still...
  11. S

    New remote work solution needed

    This is not strictly networking. Please feel free to move it if this is the wrong place. I need ideas Small company I work for has most of their tech infrastructure in-house (email server, smb share, etc etc). We need to move it into the "cloud" so that employees can work remotely from home...
  12. S

    Network Service Authorization

    If this post looks familiar it's because I have this same post posted at anandtech Say I have a webserver that is unfixably insecure and is on my local network. What I mean is that if an intruder was determined and had network access to the webserver he could exploit the machine like crazy, and...
  13. S

    99$ sandisk ultra plus 256 GB ssd

    Seems like a fairly good deal. Decent performance, fairly good power charactaristics, 7mm height. Sorry, it's newegg. http://www.newegg.com/Product/Product.aspx?Item=N82E16820171741&nm_mc=AFC-dealnews&cm_mmc=AFC-dealnews-_-NA-_-NA-_-N82E16820171741 edit: seems the newegg deal is dead...
  14. S

    What's your opinion? (Screen tearing and latency)

    I am not a fan of screen tearing. Screen tearing is caused when the video frame buffer and the screen refresh rate are not synced correctly. The monitor draws pixels on the screen left to right, going down each row, the same order as when you read a book, from the video buffer. So...
  15. S

    Puzzles #3

    If you already know the answer without working it out, please don't post it. Let others work it out. 1. Reposted shamelessly right from spikedmath: 2. Reposted shamelessly from the AMATYC math exam OCT/NOV 2009: In how many ways can six computers be networked so that each...
  16. S

    Puzzles #2

    1)There are 100 prisoners in solitary cells. There's a central living room with one light bulb; this bulb is initially off. No prisoner can see the light bulb from his or her own cell. Everyday, the warden picks a prisoner equally at random, and that prisoner visits the living room. While there...
  17. S

    Two puzzles.

    I enjoyed this thread started by eLiu: http://forums.anandtech.com/showthread.php?t=2277519 and decided to start one here. Can't say mine are as fun, but oh well :p 1) Alicia always climbs steps 1, 2, or 4 at a time. For example, she climbs 4 steps by 1-1-1-1, 1-1-2, 1-2-1, 2-1-1, 2-2, or 4...
  18. S

    onkyo tx-sr500 5.1 issues

    I have this issue, and i have read the manual and played around with this reciever but i wanna see if you guys have any feedback for me. I got an onkyo tx-sr500 reciever and i have a 5 satellites and an active sub hooked up to it. I am currently just using my onboard realtek sound via analog...
  19. S

    normal vs reverse polarity

    I understand the concept of polarity, but I wasn't sure how to actually detect which setting would be correct to use. I recently got a subwoofer that has a button for normal or reverse polarity. I know i stayed consistent with my wiring between satellites, but i don't know if all of them are...
  20. S

    iastor iastorv msahci

    I've been researching some blue screen issues some computers were having regarding storage drivers and i came across these 3 drivers: iastor iastorV msahci 1) Do amd chipsets use msahci or yet a another driver? amd_sata.sys, is that it? 2) is msahci just a microsoft generic ahci driver...
  21. S

    c++ functions, classes, header files problem.

    I've been staring at this code for a while now and i just dont get it. Everytime I issue: g++ main.cpp ./vectortest/vectortest.cpp i get this: ./vectortest/vectortest.cpp:9: error: no ‘int vect::return_i()’ member function declared in class ‘vect&#8217...
  22. S

    perl LWP::Simple

    I'm trying to use perl and LWP::Simple to make a small script that gets the html code for a google search. Currently I just have it print out the code and URL it used to get the code in the "returnHtml" subroutine. The problem is that LWP::Simple is only working on just the domain name, not...
  23. S

    2d to 3d TV's

    So i'm hearing about these tv's that dynamically "upconvert" 2d movies to 3d. Do you guys know how this technology works? I can't even begin to comprehend how a tv can dynamically extract any depth information from a 2d movie. I've heard this is a gimmick, but I wonder how "smart" the...
  24. S

    SOPA - what is it. Pros? cons?

    Stop Online Piracy Act What is the SOPA bill? What are the pros and cons of it? Also, why are so many people against it? I tried reading the actual bill, and it seemed to only reference dns and internet providers in fighting piracy specifically. It doesn't seem like the bill has any...
  25. S

    Binaural / Holophonic / 3d virtual sound

    What do you guys think about the idea of implementing binaural recording audio engines into games? examples (you must listen with headphones, speakers wont work): http://www.youtube.com/watch?v=x5G3HUiscW4&feature=related http://www.youtube.com/watch?v=8IXm6SuUigI I know they already do...
  26. S

    hardforum not ssl?

    im new to this. is there a particular reason that the hardforum isn't hosted on an https protocol? too taxing on the server? i just started playing around with packet tracers and was suprised how clearly your username and password are spelled out in the packet when you login. I know...
  27. S

    Like minecraft? Like CTF? Ace of Spades

    hey guys, just started playing this game, it's still in beta and free. It feels a little wonky at first, but it's addictive. http://ace-spades.com/ I'd recommend giving it a try.
  28. S

    ssd diagnostic

    Do standard hard drive diagnostics tell you anything on ssd's? I can't find much information on this topic, except for some post on the internet somewhere where someone simply said that standard tests do not work at all on ssd's. I can see how a test that tells you your drive is fine may...
  29. S

    How much of x86-64 is legacy

    Do you guys know how much space (i dont know, measured in percentage of transistors i guess?) is kept alive on modern processors for legacy instructions, How much of the x86-64 processors exists to keep it backwards compatable with all x86 code? For example, is x86 real mode really used for...
  30. S

    fundamental networking question (NAT)

    I'm trying to figure out how NAT tables work and how a router knows which computer to send an income packet to. So let's say i have two machines on my network both connecting through the router to http://hardforum.com. I'm assuming the original Private IP's are completely stripped off by...
  31. S

    2 networks, 2 internet connections

    so, i don't have an actual physical setup, i was simply inspired by this thread: http://hardforum.com/showthread.php?t=1602758 and didn't really want to thread hi jack as i have questions that might not pertain to him. Let's assume i have two internet connections and two routers. I...
  32. S

    150$ 2.1 or 2.0 setup

    looking for some new speakers for a friend for around 150$. I can get the klipsh media 2.1 system for 90$, anyone have experience with these speakers? Otherwise i can get the m-audio av40's for 120$, but i think my friend would appreciate the extra bass more than the clarity of the...
  33. S

    what do you think of my htpc?

    so I've been obsessed with passive cooling for a while now (i keep researching builds for completely passive setups). Anyways, while i am obssessed with the idea, I don't feel like it would be that satisfying to just start dropping 600$ on a computer i dont actually need. Recently, i recieved...
  34. S

    video buffer a000. video 13h

    K, so i've started to do some basic real mode programming. I've made a couple real basic programs that fit into the disk mbr. The problem i'm having is with writing to pixel into vga 13h mode (320x200 256 colors). I can do it via interupt with no problem (int 10h, ah=0c). However, for...
  35. S

    #include vs manually doing gcc

    hey guys, is there a difference between using an #include to include some other function vs just using gcc to manually do it instead? example i could make a headerfile myfunction.h and do #include "myfunction.h" or instead just make an obj file right away and do gcc myprogram.o...
  36. S

    bypassing segmentation fault

    I'm doing some basic assembly language programming for x86-64 using gcc on ubuntu 64. Anyways, i've noticed that whenever i try to access memory i'm not supposed to, it breaks with a segmentation error. This is not the problem i have. The problem is that i want someway to be able to check...
  37. S

    Intel retail edge updated

    intel retail edge has been updated, the big deals have been announced, also, they added an auction tab where you can buy different items with only chips (not completely sure about this). They have a q6700 on the auction right now. the big deals have been announced but to recap: intel...
  38. S

    windows xp mode in 7

    so i was curious with xp mode and wanted to try it, but unfortantely i can't install virtual pc because i'm running RC1 still. Either way, the xp mode file installed fine and extracted everything, so i was even more curious and decided to mount the .vhd file it supplied into virtual box...
  39. S

    why the sub needs it own channel in 5.1?

    i was just wondering about this, and am having trouble finding info the internet. Why does the subwoofer use a separate channel in most 5.1 setups (shared with the center channel) but with most 2.1 setups it just filters from the two stereo channels? I guess what i'm asking is: are there...
  40. S

    PSU for core i7, gtx280 ...

    building new rig for friend: core i7 920 MSI micro x58 gtx 280 (no sli) 2 x hdds 3 x 2gb ram 3 or 4 fans NO overclocking. The parts above are not up for discussion. However, i do need a psu to power the machine, and im not quite sure what to get. i can get antec 650watt (ea650) for...
Back
Top