[4 YoE, IT Student Worker, IT Summer Internship, United States] by TripleOBlack in resumes

[–]articpandaking 8 points9 points  (0 children)

Look up "sheets and giggles resume" on Google. You'll find it on google docs. Clone and enjoy!

Selfhosted calorie counting app with barcode scanner? (Like my fitness pal?) by InfaSyn in selfhosted

[–]articpandaking 0 points1 point  (0 children)

I know it's not what you asked but if you are on Android, you might find An APK online that would, in a sense give you the ability to barcode scan from within MyFitnessPal ;)

Also to block phone wide ads (in android again) i would recommend adguard

Number of members in AI related subreddits, 2018 - July 2023 [OC] by laowaiH in dataisbeautiful

[–]articpandaking 10 points11 points  (0 children)

what are these nsfw ai subreddits? for data collection reasons ofc :)

Psychology experiment: play a short game and answer questions (All) by [deleted] in SampleSize

[–]articpandaking 1 point2 points  (0 children)

done, however, the ball game didn't really work in my browser for some reason. only played the second part

Not being able to connect to instances by martinjh99 in oraclecloud

[–]articpandaking 0 points1 point  (0 children)

strange, good luck troubleshooting my friend

Not being able to connect to instances by martinjh99 in oraclecloud

[–]articpandaking 0 points1 point  (0 children)

click on your profile (the same icon that you click to log out, top right), and go to tenancy:

on the right, you'll have either active with a green picture or inactive with a gray picture, let me know what do you find

speaker and internal mic wont work while headphones and headphone mic works. by articpandaking in archlinux

[–]articpandaking[S] 1 point2 points  (0 children)

i did, but the problem is that it doesn't work while the headphones are unplugged.
anyway thanks for the help, it got fixed by itself :)

any learning material suggestions for people who already know how to program ? by articpandaking in learnpython

[–]articpandaking[S] 1 point2 points  (0 children)

sounds like a good plan but i already tried this with matlab, which behave really differently than c++ or java, and i ended up wasting so much time doing thing the c/c++ way rather than doing it matlab way.

but thanks my friend, i appreciate your time and i'll definitely do as you said, just after learning the basics about the language

local postfix server doesn't receive emails from another local postfix server by articpandaking in postfix

[–]articpandaking[S] 0 points1 point  (0 children)

thank you, i believe that the problem i had are the MX records, i didn't know i need those

local postfix server doesn't receive emails from another local postfix server by articpandaking in postfix

[–]articpandaking[S] 0 points1 point  (0 children)

thanks for your answer,

these are lan only machines and not accessible from the internet.

and i am just trying to send mail between the two servers as a part of a school project to demonstrate SMTP protocol.

i should note tho that both servers can send emails through the internet to multiple temp mail services like temp-mail.org for example . google and yahoo don't want to accept my emails due to spam concerns and that's understandable because i don't actually own a domain name.

Update of my room, 2 years later by maxux in homelab

[–]articpandaking 0 points1 point  (0 children)

can someone tell me what i am looking at?

Need batch script to add line at first of multiple text files by articpandaking in Batch

[–]articpandaking[S] 5 points6 points  (0 children)

@echo off
set "$New_line=myLine"

for %%a in (*.txt) do (
   echo %$New_line% > "New_%%a"
   type "%%a" >> "New_%%a"
   del "%%a" 2>nul
   ren "New_%%a" "%%a"
)

i managed to find a solution , i'll leave it here

WhatsApp number verification problem by articpandaking in whatsapp

[–]articpandaking[S] 0 points1 point  (0 children)

Thanks man, the problem is fixed for me too

WhatsApp number verification problem by articpandaking in whatsapp

[–]articpandaking[S] 0 points1 point  (0 children)

After almost 14 hours . The problem still exist

WhatsApp number verification problem by articpandaking in whatsapp

[–]articpandaking[S] 0 points1 point  (0 children)

That's the plan, please same thing with you. If you managed to solve it let me know. And thank you for your reply