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 - "smaller"
-
*Client calles me at 7Am*
Client: why did you make everything smaller on my website ?
Me: look at the right side of your URL bar, do you see a minus sign ?
Client: yah, so ?
Me: click on it and set it back to default.
Client: oh ok this is working for me now, will this fix apply globally across the internet
Me: ...
Client: oh I think I asked a stupid question, thanks mate have a good day.
Me: you're welcome...17 -
Boss: I need to demo our product but it looks smaller on my laptop.
Me: That is because you have a 1920x1080 monitor and your laptop is 1280x800
Boss: Is that something you can fix?
Me: No you will need a new laptop, but the company has a sales laptop with that resolution.
Boss: No just get the company credit card and buy me one today!
*Bosses son hears*
Bosses Son: Here take the sales laptop
Boss: Will that be quick enough
Bosses Son: It has a 8 core i7 Processor, 16GB ram and a dedicated GPU
Boss: *looks at me confused*
Me: Your demoing a web browser, that will be more then ok. But were using chrome so 16GB of ram will be pushing it.
*me and bosses son laughs*
Boss: Can we upgrade it?17 -
Angry customer (😤): Your software is still too slow!!!
Me (🙄): It's running good all in all. Let's divide this into smaller aspects. Which steps do you need to perform faster?
😤: Every step needs to be as fast as google!
🙄: But our software ain't google, not even to mention your infrastructure
😤: Everything needs to run in 2 seconds!!!
🙄: You aren't helping in any way. We need something to grasp...
😤: It's all your fault.
📴10 -
Art director said: "Please make everything smaller?"
Developer: "Everything?"
Art Director: "Yes everything. Font size, panel height, panel width, input height and width, photos, headers, paragraphs, everything"
Developer: "ctrl + '-' will that work?"10 -
*Working on app for client*
After review - “Can you make that font bigger?”
*Makes font larger*
After review a week later - “Can you make that font smaller?”
*Puts font back to original size*
Another review later on - “Can you make that font bigger?”
*Keeps font at same size and changes nothing*
Next review - “That new font size is perfect!”2 -
Finally done with being on call/standby so thought I'd order myself a pizza calzone 😍
I'm not saying that this thing is small but it's smaller than my hands.
I don't have very big hands 😭9 -
its amazing how far technology has come. I can edit a hi-res image in real time with a computer smaller than my hand.10
-
"Tabs create smaller file sizes. I run a compression company, trust me, I've devoted my life to minimalizing file sizes."
- Richard Hendricks10 -
My teacher told us, that the array size in C is useless, becouse the array is dynamic and can be bigger or smaller everytime you want.. Happy overriding..13
-
Some data get lost during copy.The limit of clipboard exceeded so that's why pasted data is smaller :D1
-
Managers: wE wAnT tO bE LeAn aNd MoVe FaSt As PoSsIBLe wiTh NeW FeAtUrEs
Same Managers: Can you make this icon 2 pixels smaller?! Shift this element left?! Swap out this icon?! Use a different color here?! A perfect feature and design is critical!!!!!!
FullStackClown: You can either be lean and fast, or be fucking nitpicking clowns 🤡 about this stuff and slow us all down. Choose one.
Managers: ...
FullStackClown: Sit down and shut up7 -
I hate when people get Java and JavaScript confused. One is a language used for smaller projects by am mature programmers, and the other is a scripting language for the web.
(Can't find quote author)13 -
You know when you click an image to see a larger version and a light box loads a smaller image. Who the fuck tested this shit and thought "Yeah that looks alright."?1
-
Always make smaller commits! Easy to roll back, easy to cherry-pick, easy to debug when identifying when something went wrong.2
-
Dev: This content might be too large to fit into this area on mobile.
We might need to add scrolling or design it differently.
Designer: It fits perfectly in the design.
Dev: But the user might have a smaller screen size than in the design.
Designer: We don‘t optimize for small screens.
Dev: But we still need to handle it somehow.
Also, the text might be longer for other languages.
Designer: No problem, we will provide short text for all translations.
Dev: We have 30 languages and the translations are made by a third party. We can not control it.
Designer: We‘ll manage somehow.
Dev: Also, the user might be using an accessibility setting on the device which makes the font size larger.
Designer: Unlikely
Dev: Also, the available screen size might be reduced by the on-screen keyboard.
Designer: … Ok then.
-
It‘s always a conversation like this. It repeats indefinitely.9 -
Just got a merge request to review. It's TERRIBLE
- 93 changes
- 23 commits
- includes multiple features
- includes new project configs
- includes refactoring
NO. Please don't do that.
Do smaller commits. One feature per MR. It will help you and the reviewer :D6 -
Client : hey why does your app minimize once I receive a call? Fix this ASAP! Also why does it show *that*? I have not turned anything on!
Me : Sorry, not possible (explains), you might want to contact Google (for the lolz). Also, the feature is shown by default, you can turn it off via Menu - Settings - Navigation - xxx.
Client : Can you make the incoming call popup smaller when using your app?
Me : Unfortunately no, that's not something I can do. Contact LG.
Client : I have been to Menu - Settings - Map - XXX and the feature is still shown, why does your software not work? Also *this and that* is not shown anymore!
Me : You turned off the wrong thing... *jumps out of the window* *contemplates life* *cries* *dies* -
We have a group slack chat for my class which was intended to be a space for asking questions about assignments and getting help from your peers. Instead it has become a dick measuring contest in there where guys who know very little can act all high and mighty about their (plain wrong, in some instances) facts they're distributing without care. It pisses me off so much seeing how toxic it has become in there. It's the same 5 guys using it to bully each other and God forbid anyone else asks a question, they'll be mocked for not being confident handing in a solution they aren't sure is right. Why can't people treat each other with respect? We're in school to LEARN. Not impress other students with how much (read: little) we know. GJ, guys. You created a smaller version of stack overflow.4
-
Was it it with clients and wanting to restrict the height of webpages?
Client: Can you make it all fit on the screen?
Me: What this particular screen?
Client: Well all screens, some people might not realise there is more content.
Me: What if the screen is tiny?
Client: make it smaller
Me: What if you add more content to it?
Client: Hmm, your the developer.
Me: Teeny tiny text coming right up.18 -
Why are all my classmates building their web applications in PHP for our thesis? I know it's used a lot but for smaller projects there's tons of better ways to build a web application. Besides myself and another guy in this class (I'm using Java and mongoDB, he's working in ASP.NET and Microsoft SQL), nobody else wants to use something different. We only did PHP in one class so this seriously can't be the only language 2/3rd's the class knows.
Oh God it probably is.8 -
I just got four CSV reports sent to me by our audit team, one of them zipped because it was too large to attach to email.
I open the three smaller ones and it turns out they copied all the (comma separated) data into the first column of an Excel document.
It gets better.
I unzip the "big" one. It's just a shortcut to the report, on a network share I don't have access to.
They zipped a shortcut.
Sigh. This'll be a fun exchange.3 -
Currently in the middle of quarterly planning (its been fun so far). Needs to be signed off by business today.
- My team has ~25 man weeks available in terms of capacity.
- Looking at only priority 0 tasks, last night we calculated the ask from product stands at 64.
- Including P1's, P2's etc. its well over 100 man weeks.
- Email was sent around from business with a list of tasks, asking which can be dropped, de-scoped etc.
Product (non technical) response this morning:
- This one can't take 2 weeks, its not that complicated.
- This one needs to stay, It was originally a Q1 task.
- Can we make this one smaller? (currently only a 3 week task)
- 14 comments on other teams items.
<extreme-sarcasm>
... ah perfect, that cut down the items by less than half. We are now ready for the deadline in 4 hours to have all this signed off on. Great job everyone. Thanks for all the insightful discussions. Go team!
</extreme-sarcasm>6 -
One day at a meeting I proposed a solution and explained it to everyone and everyone agreed to it. And then comes in this motherfucking Mr. shithole who starts talking about a piece of shit approach which had apparent drawbacks and everyone could see it but no one mentions. Why, becuase that bigger asshole is the boss of these smaller assholes. When I mention the drawbacks, all I get in return is, you are right but we think you should go this way. No fucking explanation why should I or any son of bitch should go that way. And every single one of those fuckers in the meeting suddenly became ok with his approach without any question or doubt. I mean WTF! What kind of developer you are if cant fucking express your views.10
-
The game 'Factorio' should be required gaming experience for all programmers. Best way I've ever seen to learn load balancing and how to break down complex operations into smaller, manageable operations.9
-
!rant I think I may have a way smaller head than the pattern I was using seemed to assume. 😅
(Or my stitches got messed up along the way. Either is possible.)5 -
Three days I'm not there, three bloody days and the 2nd sys admin has managed to:
Destroy the auto load balancing that I have scripted and implemented
Fuck up the backups to the cloud, and to a tape drive.
Overload a physical server (in pic, #1 and #2 are hypervisors). This is just one smaller site, I would hate to know what he has done elsewhere.
This is why I'm moving into dev.5 -
This guy who earns 20% more than me wrote a method to check which string of 2 is lexicographically smaller.
public boolean isSmaller(String s1, String s2) {
String [] temp = new String[2];
temp[0] = s1;
temp[1] = s2;
Collections.sort(temp);
if (temp[0].equalsIgnoreCase(s1)) {
return true;
}
else {
return false;
}
}5 -
On a serious note, what is the solution to this problem ? Leave and Join a smaller company ? Or give the boss a blowjob ?4
-
Hey so this is more of an Android advice post rather than a rant
So it's to do with the app I'm working on, I want to make sure that the app images are working on different size screens and I was wondering if using the developer option for changing dpi a feasible option in terms of testing, so far I've tested for xxhdpi and xxxhdpi, and just now tested for xhdpi and so far so good.
But I can't seem to test for any smaller screens (240dpi and below)
Just thought I'd ask you guys because this is the best community ever!12 -
I got unemployed 6 months ago. I tried to find work for about a month but the answer was always "we call you back when a position is available" and "let me ask the team if they think you are good". So far no one responded, then I got tired of that.
The next month I became self-employed so i can make contracts and work for more smaller projects. Not too much time later I met a company that offered me a long time contract for them. I don't hesitated to accept it.
Luckily since then I have this company and a few smaller jobs.
It was a steep change in my life but was worth it.7 -
Dev: There’s a file in your PR with over 1000 lines of code, I think it should be broken apart into a couple smaller pieces to be a little more in line with the single responsibility principle
Muppet Dev: That file only has one responsibility! It can’t be broken apart!
Dev: How’s that?
Muppets: It’s single responsibility is managing that group of functionality
Dev: …3 -
Working on a project with 2 other students. One of them makes a C# "super class" with 50 fields, and manually creates getters and setters for each and every one. Then he proceeds to write a constructor that accepts 50 parameters, because why not.
I comment on the git commit, telling him that he can just write " get; set; " in C# and that he should model the problem in smaller, more manageable classes ( this class had 270 lines and did everything from displaying data to calculating stuff). Tried to explain to him that OOP works kind of differently from how he did it.
....
His answer: "Yeah, I don't really care. If it works once, it's okay for me".
This after the most beautiful code review I have ever done...
Fml8 -
Fuck you European union. You cunt smelling, ass licking, pieces of dog shit. Thank you so fucking much for taking yet another step towards closing the 'Web and making it harder for smaller people to exist on it.
I wish you all a slow and painful death just like the death you are sentencing the free 'Web to.
https://theverge.com/2018/9/...6 -
New project at work involving Google Nest Hubs, supervisor asks me to do the initial setup of one of them to start developing with it using its API.
I start looking throughout the documentation and realise that we need to setup a work google account in order to register the devices, pay a fee and only THEN be able to use Google's API for Smart Devices (damn, you, Google!). Supervisor is somewhat baffled by this, and in my head I'm also surprised by his reaction. I'd assume you'd research your devices before you buy them, right?
Later, he comes into the room I'm in (I'm still allowed to work on location), looks at the freshly setup Nest Hub, saying "wow, this sure is a much smaller screen than I was expecting". I mean, you did research these devices before you bought TWENTY of them. RIGHT?!
On my way to fight with this Google device-registration-API-thing now.
To be continued...11 -
why does everyone always give me backtalk when i want to make my files smaller and more readable
"no you should put your scripts, style and template all in one file, theres no need to put it separate"
alright while we are at it, lets just write the entire project in 1 single file6 -
Converting spaces to tabs made my file 10% smaller (5050 characters to 4500).
Either good argument against spaces or my code with compulsive indentation disorder.15 -
Me: I fucking hate people using proprietary data formats when there is something more than capable already...
Also me: *Spends an hour designing file structure for a proprietary image format* Hmmm... How can we trim even more bytes off this...
(Designing the format to be smaller than a typical PNG and make it easier to load in data programatically)8 -
I need to stop sacrificing readability for smaller amounts of code. What looks good to me isn’t always best for everyone and that’s a fucking tough pill to swallow.4
-
Outsourcing front-end for web is like playing russian roulette, but with 6 bullets in 6 chambers.
You shoot yourself in the balls (or ovaries)... HARD.
I don't know how you can develop in a complete nightmare of a SCSS file - 3500 lines of insanity.
This dev must have changed his mousewheel at least 50 times!
SERIOUSLY, why the fuck use SCSS when you piss everything into one single fucking file???
What drives me completely nuts is the fact that he even used an @import to include his custom.scss file... how many more IQ poins are needed to realize that you could SPLIT your spaghetti into smaller, sane files?
I need a whiskey...3 -
Me - Yeah great so you say it's big data we are gonna be analyzing and having to store, are you currently utilizing a service and aggregating any of it into smaller manageable segments?
Client - well yeah it's lots and lots of data, we can share it with you if you sign a nda.
Me - ok... sure, how are you gonna share it with me.
Client - oh I can email you the spreadsheet.
Me - .... Spreadsheet ... Um... Ok... 'Stands up and walks away to tell this as the most interesting meeting of the month, to some one that will get it'
--
Buzz word for the win!9 -
Got this in my mail, so I placed a bid to deliver for $10 in 24 hours. Wish I could insert a smaller amount.2
-
Won a new job; 50% payrise which, for a junior, is a pretty big deal.
A bigger team, with more established practices, a commitment to testing and code coverage, code reviews, and a smaller learning surface area as I go forward (focusing entirely on the js ecosystem, 80% frontend).
So this is all good.
But I *have* to go back to Windows. Windows *7*. Their infosec practices move at a glacial pace. After two glorious years on mac/linux I feel like being sick.7 -
New dev prefers mariadb over postgresql, which is okay.
But his main reason is 'the smaller docker image'
What an argument, wtf2 -
You probably know the "marshmellow experiment": have one marshmellow now, or delay the gratification by some time, then get two. What the experiment is supposed to measure is something like intelligence or impulse control.
Hot take: what it also measures, and much more so when it comes to reality, is trust. If I don't trust the other side to be both able and willing to deliver on the promise later, I will rather secure the smaller reward right now.8 -
Using an array of function pointers to replace large switch statements... holy shit.. I feel like Thanos getting the time stone.
Just when you think you can’t get your code to run any faster, nor did I think I could get the code any smaller... BOOM.. C never ceases to impress.
Next I’ll be turning this into “object” oriented ... but since it’s C ... it will just be Struct oriented .. SOP ..18 -
4 Weeks ago i went to a Electronics store here in germany. My Intention was to look at some smaller laptios (12-14 zoll) to use while im traveling to my work. While i was looking at some Laptops i hear a conversation next to me between a customer and a guy working at the Electronic store.
He says to the customer That the Laptop has a 8 zoll Monitor pointing at the Laptops bottom. My First thought was wtf because i dont knwo any Laptop with an 8 Zoll screen but its still possible. After they done talking i walk to the Laptop and look at the Spot the guy was pointing at. There was a battery sign saying 8h battery duration. says no more :)16 -
It's my 19th birthday today! I've had a good year as a programmer, my best yet actually. A year ago I never would have thought about coding a browser but now I'm building up to it with smaller projects like programs that communicate to each other from other computers, more advance gui, c language and wrapping c with python. I never thought I'd get to this but I'm only getting better and I thank this community for being here supporting me. Honestly I cant wait for this year and I cant wait to post more :)9
-
Transistor sizes are getting smaller and smaller by the day, though we cannot go below the size of a virus due to compartment limitation but the tiniest is smaller than a DNA.
Having chips designed at such a tiny scale looks more scary to me than amazing. Imagine my manager screaming at me, I can give him a slap on the face and infect him with 1 million A8 chips. Now that would be amazing because I just successfully turned him into an iPhone 6.
Me: Hey Siri, what's the weather now?
Manager: 32 degree Fahrenheit, high wind, low humidity.
Me: Yeah that's what's up, you won't be needing an upgrade anytime soon.9 -
Today a tester asked me to make a modal smaller. I read the code and saw modal size was explicitly set to "large". So I was about to set its size to default but I asked myself "what if I enter a random string there?" and I set it to "not-so-big". UI framework handled it well and actually set its size to default. I'm keeping the code that way for future laughters.8
-
How I stay focused:
1. Isolating headphones with energizing music.
2. Partition of job to smaller tasks (1-2h of work)
3. Short break after each task.
4. Closed DevRant, Facebook, Reddit and other media.5 -
New Kickstarter project reward in the mail :)
The tau (yata), smaller than I expected! Excited to find a tiny project for this!7 -
Don't panic and break up your big problem into smaller problems and solve them in a logical cadence.
Also, when you go home at night...turn off man. If you take your work home with you, you will go mental.1 -
Me after working on a complex UI given by the designer
Me: it’s done
Designer: the underline is off by 1px
Me: yeah , that how the css accommodates according to smaller screen , it’ll still look like the UI you gave on the bigger screen.
Designer : it hasn’t come out as expected , let’s change the UI and try something new here
ME (inside): YOU PEICE OF SHIT , you should have either spoken to me before designing the UI to know what could be done , or either be happy with the 1% different in the real UI and your “photoshop image”
Me(outside): as you say4 -
I just realized the total size of the code we write in our lifetime is smaller than a video or movie that we can finish watching in a hour or 2....8
-
Here's two tips for doing better posts that a lot of people seem to need:
1) Use smaller paragraphs instead of a giant one.
Be nice to readers and avoid posting single giant walls of text.
2) If you post something short and the first comment is "why?", then you're just annoying readers. Whenever you do a statement like "I'm having a shitty day" or "X technology is garbage" please include enough explanation or context that motivated the post, don't make users chase you for explanations.16 -
Hey Guys,
I just started work on a new (personal) project for my portfolio and I don't know too much about design, so I'm hoping you guys can give me some feedback.
The project is going to be an app that the user can use to create a Poule (basically something like this but smaller: https://poules.com/us).
Any feedback is greatly appreciated!
Also tell me if you'd want to use this type of app with your friends!6 -
Just found out some of our smaller sites (wp) have been hit with a shell...
In fucking January.
My colleagues didn't think to tell me this.
They figured someone must have had the pass or something and started posting about Viagra...
No. It's the fucking ico vuln...
I hate work right now. -
CSS quick maffs
You need to make a responsive grid that should wrap its columns on smaller screens. That's whay you do:
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, auto));
}
Replace 15rem with minimal width of a grid cell. Putting 0 there is bad because columns won't wrap then.
Now, let's make our task harder. We want the same grid, but we want say 4 columns max. That's what we should do:
.grid {
--columns: 4;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(max(15rem, (100% - (var(--columns) - 1) * 1rem) / var(--columns)), 1fr));
}
--columns regulate the maximum amount of columns we can have.
Aight bye4 -
The new Gmail shows how redesign should not be done. Everywhere white, bright colors, no contrasts. Here rounding is smaller, there bigger, there is shadow, here not. Seriously, what I saw a few months ago at the announcements looked much better than what I see now. It's good that I'm using a desktop client, because I think I'd switch completely to Outlook.8
-
Pixel 4 has had to restrict brightness and refresh rate to make up for the smaller battery capacity compared to pixel 3.
So you get a phone advertised as 90hz refresh rate, but does 60 most of the time and only hits 90 when the screen is at a specific brightness.
The max brightness had to be capped at about half of what a similar Samsung can do. Deep inside the kernel there is a disabled high brightness mode, meaning without root access and some hacks, you can’t even get the phone it hit its physical maximum. Leading users to complain about the phone screen being too dark.
What a heap of utter shit.
Source:
https://arstechnica.com/gadgets/...2 -
Does anybody else think the new expressions are nice and all, but most of them are not really made for those small avatars we have?
most often it looks like the person is about to ask me about how they got their scars or they are making fun of asian eyes while laughing about it
it looks great once you zoom in on the profile, but on the smaller size version it just looks odd
there is some exceptions that actually look great on the small avatars too, but most of them don't8 -
In my opinion the image feature on devRant is not very user friendly. I think following points should be changed:
- In the rant preview the image has always a 1:>=1 ratio. This means that you can't see the full image unless the image has exactly a 1:1 or smaller ratio.
- To see the image in fullscreen mode you have to tap two times. In my opinion that's just too cumbersome. Often when i browse through devRant and i see a image i just scroll along because i don't wanna tap two times to see the image.5 -
About starting your career at a medium-bigger company that's well-established, versus starting at a smaller company.
That's my point of view:
It's always wiser to begin at a company that's more established (you will also be sure that you will get paid on time). I started at a well-established company, and I managed to buy gear, travel, do stuff, and then I realised that I wanna do more, not only live to work 😎.
Smaller companies are kinda risky, think of it, their goal is to reach the level of a well-established company, which is some levels lower than that. On the other hand, if you do well at a smaller company, your next goal will be to work for a bigger company, which will surely be nicer, more professional and will pay better. So you will have managed to et there with all the skills in your pocket already, which will come in handy later!
Bigger companies are excellent if you have a family (wife and kids), they provide stability, that's the most important thing, but I believe that in order to get "settled" in a company like that, you should at least have tried something else first, like doing your own thing or get challenged in more complicated gigs that require you to up your skills.
In the end, it's all sun and fun, with you code editor by your side 😉. I'm interested to see your opinions.1 -
I remember the first time our class coded a simple program in C. The objective was to input two random numbers, check which one is larger, and output it on the screen.
After class, I asked one of my classmates if he finds the test easy. My classmate replied that it was so easy he got bored. Then when I asked him to show me his code, this was what I saw:
int a, b;
printf("Enter smaller number: ");
scanf("%i", &a);
printf("Enter larger number: ");
scanf("%i", &b);
printf("Larger number: %i\n", b);1 -
Got new chair 🙌 finally after 2 months of sitting on crappy chairs, and I moved to a new place. Here it is, I’m very excited to work in this setup, starting tomorrow 🎉(smaller keyboard and stand is planned 😎)3
-
@dfox @trogus Any chance we'll be able to have the comment box a bit smaller and display the current thread at the top of the screen while a user is adding a comment? It would also be cool if we didn't lose everything we typed in if we clicked on the X before posting a comment. I know sometimes I have to take another look at the thread to make sure I am replying correctly. Keep up the good work, guys!2
-
As a dev, I never want to personally talk to Clients anymore.
I had this Client for whom I developed a website for a tool he was making. I did the front-end work, did the backend, added the shop and everything he asked for. I showed him everything so he could see for himself what was done and how it all works. He went ahead and tested the finished product to see if there were any bugs.
He came back to me and wanted a call on skype and I joined the call. He shared his screen to show me that when he resizes the browser, the content of it gets bigger and smaller according to scale. I worked so hard to get it responsive and whatnot, and he tells me that it is doing what it is supposed to do. I die inside every time I think about it2 -
I can't stand my MSI laptop keyboard. The enter key is 2x smaller to make place for a bigass * key, and the > is at the right of space key... Writing HTML makes me want to shoot myself.
What are your keyboard constructors lunacies ?3 -
So I was trying to compare my local website CSS properties to the one deployed on production and realized that font/blocks were a little bit smaller than usual. Tried to debug which CSS changes caused this issue for half an hour only to realize that it was because the browser's zoom level was set to 90% locally 🤦🏽♂️
This happened with a guy who just finished 5 years of professional coding yesterday 😂2 -
Alright, I need suggestions. I live in a small town and outside of my primary job, I own my own IT business. A lot of (l)users have eagerly asking if I’ll be teaching classes to explain some of the key things a computer is capable of doing. (Most of them will be elderly.)
How much would you charge for this? I’ve got about 20 people confirmed and I was thinking about doing 20$ a head. What seems reasonable? Keep in mind, this is a smaller sized town.17 -
The debugging process is often complicated.
There are often many factors involved in troubleshooting an error, but usually I have a hunch.
Sometimes I'll ignore my hunch and try other, smaller fixes first. This will irritate me for a while until I actually go after my hunch, run the program, and INSTANTLY everything works again.
Found myself relating that to real life today when I had a slight belly ache and eventually decided to take a massive shit and INSTANTLY felt better. The relief was so quick that I actually looked up and paused in surprise.3 -
OK Google.... guess we'll play it the hard way....
I'll just upload all videos i want transcribed onto Youtube in smaller (10 minute?) chunks where machine transcribe is enabled...2 -
Never had any doubt in my skills and have always judged them accordingly.
I am very....very...annoyingly confident (and in love with) myself.
This does not mean i do not acknowledge me fucking up and being wrong. It just means that even when I fuck up I learn from it, add it to my toolbelt and then continue to think that i am the bomb.
I don't compare my shit to others. I have never seem anyone effortlesly do anything, it is always the result of practice, passion, love and dedication and saying that it must be easy for them is an insult to them and their crafts.
I do not get jealous, nor do I feel smaller, i get pumped and motivated.3 -
Is it just me or has german tv become more and more ad-ridden? A few years ago it was considered a dick move to play a single ad during an episode.
Now some channels continue the tv program but make it smaller so they can show an ad on the sides. And whenever i switch to the most popular channels i get an overlay that is basically an ad too.
I switched to livestreams and web-based tv for a reason, and that's because tv ads get more intrusive with every year. And don't get me started on the bullshit that smart tv's do nowadays, by that i mean sending data home.
I can't wait for tv to die out or to be replaced by an ip-based protocol just like telephones did.6 -
When clients calls me, and tells me that the website is broken.
client: It won't upload my pictures, says that file size is to big.
me: How big is your picture?
client: How do I check that?
30 min of explaining and a him forgetting to charge the laptop.
Client: It says 32 mb.
Me: Yep that's way to big, won't work for a website.
Client: How do you make them smaller?
Me: Crying. -
Damn, this delicate 15.6" piece of plastic I call my laptop is the reason I have to tolerate stupid curious college-mates. Whenever I open it, everyone is like woah dude, you are a coder! does it have porn ? or games ?
yeah mann fuck you . its 2018 , I don't play pc games and I can watch porn online . can you fucktards just leave me alone and let me work ?
Why don't we have cheap laptops with good specs but smaller screens? like 7" or 9"
fucking CSE college pervs acting like babies :/8 -
Recently had to implement some microbenchmarks for a project. First time I ran them, I thought they had gone stuck. It turned out they weren't, but the processing took forever.
Some smaller benchmarks revealed that runtime was not scaling linearly with the input size as one would expect for the problem. It turned out that code was iterating over the input to find corresponding entries in the output.
We changed the processing so that it creates the output in the same order as the input and just compare entries at the same position. With that we were able to cut runtime from a few hours to a few seconds. -
!rant
It feels so amazing to be able to divide a big ass method into multiple smaller ones that sometimes are even pure functions. <3 -
So I have a hardware project which requires two spindles to move something. Turns out one of the two i ordered has a sliiiightly smaller pitch than the other. Therefore it to moves slower than the other one and shit doesnt work.
FuckThis.exe I go to the hardware store and get two M8 threaded rods with nuts. Install it and it works. This shizz has less backlash than both spindles combined and cost 1/3 of just one propper spindle.
This is pretty much the first time I've seen the shitty solution work waaay better than the propper one.2 -
A big project in my company. Had some annoying race condition that caused data to get deleted when two processes finished in the wrong order they hit the dB and override each other’s work.
Long story short. Fixed the bug and in the process the codebase shrunk by 60%. I didn’t have to delete the rest of the code, but the bug was due to a function in the legacy section of the code, and found out that it was the only function used in that section.
So I deleted it. Rewrote the function so it upserts. And bam. Smaller, cleaner code :)1 -
The billing system on an enterprise project that I've inherited is a nightmare. The client complained that an aged receivable was being reported as 31-60 days overdue when it should be 0-30 days overdue. I checked the system, and discovered that an account had multiple invoices. One was due in May and one was due in July. The system took a large payment, fully paid the invoice due in July, and partially paid the invoice due in May. That seems wrong.
I checked the code and confirmed my suspicion. The system is ordering open invoices by their creation date, not their due date. The invoice due in May was created after the first invoice, but had a much smaller window to pay. I'll bet anything the original coder assumed all invoices would have the same window to pay. -
Ecma International, the organization in charge of managing the ECMAScript standard, has published the most recent version of the JavaScript language. ECMAScript 2016 (ES7 or JavaScript 7th Edition in the old naming scheme) comes with very few new features. The most important is that JavaScript developers will finally get a "raise to the power" operator, which was mysteriously left out of the standard for 20 years. The operator is **... It will also become much easier to search for data in a JavaScript array with Array.prototype.includes(), but support for async functions (initially announced for ES2016), has been deferred until next year's release. "From now on, expect smaller changelogs from the ECMAScript team," reports Softpedia, "since this was the plan set out last year. Fewer breaking changes means more time to migrate code, instead of having to rewrite entire applications, as developers did when the mammoth ES6 release came out last year."1
-
Every fucking time I install a new npm package
npm WARN deprecated core-js@2.5.7: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/...
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated domelementtype@1.3.0: update to domelementtype@1.3.1
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated flatten@1.0.2: I wrote this module a very long time ago; you should use something else.21 -
"We need smaller deliverables so that we can validate each iteration with the client! Instead of doing the whole batch, let's try a minimum viable unit of work first!"
And then the cook made a single unit of French fries. Like, a single stick. It took about 10 minutes, or about 95% of the time it would take to fry a whole portion.12 -
Nope, too young.
Though some smaller kids than me DID come and ask for advice on how to start learning and I told them that they have an entire internet to learn from, there are guides online, and everything that stands between them and success is their DESIRE to learn computer science. And if they really do want to learn CS - really stick to it along the years and try to get as much head start as they possibly can.
I learned in my limited experience in software development (for the uninitiated, I am 16, started coding at 12), that you must want to learn it DEEP DOWN, because if solving problems is not your cup of tea and you don’t like thinking big, then GTFO lol.6 -
Epic code fight broke out today when one developer fronted himself for leader due to having beat all the metrics by a factor of ten. Claimed he could replace the entire department based on LOC alone.
Another developer told him to fucking zip it.
After almost coming to blows someone managed to explain to him that he had to put his code into a compressed archive.
As it compressed to ten times smaller than the next smallest contribution he declared victory because his compressed better. Another developer joked better call bomb squad.6 -
So, a few weeks ago I was asked by a client to add a cookie consent popup.
Specifically the site must not track the user via Google analytics until they consent.
All fine and I added the normal popup bar at the top the screen.
The client asked me make this smaller and place it into the bottom right hand corner, as to not "scare visitors". After some design hanged on his end the message ending up being 80px side. I.e. tiny.
Weeks later the client is now moaning about decreased traffic levels in analytics.
This is to be expected as cookie message can barely been seen.
Facepalm.1 -
you want a bigger dick because you think women care/it’ll get you chicks/you can win a dick-measuring contest on the internet.
I want a smaller one because mine is too obvious when I’m wearing fishnets, and I have to wear them with jean shorts.
we are not the same.28 -
Well, this goes back a few years to when I first started to program in Minecraft. I had an idea of developing Gun Game in Minecraft before any of these big servers had created them, so I had a few questions and asked it on Bukkit forums. So he responded to my questions and seemed interested in the idea, so one day we got to talking on Skype and were working on the project. After that project, we worked on hundreds of smaller projects and even started our own hosting company (Which was sold off now, due to us being in school). So I went from not having any programming friends to having one, just cause of a Minecraft plugin idea.1
-
You told me “my dick is small, but your dick is smaller”. Little did you knew that in CSS, “smaller” is bigger than “small”.
With that attitude, there is no way you can achieve float: center. May the position: absolute be with you, for the rest of your life.4 -
!rant, !dev, random thought
We live in the past. Everything we call the present has already happened, we just aren't immediately aware of it.
For example, if the sun suddenly exploded, we would live for ~8 mins thinking nothing had happened. On the human scale, this still holds although the delays are much smaller. (also, the sun isn't where it appears to be :D)
Our senses deceive us 😯
Open to criticism :) just thought it was an interesting thought.7 -
- have a look at the project
- brake it down into smaller stories
- estimate the time
- multipy it with 1.5
- add 1-3 days of testing
- add 15% project management
- add a 2 days buffer
= be happy with being done in 2 weeks, present it in 4 -
!rant
When smaller web sweatshops try to under-quote to get your client to jump ship.
Boy, oh boy! They are in for a nasty surprise. Good luck fellas!3 -
first off, i think this may be out of scope but either way.
i think along the rants, a tag seperated section for programmer tips could be pretty neat :)
i'll start off, my tip of today would be: if it seems too complex, it probably is.
consider refactoring by splitting into multiple smaller parts or even its own seperate API. :) -
In the interview process for my current job, I was tasked with multiple small tasks one of which was an AI task (easy one though). Now, most of my work is making the text size smaller so the content can fit in one page as the CTO wants.
I never said I was UI engineer let alone a frontend engineer. Also, there's no design to follow. Damn that.6 -
Just had a work review last day. They told I am meeting their expectations . Okay ,Nice..
Then at night , talking to a friend working in same company ,heard her review significantly exceeding expections and all she gets to do simple bug fixes or smaller user stories. No complaints for her.. But for my team, A little more appreciation would have been better..
When these corporate jobs will realise that sometimes an appreciation can make you work better?1 -
Two days ago I wrote the deployment instructions. 5 lines. I sent them to the devops four days before the release (two days before usual).
A colleague of mine leashed out and had me send another message to say to ignore my instructions because they "generated too much entropy" he is releasing too his application and we should create a single instruction file. Okay, I see no reason to do that nor how that helps the devops. A longer file is not easier to understand than a smaller one.
Today the devops deploy our application. They make a backup of the new files and promptly overwrite the original copies with the files from production.
I lost 3 hours today. My colleague is refusing to communicate the error properly to the devops and I have a meeting in 20 minutes. I love my job.3 -
Maybe I should’ve gotten a smaller 1.
Anyway maybe just using it hood-up half-zipped.
Thanks to @idontgiveaduck for showing me da swag shop12 -
Yo designer listen, you have made a design with a font the size of 49px and I created it even smaller like 45px and you are still complaining that I'm the one that fucked up??? You should learn to design a proper website!! With webfonts for fucks sake!! And get your margin even!!!3
-
Just found out I have more work than I can manage stacked up until mid 2018 - all for me and where I am a single point of failure. I have several manager fighting for me and some smaller pieces of work mixed in too.
Any advice on how to get a raise while my stock is high?3 -
Anyone here making big bucks working for a small company? I've interned at startups and worked full time for fortune 500's, but I'm considering looking at smaller companies in the future just because the corporate environment kind of burns me out. What's it like being a senior level developer for a smaller company? Is the money typically there? And in your experience, what about quality and expectation of work? I would love to have some more say and passion into what I'm building and take home a big chunk of what a business earns but I don't know how realistic that is.
I'd also like to start my own e-commerce company but as a web developer with 0 business / marketing experience that seems far off lol11 -
Happy Birthday devRant!! 🎂🎉 Can't believe we're at 30,000 users!! This community feels much smaller (I mean that in a good way)
-
Client: Can you lower that estimate?
Client: I know you’ve done, but can you make all this stuff behave this particular way on smaller screens, despite it not being in spec?
Me: *internal sigh* sure.
The perils of newly being a contractor and wanting to please.
At least I’m working from home and the money is good I suppose 😂3 -
What kind of project sizes do you prefer and why? Big one, lasting year(s), or smaller ones, in range of months?5
-
PSA: The smaller the compute shader workgroups the more efficient they are, down to the wave size (32 on nvidia). Not exactly sure why, but looks like if you don't need group shared memory always have your workgroups be wave sized
Just this alone gave me a 30%+ performance increase. And combined with a few other changes got me from 50 µs to 10 µs, yay!5 -
I realised, that Git now has the same problem as Windows:
Its widespread because its widespread.
There are, especially for smaller projects, few reasons to actually use Git instead any other VCS.
Look at the landscape of free repo hosting.
There are hundreds, if not thousands of free Git hosters.
A handful of free Mercurial hosters,
Launchpad for Bazaar and I didn't even find a free SVN hoster.
Everyone uses Git, because there are Services for it, and there are Services for it, because everyone uses it.5 -
Somehow they felt like the first day of a month isn't always n°1 (and last day might be smaller than 10)8
-
So...
After about a month and a half of lots of interviews with 2 different companys, BOTH of them offered me a job last night.
One is a big digital agency in my country (~2000 employees) the other one is a smaller development firm (~200 employees).
It feels sad to have to deny the smaller one but the bigger one is a dream job for me due to the fact that thet focus a lot more on new tech compared to the smaller one.
But i have never been happier in my life!
It is a dream come true!3 -
I don't consider myself a guru in JavaScript (hell I studied theoretical chemistry), but I do hate much of the rationalization behind building a Jenga stack of libraries, frameworks, dependencies... for building everything web related.
Many of the problems I see people solving with these giant stacks could be easily solved understanding how websites work (html, css, js and how interact with each other) with no dependencies giving smaller (for end users at least) and more maintainable code (in the sense it would not require updating dependencies that may be discontinued...)
I do imagine situations where these are ideal... Since there are not absolutes and developing is very context sensitive, but man if I have js article fatigue for ridiculous scenarios.2 -
I get in to the office today, and I'm informed that my ceramic origami swan (https://devrant.com/rants/1231342/...) fell and broke during office cleaning.
I'm now afraid to bring new stuff into the office for my desk2 -
Safari is such an underrated browser.
It's damn beautiful with the new Mojave dark mode and the developer tools are excellent.
The performance is identical to Chrome and the memory consumption is much smaller.
I seriously encourage everyone on macOS to give it a try.
P.S: This is coming from a person who has been using Chrome since its release.37 -
Seriously, I get a smaller hart attack if there is NO errors shown in the debugger. I wait about 5 seconds before I breathe against be sure it is correct.
-
! Worst thing another dev did in our NodeJS code.
1. No indentation. Literally.
2. A single function in a module worth 1000 lines. I'm not even kidding. No breaking into smaller functions. Just a large rock with a lot of js mess scribbled.
3. No comments at all
4. Sending stray values to promises which were not required at all.
5. No jsdoc. Using camelCase and uppercase interchangeably.2 -
Exhausted from the main project so working on another, smaller project is the dev equivalent of checking phone after getting tired from using laptop/PC
-
Programming is like climbing a giant mountain covered with other smaller mountains. You conquer one small mountain (i.e. bugs, refactor, etc) just to realize there are many more mountains ahead before you get anywhere near the final summit.
-
I work in huge corporation. Got an offer for smaller company and gave 2 week notice. My corporation offered me better base salary and retention bonus to stay. I accepted (mistake) and now they are not coming back with retention bonus or salary increase. I found out they did same trick with different person. Wtf... huge corporation is doing those kind of shenanigans?6
-
Last weekend I visited my aunt for her birthday. Someone reminded me of the passion for chess one of my smaller cousins had
(they grow so fast, I finally understood all those remarks from the grandmas back then 🥲)
and asked if he wanted to play a few rounds. Sure damn he wanted to, because he whipped out that chessboard like a gunslinger I tell you
I wonder why everyone looked at me in such pity, and I found out why soon enough: turns out in all the years, he’s competing in country championships and now has an ELO of around 1600. Every match felt like being a fly in a venus trap. I was losing and I didn’t even know why. The grip became tighter while I was burning my neurons on some sugar. That was very uncomfortable. At least, reading from his face, he had fun, and I learnt some Turkish Kebap Defense variant lol -
Decided to get myself a new phone as the 2013 model is getting morally obsolete. I can still flash Lineage/Android10 and it will run it. But the apps (e.g. Google Maps) nowadays are such a performance hog it can't cope.
So I've searched through gsmarena, prioritizing smaller phones, picked myself a candidate and had it on my desk after few days.
The 2013 mindset still the same "do the backup before touching the phone in any way". How do you do backup? Unlock bootloader, boot/flash TWRP, run backup.
I've realized only after the unlocking and some googling, that the unlock automatically deletes TA partition and stored DRM keys. So advanced licensed features of the phone are gone. Also there is no way to lock the bootloader again, so I've lost the SafetyNet validation too.
tl;dr: I've fucked up my new phone as a first step after I got it.6 -
I’m seriously considering leaving my current team or even resigning from the organization altogether. I don’t blame anyone— I understand that managers have their own deadlines to meet and have to answer to their superiors when things go south. I have indeed developed a thick skin by getting used to all this shouting/blaming the last 3 months. But yes, I seriously don’t think there is any point in taking this anymore. It’s not good for my mental health.
My question to all of you is, is working at smaller companies better in regards to this? (I’m working at a big corporation now). And are they more unstable than bigger companies? (especially in times of COVID)2 -
We have a three bedroom house that fits us perfectly, or did anyway. In the upstairs there is a master bedroom which my wife and I share, and two smaller bedrooms. One is my son's room and was his nursery when he was smaller, and the other is currently being used as my office.
We had a second child-- a little girl --in October. As she is still very small, she sleeps in a bassinet in our bedroom, but those days are numbered. She will need her own room within a couple months, for naps and for her to sleep all night on her own. That means my office will soon have a crib, dresser, and changing table in it, and I will be unable to use my computer after the wife and kids are in bed.
For this eventuality, I've been preparing what I call my, "table kit." Costco sells these really nice collapsible plastic crates. I have filled one with computer things, with the intention being that when my office is not available to me, I have a crate with everything I need in it, and can quickly set up at the dinner table. When I'm done, I can quickly tear down and pack everything up into that collapsible crate, so none of my equipment will "live" at the table.
My question is: what would you put in your table kit? I currently have a System76 Oryx Pro, a 23" LED display, displayport cable, power cables, mouse, keyboard, microUSB, and type-C cable, Bluetooth headphones, and I'm trying to decide whether I'll need a laptop stand. What would you pack?5 -
Thinking about switching jobs...
Do you prefer working in a smaller startup sized company, a bigger more settled one, or as a consultant?15 -
I love git stash.
It's helps a lot for doing refactors to me. I guess it's not the most complex workflow, but it wasn't obvious to me when I started with git. Let me explain.
Refactors. As you start writing the first lines of a refactor, you start to notice something: you're changing too many things, your next commit is going to be huge.
That tends to be the very nature of refactors, they usually affect different parts of code.
So, there you are, with a shitload changes, and you figure "hey, I have a better idea, let me first do a smaller cohesive commit (let's call it subcommit) that changes a smaller specific thing, and then I'll continue with the upper parts of the refactor".
Good idea, but you have a shitload of changes nearly touching every file in your working copy, what do you do with these changes? You git stash them.
Let's say you stash and try to do that smaller "subcommit". What sometimes happens to me at this point is that I notice that I could do an even smaller change inside this current "subcommit". So I do the same thing, I git stash and I work on that even smaller thing.
At some point I end up `git stash pop`ing up all these levels. And it it shows that git stash is powerful for this.
* You never lose a single bit of work you did.
* Every commit is clean.
* After every commit you can run tests (automated or manual) to see shit is still working.
* If you don't like some changes that you had git stashed, you can just erase them with git reset --hard.
* If a change overlaps between a stash you're applying and the last "subcommit", then
if they differ, git shows conflicts on the files,
if they are identical, nothing happens.
with this workflow things just flow and you don't need to wipe out all your changes when doing simpler things,
and you don't need to go around creating new branches with temp commits (which results in bloated temp commits and the work of switching branches).
After you finish the refactor, you can decide to squash things with git rebase.
(Note: I don't use git stash pop, because it annoys the fuck out of me when I pop and you I get conflicts, I rather apply and drop)4 -
First time me ranting about PHP.
First time. I still really like the language.
But what the fuck.
I am debugging, I narrowed down bug to my validator.
I played with php console and debugger and narrowed down to that one offending line.
Narrowing down to smaller and smaller examples when it dosent work, confusion and tension grows in me.
And then it hit me.
Confusion got to apogeum.
Anyone, if you know the anwser, please tell me.
WHAT THE FUCK?
maybe thats task for stack overflow? Hrm...
No, I dont have time to explicitly tell what I tried to google and spend 4 hours to have all checkmarks ticked before asking lol39 -
One of the big ISP/entertainment companies dug up the roads a few months back and laid fibre optic cables (cutting through a power cable in the process but that's another story).
Recently had someone turn up at my door to chat about their services. All sounded very good, I took a card and gave it some thought and did some research.
So, it'd be a little cheaper than my current provider (FTTC setup). It'd be faster for downloads, slightly slower for uploads (I want fast upload). IPv6 is only on their business packages. I use IPv6 a lot. I also have several static IPv4 addresses.
It would involve getting a cable in to where my equipment rack is, and one to where the TV is (which I spent ages building a TV unit with power, network etc.)
To record/watch TV in another room with their service, I'd need to pay extra. The service just provides HD channels that I can already get, unless I pay more. At the moment I have MythTV handling all the recording of TV shows I want, and Kodi to play them back on different TVs, via CAT6 I spent ages installing into the walls.
Then there's the uncertainty of how nicely their equipment will play with my relatively complicated setup.
I decided, it isn't worth it really for me. I would have to change a load of stuff just to end up with what I already have... But with more limitations.
Anyway, the guy turned up again a few days later, I told him of my decision and away he went.
Since then I have been visited by 2 other employees of this company to try to sell me the service.
It is probably great and convenient if you are not like me and DIY all your home network and media distribution setup...
Also the ISP I'm with is quite small. They are very knowledgeable and friendly and I can get through to someone quickly if i phone. What I use meets my needs, so I prefer to support the smaller company in this case. -
My coworker, whom I attempt to mentor when I am not frustrated and impatient, is refactoring one of our smaller programs. It uses modern MVVM practices, unlike the dilapidated crap we inherited from my predecessor and the lazy asshole that was me 3 years ago. I am excited to see what he learns and what he can teach me, maybe he will finally understand my shortcomings as a mentor.
-
OK trust me, DO NOT, I REPEAT, DO. NOT. TRY TO DO ANYTHING ON A COMPUTER WHEN YOU HAVE SMALLER SIBLINGS, my baby brother has broken my PC monitor, my laptop screen, my phone, and hell, I'm desperate to the point of jailbreaking my Nintendo switch, witch he almost broke already, I'm typing this on my school laptop BTW.9
-
Programming has taught me
1. Importance of patience, friends and family and yeh StackOverflow too...
2. Importance of small contributions towards dev community.
3. How smaller things can make big changes.
4. Helping others and getting help if you get stuck.
5. Anyone can code, but very few can build robust solutions. Project not just coding but it needs preparation and planning too.
6. Importance of reading documentations, writing test cases, debugger programs.
7. You can learn things even if you have no idea about it. It just takes your interest. -
Why the fuck is every tech lead and manager obsessed with the idea of breaking down tasks?
It's true some tasks can be broken down into smaller ones. But there are situations where a task needs to be done by 1 person in X days. Breaking it down into 2-3 tasks so that "they can be done in parallel" actually requires more efforts among devs, introducing unnecessary complexity and more risks.
9 women cannot deliver a baby in 1 months ffs. I guess these people never learn.7 -
Yay finally summer started
Ye no fuck that
After being "migrated" into a newer smaller office and getting another team member we are now three people on about 5 square meters of space.
Another good thing is that we don't have an air conditioning unit in the new room and gained a few more PCs.
Oh and did I mention that we are on the sunny side of the building now.
Basically we are working in Satan's Asshole now. Good thing is that I am working on a thermometer now.
35 degrees Celsius is still alright isn't it?
Oh and our fan broke today.3 -
I can officially tell, that XPS 15 series is the best series of laptops.
Mine does have quite a bit of stuck pixels, BUT
I can replace the ram
I can replace SSD
I can change the battery and its size, if I choose a smaller one I can add another 2.5" drive
I can replace the screen
I can replace power button
I can replace a mobo
I can replace the keyboard
I can replace the touchpad
I can use older or newer versions of these things since it will work for my laptop, it's just compatible
I can replace it by myself at home, no need for professional service to make it for me, it's super easy to repair laptop11 -
Sometimes I write code so pristine, so sexy it blinds
but sometimes...
sometimes I can't let it go
gotta get back to it
make it flashier, prettier, faster, smaller...
And always, ALWAYS! I shit over it, full-blown dysentery. diarrhea so bleak, so dark and nasty it makes me question my sanity, my soul cracks, my mind numbs...
Today was one of these days, but it was the last. I shall never ever do that again.4 -
!rant
I've tried Ionic in the past, and put off development with it because I couldn't get it to be performant without crosswalk.
In 2015, React Native put an end to the 'Are hybrid apps viable?' argument. It had a much smaller compile size, large component library, and is very reactive.
Ionic recently released news on scaling back their tools to focus on core offerings. I can't help but feel they're flogging a dead horse.
I'm sure the Ionic team has very smart people on board. Can't they see they're about to be 'Parse-ed'?1 -
Agile Product Owner: How long do you think this task will take?
Me: Probably 13 points.
APO: That is too many can you break it down into separate tasks?
Me: Sure its probably an 8 and an 8. Since i need to work on them sequentially and one depends on the other, the second task will take longer if i need to make changes after the first one is merged.
~ Turned 104 (8 tasks * 13) points into 128 (16 tasks * 8 points) points.
A 13 represents a whole 2 week sprint.
An 8 represents a week and a half.
We cannot fit 2 8 point tasks in the same sprint, so now it takes 2 whole sprints to complete 2, 8 point tasks.
We have no smaller tickets so we don't work for the rest of the sprint.
Anyone else been here?5 -
Duck is the common name for numerous species of waterfowl in the family Anatidae. Ducks are generally smaller and shorter-necked than swans and geese, which are members of the same family. Divided among several subfamilies, they are a form taxon; they do not represent a monophyletic group (the group of all descendants of a single common ancestral species), since swans and geese are not considered ducks. Ducks are mostly aquatic birds, and may be found in both fresh water and sea water.
Ducks are sometimes confused with several types of unrelated water birds with similar forms, such as loons or divers, grebes, gallinules and coots.9 -
Recently started an apprenticeship as software developer and tried to build something with JavaScript... aka. copy pasted a bit and after a while my brain kept shouting at me: "YOU DONT EVEN KNOW WHAT YOURE DOING, TAKE A FKIN BOOK AND YOU'LL MAYBE UNDERSTAND WHAT YOURE DOING THERE!" - and I did... turns out that the book is quite old and I finally landed on Codecademy - now I make progress :).
Made some smaller things in other languages before, but never really understood things like objects and classes... codecademy helps! And I can already laugh about some things here :D. This app is great! I feel like I'm part of "something".
Have a nice Day :)!3 -
So my office tends to have seating rearrangements every few months due to the amount of people increasing in the company. In the 1 year that we moved to this office, I have been lucky to not have moved seats drastically.
Today though my team got moved to a new area. The previous area was already pretty small, the new area is even smaller where dual monitors JUST fit on the desk. With more people being hired by the month, there's going to be no more room again. I really wish the company would look at just hiring actual talented staff rather than hiring just to meet demands. Again, it's all about quality, not quantity!! -
Okay before you read on this is a stupid question!
So the most common response I get when I ask for advice is contribute to open source projects but theres some problems.
> I dont know how to find projects on github or anywhere
> I dont know how or where to start when I actually find a project
> I'm way too intimidated by huge projects like linux, browsers, etc
> I don't know what to add
> I'm too afraid of messing up the project
> my understanding of github its self is very limited and I'm not good at using it. (Which isnt a problem for the open source development but since I'd be using github it is a problem)
Theres always smaller problems too but those should sum it up3 -
Designer:
Responzivity looks little off:
I:
1) Yep, by default all elements are excesively large, so i need to do many breaks to fit all scenarios and keep important informations in first few screens.
2) Sometimes you follow 1280 max-width, sometimes 1440, sometimes others. It is hard to achieve some consistent look on smaller devices than your biiig monitor.
3) Design is heavily dependent on large and various images with text overlay. In some scenarios text become unreadable.
4) You did not design a responzive version in first place, so FUCK OFF! I just trying to do my best to fix your shit because you suck as hell!
Escaled quickly, but i'm so tired of this idiot.4 -
I'm currently working as a full stack web developer.
Now to my situation. Me and my team partner are part of a bigger dev department. My department lead now wants to split his responsibility into smaller groups. All groups get a new lead out of the group of devs except mine... No let's put together web and hardware development. It's not like I already coordinate all web and app related stuff. But hey let's hire a new guy for this... Hopefully someone with the same knowledge of the web as my current lead... Like none... -
Aaaaaaggghhhhj fuck you mosquitoes ! Fucking fuckly fuck you all!!! i wish to have a fuckin hunk spider with 8 eyes and a diminishing machine right now... We 2 will get smaller enough to come below my bed to the nasty place you jerks are hiding then use the webs to catch everyone of you to give you a slow painful death by spider claws.
Bloody micro fuckers1 -
wow GitHub I try uploading a photo for my org and I can't fit the entire photo without cropping.... So I try making the photo smaller and uploading it and it still makes me crop even when I went from 500 to 50px
-
Recently, our backend team has gotten smaller. The company has stopped the collaboration with the company of the backend lead developer.
We are currently lacking backend developers while we have way too many frontend developers right now (compared to backend).
How can I, as a front-end developer, switch to back-end?4 -
Google.
Always thought they were at the forefront of innovation and things like that. Turns out it's the smaller companies that do all their work for them. -
I take a task, break it down in smaller tasks which can be done in one day, more if some problem came. But let's say if it finishes within a day and I have free time, I don't start the next thing instead I feel good that I'm done. Is it only me? 🙄2
-
#Development Story:
No Size for iPad (only mocks are mobile and desktop)
Ambiguous on Close Button (size and position)
#Development:
Me: iPad size, should it be X?
Product Owner: Yes
#QA
QA: Close button is to Small, change to bigger
ME: (ok....)
#Product Owner Review
Product Owner: Close button to big, make it smaller, also iPad size is not that, is Y.
Me:3 -
In case you guys want to know, Apple fixed a big problem with the whole virtual back to the last app button. Now it's way smaller and it doesn't actually hide your internet connection info. Small fix, but one truly appreciated
-
Ansible... Why do one simple task manually, when you can do many smaller more complex ones automatically?
-
so, any EE here?
I'm a self-taught EE (shots fired! I was told to call myself an "inventor" so I don't offend my dear EE friends!)
Anyways... I just made a huge insight that wanted to share!
in the circuit that has been breaking my head for the past couple of days (switching DC-DC [boost, buck] converter the inductor takes care of holding the current stable while the capacitor the voltage. (apart from an low-pass filter...) The higher the frequency the smaller the capacity of the inductor needed, the less amount of wire, less resistance, more watts!!!!!11 -
The new MacBooks look so nice. And Mojave is pretty nice, and dark theme! And the touch bar! The price is quite high but for the first time I'm actually debating getting one... Almost. But:
Why no escape key apple! You were so close! A physical escape key at the cost of your touch bar being 1 inch smaller! Is that too much to ask!
Many programmers use Mac. I can see why, it's a bsd variant, it's almost a Linux box except it's supported and accepted by the non-geeks of the world.
Many programmers use Vim! It's great!
So it stands to reason that a "not insignificant" amount of Mac users use Vim. Why would you do this to us? Or at least offer a "Vim model! With physical escape key, some nice out of the box vim buttons for the touch bar, a greatly inflated pricetag... Yknow, the works!" But nothing?! You almost had me apple.6 -
Working on a feature for about a month, give or take. And the whole way through, I'm feeling worried that what I have is very little in relation to how much time I've spent on it.
Well, guess what? I send the PR, and see all the commits put together -- and ONLY THEN I'm able to realize it's a WAY bigger contribution than in my wildest fucking dreams.
So now I'm thinking shit, I may have gone too far in a few places...
Anyway, the feature is not a 100% done: this is just the first step lmao. But I'm glad to get a break from this, though it was a very cool thing to get to work on, I definitively got severe tunnel vision focusing so much on it. Time to return to smaller bug fixes, let's go!
**ANXIETY INTENSIFIES FOR NO REASON** -
I read the other day that tech companies are trying and failing to make chips smaller and faster by reducing transistor size.
Yet Apple does this with ease. You know how?
They remove or REDUCE the number of transistors to make it smaller.2 -
Just realized my current team owns a new project that is smaller than the one that one I left a few years ago.... and yet we have more issues and work...1
-
Why does every Monitor with a high resolution have such a wide format, like 16:9 or worse? As a developer i need more vertical than horizontal space. 9:16 is ok for coding but too small for anything else. I want a Monitor which is 2:3, 3:4 (rotated 3:2 or 4:3) or 1:1 and has at least 1920x2560. The better the resolution the more lines can i see at once. I can't make the text smaller than 10 pixel per line.
Do you guys have the same problem?12 -
I really love Ubuntu Mono and similar fonts, because they're nice to look at while coding, so I tried to use it in Emacs.
Man, what it produced is just... disgusting! I couldn't see anything even in Ubuntu Mono "normal" version (not bold, not italic) with size 10 (my normal size).
In smaller size I almost couldn't recognize characters in code, in bigger it yelled at me I'm blind. Wtf emacs...6 -
Well can confirm after a second viewing, the new star wars is ok, not great not bad buuuuuuut, it's a lot better the second time if you start looking at the smaller details and realise a lot of new things, overall, 5/101
-
A former team lead decided the team should review any open PR before proceeding with their own tasks after their breaks. Any open PR also meant reviewing refinements in an ongoing discussion. Several times, we wasted time for review, coding, and discussing when the second reviewer asked to revert the changes introduced according to the requests of the first reviewer.
Now as a freelancer, in smaller projects, I sometimes have no coworkers to review my code. So, apart from testing, I try to pay more attention to linters, static code analysis and automated coding assistance. I have stylelint, eslint, SonarLint, and possibly some more IDE inspections. For the infamous popular blogging software, I also have a so-called PHP code sniffer that checks all PHP and JavaScript code for compliance with the WordPress coding styles, so finally, I got the team experience back: SonarLint suggests removing unnecessary spaces and reformating my code, which in turn makes PHPCS complain that the code violates the legacy code style. -
Come up with an idea of yet another alternative to React that'd be supposedly faster and smaller.
Stop myself. -
What is your preferred team size? Have you had a better experience working on a larger or smaller team?10
-
They moved my desk again. Still an open floorplan, but the room is much smaller, and in this office I'm sitting by people with whom I actually work.
Also there's WiFi in the can, so I'm all set. -
I'm stuck...I life in small city, there is like 3-6 Web programming companies...my salary just got smaller for no reason...and I'm programming with fuckin Magento... I'm really want to live on Mars, alone.2
-
Do you think Auth0 is a good solution for smaller projects? Is it easy to replace in the future? Know any good (and preferably cheap) alternatives?7
-
It's 2022 and people still believe USB sticks and external card readers are a replacement for memory card slots.
They're not. SD cards have a standardized form factor and do not protrude from memory card slots, but external card readers and USB sticks do.
Just like smartphones, laptops are increasingly ditching the SD card slot or replacing it with microSD, which has less capacity, lower life expectancy and data retention span due to smaller memory transistors, worse handling, and no write-protection switch.
Not only should full-sized SD cards be brought back to laptops, but also brought to smartphones. There might soon be 2 TB SD cards, meaning not one second of worrying about running out of space for years. That would be wonderful.22 -
They say “think outside the box”. When you're depressed, the box is made of concrete. The more depressed you are, the smaller the box.
Our brain is wired to cut off thought processes that take too much energy. In depression, this mechanism works against you, cutting off everything but laying down. To me, get up in the morning and go brush my teeth is too outside the box. Thinking about it is like touching a boiling kettle. Painful, ouch-y, and my brain doesn't even want me to think about doing it.
I'm working and living in my bed. I don't really get up. Should I even say about things like going out or cooking?3 -
2nd week on a new job, already been assigned smaller Jira tickets to work on.
But it takes me awhile to figure it out and close the ticket, coz it’s React and I’m completely new to it and I feel I have no idea what I’m doing.
Imposter syndrome hitting hard3 -
I am thinking about trying to get some work as a freelancer until I get my first full time job. I am thinking about smaller businesses who needs simple websites.
Any advice from anyone who did something similar? What should I look out for?6 -
Joke about Rust all you want, but Rust is the reason efficient programs are on vogue. When you see a web developer optimizing their JavaScript to make a smaller bundle, or a backend developer getting rid of dependencies, thank Rust for that.
I don't like Rust, I don't like their community, I don't like their superiority complex, but their existence is net positive so far.9 -
They keep training bigger language models (GPT et al). All the resear4chers appear to be doing this as a first step, and then running self-learning. The way they do this is train a smaller network, using the bigger network as a teacher. Another way of doing this is dropping some parameters and nodes and testing the performance of the network to see if the smaller version performs roughly the same, on the theory that there are some initialization and configurations that start out, just by happenstance, to be efficient (like finding a "winning lottery ticket").
My question is why aren't they running these two procedures *during* training and validation?
If [x] is a good initialization or larger network and [y] is a smaller network, then
after each training and validation, we run it against a potential [y]. If the result is acceptable and [y] is a good substitute, y becomes x, and we repeat the entire procedure.
The idea is not to look to optimize mere training and validation loss, but to bootstrap a sort of meta-loss that exists across the whole span of training, amortizing the loss function.
Anyone seen this in the wild yet?5 -
Anyone find it a little worrying the when amazon AWS goes down a large portion of sites goes down. Just my opinion but shouldn't there be more than one company or subset of that company handling smaller portions of sites?2
-
I'm starting to realize that maybe the issue with my team is that they don't know how to break down complex problems into smaller parts that can be completed, tested one by one, allowing you to create save points.
To them it's either all or nothing... And once they're done, they cannot explain what they did other than it works..2 -
Why does my phone (most phones) record video that are like 100s of MB for just a few minutes? Where as I can download the same video and similar quality but much smaller from Youtube after I upload it?
Originally I used Youtube to stabilize videos but seems they removed that... so now I just want the videos with reasonable size.
Not sure if this was from OpenCamera (I think I have it forcing 4K UHD, prolly don't need); I don't know what the setting is in Camera, can't change it.
But smartphone videos are always huge...15 -
I used to do a job where I helped older people with their computer issues and of my customers once used an actual magnifier to view websites their smaller letters. Both logical but also hilarious, the customer probably didnt know any better!2
-
different browsers rendering same things differently...
i have a slider with a given width of 7em. in edge it renders as i want it to, chrome fucks it up and makes it way smaller and display way off position and its parent div is way too big, firefox is somehow between those 2? all browsers are scaled to 100% 😥😒4 -
Sometimes when other devs ask me to explain something in the specs I cannot make into smaller words (example: javadoc says throws <error name> when x <= y. I was asked to explain 'what all this psuedocode means'), or their code horrifies me, I ask my mother if she knows what it is doing.... just as a 'wtf am I missing' check.
She still finds it amazing when we text her a gif and asks for help when she 'loses' her icons on her phone, but she will still ask what is wrong with some of these people.1 -
I started down my career path to make games. I have never really made anything good. I think I am finally fed up with not doing this. So I am going to be working on selecting a game engine. I want 3D, I want to experiment with voxels, I want a permissive license, I don't want something huge, I want to contribute back in a meaningful way, it needs to support 3D. So after looking around I found Godot. Another programmer who lives near me uses this as well.
Does anyone else have some good positive experience with game engines for smaller projects? I have played with UE4 and Torque3D/2D. I don't like the bloated feel of UE4 even though its a very cool engine. I didn't like their install system at all. T3D is old and not up to date.2 -
Not sure if it's a rant but...
Less than a year as a professional software engineer and I'm at a small shop, like less than 10 of us.
I'm getting an overwhelming urge to break down these large methods we use into smaller more reasoned out methods we can just call.
Is this me being a n00b and trying to do things "right" or am I just trying to follow some best practices that have been overlooked?1 -
Seriously fuck react native, google wants us to upload 64bit apk's and i spend a fuckton of time updating to the next version then i manage to produce the smaller 64bit apk's and now they won't start because
https://github.com/facebook/...
What the actual fuck. even with all that info we havnt managed to fix it as the human race.1 -
Decided I wanted a western style hat to wear. I sized my head and I found it was XXL. Most of the hats I looked at only went up to L or XL. Do people who work cowboy type jobs have smaller heads typically? I also found Stetsons always had the option for larger heads. Maybe it is just a general market availability thing.
This is what I ordered:16 -
"Graphic designers are, by and large, selfish and spoiled. They stubbornly control and individually design things that a generally smaller than them, perfecting to a level appreciated only by people like them. They don’t share and play well with others." - Wayne Hunt3
-
Someone help!
I'm looking at replacing my Moto 360 gen 2 because I've given up hope of the gen 3 (even if I know things that I'm not allowed to share) and I'm looking at the ticwatch c2 but can't find any CPU comparisons between the SD 400 and SDW 2100...
I know the 2100 is essentially the 400 on a smaller manufacturing process but still...3 -
So a few months ago I decided to use Slim Framework for the smaller projects. I chose it mainly because of the number of the recommendations here when I asked for help. The other reason is the PHP version of our server (which we can't change unfortunately). Everything about Slim is pretty awesome. It's easy to use and stuff - but without virtual hosts, I can't run multiple sites written with it on our server. The last uploaded one always wins in selecting vendor and config paths, and so the older ones want to use those new paths, too. This generates a lot of errors in the log and of course, we can't load completely any sites but the last uploaded one. We've tried everything until now, so guess we need a workaround.3
-
!rant
I was just browsing around on devRant as usual and I got an idea. Though I'm pretty sure many people must have had it already.
But still, don't you guys think it would be nice to not hide the rant when you tap on it to expand because on slow networks it takes a long time to load the whole rant so we as users could just read the short version of the rant while it's being loaded and save some time. We could then just tap a long rant for it to expand and then read the smaller version until it does, it'll just save time I think.
Sorry if it sounds stupid..! :/4 -
Was working on a smaller new web project for our client. After 3 months of coding and a working prototype clients projekctomanager randomly asked: And why its a web application now? me: *jaw open*6
-
Ok so I just changed my keyboard layout to neo2 because qwertz can suck my balls. Looking quite good so far. I've been writing some smaller texts and it looks like you can get used to it quite fast (i also changed because I wanted to learn writing with 10 fingers anyways. Not that I've been writing slowly before, but why not).
The bad thing: all shortcuts (vim etc) feel strange because I have to betray my muscle memory now. So I thought I might also just switch to emacs now. Have to learn it from the beginning but it might be worth it.
Did anyone of you have any experience with neo (german) and what editors did you use?5 -
Young aspiring dev asking for career advice here. I have to choose between two job offers:
1. The first for a larger company that mainly works with a top-tier company's solutions.
2. The other for a smaller company where I have more freedom to choose a stack.
I'm not really straight out from university. I'm wondering about what would be the most developing for me personally and professionally. Does the size of the company matter? I work hard and like to be rewarded for hard work, where is that more likely to happen? Should I choose from what stacks I prefer? Salary?
Do you fellow devs have any other input or advice? Perhaps guidance on other questions I should ask myself?2 -
For those with hiring experience, or just informed opinions.
Candidate A:
1.5 years self-taught web development, primarily Javascript, but also Ruby & Golang
6 months commercial front end experience
Brucey Bonus: a significant fullstack personal project (deployed), plus lots of smaller projects. Has focused a lot on learning OOP and functional paradigm principles.
Candidate B:
As candidate A, but instead of a personal project, has made a couple dozen PRs on a big open source project (ie Mozilla’s debugger). They seem to have eschewed really dialling down into algorithms/paradigms, preferring to learn “in the wild”.
They both perform equally well in interview tests, and appear to be engaging, hardworking and approachable.
Which one do you pick, and why?24 -
Maybe I am beyond sanity or I'm ignoring myself as a masochist, but I find dividing huge-ass React DOM lines into multiple smaller components then reconnect everything extremely satisfying.
It's like, cutting a human body into small pieces, and tidy the parts up into a small compartments, BUT still connect the bones, muscles and nevers so that somehow, the dude still lives.
You know what, I'm going for the "beyond sanity" thing.
But worth it.6 -
I sometimes cant scroll on devrant in the web version. I can scroll through rants but not the comments of one rant. It just jumps back to tje beginning of the rant all the time.
Anyone else?
It seems to be connected to resizing the firefox window. If it's smaller, gg. Thats it. No comment reading for me.
Anyone else?2 -
[!dev], [toasters]
Does everyone only ever toast perfectly uniform slices of bread?
My grandma has a toaster that has two doors which open to the side and are held closed by a spring. This way if a slice is too thick the door can't close properly, but the damn thing still works. It's from before ww2, like most dead simple devices that work surprisingly well. I can't find anything similar anymore. The only two types now are the top-loaded design that simply doesn't work with thick slices, and the version for Americans or families of twelve that is the form factor of a smaller oven. (Which I obviously don't have room for. I already have an oven.)
Btw, how should I tag this? It's a rant, but it has nothing to do with the platform except perhaps the undocumented dependency between toasters and bread slicing machines.7 -
I am really psyched about the tech to create voices for generated speech. I am really excited when in the future this tech might be small enough to deliver with a game or OS. Then much more interactive games can be built with generated text. It would be so cool to license voices for this kind of work.
It will probably end up with artists creating unique and interesting voices to allow game developers to pick and choose. So voice artists will be a thing as well as graphics artists. The tricky part will finding a way to add mood states to the generated voices. Right now this could be done with different voice profiles for different speech.
Right now the tech is "large", but this will rapidly become smaller and efficient as it gets developed more.1 -
Would love to share my experience with tutorial hell.
A year ago, if there is no tutorial teaching me how to do something, I am totally lost and stuck for days. Then, I decided to see how people got out of it.
The answer turned to be simple, get comfortable reading documentation AFTER you determine what you are trying to accomplish.
In other words:
1- Determine the problem and the desired end result.
2- Break the problem down into multiple smaller ones.
3- Determine the end result of the solution of each of those problems.
4- Read the documentation concerning what you need to use to solve each problem.
5- Execute.
Over time, you would find the need for a tutorial much less in order to solve a problem. Plus, documentation would ideally give the optimal solution for your problem.
Would still be cool if you find a tutorial explaining something hard to grasp, but never depend on finding one.2 -
Looks like there are new horribly regurgitated packages in python nowadays which somehow my boss keeps finding I don't know how , which have shorter commands that take more and more time to run because they are just attaching these smaller tags to bigger tags and so on.
And my boss doesn't understand that there's such a thing called as overhead time ffs and it takes the same fucking time to run that same shit and maybe more because the new packages don't have a proper fucking API.2 -
I have 3 goals this year.
Move out
Maintain at least 1 new long term friendship
Be more responsible
I have way more smaller things I want to do but these are the end goals. Each entail their own struggles but I know I can do it.
Keep me responsible fam -
Hmm... A big text on a UI.Card (on Pebble) crashes the watchapp.
I could design a string length handler and its own text display function...
Or I could divide the text into smaller chunks and call it a day.
Here we go,"4.5"! "4.5+"! "4.5++"!
And now I could look into why it crashes when pressing the back button on a semi long text...
Or I could think of it as an automated memory cleanup! Yeah, right! Awesome! Plus, it's only two press to go back where I was! -
Newbie advice:
Break large problems into smaller problems then use the smaller problems to name tour functions/methods -
Being the only dev to maintain a website with 20k unique visitors weekly, an admin panel for all the things you can imagine, including a custom e-shop, invoicing, etc, etc, and dozens of smaller websites is soo time consuming, and frustrating. I need a break and build something awesome...2
-
Another question for Database-Gurus:
Is a MySQL table with 4 columns and about 42000+ rows considered 'big' or should the table be split in smaller pieces?5 -
Why is Gnome so bad? Had never bigger problems with Unity but this crap? Tried to use it but:
1. UX is crap, annoying animations everywhere, totally bloated
2. Missing for me important features, wasting space
Solution to these? 1 and half million of plugins. Ok
Part 2:
3. Less FPS in games...like 15 or 20 fps but still
4. When I play game in fullscreen and want to change volume on my keyboard the game gets smaller. Da fak?
5. 120Hz and visible stuttering
Solution to these? Use something else.4 -
I just want to say make sure you build app to be scalable from the begining I spent around 5 hours remaking my Vue app to use eventbus and vuex because at first I thought it was going to be a much smaller project but it looks like I'm going to expand on it.
Btw it's still not 100% function like it did before the refractoring so ya.2 -
#justathought
What do people need? What will be the requirements of future?
App development, webdev, blockchain,.. snapchat, tiktok, insta... These are all just careers and apps whose sole purpose is to engage people with their phones... Every new app/website in the market wants to make the youngest of the young and oldest of the old to keep their eyes fixed on this glass screen for as long as they can... For the current decade, this has been the most successful market and profitable scheme of business in the world, leaving other careers like medical, astronomy, mechanics., Etc far behind.
So is this the future? In the next generation too we will be having users who are addicted to smaller and smaller and larger and larger screens, with their spectacle width thickening ... Or are we going to shift to some other form of business?3 -
Productivity hack - For me, it’s mostly a single word - planning. I wasn’t always good at it, definitely not yet a “master” of it, but breaking that proverbial elephant up into smaller pieces, and organizing a plan of action for dealing with them is the #1 productivity “hack” for me. Sorry that it’s not an actual shortcut, or anything…I personally don’t believe in those anymore. Complementary habits to this are thoroughly commenting code, having descriptive commit messages, file names, and variable names, maintaining documentation. Use that Readme.md. This is true of any project, even if I’m the only developer - never underestimate your own ability to totally forget shit.1
-
All app/web layout designers, I need your help with layouts for my app. I am struggling with a very specific thing: image sizes. What are the general guidelines for touch devices and windowed programs? Should I eyeball the max width and height? What if it's on desktop and I am making the window larger / smaller?
Any help is absolutely appreciated, I had perfect success in all of what I worked on in the app until now except this. I just can't get it right.5 -
Best thing about having two screens and rectangle is that you can collect all the security pop-ups on the smaller one and just continue working till it's actually convenient to restart everything. (Like after the meeting)
Seriously corporate security measures are completely fucked. Not only did they manage to slow down even Go compiles to a crawl with defender and other crap. Just tried to write 6 words to our PO. Focus got stolen by 4 of the 6 words typed.
One of them demanding to restart Firefox and that one can't be closed or moved out of the way unless you have some fancy window manager tool. This isn't security this is harassment.4 -
Would it be possible to allow the iPad app to rotate? I only ever use it in landscape unless forced, because my typing speed and accuracy take a nosedive with the smaller keyboard...2
-
How programming affected me.
I solve everything into smaller problems and now if I cant it irritates me. On top of that I try to find logic in everything and ruin good jokes. -
apparently the chance of getting hit by an asteroid that nukes some large hole in the land or causes tsunamis everywhere is a lot more common than humans have seen lately
and asteroids come in chunks because they keep breaking up into smaller and smaller pieces until they finally disintegrate
and earth has had an awful lot of near misses the last 20 years so that means there's a bunch of chunks flying repeatedly though this solar system's gravity wells and we're playing Russian roulette every time, none the wiser
and it's not the asteroid itself that's really the problem though millions will die if one hits. it's that every time those things hit there's actual climate change
so then you'll have to survive sun block out, famines, and floods for like 2-5 years after
but the SPACEFORCE fired the guy responsible for planning for this due to DEI
how to win the game of geopolitics. know this information and hide it from the countries you want to die, wait for an asteroid, and they're unprepared and die. whoops wasn't us!4 -
Why do I always get the response: "just comment your code better" whenever im looking into ways to make my files smaller and more pleasant to read by abstracting big chunks into different files.
Or when i want to generate some documentation with storybooks or something.
Is it just me or am i that rebellious by wanting cleaner code..2 -
I watched a few reviews for the new nvidia RTX 4070 Ti graphics card. One question on my mind is: why is it so huge?
⏺️4090 is huge -> ok I get it, 450W power is a lot of W
⏺️4080 is huge -> ok I guess, 320 W of power is a still a lot of W; although it should be considerably smaller than 4090 (but it is not? why)
⏺️4070 Ti is huge -> 3 slots size for this graphics card? What the actual hell? This card is rated just 285 W. It makes no sense
I do not get it. The only explanation I can find is that the manufacturer got so lazy they cannot be bothered to design 3 different cooling systems, so they reuse the same cooling system on all graphics cards. RIP4 -
I am about to change job, leave my first company to another, hopefully better one. I have one offer for a multinational company, plus training perks and an offer from a smaller one. They roughly give me the same money. Did a trial day in both of them and they seemed ok to work...
Everyone I talked to, told me to go for the small one, but I really don't know what to do.
Any ranter have carrier advice?5 -
Neovim and atom. I can't really pick one. Neovim is great for smaller config files and it's really fast. Also, I usually have terminal window open.
On the other hand, I like atom because of its looks and I prefer to use it for bigger projects. I also use it to edit js, html and css files. -
#opinion {
popular:false;
}
not to continually bring up net neutrality, but I'm starting to understand the stance of people who defend net neutrality. there is a very obvious con in repealing it - the "results" the FCC cites are actually experimental, and we know that title II regulations have successfully levelled the playing feild for ISPs. It just works.
The competition that would be generated after repealing T2 would incentivize companies to lower prices, if they only had a single "package", or to make the delegated sets of packages they produce affordable. it's common sense guys - If we can't afford the packages, they can't afford the business loss. Contrary to popular banter, smaller companies will not "just get pushed out" of business. Providers are going to scramble to find "the best deals" for their customers and, in the end, companies like Verizon might actually be the ones going under.
just a little thought ig1 -
In your experience, do smaller Dev shops typically pay less and have fewer benefits than larger corporations?5
-
>new feature in application uses external API
>external API has unreliable response times, requires polling to get results, no way to set up webhooks or whatever
>tech lead proposes asynchronous system which will queue up user requests for processing and use websockets to warn frontend clients of finished query results
>higher ups say it will take too much time, make tech lead cut back in scale and treat external API like a regular synchronous REST API
>team dutifully implements feature within the constraints of the new smaller scope
>higher ups try out the feature, find the usage experience is extremely shitty, but don't back down, they only let tech lead scale back to original scope in small increments that still allow new problems to show up
>feature takes up same time or longer, but with more damage to the mental health of developers
At least I'm not in that team1 -
1000 lines of css is still smaller then most images optimized for modern displays (aka everything that isn't a thumbnail). Either our designers don't come up with stuff complex enough to validate adding a compilation step to interpreted code or I'm missing something,
I've been looking into CSS preprocessors. Can anyone give me an example of why you'd use one that isn't some lame programming platitude like "pushing technology forward"? Like an actual design element that can't be done in straight up CSS?
As someone who compiled AS3 for the web back in the day the "new wave" of internet technology (with all it's compilation steps) seems super dodgy.4 -
So i need about a half a yearly budget of some smaller EU state to try out everything on AWS, a fu***g satellite ground station for example... I don't know why should i do with it but i need it2
-
Anyone here that moved from big tech companies to smaller, almost start up like companies? What convinced you to move?4
-
WTF Windows?
If you call the API function to lookup the name of a service it expects a buffer and the size of the buffer.
If the supplied size is smaller than the service name it returns the number of characters (excluding the null-terminator) of the service name.
You can allocate a buffer for the service name and call the function again to receive the service name.
Except now Windows wants to know the size of the buffer including null terminators.
That took me a moment to figure out. -
I think today might be the day I'll bring ubuntu onto my big laptop. It had only windows for many years now and I did all my dev work on my smaller laptop that I carry around with me. Since I leave the small one at the office now - i got tired of carrying. Lol. - but want to continue my dev work at home, it might be time.
It's going to be a pain to setup everything though, although I got rid of the part that was making the setup really painful. We'll see.
Maybe I'll rant about the setup in a few hours. Lol. Wish me luck.3 -
TLDR; Anybody got a good method of running multiple terminals with one command without tmux or something like that?
So I've got a lot of projects where I need multiple terminals running at the same time. Might be a backend + frontend application or something that's just split into multiple smaller applications. I usually just start multiple terminals and enter the commands to start the specific sub-application in each of them, but that's tedious, and developers are lazy.
I've tried making something nice with tmux, but I've found it to be a bit too cumbersome. Let's say I need to restart an application. Two interrupts and I've stopped one of four panes. And it's not very intuitive for beginners, and more often than not there are other developers involved.
Any suggestions on a good way to run multiple commands/applications at the same time, preferably with a single command? It has to work cross-platform as well as I work with Linux, Mac and Windows users.8 -
Spending too much time on smaller decisions sometimes. Spending 5 minutes thinking about naming a variable and such.
-
A friend recently claimed that almost all smartphone resolutions are fake and in real much smaller.
Dont know how to argue that.3 -
I love the idea of a thin and light laptop to handle some of the lighter stuff while I'm out and about, but you're usually looking at a 13" machine. Any laptop users find these smaller screens to be a hindrance?1
-
So how do you find motivation to finish a work project which is supposed to "go long"?
So, umm, this is weird, but i have been in this situation a few times and i am not sure if i deal with them correctly.
- the company proposes a brand new feature : a feature which never existed in the product before.
- they have high level directions (both business logics and technical) on how its supposed to be build
-they set vague but comfortable timelines (20-30days) to complete it
- they align me as the main dev for frontend, some x guy for backend , some y guy for parallel frontend (ios/web) and kinda forget about us.
- the business requirements are evolved/cleared as we go on making the product, the backend keeps on providing evolving apis which get stable over time.
- the business ppl shows that yeah there is no pressure and we won't mind extending this for release as other systems will be "obviously" taking time.
- our (the folks on new feature) feature is sidelined .nd we are rarely talked about until we reach those deadlines and at that time we are questioned.
I... am not a powerful performer in these situations. adding a new feature required solving some major problems again and again , while solving smaller problems too, so as the product finally takes shape . for eg:
1. i will start fast by adding all the possible screens, their abstract code, their navigation logic, their xmls etc
2. then based on designs, i will try creating designs a bit
3. then once the apis arrive, i start adding them and modify the logic to handle those.
4. meanwhile many smaller problems come up , like when sending an image from one screen to the previous screen, the thumbnail don't show up, so i spend 5+ hours ensuring that it works precisely . or how i could make 3 api calls in async and make the upload flow better.
5. this goes on for days, until and i and other people start to realise that my project is not upto the point of completion
i keep getting distracted from the original goal of making a working poc first and then fixing the nuances2 -
When people write functions/methods with bodies smaller that the call header (-_- ).
Function calls are not free people! Just Inline that shit manually (or at least make sure the compiler does so)!
double degree_to_radians(double degree){
....return (degree / 180.0) * M_PI;
}8 -
I usually try to break down what they are asking for into smaller parts. The tricky part is scoping them without granular details of how it will actually get done and thinking only about complexity. Then add up time and give the total a bucket size. 1-5 hrs 6-15, 16-30, 30+ etc. Turn around time is another matter but that's never predictable. By the time clients approve the quote availability is totally different.
-
With all the CES nonsense, wouldn't you love it if they didn't make shit smaller and thinner and actually made it the same size as 5 yrs ago. While upgrading battery life and cooling... I see all these new laptops and small form factor pc's and I just think "well there is something to keep me warm in the winter". Priorities people2
-
Im going to my first internship interview as computer engineering tomorrow. it's a consulting company that works with FPGA development, im nervous because I would really like to work with it!
Q: are there some tips on interviews with smaller development companies? What are they looking for in a developer? What should I research beforehand?2 -
Alright so I have a question, hopefully this is the right platform to ask. As an entry level software developer I have trouble knowing my value. So I was wondering what an entry level developer is expected to do on their first job straight out of college. What responsibilities do they or should they have. And what kind of work are they expected to do? For example should they be building applications from start to finish or more smaller tasked work or bug fixes. Thoughts?3
-
Hard to say, as the best tool for one job might not be the best for another.
However between Visual Studio (for big solutions and full .NET development) and Visual Studio Code (for smaller projects, NodeJS and basic file editing) I've not had issues with any projects I've needed to work on. -
Travis CI is so expensive for smaller developers.
I started using it when it was free for open source projects, but now they changed it, and the lowest tier ever is $69.
Don't get me wrong, it's an amazing service, which works exactly as described, but I only need to make like 5 builds a month, but the lowest tier gives me so much more allowance.
I wish they had a cheaper tier for less money. Now I gotta swap service and reconfigure a couple of projects.2 -
We need to go live by this month 10.
Yep, infra is ready in production. You can push the events and see the results right away.
PM: Wow, great. Setup staging we need to test it.
Me: FML, staging machines are smaller, can't even start the program.1 -
My new task: Improve performance of an archiving algorithm.
"We don't know what the cause of the performance issues is." I can tell you: Because it's overengineered bullshit! This is spaghetti inside spaghetti on top of spaghetti!
And it doesn't help that they don't want to know about different archiving algorithms, because I offered multiple alternatives, one 80% smaller than the other, but the other is 80% faster.
At least I'm instructed to throw it all away and rewrite it and not add even more to the garbage pile. I'm very happy about that. -
!important;
Using bootstrap I want to create a table so that the thead is fixed and no matter how many rows are generated on loop , the thead will align properly with the tbody. I will keep the thead fixed so that only body will scroll vertically.
So the problem is on a responsive table how do I match the cell alignment and spacing of the head to the body cells.
Have wasted a day on this fed up. P.S on smaller screens I have set overflow to scroll vertically. Please help.10 -
I guess I just try to make a features list for "my next thing (now 3% smaller!)", instantly become a customer, demand way too many features, then get lost in the to-do list aand I'm writing another devRant. Nice.
-
Hey guys I need help.
There was a video or gif posted here in which there was tool running with in Chrome or some browser where the guy first open a web page with adblock disable and then with enable. The tool show the links in pages present in tree like graph. And with adblock enable the graphs was smaller. I want to know the name of particular tool
Sorry, I don't know how to describe it, but it's driving me crazy now. I already searched all Chrome inbuilt urls.2 -
As soon as we got into the actual coding part of my first college programming class, I loved it. The next semester, I took two more programming classes and an introductory web development class, and about halfway through that semester, I knew this was what I wanted to do for a living. 2 1/2 years later, I've worked as web developer, both for a small company and a freelancer, I have a web development internship lined up for this fall that I'm excited about, I've written a few smaller programs in a couple languages just for fun, and I wouldn't want to do anything else at this point.
-
The User Interface Errors I experience on Debian, are so non senscial sometimes. I used to be a big Open Source guy over Windows, when I first started Linux. But after deep contemplation I think having monetary incentive is the main force for creating new technology in thos decade. As technology has advanced t seems like the open source community experiences 10 new errors for solving a problem. I think in the 90s atleast Linux seemed to make more gains, while this may be due to a smaller community or technology being more limited o dont know. I due think though technology abstractions seem to be more necessary these days, which saddens me.3
-
So, I've just received two almost identical offers from two companies. One is a profitable large firm, and the other is a start up that's just been acquired and is yet to become profitable. Both firms or similar tech stacks and will train me on my missing skills.
The differences are that the smaller form has "promised" me a lead position in a few months. I know from experience that future promises like this don't anyways pan out.
At the end of the day, I need the skills and I want to make sure it keeps my CV interesting for the future.
I have to decide in a couple of hours. I need advice.4 -
Has anyone used Parcel over Webpack to bundle on smaller projects? If so any downsides that you came across?1
-
I love how the devRant webapp is intercepting scroll events (I assume) such that attempting to scroll down results in one step down, two steps up.
Why? Is this an attempt to solve jellypotato for infiniscrolling?
Looking further I see the scrollbar itself is actually getting smaller, like some element on the page is extending beyond the end or something. 🤔
I don't know, man...4 -
Learned react recently. It's such an amazing library, way better than Angular for smaller web-apps. Any suggestions to get more in-depth with React, without randomly installing multiple packages doing the same job?9
-
No matter how large and insurmountable the problem might first seem, it can always be hidden into smaller and smaller parts, until a solution can be found.
-
How do folks feel about IoC/DI?
I used Spring and Angular for the first few years of my career, so it seemed like it was a mandatory pattern of a framework and my team would never deploy an app that couldn't use it (even if it was just a Lamda or something, we found smaller DI libraries). Now I work in Express and React, and I look back and feel that those patterns required me to write more code, created more complexity, and wasn't any easier to read or understand, and was way more bug prone, and debugging the injection pipeline itself was effectively not possible.
I guess I'm wondering: what do people feel that it buys them?15 -
-> improve a system
-> the system now has a >95% success rate (before it's only 70-80%)
-> business people still complaining about error (even tho it's relatively way smaller) :/1 -
So Java is an island and Jakarta is a city in Java, is the future of Java will have smaller portion to the tech world?
http://zdnet.com/article/... -
Anybody had experience with Hashicorp Nomad for smaller deployments (personal in this case)? Thinking of using it after having done it too many times with complex Kubernetes and Docker... 😅 Also don't wanna run this thing bare bones as i have a whole bunch of services to deploy together.
-
Rant/question
Seems like I cannot run any GPT model on my GPU as they require more gpu memory than my 6GB card can offer. 😪 Wanted to try out self hosted. Couldn't solve Cudas outofmemoryerror yet with given solutions.
Any recommendation for a smaller model?5 -
So I was moved into a smaller Cubicle until my new one was built. There was some brown stuff on the side, and my third monitor won't fit.
But at least I found a working keyboard.2 -
Just curious, if you company had 3 system outages due to architecture with over 5 days of intermittence + a bunch of smaller downtimes ONLY in 2021 would they promote the guy in charge?
Because maybe I’m the weird one and not the company itself.3 -
Watching a gameshow Press Your Luck
https://m.youtube.com/watch/...
I'm wondering though isn't the optimal strategy just to focus on a single section, like the bottom, and just press the button the moment it lands a good tile in that smaller area?4 -
Everyone has gone through it, at one point or another, for smaller or longer times, just once or maybe recurringly.
Just because it's happening to you doesn't mean that it's ONLY happening to you.
Chill out. No one "knows" what they are doing.3 -
Hi, recently I created this package for react: https://npmjs.com/package/...
Its like a smaller alternative for React Query.
Feel free to give it a try. Feedbacks will be appreciated. Thanks :) -
The smaller the code changes the longer the name of PR for the code.
And even more review changes mentioned by the reviewer... -
I now realize after binging for 3 days that Prime Video is a lost cause.... The time wasted is just not worth it... And my watchlist. I have about 270 movies that I at least need to preview and isn't going to get smaller... Especially if I'm "trying to get my money worth"
Quite frankly it takes the fun out of watching movies... At least for me.
My first annual subscription will end in 2 months. I guess I'll miss the prime shipping but guess I'll go back to grouping orders... Hopefully won't need it though.1 -
Nobody ever tells me i’m not good enough. They always say: Maybe you should talk to X, or maybe you should ask Y. Well both of X and Y are either too busy, not in the office at all and ofcourse just as incompetent as myself, so they give a short excuse instead of being helping in a pro active way.
Also 3D transform has it’s limitations and can’t actually twist a 2D form in a “organic way”. Now i’ll focus on things that do matter like the header thats decided to change colour on a smaller screen. -
Help!
Anyone familiar with the culture/environment over at NCR?
I have a job offer from them but am a little worried because I have worked mainly in smaller startups my whole career.
Am I going to end up wanting to kill myself after 6 months if I take this job? -
Luxary dilemma. I'm just finishing up my studies and got 2 job openings going on. They are about the same salary but very different companies. What should i think about for my future like CV and other stuff? What would benefit me the most knowledge wise. Or any other recomendations starting as a developer?
Opening 1:
Smaller company "10-15 people" that develops apps and plugins for CRM systems. C# fullstack.
Opening 2:
Big player in the car industry with 1000+ employees. Java backend. -
Not sure how, but I broke my servo (TowerPro SG-5010)...
Luckily my uni had a few smaller ones for 2€ laying around, my project would've failed without that -
People of DevRant who are involved in recruitment.
Eventually I want to look for a new job as a "proper" developer.
I've just started the 2nd level/year of my OU degree and I'll be working on that for another few years.
I won't start looking seriously until after covid etc and the economy has calmed down a bit.
What sort of projects do you recommend someone trying to get their foot in the door should have on their portfolio?
Should it be fully fledged applications like a big tracker/help desk or smaller projects which showcase knowledge of a particular subject e.g. programs that show knowledge of different algorithms etc?5 -
Emphasizing on:
-creative thinking
-good exercise systematic approach to problem (breaking down problem in to smaller workable pieces)
-open source
Far way better than text book based boring classes