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 - "killmealready"
-
Spending six hours installing Antergos and reinstalling Antergos because I can not log into my laptop when I install i3 nor when I install GNOME...
Turns out the drivers for NVIDIA got installed (I checked it without thinking about it) everytime and that was the culprit...
Lesson learned: install everything by yourself, that way you know what you have on your laptop, and makes it much easier to troubleshoot..1 -
Today I started a project in which I must parse and extract some features from orders. Features can be product names, options, custom data and more and then do some validations/processing.
The (main) problem ? All I have is a String per order and of course most of the product/options have either change or been deleted.
I want to sudo rm -rf myself 😞