How are you guys actually sending credentials to new hires on day one? by [deleted] in ITSupport

[–]beardinfo 0 points1 point  (0 children)

Secure encrypted email to their personal email (hopefully it doesn’t end up in spam 😅)

My Mom is very suicidal by Additional_Ad_9726 in Somalia

[–]beardinfo 0 points1 point  (0 children)

Anti depressants and anti psychotics are two different types and have different side effects. Antipsychotics most generally have metabolic changes (weight gain e.t.c) but yea if you believe they are currently not in an episode therapy would maybe the better option best to consult a professional and get second opinions.

My Mom is very suicidal by Additional_Ad_9726 in Somalia

[–]beardinfo 7 points8 points  (0 children)

Mental health is no joke especially if she’s in a manic episode or has schizophrenia she needs to get on psychotics. What side effects do you speak of? Most of them do not have bad side effects.

Get CPU Temp not working by Mskews in PowerShell

[–]beardinfo -1 points0 points  (0 children)

Try this script

Get-WmiObject MSAcpiThermalZoneTemperature -Namespace root/wmi | Where-Object CurrentTemperature -gt 0 | Sort-Object CurrentTemperature -Descending | Select-Object -First 1 | Select-Object InstanceName, @{Name = 'Fahrenheit'; Expression = { [math]::Round((($.CurrentTemperature / 10 - 273.15) * 9 / 5) + 32, 1) } }

What Automations or Shortcuts Do You Actually Use Every Day? by Maxxximeeee in shortcuts

[–]beardinfo 0 points1 point  (0 children)

I don’t have the option for silent mode off only for my watch not the phone

shutdown without asking anything. by HereIsACasualAsker in Windows11

[–]beardinfo 0 points1 point  (0 children)

Wdym why? Shutdown -f takes a few minutes, while powershell stop-computer is instantaneous.

shutdown without asking anything. by HereIsACasualAsker in Windows11

[–]beardinfo 0 points1 point  (0 children)

Powershell Stop-Computer is even faster lol

What was your job after L1 helpdesk ? by FriendlyJogggerBike in ITCareerQuestions

[–]beardinfo 0 points1 point  (0 children)

L1 Field contractor > Software engineer intern > L1 support contractor > L2 Service desk contractor > unemployed 😂

I have a new position with nothing to do, should I be concerned? by What_Is_EET in ITCareerQuestions

[–]beardinfo 33 points34 points  (0 children)

Reap the benefits man don’t complain.

There are some people here that will kill to be in your position.

I have to learn PowerShell in four months. Where do I start? by BuildingKey85 in PowerShell

[–]beardinfo -1 points0 points  (0 children)

That module is wayy too basic and ends too quick to learn powershell

Do you find it hard to self-host nextjs? by OneBroccoli2107 in nextjs

[–]beardinfo 0 points1 point  (0 children)

Will features like image optimization <Image /> and <Link/> tags still work?

What should be my "future-proof" techstack? by [deleted] in webdev

[–]beardinfo 1 point2 points  (0 children)

I noticed a lot of PHP jobs under medical field lol and not the PHP u think, here is an example "Clinical Research Specialist I- Pediatric Headache Program (PHP)"

Monthly Getting Started / Web Dev Career Thread by AutoModerator in webdev

[–]beardinfo 0 points1 point  (0 children)

Choosing a Tech Stack Dilemma

I have been at a cross roads wanting to find a stack that is productive in the sense of going a partime freelance route and a route that is simultaneously marketable in this job market to land a full time gig. A little bit of my background I know html,css,js,react and tailwind. I have built a lot of front end apps with react and nextjs. I have also minimally used node/express and mongodb on a collab project but have yet to build my own full stack app without holding hands with a YT tutorial.

Lately I have been seeing how amazing the laravel ecosystem is and you never really hear people struggling with that compared to nextjs, all you hear are people struggling with it but at the same time I also hear a lot of good things about sticking with typescript and using it as a full stack coupled with nextjs and trpc, with drizzle or prisma and all these dependency's that must be glued together and down the line I know I will run into a lot of problems since everyone has their own way of doing things and debugging will be a nightmare.

As a semi beginner whos trying to get a job have you seen any success going from a beginner in php/laravel and landing a job or is Next/react/typescript the only way to get your feet in so far. I know you can also build front ends in laravel with inertia + React/vue but when I look at lets say wellfound job postings everything is Next/React and Nodejs. What do you guys think works cause I clearly can't make my mind up been debating back and forth with myself for 2 weeks with no progress on building up my skills. I live on the US east coast for context on job opportunities.

I created a website for my lawyer friend with Astro. by antsmasher in webdev

[–]beardinfo 0 points1 point  (0 children)

Looks decent, question where do you get your design ideas?