☭ghodawalaaman☭
☭🇨🇳 🚩✯☭USSR☭✯🚩 ☢✯☭🇷🇺🚩
- 12 Posts
- 20 Comments
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•Should I teach students who doesn't know computer science C or JavaScript first?
31·16 days agoYes, python is very easy language for begginers and they might need it to create backend however most students don’t even know the difference between frontend and backend. They just want to create few simple website. And even if I teach them python first to write APIs, I eventually have to teach them about html, css and js
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•Should I teach students who doesn't know computer science C or JavaScript first?
3·16 days agoAh, thanks for reminding me about git. I almost forgot that it’s also a thing which new comers struggle with.
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•Should I teach students who doesn't know computer science C or JavaScript first?
62·16 days agoThe main reason to not including python is that students aren’t particularly in the CS field, they are learning it as their “augmented skill” (I don’t know what it’s called bad English). That’s why I don’t want to force them to learn CS concept which they might not even need.
I was thinking about C so that their fundamentals gets cleared but I think it will be too much for students who aren’t into CS. What do you think ?
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•Should I teach students who doesn't know computer science C or JavaScript first?
131·16 days agoThat makes sense, I am also teaching html amd css first so I think JavaScript makes sense to teach next.
I was thinking about C because that’s the first thing I learned in the college and that’s my favorite language till this day.
could you share some resources please?
we have been trying to move away from google but don’t have any other robust solution to prevent spam that’s why we are stuck with Google :(
welcome!
I am currently working on https://spaidyslabs.com/ it’s a project of my friend. feel free to join or collaborate! :D
( oh and if you find any vulnerabilities which there are a lot please report it don’t exploit it :) )
☭ghodawalaaman☭@programming.devOPto
Privacy@lemmy.ml•Master Browser Fingerprint Spoofing with Expert Techniques
4·21 days agothings were simpler back then 🤧
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•How to disable CSRF in flask?
3·22 days agoThank you for the help <3
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•How to disable CSRF in flask?
1·22 days agono 🤧
I mean yeah I used AI but it’s not entirely vibe coded.
☭ghodawalaaman☭@programming.devOPto
Privacy@lemmy.ml•Master Browser Fingerprint Spoofing with Expert Techniques
41·22 days agowell if a person decide to use this attack small OSS projects server then we are failed as humanity. I shared this article to fight against big tech surveillance if people use it to damage FOSS project I highly discourage that behavior.
☭ghodawalaaman☭@programming.devto
Programmer Humor@programming.dev•Who hasn't typed a risky command? Throw the first stone!
6·22 days agoI found this magical command to send 50kb of random text data to meta’s server to fill up their database with garbage data. I don’t know how to do it on massive scale but at least I am doing my part by running this command 24/7 :)
while true; do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;
☭ghodawalaaman☭@programming.devto
Programmer Humor@programming.dev•This Phishing email... What is the IP?
5·22 days agowait what? I feel like I am left behind in the tech. I only know about ipv4 and ipv6 😭😭😭
☭ghodawalaaman☭@programming.devOPto
Programming@programming.dev•is it a security issue that All the supabase requests are coming directly from client instead of the backend ( vercel ) ?
1·27 days agoWhat policies are preventing users from inserting data? okay, I just got confused there for a bit actually what’s happening is that I have created a policy on SELECT to prevent other users from accessing data of other users and it looks something like
auth.uid() = user_id. iirc the policy to prevent INSERT looks something like this:auth.role() = 'authenticated'::text()so yeah only authenticated users can insert data but that doesn’t guaranty that client/user/browser will insert correct data.If you are asking this question then you very likely should not be doing what you’re doing. yes, I know that’s why I am asking for suggestions, I don’t have much experience in either supabase or Nextjs but I am learning :)
There are ways to do it safely, but it’s for very very specific circumstances, with very very specific security setups. okay, so what do you suggest I should do. I can’t just shove more policies into the supabase to make it secure I think so the only way to make it secure is to have the server ( vercel ) do all the supabase calls and don’t share the supabase url so that the client can’t just query supabase. but again the reason I am not doing this is that it will require a very big refactor throughout the codebase. ( which I am terrified of T.T )
☭ghodawalaaman☭@programming.devto
Linux@programming.dev•Gentoo Linux Begins Codeberg Migration In Moving Away From GitHub, Avoiding Copilot
2·2 months agoOh so that’s why I was seeing a lot of post from that account, I thought they were generous😨
Nice! Thank you!
Wow thank you so much!
☭ghodawalaaman☭@programming.devto
Programming@programming.dev•GNU Guix transactional package manager and distribution — GNU Guix
1·4 months agoWow thanks for the mini tutorial :)
☭ghodawalaaman☭@programming.devto
Programming@programming.dev•What is your development environment?
1·4 months agoWindows + Visual Studio :(


afaik they also released a vibe coded nextjs alternatvie too!