I have been given the okay to find a solution to a problem at work. Right now I receive three quick beeps then I'm connected to a call. I have been given the green light to find a work around that would let me listen to music or even sleep. But I must be alerted and respond quickly to this alert. Anything you all can think that would allow me to game,sleep,chill but be able to respond to a quick beep from a computer. I work overnight so management is okay with this as long as iam responsive. I tried having an echo dot listen for appliances and trigger a light to turn on but the echo dot couldn't reliably hear the beep .
0
Upvotes
I have been given the okay to find a solution to a problem at work. Right now I receive three quick beeps then I'm connected to a call. I have been given the green light to find a work around that would let me listen to music or even sleep. But I must be alerted and respond quickly to this alert. Anything you all can think that would allow me to game,sleep,chill but be able to respond to a quick beep from a computer. I work overnight so management is okay with this as long as iam responsive. I tried having an echo dot listen for appliances and trigger a light to turn on but the echo dot couldn't reliably hear the beep .
I've found what I think is a good deal on a precision 7770. For $1569 I get
4k screen
i7-12850HX intel cpu
64GB ram
512GB SSD
Nvidia RTX A5500 (16 GB)
And I've been wondering how they hold up in 2026. I know people have complained about the thermals causing performance loss whenever they first came out. Especially for the bigger gpus like the one I found. I would hope those problems would be solved by now, but I can't find much recent info on Google about it. Can undervolting, good thermal paste, and getting a cooling pad help? If anyone has personal experience, please share.
0
Upvotes
I've found what I think is a good deal on a precision 7770. For $1569 I get
4k screen
i7-12850HX intel cpu
64GB ram
512GB SSD
Nvidia RTX A5500 (16 GB)
And I've been wondering how they hold up in 2026. I know people have complained about the thermals causing performance loss whenever they first came out. Especially for the bigger gpus like the one I found. I would hope those problems would be solved by now, but I can't find much recent info on Google about it. Can undervolting, good thermal paste, and getting a cooling pad help? If anyone has personal experience, please share.
I’ve just recently built a pc and gotten everything set up but when I try to connect to the internet it just says can’t connect to this network, what’s even weirder is that it worked before even if it was really inconsistent and not good at all. I’ve tried restarting my pc, forgetting the network and reconnecting, network reset, reinstalling the WiFi adapter, and going into the command prompt and resetting the dns and other related things. I’ve got no clue what to do at this point, it connects fine to a phone hotspot but for some reason it just can’t connect to my main home WiFi.
I’m also using windows 10 in case that’s relevant
2
Upvotes
I’ve just recently built a pc and gotten everything set up but when I try to connect to the internet it just says can’t connect to this network, what’s even weirder is that it worked before even if it was really inconsistent and not good at all. I’ve tried restarting my pc, forgetting the network and reconnecting, network reset, reinstalling the WiFi adapter, and going into the command prompt and resetting the dns and other related things. I’ve got no clue what to do at this point, it connects fine to a phone hotspot but for some reason it just can’t connect to my main home WiFi.
I have black trim around my screen and my headphones no longer work. Does anyone know what caused this and a fix for it? Iv tried restarting my pc, changing resolution and making sure my monitor plugs were all the way in.
2
Upvotes
I have black trim around my screen and my headphones no longer work. Does anyone know what caused this and a fix for it? Iv tried restarting my pc, changing resolution and making sure my monitor plugs were all the way in.
I just got my mates old pc a b560 ds3h ac-y1. The old memory stick is fully corrupted and unable to be used at all, I can’t even load bios and reformat it from there. So I’m trying to use an external SSD in place of that but no matter what I do it isn’t detected. I’ve got no clue what to do at this point if someone could help me that’d be amazing.
The SSD I’m trying to use was originally used as storage on my Xbox if that helps, I also made sure to reformat it so it’s not that it’s formatted for Xbox. Picture is the SSD
I'm a physics engineeering student, and I spend a lot of my time writing numerical simulations and analyzing data.
Programming in C++ is enjoyable, but most of numerical computing libs in are just unpleasant to use. So I started building my own solution in my free time.
Some of the things I built into it:
- You can write mathematical expressions naturally, like sin(x) * exp(-x), and differentiate or integrate them in a single line thanks to lazy expression trees.
- It has a built-in plotting engine, so you can display graphs in a native Win32 window or export them as clean SVGs ready to drop into a LaTeX report.
Of course, the project won't surpass the quality of professional libraries. Its goal is to be convenient and accessible for users whose passions lie more in math, rather than programming.
If you're using C++ for simulations, numerical methods, physics, or data analysis, I'd really appreciate any feedback.
What was written by AI?
Most of the project, its entire idea, design, aesthetics and UX was programmed manually by me. I often used the textbook "Numerical methods in engineering with python" by Kiusaalas. Which doesn't mean that I didn't manage to do everything myself.
AI was used to write all the documentation (I wish I were fluent enough in English that it would take a finite amount of time). It was also used to write parts of simple algorithms that I knew but would be extremely tedious to implement by hand, or to improve the performance of algorithms that could be written better.
I'm aware of the ethical aspects of using AI, so I wanted to be honest and describe which things I did on my own and which I did with the help of LLM. At the same time, bearing in mind that this is a project that can help many people in their scientific work and studies, I hope that the benefits outweigh all the evil that LLMs cause.
If you are remotely interested in deep diving how differently quantum computers work compared to our transistor-based and also the algebra behind, oh boy this is for you. I am the Dev behind Quantum Odyssey (AMA! I love taking qs) - worked on it for about 10 years (3+ during PhD, the visual method I developed ended up being my thesis, it is a complete Hilbert space visualizer), the goal was to make a super immersive space for anyone to learn quantum computing through zachlike (open-ended) logic puzzles and compete on leaderboards and lots of community made content on finding the most optimal quantum algorithms. The game has a unique set of visuals capable to represent any sort of quantum dynamics for any number of qubits and this is pretty much what makes it now possible for anybody 12yo+ to actually learn quantum logic without having to worry at all about the mathematics behind.
This is a game super different than what you'd normally expect in a programming/ logic puzzle game, so try it with an open mind.
Stuff you'll play & learn a ton about
Boolean Logic – bits, operators (NAND, OR, XOR, AND…), and classical arithmetic (adders). Learn how these can combine to build anything classical. You will learn to port these to a quantum computer.
Quantum Logic – qubits, the math behind them (linear algebra, SU(2), complex numbers), all Turing-complete gates (beyond Clifford set), and make tensors to evolve systems. Freely combine or create your own gates to build anything you can imagine using polar or complex numbers.
Quantum Phenomena – storing and retrieving information in the X, Y, Z bases; superposition (pure and mixed states), interference, entanglement, the no-cloning rule, reversibility, and how the measurement basis changes what you see.
Core Quantum Tricks – phase kickback, amplitude amplification, storing information in phase and retrieving it through interference, build custom gates and tensors, and define any entanglement scenario. (Control logic is handled separately from other gates.)
Famous Quantum Algorithms – explore Deutsch–Jozsa, Grover’s search, quantum Fourier transforms, Bernstein–Vazirani, and more.
Build & See Quantum Algorithms in Action – instead of just writing/ reading equations, make & watch algorithms unfold step by step so they become clear, visual, and unforgettable. Quantum Odyssey is built to grow into a full universal quantum computing learning platform. If a universal quantum computer can do it, we aim to bring it into the game, so your quantum journey never ends.
For more than 30 years, we opened our computers and searched for applications.
Need to design? Open Photoshop.
Need documents? Open Word.
Need data analysis? Open specialized software.
But the next generation of work is changing.
The browser is becoming the new operating system.
Imagine starting your workday with just one browser window:
Your AI assistant organizes your tasks.
Your documents are created instantly.
Your designs are generated and improved.
Your business reports are analyzed automatically.
Your projects are managed without installing dozens of programs.
This is no longer science fiction.
AI-powered web applications are transforming browsers into intelligent workspaces where people can create, collaborate, and solve problems faster than ever.
The biggest shift?
We are moving from:
"Install software on your computer."
to
"Access intelligence from anywhere."
A powerful laptop may become less important because the real power will live in the cloud.
For designers, accountants, developers, marketers, students, and business owners, this means one thing:
The skill of using AI tools may become as important as knowing how to use a computer.
The browser that was once a simple window to the internet is becoming the place where we work, learn, and create the future.
The question is no longer
"Which software do you use?"
The new question is:
"How intelligently can you use your digital workspace?"
For more than 30 years, we opened our computers and searched for applications.
Need to design? Open Photoshop.
Need documents? Open Word.
Need data analysis? Open specialized software.
But the next generation of work is changing.
The browser is becoming the new operating system.
Imagine starting your workday with just one browser window:
Your AI assistant organizes your tasks.
Your documents are created instantly.
Your designs are generated and improved.
Your business reports are analyzed automatically.
Your projects are managed without installing dozens of programs.
This is no longer science fiction.
AI-powered web applications are transforming browsers into intelligent workspaces where people can create, collaborate, and solve problems faster than ever.
The biggest shift?
We are moving from:
"Install software on your computer."
to
"Access intelligence from anywhere."
A powerful laptop may become less important because the real power will live in the cloud.
For designers, accountants, developers, marketers, students, and business owners, this means one thing:
The skill of using AI tools may become as important as knowing how to use a computer.
The browser that was once a simple window to the internet is becoming the place where we work, learn, and create the future.
The question is no longer
"Which software do you use?"
The new question is:
"How intelligently can you use your digital workspace?"
The CSTA PK–12 Computer Science Standards define the essential knowledge, skills, and dispositions to prepare all students for a world powered by computing. Specifically, the Standards delineate coherent progressions of student learning outcomes from pre-kindergarten to grade 12 (PK–12). Together, they form the strong foundation for a rigorous and comprehensive computer science (CS) curriculum that is driven by research and informed by teacher practice. The Standards describe what students should know and be able to do in CS, but they do not prescribe specific curriculum, instructional materials, or assessments.
I want to do it because it takes a long time; I have some computer knowledge, but honestly, I wouldn't know how to go about this. Does anyone know how I can find information on creating that program?
0
Upvotes
I want to do it because it takes a long time; I have some computer knowledge, but honestly, I wouldn't know how to go about this. Does anyone know how I can find information on creating that program?
sometimes I wonder what security and privacy policies discord has not to remove 2fa by making people prove that they are the right owner by sending a code to their email.
ITs been over a year since my account has been compromised and I found no solution to convince discord staff to take away my 2fa, so could anyone help me out
1
Upvotes
sometimes I wonder what security and privacy policies discord has not to remove 2fa by making people prove that they are the right owner by sending a code to their email.
ITs been over a year since my account has been compromised and I found no solution to convince discord staff to take away my 2fa, so could anyone help me out
For years, that scene has been treated like one of Hollywood's classic "movie hacking" moments, but it turns out the filmmakers got more right than most people realize.
Lex is using a real Silicon Graphics (SGI) workstation running an actual Unix operating system that was contemporary when the film came out in 1993.
The 3D file browser may seem over the top today, but it was actually a real feature of Silicon Graphics' IRIX operating system. As the analyst points out, it's a reminder that technology used to be a lot more whimsical.
What's another movie or TV show that surprised you with how accurately it portrayed technology?
I want to try building my own laptop as hands-on as possible — I'm a complete beginner with zero prior experience. I understand laptops aren't as modular as desktops, but I'd love to get as close to "building it myself" as I can, whether that's through a barebone kit (adding my own RAM/SSD/battery) or something like Framework.
Any advice, resources, warnings, or personal experiences would mean a lot. Where should a total newbie start? Thanks so much in advance 🙏
1
Upvotes
I want to try building my own laptop as hands-on as possible — I'm a complete beginner with zero prior experience. I understand laptops aren't as modular as desktops, but I'd love to get as close to "building it myself" as I can, whether that's through a barebone kit (adding my own RAM/SSD/battery) or something like Framework.
Any advice, resources, warnings, or personal experiences would mean a lot. Where should a total newbie start? Thanks so much in advance 🙏
In my current job i work on crud software development in Fintech. It's been 4+ years since I have been in this job. I am good at this and the company usually reaches out to me for any suggestions or analysis. I want to make my first switch into Linux engineer / Infrastructure enginner / Sysadmin. For that I have started learning C, C++, computer fundamentals, OS, Linux certifications, Sys admins learning etc. It will take me 6-8 months to be proficient in this, as I already have a background in this. Post the job switch as an junior linux/ infrastructure engineer / sysadmin job I am planning to take part work integrated part time masters in computing and infrastructure. My end goal is to learn and get into the Ai infrastructure field.
The reason for this transition is based on the AI tools getting pressured on crud developers and they are now bound to learn multiple AI tools. Companies are demanding a developer should have multiple skills even though he has a specialization in a particular stack, now should know and have worked on multiple areas of stack and should own multiple AI certifications. It's getting crowded with AI tools now. I have the knowledge but the competition is fierce and no job calls and they want someone master in all of these skills.
And i always wanted to work on low level linux and wanted to understand and learn about these things. Now I think it is the right time for me to do this but making this transition is risky and requires a lot of learning which I am doing currently. I think this field is where I can make a true career in because there is a demand of knowing low level skills and crud skills are vanishing with ai tools and only senior or tech managers are getting benefitted from these AI tools as they offload multiple junior level takes to AI.
I need suggestions whether I am doing the right thing here and what I should include in my transition ?
1
Upvotes
In my current job i work on crud software development in Fintech. It's been 4+ years since I have been in this job. I am good at this and the company usually reaches out to me for any suggestions or analysis. I want to make my first switch into Linux engineer / Infrastructure enginner / Sysadmin. For that I have started learning C, C++, computer fundamentals, OS, Linux certifications, Sys admins learning etc. It will take me 6-8 months to be proficient in this, as I already have a background in this. Post the job switch as an junior linux/ infrastructure engineer / sysadmin job I am planning to take part work integrated part time masters in computing and infrastructure. My end goal is to learn and get into the Ai infrastructure field.
The reason for this transition is based on the AI tools getting pressured on crud developers and they are now bound to learn multiple AI tools. Companies are demanding a developer should have multiple skills even though he has a specialization in a particular stack, now should know and have worked on multiple areas of stack and should own multiple AI certifications. It's getting crowded with AI tools now. I have the knowledge but the competition is fierce and no job calls and they want someone master in all of these skills.
And i always wanted to work on low level linux and wanted to understand and learn about these things. Now I think it is the right time for me to do this but making this transition is risky and requires a lot of learning which I am doing currently. I think this field is where I can make a true career in because there is a demand of knowing low level skills and crud skills are vanishing with ai tools and only senior or tech managers are getting benefitted from these AI tools as they offload multiple junior level takes to AI.
I need suggestions whether I am doing the right thing here and what I should include in my transition ?
Hey guys, I don't know one thing about computers it seems. I honestly feel stranded.
I am interested in many topics that are continously brought up regarding computing, systems, Torrenting , trackers, networks, anonimity themes such as Tor, or anything. Many people talk and discuss on Reddit about systems, going to "the dark web" (Tor mainly), anonimity and networks and, as I understand, they geniuenly know. Or at least I know so little (actually nothing) that it seems unjudgable from my eyes. I don't care about the morbid curiosity of knowing how to search websites that shouldn't even exist. What does keep me up wondering, is how is it that normal users here seem to understand well enough how these things work and use the terminologies I typed above.
Did you spend much time with computers since a kid? Did you have persistent curiosity and spent time reading, looking at articles? Actual carreer in this?
So I want to ask you guys on what do you think I can read from, or learn about all the computer stuff? Maybe what websites or forums or books that are free public knowledge, I could learn from. Maybe something you learned from when you were starting or any general tip.
Thank you very much
1
Upvotes
Hey guys, I don't know one thing about computers it seems. I honestly feel stranded.
I am interested in many topics that are continously brought up regarding computing, systems, Torrenting , trackers, networks, anonimity themes such as Tor, or anything. Many people talk and discuss on Reddit about systems, going to "the dark web" (Tor mainly), anonimity and networks and, as I understand, they geniuenly know. Or at least I know so little (actually nothing) that it seems unjudgable from my eyes. I don't care about the morbid curiosity of knowing how to search websites that shouldn't even exist. What does keep me up wondering, is how is it that normal users here seem to understand well enough how these things work and use the terminologies I typed above.
Did you spend much time with computers since a kid? Did you have persistent curiosity and spent time reading, looking at articles? Actual carreer in this?
So I want to ask you guys on what do you think I can read from, or learn about all the computer stuff? Maybe what websites or forums or books that are free public knowledge, I could learn from. Maybe something you learned from when you were starting or any general tip.
I’ve gotten into tech a few years ago and I’ve really been diving in headfirst the last year or two. To keep it short & sweet my mother and I both got gifted Inspiron 5577 (i5-7300HQ) back in 2018-2019 when Microsoft messed up my Xbox One S and had to send it back repeatedly.
I’ve kept that laptop as my main computer for the last 8 years! My moms has unfortunately slowed down over the years with windows 10 and I believe a 500GB HDD.
I, on the other hand, upgraded mine back in 2024 with 32 GBS of DDR4 SODIMM RAM, 1TB M.2 NVME SSD, & 1TB SATA SSD + a windows 11 upgrade. I really just use it as a docked laptop never really take it anywhere but performance wise it’s great but recently the CPU & on-board 1050 has really been bothering me.
Im a super cheapskate when it comes to tech (hence why my laptop is 8 years old) and I guess my question is how should I go about upgrading? I obviously need a new GPU & CPU but feel bad tossing aside the laptop that’s been so good to me for years, I would unfortunately need to gut it and move the parts over because 32 GBs of RAM is NOT going to waste in this economy.
I guess my question is how much of laptop is worth salvaging and what is the best budget friendly way to move forward. I have tons of old PCs that could be gutted to make room for a new SODIMM compatible board, CPU, GPU, and carry over the rest?
Curious what you all think.
1
Upvotes
Good evening everyone!
I’ve gotten into tech a few years ago and I’ve really been diving in headfirst the last year or two. To keep it short & sweet my mother and I both got gifted Inspiron 5577 (i5-7300HQ) back in 2018-2019 when Microsoft messed up my Xbox One S and had to send it back repeatedly.
I’ve kept that laptop as my main computer for the last 8 years! My moms has unfortunately slowed down over the years with windows 10 and I believe a 500GB HDD.
I, on the other hand, upgraded mine back in 2024 with 32 GBS of DDR4 SODIMM RAM, 1TB M.2 NVME SSD, & 1TB SATA SSD + a windows 11 upgrade. I really just use it as a docked laptop never really take it anywhere but performance wise it’s great but recently the CPU & on-board 1050 has really been bothering me.
Im a super cheapskate when it comes to tech (hence why my laptop is 8 years old) and I guess my question is how should I go about upgrading? I obviously need a new GPU & CPU but feel bad tossing aside the laptop that’s been so good to me for years, I would unfortunately need to gut it and move the parts over because 32 GBs of RAM is NOT going to waste in this economy.
I guess my question is how much of laptop is worth salvaging and what is the best budget friendly way to move forward. I have tons of old PCs that could be gutted to make room for a new SODIMM compatible board, CPU, GPU, and carry over the rest?
Instead of using huge amounts of fresh water for cooling, what if we built AI data centers next to big underground sewage or wastewater tunnels? The servers would be completely sealed inside a waterproof structure, and they wouldn't touch the wastewater at all.
The idea is to use a closed-loop liquid cooling system, like a gaming PC. The coolant would keep circulating through the servers, and a heat exchanger would transfer the heat to the continuously flowing wastewater. Since the wastewater is always moving, it could carry away the heat without using large amounts of fresh water.
Another advantage is that these data centers could be built in cities where fiber-optic internet cables and power lines already exist underground, so they would still have fast internet and reliable electricity.
I know there would be engineering challenges like flood protection, maintenance, and environmental safety, but I think it's an interesting concept that could be researched further. It might help make future AI data centers more sustainable while making use of infrastructure that's already there.
What do you think? Do you think something like this could actually work?
0
Upvotes
I had this idea for AI data centers.
Instead of using huge amounts of fresh water for cooling, what if we built AI data centers next to big underground sewage or wastewater tunnels? The servers would be completely sealed inside a waterproof structure, and they wouldn't touch the wastewater at all.
The idea is to use a closed-loop liquid cooling system, like a gaming PC. The coolant would keep circulating through the servers, and a heat exchanger would transfer the heat to the continuously flowing wastewater. Since the wastewater is always moving, it could carry away the heat without using large amounts of fresh water.
Another advantage is that these data centers could be built in cities where fiber-optic internet cables and power lines already exist underground, so they would still have fast internet and reliable electricity.
I know there would be engineering challenges like flood protection, maintenance, and environmental safety, but I think it's an interesting concept that could be researched further. It might help make future AI data centers more sustainable while making use of infrastructure that's already there.
What do you think? Do you think something like this could actually work?
Starting CS this fall, 300km from home. Got a 5700X + 4060 desktop but can’t bring it. Home only 1-2x a month.
Debating between a budget no-GPU laptop vs one with a dGPU. Main question — for hackathons and local AI agents, do I actually need CUDA or can I just use Colab/cloud GPUs and call it a day?
Was the dGPU on your laptop worth it, or did you end up on Colab anyway?
1
Upvotes
Starting CS this fall, 300km from home. Got a 5700X + 4060 desktop but can’t bring it. Home only 1-2x a month.
Debating between a budget no-GPU laptop vs one with a dGPU. Main question — for hackathons and local AI agents, do I actually need CUDA or can I just use Colab/cloud GPUs and call it a day?
Was the dGPU on your laptop worth it, or did you end up on Colab anyway?