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 - "less"
-
Github stats:
coworker 1: 3,535k ++ 987k --
coworker 2: 1,563k ++ 735k --
etc.
me: 453k ++ 7,848k --
I guess this confirms my job at the company as "Backend Crap Remover".7 -
Coded from 3am to 8am. 9am meeting ended at 1pm. Received a call while on my way back to office that I need to join 2pm appointment. I had 2 🍌 this morning.5
-
I feel Interns are exploited real bad!
There should be a law to protect and regulate their working hours and payments.
#SaveTheInterns2 -
I see a trend here.
Posts of people with good number of ++’s get more ++’s than the posts of people with less number of ++’s. Even if the post of person with good number of ++’ is just a normal conversation starter and post of person with less number of ++’s is an actual good fucking rant.
It’s not a bad thing, per se. I hope nobody gets offended. All in good spirit.
To people with good number of ++’s:
Let’s not hold back and ++ the good content of people with less number of ++’s.
To people with less number of ++’s:
Don’t hold back your thoughts. Be free. Write free. Don’t try to make your rant to look a certain way to get more ++’s. We are all here to support.
Let’s grow together and spread positivity.
Peace.18 -
So, plans for 1.916496 years?
- Dominate Vue.js
- Finish 2 personal projects
- Buy my gaming rig
- Buy my track day car
- Remortgage current flat
- Expand my agency
- Work less
- Rant less
Not exactly in that order.3 -
So today i tried to be romantic so i wanted to say "I <3 U" to my fiancee (we say "less than 3" as a joke)
Me: "I less or equal 3 You"
Brain: "I <= 3 U?"
Me: "God dammit"8 -
Vscode golden tips:
Rule #1: the less extensions you installed, the less trouble you get into.
There is no rule #29 -
Notice :
Just as all the citizens are advised to use Public Transports so that there's less traffic and its convenient for everyone,
Similarly, everyone it is advisable to use Public WiFis, so that there's less Internet Traffic and everyone gets faster and better Internet services.
An active cooperation is expected from the citizens.
Thank you and have a nice day :) -
The 2018 bucket list!
I sort of swear to be a good coder, to take honour and dignity in all the lines I write, I will not take shortcuts, I will obtain a +80% test coverage across my projects, write clean and accurate documentation, and ultimately I will write less bugs!
Yea..., probably not but worth a try anyway!!1 -
"A dead program normally does a lot less damage than a crippled one" *
(*) The Pragmatic Programmer1 -
TIL: C# has a "Catch When" syntax to help you filter exceptions. It already allows you to filter by Exception type, but this is news to me since it allows for finer filtering like:
try
{
//Shit code that will throw an exceptions more than Hillary's tantrums about the elections
}
catch (ExceptionType ex) when (ex.ErrorCode = "0x696666")
{
//Log this fuck up
}
catch (Exception ex)
{
//More logs
}
finally
{
//Run code that doesn't depend on the successful execution of prev code
}
I love C# and use it every single day, but this "When" keyword in Try...Catch...Finally blocks is new to me and will be interesting to start using it now :)3 -
Everyone,
Get Visual Studio 2017 RC right now! It is much faster and uses less space, almost 5x less than 2015.10 -
I lost 30+ lbs since May.
I feel alienated at work since I look less and less like other developers at work...4 -
I once made a .less files of 400 lines and today I redid it completely,
The file is now only 40 lines long and readable again1 -
We worked with that freelancer some time ago. Most talented coder I've ever known. Coding for only 3 years, and only 1 technology, but technical thinking already up to par with my own 15+ years of experience. Very rude but to the point. We loved it - "one of us". We hired that asshole for different remote projects over 20 times in 3 years. We send spec, answer questions, collaborate on chat, review work on svn, add tickets, get solutions. After about a year working like that we had minor issue with finance that revealed our prized freelancer is a chick.
Changed nothing.4 -
Me: pipes something to less
Me: Find the info I need
Me: Press Ctrl+C to close less
*Nothing*
Me: Furiously smashes keys on keyboard
Me: Googles 'how to close less'
:q3 -
The mail found my stickers!!
Thanks devRant devs!
I'm super glad I found this community, you guys are making me pull out less and less hair and helping me laugh5 -
when you make your best at code writting,responsive design, and making everything smooth but the designer get the credit " coz' the design it's what matters" really? i can't imagine browsing a static image..1
-
I always use "less" to display log files, always hoping the server gets what I mean by typing
less error.log #plz2 -
Working Code has bugs
More code = more bugs
More bugs = less working code
More code = less working code7 -
How to Play Less Games?
Hide them
Seriously I notice I play them less these few weeks ever since I put them all in a folder5 -
The devRant paradox: the less time you spend on devRant, the more time you have to do your daily work, the more freetime you have to spend on devRant!1
-
I've already read two stories of software engineers working on the field to end up becoming farmers years later. Almost as if there's a connection of disconnecting from the tech world after getting close to it.11
-
Compiled a small style change in LESS file. Whole page is broken. Realized holiday replacement made all changes in main CSS file which is generated through LESS compiling.3
-
Don't waste your time - they said.
Use Spring - the good ol' framework - they said
It's not slow - they said
me: ignores them, builds a custom jetty-based webserver with the same functionality Spring+tomcat can offer (mappings, routings, etc).
My app: boots up completely in <300ms, while Spring tutorials say a hello-world app takes 3+ seconds to spin-up http://websystique.com/spring-boot/...
me: already set for deployment in lambda. I bet I can tune it up even further with lazy-loading if I really have to...
Moral of the story: sometimes bare-bones solution is a better choice: more performant, more extendable, more testable, more lightweight.
That, dear folks, is the classic LESS IS MORE :)12 -
After having worked at my current company for about 9 months, I finally feel like I'm contributing and less like a complete moron (at least less often).
It's nice! This week has probably been my most productive in a long time.1 -
WTH...
While styling some frontend stuff with LESS, I experienced that on one page template the <header> was not displaying the given line-height eventhough the whole fscking code was 1:1 identical with the other template in which everything was fine. I checked EVERYTHING... caching, URL, source, classes, open / wrong tags, HEAD, ... I even did a diff compare. NO FSCKING DIFFERENCE!
After one hour of pulling out hair I suddenly saw that in the faulty template file 2 lines were missing:
<!DOCTYPE html>
<html lang="devRantLang">
WHOEVER DID THIS: YOU ARE FSCKING STUPID!!! (it was me...)7 -
I can't believe I never saw this until now. The first pager I used was more, back in the old Unix days. When I started using Linux on the late 90s, I discovered less. Though less is clearly superior to more by almost any metric, it's still lacking in a lot of modern features. Enter most. Attractive, fast, packed with features(multiplexing? Yes, please!), and easy to drop in as the default pager(so manpages don't suck).
It's in ubuntu's default package repos, and I assume it's in the defaults for all the other major distros too. I cannot recommend it enough.1 -
I hate these modern forums
if I follow a link and go back I lose my place and have to scroll because MoDeRn PaGinAtIoN
I would like to browse months of posts over several days but tomorrow my browser will lose the cache and I'll have to scroll past weeks of posts to find my place again and keep going
literally everything gets worse somehow through time. less features, less intuitive, less convenient, more walled-garden, everybody is more confused, yet less opinionated and less unique. before you'd have people at least making fun of each other, inside jokes, familiarities. people would give multiple right answers, trying to outdo each other with their version to gain a cultural foothold. now companies hold the cultural foothold and just ban you if your opinion is different, and every user is just another nameless generic blob1 -
New team in new company is awesome, no meetings for standup just post in slack channel, less meetings = work feeling less like work for me4
-
Create a bug-free compiler for a Lang like c# but a little less overcomplicated and a lot faster. I don't believe a strictly typed and garbage collected language needs to be much less than half as fast as c++.2
-
Be a MEAN stack developer not just a mean developer.
Unfortunately, I have met few developers who just like to demean other people who know less or are less experienced.8 -
This new intern chose to write CSS instead of LESS/SASS even though I showed him how much time/lines of code were saved using LESS because he was "so used to it". Go ahead.. Enjoy writing 1 million lines of css to accomplish the same task.1
-
The whole CSS "centering" thing is so funny because that problem is easy per se but it can pop up in ways you've never seen before and you have to learn how to center your stuff for 9832 different situations5
-
I love CSS, but don't like preprocessors (like SASS, Less, or Stylus) :/ There's nothing more beautiful than vanilla CSS with zero workflow :)10
-
some recruiter called (and woke my wife and me up) at 9 AM to tell me about a job opportunity that pays less than my current job and offers less remote work1
-
Why would anyone think if I’m having less emotion, I’m stress.
For. One. Last. Time!
I’m not stress. I know how to handle stress. Just that I’m emotionally affected by my relationship and thus showing less emotion.
*Inner me to boss and colleague. 😩2 -
Three syntax elements, pixels on screen.
By Unknown (for privacy), 2021
In this installation, the Author's desire to prove the whole world that stupidity is achievable with just 2 syntax elements is... self-evident!
Observe! The finely crafted letters composing this installation in their beauty! While the middle element is purely a distraction (one could argue it's there to be sure a critical issue doesn't happen even if the default value is already `true`), the sides of the installation reveals the true horror.
As the vision of the observer is attracted to the center, the peripheral vision sends the informations to the subconcious, making the observer slowly realize both that the Author willingly compiled `.less` files with postcss and that .less files are in the css folder, proving that stupidity is demonstrable in just two syntax elements.
A masterpiece. -
I usually don't like frontend but dammit, I'm in love with Less.
It's so painless, compared to plain CSS. -
Front-end dev is on holiday and I have to deal with this.
188 lines of Less overriding default Boostrap styles, plenty of those god awful "!important"s.
I switched to CSS-in-JS for good reason.2 -
May I have access to your backend? - that joke never gets old and makes me seem like a big weirdo. Which I'm not. At all.
-
When someone over complicates everything. Turns what could be a three paragraph billeted system launch email into four dense pages that no one will finish reading. First page tooting their horn for a job not well done. Usually 'less is more'2
-
Teacher or Developer ?
1. Teaching: more free time, less salary
2. Developing: less free time, more salary
But I need both time and money, now what ?6 -
Should I join a start up where job security and pay is less or a well established company where there's more pay with less learning curve ?
Please help me decide.7 -
Isn't there something less of a clusterfuck than kubernetes.....
Yes it's a clusterfuck literally10 -
polymorphic relationships are fucking stupid. it's a great way to make your shit more complex and less maintainable for no benefit other than having 1 less table (which also makes queries slower since they can't be optimized correctly).3
-
Moved from a gambling company to a government body. Got to say I'm less stressed about estimates now but more worried about standards here.
Stress and career development < No Stress and less career development.
Ask me in a few months.4 -
Up until a couple months ago we had 5 devops. Everything went smoothly af. We could get new environments provisioned in a couple of hours.
Now we have 18 of them. It's already day 3 and still noone has a clue why our env provision scripts are failing.
Well... At least I'm getting paid for sitting and waiting for them to finish this circus 😀1 -
Hey Facebook devs: your see less posts like this feature doesn't work. How hard can it be to look for "juice plus" in a post and not show it? That's the common theme of every "see less posts like this" I click.1
-
There is nothing more beautiful than having to embed legacy shit into an new website because the customer is a cheap arse and doesn't want to budget the whole pissing redesign package of his website.
I hope you choke on the next meal your stinky gullet has to swallow!1 -
After years of experience in the industry, I find that I have 1000% more skills and 2000% more knowledge.
I have come to the realization that I need to do 500% less things and demonstrate 1000% less knowledge.
2022, Lex Lexter, a collection of wisdom3 -
Just got sad news this week, we could work less and earn less or after a few days some of us might even lose their job, the economy is not stable because of covid 19. I have mixed feelings about what is going on.11
-
So today i learn`t SASS and im impressed but here`s the damn question , What do ya recommend SASS or LESS10
-
It's my first time learning back end and I feel like I'm leaving half of my intelligence back before I boot my laptop to try get somewhere1
-
Had our 3rd party vendor finally check their code into our github. Great.
Checking the recent commits, they only add changed .CSS files. Hmm..odd.
We use less so why did they update the compiled CSS file...? Did they forget to checkin the Less changes...?
Nope. Backend sitecore developer updated the bundled, minified CSS files and checked those in along with the fucking node_modules folder.
Didn't even know what LESS is.
The vendors PM swears the frontend developer did the changes. I don't know what's worse. -
! Rant
Even after seeing it's less than twenty words and less than three lines my fellow devs managed to...[read more]1 -
Looks like window updates will be faster. Windows Updates Are Set to Get Less Annoying http://makeuseof.com/tag/...
-
// Make this less shitty
// Repair later
// Clean up and make it less half asses
Those are my 3 laziest things I end up doing in a bunch of my progra2 -
Guys cover your eyes I'm gonna say two bad words inside a paragraph
Fuck JavaScript and asynchronous programming - I'm not skilled enough for this so I have to insult it periodically until I'm skilled enough to know partially more than now what the fuck I'm doing (therefore the times I use bad words when referring to js and async programming will decrease - or maybe at the increase of knowledge, my usage of bad words will augment. Only time will tell).15 -
1. Extend my infosec knowledge further and try getting more work in that area (and less as a dev).
2. Specialize more, dabble less.
3. Learn more !dev skills (military/political history mostly) -
!rant
Guys I need some advice. I have read some articles about sass and less. I now know sass is using Ruby and Less is using JS. Can somebody tells me the big differences of both and which is the better one to learn? (in your opinion) Thanks8 -
Was going to change some css in our application which ruined some styling with !important. Found the less file responsible for the !important...
... the front-end guy had made a variable @important to add !important on rules... -
In your opinion, what's the best website you've ever side, under a technical point of view? I mean, less lag, less bugs, less offline time. For me, it's lichess.org2
-
I'm scared of databases. What if I go to the bathroom and my dog or the Cookie Monster gets into my laptop and drops a table? How could I explain that?10
-
getting mogged by people with less experience and/or spending less effort
it's almost a talent for me to be this bad at being a code monkey -
Any senior dev who get less paid in terms of his juniors or am I the only one?
If anyone who is in same shoes like me please suggest how to cope with the feeling of unrest and feel less miserable.6 -
read this somewhere , the new file viewer in Linux is "less" which is improved upon older "more". Because it's philosophy is , "less is more" 😒2
-
If only more devs would use short, yet concise, modern constructs instead of archaic ones.
For example in C#: using lambdas, extension methods, LinQ,.. much easier to read through if you know how these work, rather than having to spend all day scanning tedious for-loops and over-engineered classes your colleagues wrote who don't know any better.
Examples:
vs.foreach(v => console.write(v));
initialList = secondList.Where(p => initialList.Contains(p, valueComparer))
.Concat(initialList.Where(p => !secondList.Contains(p, valueComparer))).ToList(); -
Yesterday I bought a thumb drive for installing Windows 10. I've also tried booting the Windows 10 installation media from a partition with grub, and adding the storage drivers to the install.wim image, but the drivers don't install correctly and I don't get it to work. I'm on Arch Linux and a laptop.
I spent 4+ hours on that. uefi-ntfs.img, Windows 10, also tried Windows 7, gparted, cp, bla, bla, bla.
On attempt n12903813280, I open again gparted.
/dev/sdb: unrecognized disk label
Turns out somehow I damaged the thumb drive after so many writing. In just a few hours.
Dude I'm literally stuck on Linux. Get me out of here. I want to be normal and play Valorant.7 -
Remember, when a client is telling that the job you are doing something trivial or easy, he/she is most likely try to pay you less for it.
If the job is trivial, it should cost less. People underrate things to pay less. Don't back down, stand your ground and tell them to piss of, they will pull back their bluff. -
listenables, singable, crap = select(spotify.discover_weekly,out_loud,[])
for song in listenables:
if song.style == 'oldie':
print "Seriously Spotify? Do I look like I'm 65?"
time.sleep(5.0)
out_loud.append(song)
if song.style == 'cool':
time.sleep(2.0)
continue -
The strcmp(3) manual page takes me closer to god: "strcmp() function compares the two strings s1 and s2. It returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2."
-
I can't even imagine how I used to browse the Internet without Vim keybindings. I have been using Vimium for Firefox since not so long ago (1-2 months) and it just feels smoother overall.4
-
Send customer mail about fixing some bugs and remarks, and ask If I should place the fixes on a test server or just go ahead and go online.
Customer never reads the mail and retest old version....
Why don't people READ a mail..... -
Which is your favourite compiling CSS language for development ?
• none (CSS)
• SCSS
• SASS
• LESS
• ???
My is SCSS.13 -
I am learning cyber security, the weird thing is, 90% of the times i find theory in lectures...so less practical content is present, even then web sites like tryhackme provide work machines which are next to use less if you dont pay for a subscription...FML!4
-
It feels weird to know I could have already have landed a job as a junior web developer if it wasn't because I'm without papers in the country I'm living right now. It wasn't my decision to have been born in a poor country and had to move out of necessity. Anyways, at least I can live another day.6
-
"When we feel less secure, with less control over our daily lives, we reach out to brands to connect with a time when things seemed better." - Mark Gobe2
-
People must be happy when they have no job from last year and suddenly get a very good offer..... I also got an offer yesterday.... my family is happy.
But I'm not sure if I'm happy. Because, now, less time to open source development, less chance to take the independent decisions, less time for life, less time for family & friends.5 -
Is there an encryption/decryption algorithm that's guaranteed to have an output of less than 100 chars? Say to encrypt messages less than 50 chars in length4
-
So if the current trend in software engineering is over-engineering, then the next can only be under-or appropriate engineering? =/
Definitely hoping it will be less proprietary, less custom DSL´s and grassroots driven2 -
Would you say that the use of less and less informative pop up windows is the result of all the really stupid users that exist in the world?2
-
"We’re all naturally curious when we’re eight years old. But as most people get older, they become less and less curious, so they ask other people to be curious for them. That’s what I do for a living." - Ron Miriello
-
Am I the only one that thinks that websites like dev.to are a huge pile of useless buzzwords and still less useful articles? I speak as a less-than-junior developer...
Just scrolled for five minutes dev.to and I didn't find anything useful nor interesting...1 -
As a junior, mild and hacky OOPer/TDDer I once worked with an architect who professionally introduced me to functional programming obsession and TDD fanatism.
I'm not a junior anymore, I have less dev friends too, but now none of them has unforeseen side effects or unexpected behaviour. -
i'm new on here and just was wondering why they don't date or give the timing of rants as i was looking at some of the site. Not that it's important but speaking of dates....I think we've been in this shutdown LONG ENOUGH and this is the 11th of Apr. and they're adding on more time still when at first we were to get this over with by Apr. 3 now the end of April and now even out here where i live in So. Cal. universal Studios announced (i guess) they're shutting through end of May? Oh yeh-is that a Bright Airy future outlook to say that this virus is just going to wipe more out; keep wearing them masks and obey the stay at home rules and now you got this Hydroxy...you know that one that appears to be a positive drug to "work" to actually look safe enough to try or administer, how about giving that to the people that may want it instead of we've seen some bitter bulking at that very Hydroxy...look at the 1 governor or whomever threaten to strip the license right out of that person for bringing it up! Woooo instead ya got Mr Gates not even a physician talking all these rules of forced vaccines (again??) oh yeh NOT ME! This is now a politicized coronavirus and i watched a video and I believe it!!! The test conducted at the beginning of all this was tested incorrectly and it goes on and on and now we're in this lockdown as if there's power in them numbers keeping this thing going going gone to the biggest numbers where not enough medical equipment's cried out, lines out the A__ and then finding the opposite when people have followed up on all these leads of all over the Country where all this overflood of viral is running. Don't tell me i don't have the facts, because wth does at this juncture or at this very present night to where this is sickening. Yes, there's been patients or people Human Beings that have contracted it but let's just get some real information that i just have to know to what it is thus far isn't correct. And we need to get going, get your livilihood (spell check that word) GOING and LESS FEAR because from the people that want to run all this, they look power hungry to keep it going like the one guy said 'we don't have a choice' when it comes to this will play out 12 to 18 months. OH? YOU MAY HAVE LOSER CHOICE but WE DON'T!!! And it ain't playing out neither the 18 or 12...you know what they want it to run into the election process is what they want. Plus the idea to lock us down huh? And the day by days going by are going to only allow more freedoms to l-o-s-e!8
-
I hate windows 10 home version that suks and they always give the same 8 to 10 ways to make it faster and it never does any good. I turn this computer on and it's not a bad computer of a couple years old and is slower than a turtle and all it does is the same routine. It takes so long to boot up and if you try to hurry it it will make it that much slower. Then the bloatware then look who started Bill Gates and now is some farmer, some vax expert. Oh yeh cheer him on and give me comment no you should not. If you like him that's your business. Keep it that way cause his windows business is BULLLLLLLLLLLLLL3