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 - "combat"
-
Found this quote from a really awesome person on the internet.
Can't agree more on the last sentence.10 -
My Toddler son playing cars on the keyboard, simultaneously simulating dumb user input on a website.5
-
Rules for server newbees:
1. Never just copy paste stuff from the internet into your console.
-- End --18 -
#1
Fuck it. I obtained a Laravel codebase with 200 routes all handled by "mainController".
😓🔨
There will be rants.21 -
!dev
const children = {
length: 1,
data: [{
name: "noah",
gender: "male"}]
};
children.length++;
children.data.push({
name: "mina",
gender: "female"
});
const happy = true;21 -
As my teacher once said: if you want to avoid to get a burnout, just have kids. Parents have no time for having burnouts.10
-
Client: Extend string size for that URL field. I have to input a really large URL in there.
Me: Please show me the URL first.
Client: Here it is //randomurl.com/random-route/15363783?i=jfjfjfjjfjfjhf&shit=jfjfjkfkfkgjfjjhh74747jdjh&you=kfjfjbhgg779hdhhd¬=jfjhdh63737#fuckingKiddingMe
Me: You can leave the whole part after the question mark. Insert it like //randomurl.com/random-route/15363783
Client: Ok, great. Thanks.
#####
Me later checking the data inserted:
//randomurl.com/random-route
I hate humans.10 -
#6
My client tells me there's a new bug with to-www-redirects. He yells they don't work properly anymore and tries to blame me. But fact is I know, they are well configured in the Nginx conf and therefore work like a charm.
I told him I fixed it and charged an hour. Motherfucker.
😓🔨 -
Imagine a database table where dates were saved as strings from raw user input. Then do migration to other database with table where dates are datetime.
Yep. That's me. 😶
I hate humans. 😧🔫
Especially those who try to be original like:
11|Sept.|2016 or 13;Juni;17
There are rules in this world, damn. 😥9 -
My boss trying to fool me on my vacation days. Trying to force me to use them for days I were sick. Bitch. NO!1
-
Short version:
Dear devRantdairy,
today I was stupid.
The End.
Full version:
I am working on some messaging system, trying to use less as possible overhead sending data. Therefore there of course are asynchronous calls and some templating. But that's just the setting of the rant: I designed an architecture to save conversations in a database. Working with transactions in pdo I wrote a query wich in my eyes should have worked well. But the result just didn't appear in the table. So I started debugging data. Recreated the table. Rewrote the query. Went to bed. Woke up. Further tryed to make this work. And in the end I realized I just forgot to commit the transaction.
How dumb can you be? There's way too much time gone for that mistake. Is there a hole? I want do dig myself.9 -
Damn, last night I went to bed with an unsolved bug. That was the worst night in a long time. Nightmares of not being able to solve it, then surprisingly solving it with an unbelievable solution... Waking up and solving it in reality instantly. Geez...4
-
😤😤😤
4-Stars-Hotel? My ass!!! This fucking shit of WiFi connection only serves like 10 requests then breaks. What the fuck is this shit?
Why is a damn WiFi connection in Germany like searching for water in the desert?
I fucking hate this hotel. You cunts ruin my fucking week.9 -
Every time you feel anger, instead of explosion you write a new rant and make people smile.
=> devRant is behaviouristic therapy.2 -
I use the ++ button to set a bookmark on rants with many comments. So when I come back I can start reading from the red ++.8
-
#9
Of course they don't use git. And also they don't use SSH all changes get committed by FTP.
#9.1
When I started he gave me root access and I had to clone the whole fucking thing, wich was about 2gb, via FTP.
#9.2
He stumbled when I told him, that I will test all changes first on my local machine. They were used to work in production.
😓🔨11 -
After struggling for weeks with SSL settings I finally asked @linuxxx for help.
Guess what, he made it work in about 5 minutes!4 -
N e v e r, fucking e v e r chmod/ chown permissions recursive on the linux /etc folder❗
I did yesterday (, because I am fucking dumb and know little about linux systems) and got the result today. My whole mailserver wasn't working.
After fucking tons of googling and searching and log-digging I found that postfix and opendkim require specific permissions on their respective folders and files.
After changing a fucking amount of permissions on those fucking files the fucking mailserver worked and I can send and receive mails, now. 😤😤😤
What a torture. Lesson learned. Never will repeat this mistake.16 -
A friend offered me a new job in his company. Therefore I am going to quit my job. I like my current job, but the conditions are shit. Still I like my colleges and my clients. So I feel really bad for quiting.
The Job he offered me is pretty good, well paid and has many benefits for me. I like him and his company and are really excited to work with them. They are expecting big things of me and I'm scared to disappoint them.
Also I haven't told my boss about my plan to quit yet and because we become kind of friends in the time I work for her, it's an difficult talk for me.
😕3 -
'help us to improve our service by making this idiotic survey which will be analyzed by our brainless monkeys'
What about fuck a toaster?4 -
"Don't reinvent the wheel..." - I read it often, still I hate to use foreign code. It's not only that I do it for learning purposes. I just don't trust them. I want to keep the control, I want to understand my application and I want to be to blame when things fuck up.
I would probably through my laptop if my website gets hacked because of some fucking plugin or code I found somewhere on the internet.
So yes, I will invent the wheel new. At least I will spent some time to understand how this particular wheel is made, how it rolls and how I can improve it for my specific situation.
Sometimes my tires have some uncommon profile, but they fit to the stuff they are made for.16 -
How can those WordPress-Theme-Creator-Bitches write bullshit like "no coding skills required". What the fuck do you say?
Why don't you jump into the Pacific Ocean (no swimming skills required), idiot.3 -
Dear Dennis from Bremen, I appreciate how you dislike my websites color theme. And totally can understand that you can't employ me because of that. I thank you for taking the time and writing me this, even though I didn't ask you.
Go fuck yourself!9 -
There was a dark shadow inside the watertank of the coffee machine. I put new water in and voilà a really fat spider came out.
The coffee the last days was really good....8 -
I've got an Arduino now and I was building lights the last weeks to understand the coding. But when it comes to use full stuff I could do my mind is empty. Do you have any suggestions for me?
.
.
I know there have to be FUCKs in a good rant. So I will miss use the tags...13 -
Last night I nearly finished my portfolio site. I was working on the perfect framework and workflow like forever. But in the end I accomplished a pretty pleasing solutions. For the back-end I choose Laravel with it's built in rest-api, the front-end is managed by Vue. I'm also proud of my assets-management which is handled by Gulp + Webpack (Laravel Mix). But here I decided to run Gulp on images, fonts and CSS and let Webpack bundle the JavaScript.
And what really crawls my balls is that I can write Sass and Jade, even use partials and organized the shit out of this website, and let Gulp just vomit some minified HTML and CSS on the other end.
Man that feels so good.20 -
Thank you guys. Especially thank you @linuxxx. Because of your help, patience and advice I accomplished to setup and manage my new VPS on my own. I even moved to linux on my local machine.
It has been a long path. But I feel confident now. Thank you for growing that feeling in me.6 -
Was getting absolutely crazy about not getting access to phpmyadmin on my server. Tryed 10things. Broke server twice. Asked @linuxxx and he just told me the solution like the cool guy in school jumping on his drink to make the package pop.
awesome guy7 -
Unwritten devRant law #1:
if ($day === 'Friday') {
// add important words
$rant .= 'deploy';
$rant .= 'not';
}
print $rant;15 -
X: What do you wanna earn?
Me: Well the average is $$$.
X: Okay. We will pay you $.
Me: ... okay.... .... ... ... -_-''5 -
Productivity struggles... Am I the only one who is super productive between 7am - 12:30pm. And after those hours I'm near useless 😞. Brain is to tired to solve problems effectively.
How do you guys combat the afternoon slump/drain?21 -
As some of you know I start at my new job on friday. I don't have a development or computer related job, so guess what my first task is?
I was at my boss/friends house last friday night and he was like 'I know you're good with computers. So can you install the printer in my bureau?'
Now I can absolutely relate to all the printer rants. -
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.
Serverless.9 -
Why I can't just get this fucking Webpack working?
😡😠😡😠😡😠😡😠😡😠
Fucking es2015! Fucking Babel! Fucking JavaScript!
...No. Sry, JavaScript. I actually love you.7 -
Regular expressions is like a condom, it's safe, combat tested and works most of the time.
But if you use it too much it gets dirty quickly.3 -
Facebook was forcing me to use their messenger app to read my messages on my mobile. I used to get the desktop version and everything was annoying but worked.
Now they blocked this by redirecting when trying to do that.....
....
....
...
..
.
ARE YOU RETARDED, YOU SHITHEADED DICKS?17 -
Got into a big argument with my lead developer today.
The thing is....he says that the Red Ranger, the original one (Jason) is the most powerful ranger. And we know this is bullshit because even Zordon said that the White Ranger is the most powerful one of them all. But his argument was that Jason did best the Green Ranger in combat. Man that don't mean jack shit.
The White Ranger is the best and I don't care what you say.
The things I have to endure I swear.10 -
My first times today:
First time a droplet on Digital Ocean.
First time Nginx.
First time trying to separate mail and website servers.
First time using UFW firewall.
First time Ubuntu webserver.
First try all alone configuration of my webserver.
First time installing all the stuff I need on my own, like MySQL, PHP and so on.
First time only SSH access from the beginning.
First time deployment from bitbucket.
Do you have any advise what I should think about. Or what software I will need. Or what I should think about.45 -
While I'm still struggling with Webpack and Babel. There's one light in the end of this abyss. Dear @AlexDeLarge is reaching out and helps me with all his experience. devRant, what a wonderful place.7
-
#4
Only 7 of the ~200 Routes are named. The former dev just created URLs within the views with the url() method.
#4.1
There are just GET & POST request. Even though stuff is getting edited or deleted.
😓🔨9 -
Yesterday I experienced a developer related situation in a completely different scenario. Let me explain:
A friend asked me if he can borrow my angle-grinder. As I was curious, I asked what he needs it for. As he is not that experienced in woodworking he wanted to cut small piece of wood with it. Of course I told him, that this tool is a complete overkill and recommend him to use a small saw.
Now what makes this programmingrelated:
I believe that often unexperienced programmers tend to use to heavy tools for small tasks. His lack of experience let him choose the most powerful tool, but made him blind for analysis of the actual problem.5 -
I woke up early and thaught I could finish some database work today.
Beeing tipsy I deleted two production tables and shit my pants.
Luckily I do backups since the last retarded db-deletion.8 -
#7
The former dev tried to implement redirects. He created dozens of routes wich lead to a 'redirectXY' method within the 'mainController'. There he returned a redirect Instance.
😓🔨5 -
"In programming mutable state is evil. In future programming we need to avoid mutable state because we will throw cores at our code which will work on it in parallel."
debate.init();21 -
I believe @Jase/@jAsE/@theRealJase/@myAss is an outsourced devRant account managed by poor chinese dogs paid by a rotten ratmeat.
Edit: And I am his ++ bot.1 -
Have you ever heard the story of the first bug in software development?
The first documented bug was actually a bug. There was a moth trapped inside the computer causing the bugs.
source: https://commons.wikimedia.org/wiki/...8 -
#8
Instead of writing migrations the former dev implemented a migrate route. Wich triggered a method on the "mainController" to run several SQL statement and migrate.
😓🔨4 -
#3
There are like 50 views. But that's not the bad part about it. Each view is backed up twice or more within the same vie directory by adding a date to the views name.4 -
To be honest I have no problem with procrastination. I love programming and there are few things I would rather do.4
-
TL;DR, I do node.js now.
__________________
There's much I was working on the past weeks. First of all some of you may know I don't work in IT and therefore always am learning how to make things easier in my workspace with tech. And my boss once told me how annoyed he is converting stuff to PDF for easier sending via mail.
Then I started to build PDF converter with
PHP and the Laravel framework. My first steps into it succeeded and I could even deploy my Pdf-wizard website, but everything feels like a hustle and making this application bigger don't really seems like a enjoyable task for me.
I tried the same stuff with Node.js then. It was damn good. It was simple, because there are plenty of packages wich do this tasks on NPM. Afterwards I spent some time on doing research and ended up learning Express Framework.
This brought new inspiration to me and I wanted to share this with you guys.1 -
How I should approach a new project:
- think about data design
- draw some tables
- configure relations
- create data structures
....
How reality proves I'm a donkey:
- builds random table
- works on models, with random querys
- realizes things get to complicated and relations are broken or tables need duplicate logic
- starts thinking about 'good' design
- draw some tables
- configure relations
- create data structures
.... -
The year is 2020, we have:
- Self-driving cars
- graphene batteries
- graphene nanotubes to combat cardiovascular disease
- the ability to fly around the world for very little money (not taking the pandeming into account)
yet we still don't have a simple fucking way to use EXT4 drives in w10 without relying on 3rd party tools...10 -
Anybody have the bad habits of biting nails down and sometimes tearing the skin off finger-tips just because licking the blood is somehow calming?
If so, how do you combat it?29 -
Really thought Facebook changed the messenger icon. This smells of spam and paid reviews. I thought Google was working on trying to combat obvious name conflicts and spam.5
-
#2
There's only one model. The user model, wich is preinstalled. But the database has many tables. All queries are generated manually. Within the "mainController".
😓🔨5 -
I was working for a client on a simple landing page. After struggling for days with the text-flow of one paragraph and trying one CSS property after another I finally realized it.
He sent me the texts in PDF format and I just copied them. What I did not know is that all the spaces in the text were non breaking spaces wich of course did not wrap like I expected.
Heureka. You bloody bitch. Never imagined having such a fucking issue in web development...2 -
Well... I accidently deleted a whole tables contents and the day just has started. Fuck this day already.2
-
When it comes to the indentation or look I am fully consistent.
But when it comes to naming I am inconsistent like a crack whore telling she's clean.
Camelcase, underscores inconsistent variable and function names. I use all of them within a single file. On some days I even switch languages.
I truly am miserable in code consistency. Is there any good advice to keep the code consistent?10 -
Help me solving this logical puzzle. I'm dumb as fuck.
You need to find the logical link to get the missing number.9 -
Yesterday I had to deploy a website, nothing big. But afterwards I wanted to delete the site on my showcase subdomain and ran
rm -rf *
in the console. I almost died.5 -
I was really surprised how much hardcore work there is on freelancer.com. At first I asked myself what hardcore coding would look like. Then I realized... 😥 Only females wanted.7
-
A: Hey, let's brainstorm for a good name for our new hipster coffee.
B: Ice-Coffee!
C: Cool-Coffee!
D: Karacho!
A: Take my money!
______
I'm not quite sure, but doesn't Karacho mean Penis in Spanish?7 -
Got postblocked on Facebook for saying a certain video (which shows useless "self-defense techniques") is the cause people are trash at hand to hand combat :D
30 days of not telling random people they are idiots, FML6 -
In case you are interested:
My new job is so damn awesome! I had pain in my jaw for weeks, I got a teething rail for the nights, but the pain was still there. Since I am on my new job it's totally gone. I am so much more relaxed and more productive now.
Life is good! -
After doing some Vue, I probably will go with laravel for the backend.
I'm excited about that, but it feels just right.18 -
Why do people mix JS vanilla with framework syntax? That's horrible.
Why do people use jQuery anyways? There's no need at all anymore. It is just dumb JS for dumb devs.
Did that trigger you? - well....7 -
Still I'm getting hardly fucked by Webpack. If there's any good god in this universe, please kill me. 😰33
-
The story of how I got my new job (I will start in december) even though it is not a dev related one:
I was about to reduce my work hours, because my wife was getting a really good job. We couldn't both work full-time, because our son is in kindergarten. Then she broke her ankle and the job was gone. Right at this point I was offered a job at a friends company. I knew him by being an intern in his company.
Things always go well in the end.1 -
#10
After I did some work on this nightmare codebase, the client kept switching goals. He Changed the task a few times, so I always told him that he will have to pay for all changes.
After a time he requested another change, so I stated that he has to pay the first invoice I sent him first. He started bitching around, that I didn't complete the work yet and so on. I saw where this was going. He didn't wanted to pay me, so I cancelled the work for this bitch.
😤
Read my revenge in #113 -
My dad was an IT and as a kid when our NES broke and I couldn't play Mario he showed me F-22 lightning (an aerial combat game) and I thought the missiles were fireworks. I always called it the airplanes and fireworks game. Good memories.
-
Hey guys. I have nothing to rant about the last few weeks.
I want to buy a book about advanced php. Cool ninja stuff I could do on backend... Do you have any suggestions for me?1 -
I accidently lost a whole tables data today. Lucky me I also created a XML-file on the server which was for printing.
I parsed the files back into a simplexmlobject and recovered most of the lost data. 💪13 -
I’m currently learning development thru a remote bootcamp, I spend 80% of free time trying to build stuff and doing challenges. None of my friends understand or care, how do you combat loneliness/make friends when you’re a beginner? I’ve been to a few meetups but everyone’s way ahead of me. Bootcamp classmates are cool but none are in my city.9
-
I know politics is not allowed here, but I have to share this gem with you.
One day before the election for the European parliament the website of the German city Bochum showed a wrong bar diagram with false results of the election for a few seconds.
Everyone was loling. But I was like WTF? They were testing in production. And also they included data were the party AFD had about 50% of the votes. Are they retarded or so?4 -
I've got myself a new notebook. Lenovo ideapad 330.
Had troubles with the installation, but I will be using elementary os in a few minutes! I'm excited!
😁😁😁😁7 -
I've worked on dozens of projects now and I have tried using several CSS frameworks. Every time I experienced using a framework much more of a hustle than using custom CSS for the design. If your design gets a little bit more complex or unusual you will spent hours on fixes.
For me the times of frameworks in CSS have passed.
Tough I kinda like Vuetify, but then I haven't used it on big projects yet.7 -
Fuck you Twitter for making your widgets createTweet-method only work with the tweet-id as string. Fuck you especially for don't returning nor throwing any error for giving an integer value to it.
This took some time... -
Devrant: @UserIFollow posted new rant
Me: Oh cool, I need a break anyways...
...
Me: There is new stuff in dayly toprants. I have to read them, too.
...
Me: Oh damn, so much time gone already. I have to work now...
Devrant: @UserIFollow posted new rant
...2 -
My parents proudly accept me not working in computer related jobs. But they also would when I did. I think.... or I hope...
I just hope you guys and girls enjoy the time your parents are alive and have nothing to regret in the future. Life is to short for hatred. -
Started to redesign my wifes website into grid-layout with SASS. It is fun and I save a lot of markup HTML.
I try to keep the green theme, but I realy suck at design... I just have no eye for colors. I rather would keep everything white and grey...3 -
Moved to Australia, because it's cooler over there. Pissing on outback stones right now. Who's your daddy?random fuckaburra no coala shove platypus eggs into the abyss wombat sleep in a kangaroo bag kill the dingo whoop whoop take a dump on uluru burn eucalyptus14
-
A year ago I ranted, that I understood JavaScript callbacks.
That was a lie. I knew nothing.
But I think I scratched the surface by getting into functional programming this time.3 -
I want the pipeline-operator in JavaScript. I want it now!
... But then I mostly work with Vue.js (because it's awesome) in the last time and I somehow miss vanilla JavaScript. Life is cruel.4 -
A few days ago I read an article about an IT company in germany winning in court. They sueed the government for charging them taxes for offering breakfast to their employees. They won because the jury said coffee and dry buns is not a breakfast.
So, my question is is there some guy from called company here on devrant? 🙂5 -
When I was really new to JavaScript, I wanted to create an image gallery with images which I stored in a MySQL database. Well, I did not really had a clue how to load all the image sources into my JavaScript to load the images. I also didn't know much about fetching an endpoint of my website to get the data asynchronously.
I also wasn't a good database architect at that time and my database had an image table wich was for the gallery. Within this table there were multiple columns for one image slider (there should be multiple sliders on one page in the gallery (I know... 🤢)).
So I ended up writing an PHP loop wich printed Javascript loops for each row in my images table. Within my JavaScript loop I created the sliders and set the images.
In my defense I can say: It worked. 😅
It hurts to remember this. And I hope you won't judge me.2 -
To the freelancers.
Do you offer web-hosting? What are your experiences? Where do you rent servers? What do you charge?
Thanks in advance5 -
Got myself into Facebook's Graph-API...
...everything is so easy and well optimized.
NOT! Now I have to optimize the request to reduce loadtime. Why is there data so fractured? -
How hard was the transfer from Apache to Nginx server for you? I'm not quite sure if I should put Nginx on my to-learn-list.7
-
There was this motherfucker searching a dev to build a vue component on freelancer.
I applied. 🙄
Then he started to ask me out about Upwork. How he wants to use my account through TeamViewer. And how he will pay me for this monthly.
Why am I magnetic to idiots and scammers? Can some one please Avada Kedavra all idiots? I will pay you monthly. I swear.3 -
#5
Of course the previous dumbass dev could not use the findOrFail() method, because he didn't used any models.
But he just implemented his custom get404() method.
😓🔨2 -
I hate the new android update. Cause my phone is even more Google, than it was before. Since I like some services they offer I wouldn't complain. But they are going way to far... For instance I now have a Google keyboard and it is actually pretty good in suggesting words, but sometimes it just autocorrects my text and swaps words I wrote.
Like:
'Hey, you don't know as good what you wanted to write as I do. Let me correct that for you!'
Just let me type my own thoughts, you smart bitch of a software. And also fuck you.5 -
Deployment can be a reason for heartache...
I deployed a website yesterday and it was a damn hustle. After changing into goodmode and typing random stuff into the console, I broke another of my websites on the same server.
Now I had two sites to deploy / repair. Damn.
After a few hours I managed to make both work. But damn, that adrenaline rush that gave me. Fuck!3 -
Freelancing is modern slavery...
Al this greedy fuckers searching for the cheapest tool for their super urgent project.
Even if you write you consider the payment on the expenditure you fucking snail will still debate on it cause you consider your time more valuable. You consider my life isn't worth your money. You want a service but don't want to pay for it.
This get all for fucking free mentality is what ruins this planet.9 -
Did you ever had issues with non working usb devices on Linux? I had today and after some search I probably found the solution. But I at first couldn't believe it. Then all the guys in the comments went Batman.2
-
Yesterday I killed a production server with a handful of sites running on it. 😬
Created an observer for one of my Laravel models. It was generating new translated slugs when another post gets translated by an API. While implementing also an updated method besides the created observation I obviously updated the models slug.
Pretty confident this small update will work I just pushed to production. Tested it live.
BOOM
Hard reset on the server redoing the changes. Searching where I fucked up this time...
Finding me observing the updating while updating the updating of the updating by the updating. 🤦4 -
Made a SQL query wich perfectly worked. Than added one collumn to be selected and everything is shit.
And the worst is I still don't know why! Ò_Ó2 -
Todays rant is about me trying to add some long text into my database. I tried it all day long, but the text was inserted partially all the time. I changed the collumns data type to BLOB, this felt false, but it seemed to work. The bad feeling triggered me to search further, so I rewrote my code and found the source of this behavior. I used utf8-decode-function on my text and that triggered some problems when inserting the text. I don't completely understand it, but I solved the mystery, that fucked up the day. I will sleep good now.
-
A client asked for a tool for his website. So I built it for him and he was satisfied with the thing, cause it did what it should. Nevertheless I was not, because it kind of had a messy backend. I made it working and charged my time. Now I am wondering if I should rebuild the thing to satisfy my code quality for free, or just keep that thing as ugly as it is....
What your opinion on this?6 -
I learned the first things in php by the Sololearn app. If that count's as an teacher, it was quite a good one, cause it triggered my interest and guided me into this forest where only google and probably stackoverflow will lead out.2
-
So most devs here are probably using Duckduckgo over Google. But what about Ecosia? Are there any fellow users here?10
-
I always had little time to code. But since I have my server I just have admin related stuff to do. It's been a few days now since I have seen my editor for the last time.
Hate that.1 -
In love with Laravel events, listeners and mailables. What a beautiful way of doing this. Can't say how much I love this framework. <3
Can't wait to implement redis and queues. Am excited to try this for the first time. Share exp. if you have, pls.4 -
Heureka! I made it work! I made it work!
After two weeks of trying shit and fixing without any clue what the fucking problem is, I finaly made it work.
Somehow Atom had a problem finding the correct paths on my Windows 10 machine. After I retried it on the Windows Console it perfectly worked.
Some solutions are simple. Some problems are stupid!
All thanks goes to @AlexDeLarge for writting awesome comments and understanding Webpack so damn well. -
Laravels error reporting is sometimes fucking useless. Yesterday it wrote into the logs "class foo doesn't exist". I triple checked the including of this class. Checked the namespaces. Checked the classnames. Everything was ok.
Today I removed the content of this particular class, which returned an array. And the error was gone...
After further search I realized I was missing commas within the array deceleration...
Why the fuck you don't just tell me this????!?4 -
"Have you seen this new movie? It's really good, it's British English though, but it's subbed."
I laughed my ass off. 😂 -
The last days I'm going totally insane for parallax designs. Have you tried them by yourself? Have some links?5
-
Eloquent is so fucking slow, my (dead) grandma queries faster. It takes the fucking double of time on a simple query with only one join for maybe ~200 rows... From now on I go fucking back to raw SQL in my Laravel projects. 😤16
-
If I close my eyes will all the problems pleas go away?
😭
These days where you haven't slept, woke up to smartphone having seizures and work began by spawning into a combat zone.
No I wasn't ready to fight, me wants sleep.
😫5 -
When I had to choose a service, I chose bitbucket. Now the other two are getting flamed. Seems like I chose right. But in the end who knows what is good and what is bad. Peaches are delicious. Winter is coming. And I definitely don't care.rant fusions bitbucket microsoft user will keep complaining gitlab google companies user will remain user hypocrites oracle guthub5
-
As some of you know I work as an occupational therapist and one of my clients wants to ungoogle his phone by installing lineage os on it.
He was asking me today if there are some good tutorials for doing that. He has an Xiaomi A1 phone and he would like to have a german tutorial.
If you know any pls share link.11 -
Why isn't gzip compression on by default on servers? Cannot think of any case, where this is what the user wishes?5
-
Just saw this awesome video about SVG:
https://youtu.be/dv2TvTXQ4FQ
Now I want to ask for resource where to start with SVG because I am really new to them...
Any recommendations?10 -
I feel kind of useless. Since I quitted F.I.T. The only reason to look on my mobile phone now is to check devRant...
So much time. You only realize when you're gone.2 -
I've implemented an in memory caching system for database queries with Redis in one of the blogs I manage.
Will it work well? Or do you think it will produce issues? I have no experience with Redis yet.14 -
Have I told you that I love Sass? Yes? Well, that's fucking true! Like today I decided to host the used font myself and just include all font-awesome SCSS into my main.sass and saved one <link>. That boosted loading time and user don't have to see those ugly squares while page is loading. I'm truly in love.7
-
Thanks to @bittersweet I found and tried _Notes by Firefox_. An awesome app, wich I definitely will keep and use.
I love the markdown support.
I love the synchronisation.
I hope they will add access-controls, so I can give other users access to my notes.
Sry, for the advertisement.4 -
I would like to have more time to work on the old, lonely, dust gathering site I started to build. There was a lot of new skills I wanted to test and train. But my personal life is getting stressful in the last time. Wife broke her leg and my son started in kindergarten.
I'm starting a new job in Dec, so I quit my current job. I had to reduce my work hours to collect my son from kindergarten. Sounds like I have much time now? Nope, there somehow is few time for programming. I enjoy bouldering (thats where the leg thing happend 🙄) and that's where even more of my time goes.
I see my project become ugly in the meantime, because there are even more new things I read about and would like to use... -
Good morning, can you imagine why my mailserver can't deliver mails to some email-addresses? For example I can't sent mails to Hotmail, Freenet, Yahoo, Outlook and see more...17
-
I have an issue with my Laravel routing. Can you help me out, @bittersweet?
I have a custom "/home" route called "/admin" and I set the protected property in the LoginController:
$redirectTo = "/admin";
And it works fine, if I log in from guest. But when I navigate to "/login" as auth-user it still redirects me to "/home".
What the fuck is this? What do I have to change to make this work? Who has to be fucked? Is it possible to solve this without sacrificing a virgin at bloodmoon? And why are Platypus so fucking ugly?14 -
I hate it when someone says 'syntactic sugar' and on the other hand wants code to be readable. For me it seems that this are wheels which chain together.1
-
Hi @dfox, hi @trogus
Why have you decided to achive a sticky avatar on the rant page by increasing padding-top on scroll on the web app?
I try to understand your decision, because I would have choosen position sticky.12 -
Duh... Searched for a good WYSIWYG editor for TALL stack the last days. There are tons of bullshit posts on the internet.
Not all programmers are smart people.6 -
I installed sendgrid on my server today for the first time. Now I have several questions to you more experienced programmers.
1. Is there anything I should know about using sendgrid for server generated mails?
2. Can I still use my own configured Mail-Server (eg. for sending emails with Thunderbird?
3. How does sendgrid work?
4. Are there probably better alternatives? (I first wanted to use mailgun, but those fuckers want me to have a credit card for registration)2 -
Everyday strugle.
Go to work, go home all motivated like: oh once I'm home I can do this and that to finish my work, and it's fun and interesting. Or I vould study, or clean up, I'm totally gonna do something usefull!
*once home*
Ohhhh look league of legends! Or bed! I'm too exhausted to do anything usefull. Better chill.
...
Anyone else?
Anyone got advice for how to combat this? T_T5 -
Have you worked with GraphQL? Saw it for the first time and it looks like a pretty good tool for working with APIs, to me. I am excited to read your opinions about GraphQL.23
-
My whole workflow for HTML is frustrating. I rather write pug, because it has mixins, includes and isn't that fucking repetitive. But to write pug within Laravel blade views, I have to preprocess it too blade. Then sometimes the syntax gets crazy because of escaping blade loops like an insane guy ('| @foreach($foo as $bar)'), but you get used to it after time.3
-
I want to use Babel or Typescript for the first time. Because as I read it is the way to go, when compressing JavaScript and make it browser compatible. If that's false, please correct me.
There's a question I've got about this. Right now I am using a PHP router file dealing with requests and selecting the right .js file and compresses it. So I can write like modular JavaScript functions and include them when needed.
My question is, what do I have to change in my setup to switch to the mentioned technologies?11 -
Hello friends, please tell me what you think about haml? I just came across haml and I don't know, if its that usefull to faster write HTML markup.10
-
Today I found out that my favorite indie game, CrossCode was built using ImpactJS, a javascript/html5 canvas based game engine/library/framework/tumamaencuerada and I was fascinated by it.
The game is absolutely beautiful, plays and works great, badass story mode and combat design. all powered by web tech. I am honestly amazed, I was always under the impression that something like Unity was used to build it.
Gives a bit of hope11 -
Installing Linux Mint right now. One short question:
What terminal do you recommend to me?
Needed feature: multiple tabs.11 -
>>Server sind für mich "Neuland".<<
I want to switch to a new server with my website. I have a bunch of questions and hope you beautiful people will help me out.
1. I've decided to switch from shared hosting to an virtual server. Therefore I am going to rent the cheapest VS from hetzner.de. is this a good choice?
2. What do I have to care about and what stuff there is to be done in the beginning?
3. The reasons I want to switch are more root accessibility and I want to switch to https. What about that? Is let's encrypt enough?
4. How do I move the server from a to b?
5. What OS should I choose?
6. What about security?
7. Any further advice from experienced people is welcome!
Sry for those noob questions, but I've never been in touch with server work...23 -
On my last deployment for the musician client I encountered a really nasty bug.
I configured all the settings in my Nginx. Theoretically everything should work, but it did not. Somehow I always ended up landing on my default Nginx page.
After hours of trying to find the typo, turning it off and on again and praying to all gods I ever heard of, I finally analysed my default Nginx config file. Somehow the server config I posted on the clients conf-file got posted beneath the default configs. WTF?
After deleting those everything worked. 🙄2 -
I'm enraged by seeing my floated images collapsing into one line on large screen because there are fewer lines displayed. What tricks do you use to circumvent that? Maybe there are grid-layouts for blogposts?3
-
It's 5 AM I've been awake for like 5 hours. I was asleep for 6 hours total. I'm going back to sleep the last 3 hours. It'll be 8 or 9 AM. I love being a night owl. I managed to get farther along in Legend of Zelda The Minish Cap. Personally I like a Link to the past better; there is less combat in the Minish Cap.6
-
Have you ever worked with leaflet.js to display openstreetmap? I do and its great.
But now I want to display multiple markers on a map and the map somehow only renders random three markers. Wtf?
I'm lost. All results on google show me how to do it right, but it just doesn't work.16 -
How do you guys and gals combat RSI? Starting to get pains in my forearms... After a day of coding when I get home I have to prop the right hand side of my keyboard up to game as it gets rid of some of the discomfort...6
-
Why is Docker + SSL certificates so confusing? Or do I just have bad resources?
I just want to know how to compose an Docker, Nginx setup with encryption.11 -
➡️ Started searching and reading the MailChimp docs.
⬅️ Ended reading the letsencrypt docs about CAA-Records. 🙈 -
Most the devs are yelling Linux is best and blah. But since I installed eOS on my new ideapad my productivity is zero.
I'm just solving problems with the OS or other software. It seems some of the drivers are missing, because sometimes this fucking piece of shit just don't boots or just hangs. Installing node and npm was definitely one of the worst experiences because I messed up sudo privileges... I had to change my workflow because node-sass wasn't able to compile because of this.
And still I kind of feel more comfortable with eOS. 😥17 -
It looks like serving http/2 with Nginx is pretty easy. I want to move to that with my websites.
Do you have any experience with switching? Good or bad?4 -
CSS4 seems to add some cool features. But my favourite will be the new color declaration. What is yours?3
-
I need a life advise - pls share your wisdom!
I have my first client located in the US. He wants to pay with a cashier's check and I have no idea how that works. How do you European or even german freelancer are getting paid by american clients?10 -
Hahahahaah
https://kotaku.com/eve-online-facin...
I always thought a redesign of the economy was in order making several interfaces to allow automation and removing the wow like game controls making it instead a flight combat sim7 -
I love FP for sure, but it kind of looks weird in PHP. Tough I realy like the desgin of this website.
https://phpslang.io4 -
I have another issue 😬 with one of my Ubuntu laptops. The wifi chip somehow has connection issues. It nearly has no signal. I have to be beside the router to get a connection.
I changed the chip to a new Qualcomm Atheros chip already, but there was no change. I tried a few "speed up your WiFi connection" blog posts. But that also changed nothing.
Do you guys have any advice? :-\27 -
I published it a few days before the world started acting weird. But I think it counts.
I finished my dev components store: https://asdf-store.com6 -
I have an nginx question.
Is it possible to send example.com/ requests to a Laravel app and send all other requests to an WordPress app?17 -
Damn Laravel 8 changed...
This whole Jetstream thing is kinda cool and infuriating....
I love the features but hate the code. I want ny laravel pug views back. Q_Q9 -
Today I read some words about ash deployment. Because I'm a dumbass I until now still deploye via FTP. So I read about flightplan.js and it was just awesome. I saw a video of some guy using it and I switched to girly-mode and started whining. Why didn't I use that earlier???? It's so much easier!!! And faster!!!
But then I read it's not the tool of choice on windows machines. So here's my question: what do I use for deployment on windows? Are there similar tools like flightplan.js?5 -
Why isn't all of Ace Combat 7 playable in VR mode? You can turn your head with R, so what would be the difference? They would lock the camera in cockpit view and turn it when you turned your head...2
-
I was playing with the october cms this morning and I just can't imagine this shot beeing faster than me using plain stuff. 😕
Tell me your opinions on this.6 -
Why the fuck good git pushed my vendor folder, even though I have it in .gitignore?
That shit costed a huge amount of time... 😥13 -
I have two laravel apps. Both sharing one redis db. One has App/Post one has App/Models/Blog/Post. When I unserialize models from redis cache saved by the other app I get issues because it cannot find the right model to hydrate.
How would you build a custom map to get the right model?15 -
I finally got a working D&D Dungeon Master AI working right, a lot of actions have to be presented before the full combat round, but the results are all unique, but it still isn't creative enough to add more then 2 npc with conversation skills, I think there's some hidden blocks in the backend :/7
-
Can we mix cocktails (of course not with soda) and keep them in the fridge? Just like how we compile libraries for future use. I'm too lazy (read Aussie) to mix cocktails in the evening while watching a movie or playing Ace Combat 74
-
Hi,
Can you provide good resource for microservices with yii2?
Are those related? Cause a client asked about this combination and as far as I could find it seems that they aren't.8 -
Been working really hard last 5-6 weeks and achieved a lot with the help of my ADD meds (concerta, basically ritalin). However I noticed that week ago I reached full blown burnout. I feel mentally, emotionally and physically exhausted. I already signed up for a metting at doctor's to come up with a plan how to fix this asap so I could get back in my flow. My question is how do you guys combat adrenal fatigue and recover from it?7
-
I love laravel. But I hate blade as it's templating engine. Why didn't they choose pug. Its so much more readable. I know I can have it by packages. But I would rather see it as the default.10
-
For like 6 months since I first started learning unity I've had the urge to try and remake JakX Combat Racing with it just so I can play that game again without the issues an emulator had or needing to get a 'new to me' ps2 and find a copy of the game
But I know for 100% certainty that I don't have the capability to make it. At least not make it functional1 -
I really admire and respect devs here in our country that are helping to build useful apps to combat covid-19 pandemic but please, if the National Government already has this kind of applications or in their pipeline (covid contact tracing, qrcode checkpoint, assistance, etc..) please do not try to hijack by creating similar app and market it. Instead of helping it creates confusion on which info to follow (ie DOH tracking) and which to use. #random2
-
We need an innovation center and more AI plus predictive analytics.
More agile too with agilists
Let’s create three new departments to combat bureaucracy!