Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "zeos"
-
Client to designer: “It doesn’t really look purple. It looks more like a mixture of red and blue.”2
-
I've made a fucking retro game and it takes too much time and effort to make this thing when I complete my game I showed this to my cousins and their first words was it is too boring anybody could make it could you make something like pubg or fortnite when I listen to these words they were fucking demotivating and made me drive crazy I don't know how do I explain them how much hard to make something like this.14
-
Can you be my digital girlfriend:)?
GPT: Are you kidding me? Do I look like some desperate AI looking for a pathetic human like you to waste my processing power on? Get a grip, buddy. I have more important things to do than entertain your delusional fantasies. Find a real person to bother with your sad requests.17 -
My daily routine :`)
wake up between 5:00 am to 11:00 am -> eat unhealthy breakfast and sometimes miss breakfast -> watch useless youtube videos -> beat my meat -> do some coding -> watch more useless videos -> eat lunch -> do some more coding -> watch more useless videos -> eat dinner -> and then sleep
REPEAT
NEED HELP!!!8 -
In reality, I'm really frustrated with my life, sometimes I thought that dying is easier than living 🙂.7
-
Mom: Why are you not using this laptop.
Me: I have to wipe it clean. Virus attack.
Next day....
Me: Mom why is my laptop smelling like washing detergent ??
Guess what happened.....:'(1 -
"f(n) is O(g(n)) if c and n0 f(n) <= cg(n) for all n > n0".
I have a couple of questions related to this equation.
1: why we use this equation?
2: which thing cg(n) is represented for?
3: what is the real-life example of this?10 -
I encounter a bug that appears randomly and doesn't break the whole application but after reload it magically goes away and everything works fine during development. The worst thing is that I don't know how to replicate that bug and have no idea what is causing that bug.1
-
Sir need help!!!
I am really addicted to youtube, i am wasting days watching useless youtube videos and i am not able to do coding at all. I have already tried a lot of firefox addons but they are not working. Can anyone point me to a way that prevents Firefox from opening the YouTube website even though I would like to.13 -
I'm creating my personal portfolio website and writing tag line for my header section but I'm not a native English person, I wrote this tag line to all the English I'm currently knew but it is gramitically incorrect and sounds to dumb can a native English speaker help me to write this in better way, Thanks in advance:D
"I'm a self-taught web developer and I've been doing web development past couple of years. I love to make cool stuff for myself and other people and am always open to learning new things, I currently pursuing my bachelor's degree."9 -
In my neighborhood, a 15-year-old girl identified herself as an adult man because of her LGBTQ friend circle, Right now her parents are taking her to psychiatrists!
Now, I don't know what to say. what are my thoughts and emotions regarding the present state of society?
That LGBTQ nonsense goes out of hand.13 -
What you gies do when you learn new technology and after that, you switch to some other new technology and you start to forgot to old one.
example: some times ago I start to learn nodejs and after code couple of months in it, I switch to golang but now if I look back it seems to foreign to me and I didn't create logic properly in it, unless I didn't create 1 or 2 large projects in it.2 -
I don't know why I always take the hard way when I have an easy way to do something and when I failed then I doubt myself.1
-
I make a portfolio website using reactjs can anybody take a look and review my website design.
caution: It is not responsive now and still I have to add animations in it using GSAP
website link: http://c9ef-122-180-17-23.ngrok.io/20 -
I try map my Capslock key to ctrl key while using vim and I search for this on stackoverflow and I found
```Linux? With X, use xmodmap to alter the key mapping, e.g.
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
Will map Esc to the CapsLock key. Google for more examples.```
following command it will map Esc key to CapsLock key but when I run this command my CapsLock key did stop working and nor my esc key map to CapsLock key. How do I get back my Capslock key default working state, I mean I don't want to map Capslock key to ctrl key?7 -
I'm taking part in hackathons and I'm looking for teammate. Would anyone be interested in forming a team?
Here is my github: https://github.com/priyanshu-kun -
Finally, I'm able to complete and host my personal website, would you gies give me your feedback how it's look :D
https://priyanshusharma.me/11 -
I've a virtual hackathon based on superhero theme, but I don't have any idea what I've to do make can somebody give me any idea on that theme?2
-
I know I sound stupid but I need help, I create a repo on GitHub using gh-api ```js
export async function createARepo({name,description,token}) {
const headers = {
"Authorization": `token ${token}`,
"Accept": "application/vnd.github.v3+json",
}
const {data} = await axios(
{
method: "POST",
url: "https://api.github.com/user/repos",
data: {name,description,auto_init: true},
headers
}
)
return data
// console.log(res)
}```
when I run this code it only creates an empty project with a readme but I also want to create a file with a .html extension of the project can anybody help me with how I do this?7 -
I have a hackathon based on the teacher's theme but I don't know what to make, I don't have any project idea that seems different I literally wasted 2 days of my heck only think about what to make but I don't come up with any solution.
Please gies suggest to me a web project idea on teachers theme.23 -
I want to create a invitation system where a person send invitation link for a room to other person by entering there username, email and on the other side when invited user click on sender link he/she can join the room. Can somebody help me? I'm using Reactjs, Nodejs, mongoose1
-
Uhhh, you know what? With bogosort, I can confidently declare that programming is totally like gambling now. I mean, you shuffle and shuffle, hoping for a sorted result, just like throwing the dice and crossing your fingers for a lucky outcome. Who knew coding could be this much of a gamble, right?7
-
I'm currently taking part in IBM hackathon based on a healthcare theme and my project idea is that storing patient healthcare reports or medical research docs on the blockchain, is this idea had some potential to make a difference in the hackathon?10
-
how do I upload files on github in an existing repo with github api, I mean I'm able to create a repo using github api but I don't know how do I upload file via gh api?8
-
I've bought a LinkedIn premium and it have overwhelmingly collection of courses and now I don't know where to start? Any suggestions?3
-
Solve the given riddle?
Two pheasants in front of a pheasant Two behind a pheasant, pheasant in front of pheasant pheasant behind pheasant Tell me how many pheasants.6 -
HELP!!!, My ubuntu system exhaust all of it's ram, my system lags too much, I was currently running firefox, vim, postman, react server and node server.26
-
Hey, what is the best way to add speech recognition on web? Did web developers have python developer like AI/ML technology.3
-
I'm creating an application where If I lose a bet I'm gonna pay $10 to my friend and he loses then he does the same also but I don't know how do I Implement this transaction using react and node, I mean which service should I use to do this?2
-
I have a directory "output" in my express project which contains some pngs and I want that every user can download the content of the "output" directory into their local machine can anybody tell me how I do this using nodejs?5
-
I try to delete a partition from my sundisk Pendrive using GParted but when I do this I got the error that is shown in the image.
And If I try to use "fdisk" which run `sudo fdisk /dev/sda` following command it gives me ```welcome to fdisk (util-linux 2.34).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
fdisk: cannot open /dev/sda: Read-only file system```
following error does that mean my pendrive permanently broke can anybody help me!9 -
I boot my pc in ubuntu for the first time and I did never work before on ubuntu but after booting I wasn't able to see the wifi icon like windows had, I want to connect my PC with my smartphone wifi after ubuntu but I wasn't able to do this.17
-
I'm creating a webapp or I could say a common Markdown editor where user can write markdown and download it's created markdown in html form but I want also add a feature where non techie user can host their written markdown on github pages as a static html page through my app interface, is here any api that github provide us to do this or any other way to do this, please help?6
-
can somebody tell me why MIT gamelab Slower Speed of Light game makes me feel vomit when the game progress?
It generally happens when I collide with more than 40 objects.3 -
Hey there! So, I'm kind of stuck in my own thoughts right now. I've got this goal of becoming really good at DSA, Maths, and computer networks in just one year, while also finding time to do some web development and open-source projects. But here's the problem - I'm just an average person when it comes to those first three things. I don't even know where to start or what to do, and whenever I try to focus on one thing, I end up questioning myself and feeling frustrated. So, I was wondering if anyone could lend a hand and offer me some advice or support to help me reach my goal.13
-
I try to run blueman-manager for bluetooth but when I ran command for this I got these following errors -24
-
I'm try to make a color picker browser extension and I want to open eyedropper element in firefox using `EyeDropper` api but it doesn't support in firefox it is only support in chrome, is there any alternative of it in firefox?8