Elevate Your Career with AI & Machine Learning For Dummies PRO
Ready to accelerate your career in the fast-growing fields of AI and machine learning? Our app offers user-friendly tutorials and interactive exercises designed to boost your skills and make you stand out to employers. Whether you're aiming for a promotion or searching for a better job, AI & Machine Learning For Dummies PRO is your gateway to success. Start mastering the technologies shaping the future—download now and take the next step in your professional journey!
Download the AI & Machine Learning For Dummies PRO App:
iOS - Android
Our AI and Machine Learning For Dummies PRO App can help you Ace the following AI and Machine Learning certifications:
- AWS Certified AI Practitioner (AIF-C01): Conquer the AWS Certified AI Practitioner exam with our AI and Machine Learning For Dummies test prep. Master fundamental AI concepts, AWS AI services, and ethical considerations.
- Azure AI Fundamentals: Ace the Azure AI Fundamentals exam with our comprehensive test prep. Learn the basics of AI, Azure AI services, and their applications.
- Google Cloud Professional Machine Learning Engineer: Nail the Google Professional Machine Learning Engineer exam with our expert-designed test prep. Deepen your understanding of ML algorithms, models, and deployment strategies.
- AWS Certified Machine Learning Specialty: Dominate the AWS Certified Machine Learning Specialty exam with our targeted test prep. Master advanced ML techniques, AWS ML services, and practical applications.
- AWS Certified Data Engineer Associate (DEA-C01): Set yourself up for promotion, get a better job or Increase your salary by Acing the AWS DEA-C01 Certification.
CyberSecurity – What are some things that get a bad rap, but are actually quite secure?
Cybersecurity is an important issue for everyone, from individuals to large organizations. There are many things that get a bad rap when it comes to cybersecurity, but that doesn’t mean they’re not secure. For example, PGP (Pretty Good Privacy) is a method of encrypting emails that is considered to be very secure. However, it can be difficult to set up and use. Another example is using very long passwords that are actually a sentence. This may seem like a security risk, but it’s actually more secure than a shorter password because it’s more difficult for hackers to guess. Additionally, changing the default port for certain services like databases can help to prevent hacking. Unplugging the ethernet cable may also seem like a security risk, but it’s actually one of the most effective ways to prevent data breaches. Finally, browser password managers are often considered to be insecure, but they’re actually quite secure if used properly. Cybersecurity is an important issue, and there are many things that can be done to help prevent hacking and data breaches.
There are a lot of CyberSecurity myths out there. People think that X, Y, and Z are the most secure way to do things when in reality, they are the least secure. The biggest myth is that PGP is unbreakable. PGP has been broken many times and is not a reliable form of CyberSecurity. Another myth is that very long passwords are secure. The problem with very long passwords is that they are difficult to remember and often get written down somewhere. If a hacker gets ahold of your password, they can easily access your account. The best way to prevent CyberSecurity breaches is to use MFA, OAuth, and two-step verification whenever possible. These methods make it much more difficult for hackers to gain access to your accounts. While they may not be foolproof, they are the best CyberSecurity measure available.
1- PGP
PGP is a Form of Minimalism
As a protocol, PGP is surprising simple. Here is what happens if you want to use it to securely send a message to someone:
- You get from them a PGP identity (public key). How you do that is entirely up to you.
- Your PGP program uses that identity to perform a single public key encryption of a message key.
- Then the message key is used to encrypt the message which is added to the encrypted message key to make the encrypted message.
- Your correspondent does the opposite operations to get the message.
If you want to sign your message then you:
- Hash the message.
- Do a public key signature operation on the hash and attach the result to the message.
- Your correspondent checks the signature from your PGP identity, which they have acquired somehow.
The simple key handling is where the minimalism comes from. It is why PGP can be used in so many non-email contexts.
As a contrast, consider the Signal Protocol for instant messaging. I will not attempt to describe Signal in any detail as I would get parts of it wrong. It would also make for a pointlessly long article. There is a high level description of the Signal protocol here. None of the following comments are intended to be critical, they are intended to give an idea of the level of complexity of the protocol in total:
- Signal has at least 2 systems for creating forward secrecy. Each system requires a system to deal with loss of synchronization.
- A Signal session requires the storage and maintenance of a lot of state information.
- Signal normally uses a server based “prekey” system to deal with the case where a client is offline and thus is unable to negotiate.
- Signal achieves partial deniability with a triple Diffie-Hellman key exchange. OpenPGP achieves complete deniability by not signing the message in the first place.
- Supporting the Signal protocol in practice requires a separate system to store and protect past messages1). Since this is at odds with forward secrecy such a system will end up with a system to delete old messages.
The Signal Protocol is built on ideas from the Off the Record (OTR) protocol. Interestingly enough, OTR was intended to improve PGP by adding extra functionality. Signal adds functionality on top of the OTR functionality. So Signal could be considered the result of an attempt to improve something by making it more complex.
I believe that reliability and security are best achieved with simple systems. OpenPGP is a standard that describes such a system.
2- Very long passwords that are actually a sentence
It could be bad if you just came up with it and forget it, and people think it’s bad if it only has lowercase and no numbers or punctuation. But a 5-6 word sentence could be quite secure, especially if it’s a bit weird. “Lemons make a delicious snack in my house.”
3- Writing passwords down.
I tell all my old relatives to write their passwords down in a little notebook. As long as there isn’t someone there regularly I don’t trust, it is much better than using same password and if their physical security at their house is compromised, there are bigger concerns than a notebook of banking passwords.
We write down all the passwords to our most secure systems – but then we rip them in half and put them in 2 separate safes.
Did I say passwords? I meant encryption keys.
4- Changing default ports for certain services like dbs
Most of the gangs out there use tools that don’t do a full search, so they go through the default port list
5- MFA in general.
Takes 60 seconds to set up, and an additional 5s each time you use it, but can save you hours if not days of manual recovery efforts with support to regain access to a compromised account. Yet people don’t like the idea.
If you are using TOTP for your MFA, you can even put it right in the browser with a plug-in. I use this approach for work. It’s very convenient.
If you use a password manager that supports TOTP and auto type (e.g. KeePassXC) then you don’t even need to mess with it once you have it set up.
6- Oauth for 3rd party apps.
Those “sign into our app with your (Google, Microsoft, etc) account” things. As long as you trust the ID provider and the app, it’s usually secure. More so, considering it prevents password reuse, and you aren’t exposed if any of those 3rd party apps have a breach.
7- Two-step verification.
Yes it’s annoying to need two devices every time you want to log into your most precious accounts, but trust me, I’d rather take the extra 10 seconds to authorize a login than go through the hell of having my account breached.
Set yourself up for promotion or get a better job by Acing the AWS Certified Data Engineer Associate Exam (DEA-C01) with the eBook or App below (Data and AI)
Download the Ace AWS DEA-C01 Exam App:
iOS - Android
AI Dashboard is available on the Web, Apple, Google, and Microsoft, PRO version
8-Biometric Authentication.
The argument is that ‘you can’t change your face/finger’ but it is actually more secure than other ‘magic link’ providers.
Let me be clear, there are some providers that are still iffy on security. But there are also some that have device native authentication (you need the device to auth), they don’t store passwords or password hashes, and only has public keys.
One example of this is https://passage.id/ which is about as secure as you can get.
9- Zoom.
Yes, they had a bunch of issues at the start, but they fixed them. I would much rather work with a company that had security assessments and fixed the problems rather than a company which has never been assessed.
10- Unplugging the ethernet cable.
11- Browser password managers?
Rant moment: reasons cybersecurity fails
<Rant>
People don’t see value of putting effort in cybersecurity because they don’t see any material gains from it. The best thing they can see is nothing bad happening.
No news isn’t good enough of a good news. This is enough to mostly ignore all cybersecurity advice altogether.
This is similar to people not taking care of themselves health-wise, because the best things they can see is not getting sick.
</Rant>
Why do cyber attackers commonly use social engineering attacks?
Hackers commonly use social engineering attacks because they can be very effective. By using social engineering, hackers can take advantage of people’s trusting nature and willingness to help others. They can also exploit the fact that people are often not well-informed about security and privacy issues. For example, a hacker might pose as a customer service representative and ask for someone’s password. Or, they might send an email that looks like it is from a trusted source, such as a bank or government agency, and ask the recipient to click on a link or download an attachment. If the person falls for the deception, the hacker can gain access to their accounts or infect their computer with malware. That is why it is important to be aware of these types of attacks and know how to protect yourself.
Cyber attackers commonly use social engineering attacks for a number of reasons. First, hacking into a person’s or organization’s computer systems is becoming increasingly difficult as security measures become more sophisticated. Second, even if a hacker is able to gain access to a system, they are likely to be discovered and caught before they can do any significant damage. Third, social engineering attacks allow hackers to bypass security measures and obtain sensitive information without being detected. Finally, social media platforms have made it easier for cyber attackers to obtain personal information about their targets and to carry out attacks. As a result, social engineering attacks are an attractive option for many cyber attackers.
To conclude:
Cybersecurity is often thought of as a complex and technical field, but there are actually many simple things that everyone can do to help stay safe online. For example, one way to protect your online communications is to use PGP encryption. This type of encryption is incredibly difficult for even the most skilled hacker to break, but it’s also easy to use. Another way to improve your cybersecurity is to use very long passwords that are actually a sentence. This may seem daunting, but using a phrase as your password makes it much harder for hackers to guess. Additionally, changing the default ports for certain services can help prevent unauthorized access. And finally, unplugging the ethernet cable when you’re not using it is a great way to physically block hackers from accessing your device. By following these simple tips, you can dramatically improve your cybersecurity and protect your privacy.
source: r/cybersecurity
Source: r/cybersecurity
- HackTheBox Vaccine Writeupby undefineduser (Cybersecurity on Medium) on December 14, 2024 at 11:25 am
EnumerationContinue reading on Medium »
- NUC Micro Secure Intelligent Boxby Techinetics (Cybersecurity on Medium) on December 14, 2024 at 11:15 am
Remote NUC Sensor Deployment for Ad-Hoc scanningContinue reading on Medium »
- The Basics of Keeping Your Users’ Data Safe and Soundby Anna Karenina Jusuf (Security on Medium) on December 14, 2024 at 11:14 am
Have you store your sensitive user data like email, phone number, address, etc, in a safe way? if yes.. good, if no.. well (scarryy, why…Continue reading on Medium »
- TryHackMe: Pyramid Of Pain Walkthrough (SOC Level 1)by Jasper Alblas (Cybersecurity on Medium) on December 14, 2024 at 11:12 am
It is time to look at the Pyramids of Pain Room on TryHackMe, a room in which we learn about this hierarchical model that illustrates the…Continue reading on Medium »
- Containerization Masteryby Charles Misheal (Cybersecurity on Medium) on December 14, 2024 at 11:02 am
Continue reading on Medium »
- Navigating Exam Schedules and Cybersecurity Basics for Internsby smita (Cybersecurity on Medium) on December 14, 2024 at 10:50 am
As a student in a cybersecurity internship, today we received some vital information that I’d like to share. Managing your exam timetable…Continue reading on Medium »
- SIEM System Engineeringby Techinetics (Cybersecurity on Medium) on December 14, 2024 at 10:46 am
Engineering of automated Security Information and Event Management (SIEM) for a Healthcare provider.Continue reading on Medium »
- Alliance Connect Virtual — Exploring SWIFT with GCPby Imran Roshan (Security on Medium) on December 14, 2024 at 10:36 am
Diving deep into SWIFT security and operational requirements with GCPContinue reading on Medium »
- HackTheBox CDSA vs BTL2: Which One You Should Pursue?by Motasem Hamdan (Cybersecurity on Medium) on December 14, 2024 at 10:35 am
IntroductionContinue reading on Medium »
- What is a Central Processing Unit (CPU)?by Majid Khan (Cybersecurity on Medium) on December 14, 2024 at 10:26 am
What You Need to Know About a Central Processing Unit (CPU)?Continue reading on Medium »
- Building A Resilient RedTeam Homelab for Cybersecurityby Gharnie (Cybersecurity on Medium) on December 14, 2024 at 10:18 am
Continue reading on Medium »
- Obfuscation and Minification in Web Developmentby Maniksinghal (Cybersecurity on Medium) on December 14, 2024 at 10:17 am
Obfuscation and Minification are common techniques in web development, particularly for JavaScript, CSS, and HTML, to optimize and secure…Continue reading on Medium »
- The Evolving Landscape of Cybersecurity Regulations for 2025: A Comparative Analysisby Jyothika Vinoth (Security on Medium) on December 14, 2024 at 7:12 am
IntroductionContinue reading on Medium »
- Best Security & Facility Management Services in Indiaby KDS INTERNATIONAL (Security on Medium) on December 14, 2024 at 6:32 am
KDS International is a leading security and facility management services provider in India that delivers customized services to cater to…Continue reading on Medium »
- Building a DevSecOps Pipeline with Open-Source Toolsby Rehmanabdul (Security on Medium) on December 14, 2024 at 5:33 am
This article will explain how to build an effective DevSecOps pipeline using open-source tools with complete steps.Continue reading on Stackademic »
- The Proton Ecosystemby Q for Quantum Leap (Security on Medium) on December 14, 2024 at 4:28 am
A Secure and Private Alternative to Big Tech ServicesContinue reading on Medium »
- Comparing the Best Smart Security Cameras: Blink Mini, Blink Outdoor 4, and Ring Spotlight Cam Plusby old4gold-20 (Security on Medium) on December 14, 2024 at 4:19 am
Introduction:Continue reading on Medium »
- ( ) ?by CloudByYashaswi (Security on Medium) on December 14, 2024 at 4:16 am
A Distributed Denial of Service (DDoS) attack is a nightmare for businesses in industries like finance, OTT, e-commerce, and AI, where…Continue reading on Medium »
- 【Note】DDoS 攻擊的類型和防禦方式by Taiming (Security on Medium) on December 14, 2024 at 4:12 am
這份筆記的目的是幫助自己整理有關 DDoS(分散式阻斷服務)攻擊的類型、對應的防禦方式,以及它們在 OSI 模型中的關聯性。Continue reading on Medium »
- AWS Control Tower Migration: Managing Existing Accountsby Tigran Gevorgyan (Security on Medium) on December 14, 2024 at 3:05 am
Hi Everyone,Continue reading on Medium »
Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz
Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals
Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz
Skin Stem Cell Serum
Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel
Can AI Really Predict Lottery Results? We Asked an Expert.
Djamgatech
Read Photos and PDFs Aloud for me iOS
Read Photos and PDFs Aloud for me android
Read Photos and PDFs Aloud For me Windows 10/11
Read Photos and PDFs Aloud For Amazon
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE (Email us for more)
Get 20% off Google Google Workspace (Google Meet) Standard Plan with the following codes: 96DRHDRA9J7GTN6(Email us for more)
FREE 10000+ Quiz Trivia and and Brain Teasers for All Topics including Cloud Computing, General Knowledge, History, Television, Music, Art, Science, Movies, Films, US History, Soccer Football, World Cup, Data Science, Machine Learning, Geography, etc....
List of Freely available programming books - What is the single most influential book every Programmers should read
- Bjarne Stroustrup - The C++ Programming Language
- Brian W. Kernighan, Rob Pike - The Practice of Programming
- Donald Knuth - The Art of Computer Programming
- Ellen Ullman - Close to the Machine
- Ellis Horowitz - Fundamentals of Computer Algorithms
- Eric Raymond - The Art of Unix Programming
- Gerald M. Weinberg - The Psychology of Computer Programming
- James Gosling - The Java Programming Language
- Joel Spolsky - The Best Software Writing I
- Keith Curtis - After the Software Wars
- Richard M. Stallman - Free Software, Free Society
- Richard P. Gabriel - Patterns of Software
- Richard P. Gabriel - Innovation Happens Elsewhere
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
- The Art of Computer Programming by Donald Knuth
- Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman
- Gödel, Escher, Bach by Douglas Hofstadter
- Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
- Effective C++
- More Effective C++
- CODE by Charles Petzold
- Programming Pearls by Jon Bentley
- Working Effectively with Legacy Code by Michael C. Feathers
- Peopleware by Demarco and Lister
- Coders at Work by Peter Seibel
- Surely You're Joking, Mr. Feynman!
- Effective Java 2nd edition
- Patterns of Enterprise Application Architecture by Martin Fowler
- The Little Schemer
- The Seasoned Schemer
- Why's (Poignant) Guide to Ruby
- The Inmates Are Running The Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
- The Art of Unix Programming
- Test-Driven Development: By Example by Kent Beck
- Practices of an Agile Developer
- Don't Make Me Think
- Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
- Domain Driven Designs by Eric Evans
- The Design of Everyday Things by Donald Norman
- Modern C++ Design by Andrei Alexandrescu
- Best Software Writing I by Joel Spolsky
- The Practice of Programming by Kernighan and Pike
- Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt
- Software Estimation: Demystifying the Black Art by Steve McConnel
- The Passionate Programmer (My Job Went To India) by Chad Fowler
- Hackers: Heroes of the Computer Revolution
- Algorithms + Data Structures = Programs
- Writing Solid Code
- JavaScript - The Good Parts
- Getting Real by 37 Signals
- Foundations of Programming by Karl Seguin
- Computer Graphics: Principles and Practice in C (2nd Edition)
- Thinking in Java by Bruce Eckel
- The Elements of Computing Systems
- Refactoring to Patterns by Joshua Kerievsky
- Modern Operating Systems by Andrew S. Tanenbaum
- The Annotated Turing
- Things That Make Us Smart by Donald Norman
- The Timeless Way of Building by Christopher Alexander
- The Deadline: A Novel About Project Management by Tom DeMarco
- The C++ Programming Language (3rd edition) by Stroustrup
- Patterns of Enterprise Application Architecture
- Computer Systems - A Programmer's Perspective
- Agile Principles, Patterns, and Practices in C# by Robert C. Martin
- Growing Object-Oriented Software, Guided by Tests
- Framework Design Guidelines by Brad Abrams
- Object Thinking by Dr. David West
- Advanced Programming in the UNIX Environment by W. Richard Stevens
- Hackers and Painters: Big Ideas from the Computer Age
- The Soul of a New Machine by Tracy Kidder
- CLR via C# by Jeffrey Richter
- The Timeless Way of Building by Christopher Alexander
- Design Patterns in C# by Steve Metsker
- Alice in Wonderland by Lewis Carol
- Zen and the Art of Motorcycle Maintenance by Robert M. Pirsig
- About Face - The Essentials of Interaction Design
- Here Comes Everybody: The Power of Organizing Without Organizations by Clay Shirky
- The Tao of Programming
- Computational Beauty of Nature
- Writing Solid Code by Steve Maguire
- Philip and Alex's Guide to Web Publishing
- Object-Oriented Analysis and Design with Applications by Grady Booch
- Effective Java by Joshua Bloch
- Computability by N. J. Cutland
- Masterminds of Programming
- The Tao Te Ching
- The Productive Programmer
- The Art of Deception by Kevin Mitnick
- The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan
- Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp
- Masters of Doom
- Pragmatic Unit Testing in C# with NUnit by Andy Hunt and Dave Thomas with Matt Hargett
- How To Solve It by George Polya
- The Alchemist by Paulo Coelho
- Smalltalk-80: The Language and its Implementation
- Writing Secure Code (2nd Edition) by Michael Howard
- Introduction to Functional Programming by Philip Wadler and Richard Bird
- No Bugs! by David Thielen
- Rework by Jason Freid and DHH
- JUnit in Action
#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks
Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.
Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA
Health Health, a science-based community to discuss human health
- Trump to discuss ending childhood vaccination programs with RFK Jr.by /u/marji80 on December 14, 2024 at 2:09 am
submitted by /u/marji80 [link] [comments]
- UnitedHealth Is Strategically Limiting Access to Critical Treatment for Kids With Autismby /u/marji80 on December 14, 2024 at 2:08 am
submitted by /u/marji80 [link] [comments]
- Toxic chemical in black plastic utensils and toys is not properly regulated by EPA, lawsuit allegesby /u/cnn on December 13, 2024 at 11:23 pm
submitted by /u/cnn [link] [comments]
- Ozempic Link to Rare Vision Loss Risk Confirmed in Studyby /u/Maxii08 on December 13, 2024 at 9:54 pm
submitted by /u/Maxii08 [link] [comments]
- Why farms, not wet markets, are the pandemic threat you should be worrying aboutby /u/Jojuj on December 13, 2024 at 9:15 pm
submitted by /u/Jojuj [link] [comments]
Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.
- TIL that the person who co-wrote the Christopher Nolan Batman Trilogy also co-wrote Call of Duty Black Ops I and IIby /u/Danielnrg on December 14, 2024 at 7:49 am
submitted by /u/Danielnrg [link] [comments]
- TIL the typical Japanese dish "tempura" comes from Portugal. The name comes from Latin "tempora", meaning "times" or "time period", referring to fasting times when Cathloics avoided eating meat and ate fish or vegetables insteadby /u/Double-decker_trams on December 14, 2024 at 7:30 am
submitted by /u/Double-decker_trams [link] [comments]
- TIL Swiss German has no standard spelling. People write phonetically based on their dialect, so texts vary widely. Speakers can often tell someone's village by their accent or word choice.by /u/BezugssystemCH1903 on December 14, 2024 at 7:07 am
submitted by /u/BezugssystemCH1903 [link] [comments]
- TIL that we humans are closer related to fungi than to plantsby /u/Vivaldi786561 on December 14, 2024 at 6:04 am
submitted by /u/Vivaldi786561 [link] [comments]
- TIL When Kim Wilde's '81 smash hit "Kids in America" was climbing the charts, Kim had never actually been to the US. The lyrics were written by her father who based them on a TV show he saw about hardened, rebellious teens in America. The music was written by her brother.by /u/Bluest_waters on December 14, 2024 at 5:54 am
submitted by /u/Bluest_waters [link] [comments]
Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.
- Mothers bear the brunt of the 'mental load,' managing 7 in 10 household tasks. Dads, meanwhile, focus on episodic tasks like finances and home repairs (65%). Single dads, in particular, do significantly more compared to partnered fathers.by /u/mvea on December 14, 2024 at 9:37 am
submitted by /u/mvea [link] [comments]
- Scientists have developed a new tool that analyzes placentas at birth for faster detection of neonatal, maternal problemsby /u/calliope_kekule on December 14, 2024 at 6:02 am
submitted by /u/calliope_kekule [link] [comments]
- Data from 2000-2020 finds decline in unionization led to increased income inequality in Canada. This finding was consistent for all provincesby /u/BlitzOrion on December 14, 2024 at 4:10 am
submitted by /u/BlitzOrion [link] [comments]
- Virtuous victim signaling combines two signals—victimhood and virtue—to elicit sympathy, aid, or social advantages. Virtuous victim signaling is strongly associated with both narcissism and Machiavellianism.by /u/mvea on December 14, 2024 at 3:53 am
submitted by /u/mvea [link] [comments]
- Stanford study reveals flu virus remains infectious in refrigerated raw milk: Influenza or flu virus can remain infectious in refrigerated raw milk for up to five daysby /u/FunnyGamer97 on December 14, 2024 at 3:33 am
submitted by /u/FunnyGamer97 [link] [comments]
Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, and leagues around the world.
- China sentences former Premier League soccer star to 20 years in prison for corruptionby /u/miolmok on December 14, 2024 at 6:03 am
submitted by /u/miolmok [link] [comments]
- American Gretchen Walsh takes her swimming world records tally to 7 this week in Budapestby /u/Oldtimer_2 on December 14, 2024 at 2:55 am
submitted by /u/Oldtimer_2 [link] [comments]
- Joel Embiid leaves early with face injury vs. Pacersby /u/Oldtimer_2 on December 14, 2024 at 1:46 am
submitted by /u/Oldtimer_2 [link] [comments]
- NFL Hall of Famer Randy Moss announces battle with cancerby /u/PrincessBananas85 on December 14, 2024 at 12:19 am
submitted by /u/PrincessBananas85 [link] [comments]
- Morehead State University cheerleader who was filmed breaking her neck during backflip at halftime show says she "blacked out at the worst possible moment" | She "narrowly escaped being paralyzed and after just six hours in the hospital, was allowed to return home the same evening."by /u/Forward-Answer-4407 on December 13, 2024 at 10:51 pm
submitted by /u/Forward-Answer-4407 [link] [comments]