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 - "crisp"
-
I don't understand why so many people fight this war of tabs vs spaces. My colleagues elegantly solved the problem just not using indentation at all36
-
"We are looking for a GDPR expert to be hired in our company"
"I am an experienced data protection manager"
"Oh, fine! May you give us your phone number?"
"No"
"Your email address?"
"No"
"You're hired"4 -
Today was a successfull day: I posted a question on StackOverflow and I didn't receive any downvote11
-
LET'S LEARN ANGULAR2
* look for some good tutorial *
* download atom-typescript *
* type "ng new demo" in console"
1185 errors.
FINISHED LEARNING ANGULAR221 -
I want a TV program like "Kitchen Nightmares" but with IT companies.
And with Linus Torvalds in place of Gordon Ramsey12 -
Do not continue reading if you value your life.
Visual fucking studio 2015 installation. MOTHERFUCKER !!!
OK new project will only work on VS2015. Need to download it. OK, go to MS website. Project works with community edition. Fucking great. Download the installer. Run the installer. MOTHERFUCKER DON'T OPEN THE FUCKING BROWSER TO THANK ME, YOU FUCKING FUCK. Ok...Wait to download the packages. One fucking eternity later download completes. FUCKING GREAT. Proceed to package installation. After two fucking hours installation progress bar stays the same. Google "vs 2015 installation stuck windows 7". MOTHERFUCKING BACKGROUND PROCESS IS FUCKING STUCK AND INSTALLATION DOES NOT CONTINUE. FUCK YOU. I'VE LOST TWO HOURS. OK, stop the process. Installation gets cancelled. Run the installer again. STOP THANKING ME YOU PIECE OF SHIT :@ OK, check again all downloaded packages. All good. Continue with installation. Installation completes. MOTHERFUCKER WHY YOU WANT TO RESTART THE WHOLE SYSTEM ? FUCK YOUR WINDOWS UPDATES. Ok, restart and be done with it. SSD to the rescue. Try to set up the project.
MOTHERFUCKER I DIDN'T INSTALL THE C++ PACKAGES. WTF WERE YOU DOING ALL THAT TIME? OK, run installer again and install C++ packages. I SWEAR TO GOD MICROSOFT, IF YOU THANK ME ONE MORE GODDAMN TIME, YOU'RE GETTING HATE MAIL.
Ok, installation completes. It's coding time. NO BITCH. VS2015 silently crashes after splash screen. :@@@ Google wtf is wrong again, turns out the C++ packages fuck shit up. Ok, pass some arguments to devenv.exe to reset. Restart VS. Ok, seems to be working now. Make a test project. Fucking awesome. Close VS and get the project files from perforce.
OK, files downloaded. Open VS again....
VS: "You're my bitch, you won't code today. Run from console and pass some shitty reset parameters"
YOU FUCKING FUCK. GO FUCK YOURSELF UP YOUR FUCKING ARSE. Ok, pass the parameters from console. Run again. Same "you're my bitch message" :@ OK, run with administrator rights, opens like charm. Run without admin rights again, "you're my bitch message". :@@@@@
Restart system, VS2015 finally opens project normally. Build project, 6934 errors.... :@ I'M DONE ! IM GOING BACK TO LINUX PROJECT. FUCK YOU ALL.18 -
when you google your thoughts even if you don't expect to find any result, but surprisingly you discover that you're not alone :')
11 -
for (email in inbox) {
if ( email.contains("policy") ||
email.contains("privacy") ||
email.contains("GDPR")) {
email.delete();
}
}11 -
> Open google chrome console (F12)
> Press Ctrl + Shift + P (or Cmd + Shift + P)
> Type "dark theme"
> Press enter
Don't thank me, just my duty10 -
I found an "ex" folder on my pc, I thought it was full of old photos about me and my ex girlfriend, instead it contained lots of dead projects. I don't know what hurts more.4
-
I just invented a new JavaScript operator. It's named "plus with wings", and it's used to sum to numbers without ambiguity or any need of type conversion, for example:
3 -+- "2" // 5
"2.1" -+- "4" // 6.1
"-1.1" -+- "" // -1.1
So, from now, you won't have to wonder anymore what type is that variable.
Tested on all browsers25 -
My wife asked me to clean, cook and watch the child.
When she returned home she started screaming hysterically and cry.
Who understands women...9 -
I wanted you to notice that XHR (XML HTTP Request) is an acronym composed by two other acronyms and a word. Thank you for the attention15
-
I'm an experienced developer, in my facebook I liked all the pages about programming languages and developing, but Facebook keeps advertising me "the book to learn how to code in 24 hours" or "the tutorial to build a website without paying a developer" or the one in the image below.
What the fuck facebook? Are you trying to say I'm useless?
20 -
- I see a question on StackOverflow
- I write a detailed answer, providing a working code and showing a gotcha
- Another user, 1 minute later, answer saying "try this" and append a code which is like mine
- He gets upvoted and I don't6 -
"If I receive a email from myself, send an email to myself"
Now I should send an email to myself but I'm not enough brave
21 -
"everyone can code" is like to say "everyone can write". Yes, everyone can write, but there's a difference between be able to write and be able to write a successful well-written novel7
-
How to become cool in a developer community:
- try javascript for the first time
- pretend to use it like your favorite programming language (99% C)
- notice it is different
- rant about how stupid is javascript and its users7 -
Sometimes I daydream about one of my projects to become successful. Then I realize that Google Chrome has 56.000 open issues and I regret
-
I really fucking hate when people or companies do shit like this..
Apparently Google is changing the salad emoji, which is a bowl that contains lettuce, tomato, egg, onion and stuff like that, to the same, but without the egg.
Why you may ask?
Well.. they did it to "make it a more inclusive vegan salad".
ITS JUST SOME WHITE PIXELS FOR FUCKS SAKE. How would any vegan, besides the crazy ones, be upset about a moist egg in their crisp salad?
I cant even.. im out of words.. fuck.
Additionally, the news page i read it on have been so kind to host a poll of what people think about it, whether its a good idea or not.
Ill let the image speak for itself, if you really need a translation, dont use google translate, ask in the comments.
42 -
Try this line of javascript in a browser:
<pre id=p><script>n=setInterval("for(n+=7,i=k,P='p.\\n';i-=1/k;P+=P[i%2?(i%2*j-j+n/k^j)&1:2])j=k/i;p.innerHTML=P",k=64)</script>8 -
If you need a loading animation when the user open the page, there's something wrong in your website11
-
I flashed TWRP in my phone and it didn't boot anymore. I didn't have any image of any operating system in my sdcard and my pc hasn't a sd card slot.
So I started thinking, I googled for some solution, I tried the official tools, but nothing worked. So I started writing an adb script able to download the image from the server and install it in my phone.
While I was doing it I was also explaining my troubles to my no-tech friend. She's not confident with computers, she's able only to turn the pc on and go to Facebook.
She told me "why don't you put your sd card in another phone and download the operating system from it?"
She literally saved my day.
Sometimes we are so busy with our geek things and we forget trivial solutions4 -
"Do you want to terminate the batch task? (Y/N)"
"N"
*it terminates*
@angular/cli are you maybe a girl?
7 -
If someone wants to violate my Facebook account he needs my password, the key I receive in my phone, and to know all the faces in my friendlist.
If someone wants to violate my bank account and spend all my money, he needs my password.9 -
My first programming language was PHP.
When I first approached C I was like "wtf!! Why have I to specify the type"12 -
Tinder is the worst app out there. I keep receiving notifies like "hey honey! You received x new likes!" or "you're performing well! A lot of people are appreciating you".
What's the problem, you say... well, the problem is that I HAVE NO A FUCKING ACCOUNT, I deleted my account months and months ago and if you want you can try it as well. Download, sign up, set the worst photo that you can find then delete your account, you'll receive a lot of awesome messages!
Actually I received these fake notifies also when my account was active, and when I opened it then I discovered that there was no new likes. But was so fucking hard to put an if statement to check if the user's account is active? Come on... I know you want to trick people and convince them using your app, at least do it the right way2 -
I spent 10 years of my life to learn how to code when I could make big money without coding. I'm such an idiot
13 -
Lodash is the new JQuery.
"How do I sum two numbers?"
"Uhm... dude, I think you are gonna need Lodash"4 -
I'm internally moved from envy feelings against the very first users of StackOverflow.
The ones that got tens of thousands of upvotes for questions like "how to set the width of a div element?"3 -
Ten years ago friends called me because they installed Linux and grub messed everything up
Ten years later nothing changed2 -
For fuck sake, stop complaining about the lack of privacy everywhere.
I'm not saying that worrying about your privacy is bad, I also really want to be protected and I know the risks we run when put our information on the net, I care about my data, but please stop acting like whoever uses Google, Facebook or Windows is a fool and you're the only genius around.
Because guess, I use their services and when I use them I'm explicitly authorizing them to process my data, to track me and to create a profile about me. It's an exchange, I know what they're doing and I've control on the data I'm serving them.
If, for some reason, I want to be more protected then I fucking use some open source iper-safe alternative, and that's it.
Seriously, I'm happy if you use those fancy alternative services for everything (for your reasons, I don't care) and I'm glad if you decided to don't use any closed source service anymore, but please, stop screaming against who uses them19 -
It's 2017 and I still didn't find a tutorial where the writer is aware of the difference between "its" and "it's".
Let's repeat it again:
it's != its2 -
I hate fucking stupid badly made websites of biggest companies in my country. I just bought an expensive pc in one of the biggest chain of physical tech shops, and it sucked as fuck, full of popups hiding the buttons, fucking popups advertising their own products. But I'm so stupid I continued despite it.
I selected the item, I inserted the address and card info, no summary page. An email arrives in my inbox, I check it: there's a typo in my address. I go back in the website, I discover not only that I can't cancel the order or change the address, but doesn't even exist a personal page where I can check the items I bought and their shopping state. OH. MY. GOD. We are in 2017 darling, I saw better websites 25 years ago, in the end of the month do you also expect to be paid? Do you go around saying "I'm a programmer"? Do you say this to your children? How can you keep a serious face saying it?
And like if it's not enough, the only way to contact them is calling them to their number, which is paid 0,15€ each minute. And knowing it, they will make me wait to charge me as much as possible.
Then they complain because they're missing money and everyone wants to buy on Amazon instead than their shop. Fuck them.7 -
It's been posted by a child in a forum so I shouldn't be evil, but it made me laugh 😂
The question was "why so many errors?"
5 -
I'm trying to detoxify myself from jquery. It's hard, I know. To this day, I did not touch it for two months and I received a small medal which certify it. My friends and my familiars are helping me in this path and I want to thank them5
-
I received a job offer as web-app developer and, in order to access the interview, I had to do an online QI test.
I login in the website and I see an ugly cluster of links, missing informations, errors at receiving the data I just inserted, a lot of bugs, broken links, images not availables, blank pages and so on.
I'm not sure I want to work there anymore6 -
Casually debugging some cuda code today. Something's not working so I add a breakpoint in the suspicious kernel. For some reason I set the display GPU as the active device from my code *GENIUS* ( I have two GPUs installed, one for compute, one for the monitors).
Starts cuda debugging... Control flow reached the kernel and eventually the breakpoint. Suddenly the whole system freezes. Mouse doesn't move, keyboard seems dead. I realize I have unsaved code on the open text editor😲 *panic*. Keyboard shortcut to stop debugging doesn't work *panic^2*. My colleague says I have to hard reset the machine *panic^3*. I don't remember the last time I saved *panic^4*.
I take a deep breath. I reset. *sidenote: WINDOWS DECIDED TO FUCKING UPDATE ON REBOOT* Once I login, 50% of my code was lost. I didn't save 😢
Fuck you Nvidia 😢
7 -
Why do so many companies think that frontend work can be stuffed at the end of the product development right before a release is expected.
And to top it off, expect all things to be working, smooth, animating, responsive, crisp, fast with 100 fucking lighthouse score.
🖕 To everyone who thinks frontend work is meh!, Not real programming and similar. Fuck you!7 -
var i = 0;
setInterval(function(){
document.getElementById("el").style.width = i + "px";
i+=10;
},100);
And, children, this is how we were used to create animations years ago7 -
When your Tesla’s battery fails, because they cut costs, you are hit with a high-pressure, thick stream of chemical hellfire spanning your entire car’s interior space. It will burn you to a crisp in 30 seconds. Because of all those “aUtOmAtIoNs”, door-opening mechanism will also fail. There is no way you’ll get out.
After 30 seconds, there will be no one left to rescue. After two minutes, there will be nothing left to bury.
There is no way a fire squad could extinguish this. That’s a battery fire. If you remember your chem class, you know lithium burns violently underwater.
You’re gonna die. Elon won’t be responsible, as usual. No one will face any consequences.
But damn, what’s an epic bacon hyperloop tech way to go out, isn't it.
15 -
Dear ESLint,
- you convinced me to put a space between function() and {
- you convinced me to use single quotes for strings in place of double quotes
- you convinced me to put a space between inline operators
- you had me when you said that trailing spaces shouldn't compare in my code
- you said to put semicolons at the end of each instruction, and I thought it wasn't a so bad idea
BUT NO FUCK OFF NO NEVER I WON'T NEVER PUT A FUCKING TRAILING COMMA IN THE END OF JAVASCRIPT OBJECT IT'S MEANINGLESS UGLY A WASTE OF A FUCKING BYTE.
WHY THE FUCK I SHOULD TYPE var obj = {a: 'some text',} INSTEAD OF var obj = {a: 'some text'} WHY WHAT'S THE MEANING OF THAT FUCKING COMMA9 -
Technology evolves so fast and I see people who know plenty of languages and thousands of things. I always try to keep up, but there are day which I don't learn anything at all and when I go to bed I think about how I'm wasting my time and my existence5
-
I'm fed up of this fight about tab and spaces.
Do you prefer single or double quotes for strings?14 -
Nothing better than crawling into a cool bed with fresh bedding 🤤🤤🤤.
Just been murmuring to my partner "fresh duvet fresh duvet" as I starfish the bed.
Incapable of further thoughts with these crisp sheets.
Heaven 🤤😻3 -
I generated a graph that shows how average score in StackOverflow is falled down over the years.
So if you only have 100 points and your friend that signed up in 2008 has 400'000 points, this can be a reason.
Or maybe this is just an excuse that I'm telling to myself to don't cower and cry, who knows.
Source: http://data.stackexchange.com/stack...
6 -
I have read everything available about blockchains and I still didn't understand why a company should need one.
I don't know if the problem is me or them8 -
Client: hey here are the original final 15 megapixel pictures for the website (to replace placeholders that have been replaced by other placeholders), please implement them.
Me: okay, let me just compress them a bit. *save for web and devices, upload*
Client: they are a bit pixely could you make them larger?
Me: errrr. well that will kill loadtime
*repeat this process 8 times over F-ing chat until pic is F-ing huge*
Client: okay now that the picture is nice and crisp and huge please add some blur in photoshop4 -
I'll be honest, I've never understood why people say that numbers generated by a computer are pseudorandom and not random.
I know a lot of algorithms for number generation, and I implemented mine, based on time of invokation expressed in nanoseconds, taking digits, manipulating and transforming them. Then I analyzed the probability distribution and it's absolutely flat. So, if you know the Touring test, we can use a modified version of it. If I give you a sequence of random numbers generated by a computer and I give you a sequence of random numbers invented by a person, and you can't notice the difference, so the test is passed.
What's wrong on it?12 -
I love CSS, Java and Javascript.
Is DevRant anonymous? Now that I said it I'm afraid to leave my house8 -
I loved Python from when I wrote my first program up to I googled "how to import a module from a parent directory".
My love lasted 30 seconds16 -
After days and days of thinking and looking for inspiration, yesterday I came up with an original design.
Everything good, and after an hard work I relax reading the Google Play Awards 2018 nominations. Fine, except for the fact that there's an app which looks EXACTLY like mine. -
Do you know the auto-generated heroku sample app? The very complex demo app you automatically get following the tutorial?
It has a vulnerability.
I laughed a lot
2 -
Today I got stuck 1 hour with an error, I was about to post it on SO then I discovered that was an elementary blunder.
Pheew
Today I avoided to get -200 points2 -
I saw a job I could apply, I matched all the requirements, 100%. Not only the bases requirements, but I also had almost all the extras, and the company was in my country and spoke my language, it's good for me since my English isn't perfect.
I didn't apply because I'll graduate soon and I want to focus on my degree.
I bet that when I graduate all my current knowledge will be obsolete and I'll no find any job - not even if I beg for it - until I starve. Do you want to bet a beer? I'm ready10 -
If git was written in english or in ancient greek it made no difference. It's everything counter-intuitive and you have just to learn commands by heart and google the errors. Because nothing makes sense, even if you know how it works and you used it for years6
-
Medium before:
How to perfectly manage a reactive server with 4 frameworks blindfolded
Medium now:
THAT'S WHY YOU SHOULD BE SCARED OF AI
AI WILL KILL US AND RAPE OUR WIVES
YOU ARE USING CHATGPT WRONG!!
DON'T WAIT AI TO STEAL YOUR JOB, KILL YOURSELF NOW5 -
I hate people who put underscore at the beginning of private variables names in Typescript. And I don't care if they have their reasons, I just hate them.7
-
Usually developers start in a team where there are senior and you are a junior who do things and ask things.
Then there's me that starts alone in a company to develop a software in a machine that you've never seen before (POS) with only 15 hours of preparation class, no documentation and with a apprenticeship contract.
I still didn't start but I brought the POS in my home to familiarize with it and in a week I still haven't be able to execute the sample application.
And you could ask, why did you accept if you aren't able? Well, I need money, he searched me through the high school (I had an high score so a lot of people search me) and he required only C, that I know. FML12 -
I never missed a semicolon in my life.
I'm too used to put them everywhere, so when I write JSON object 9/10 I get an error1 -
I want to learn about node.js and fullstack javascript.
Books are too expensive.
In my library, the most recent book about javascript is of 1999.
Free resources suck and are far from a full understanding.
I give up24 -
I've never liked Quora, but today I decided to sign up because I had an interesting question to ask, about my solution for an angular problem and why it could not be applicable.
Five minutes later 6 people followed my post.
Ten minutes later my question disappeared and nobody knows where the hell it went. WTF? My question count passed from 1 to 0, it disappeared from my profile and from the whole website. No notifies, no emails about it. What the hell happened?12 -
So, today I wanted to program a bit and, after reading the last chapter, I want to see what I able to do.
I run my last Linux distro, I open sublime and I start typing code. I finish, I build. 0 warning, 0 errors. Nice! I execute the code: error.
I watch and I struggle on the code for hours, I search on Google, I search on StackOverflow, but after 1 hour I notice I'm looking for a needle in a haystack. So I search instead for a way to produce a better error. I found it, I'm very happy. Let's try what the error actually is:
Error: success
Ok....
Ok...... Well, maybe.... Uhm......
Ok, I won't give up. I search for a tutorial. Found.
The code is almost the mine, it's actually a usual snippet, nothing new. I compare my code with the code in the example/tutorial.
First line, is the same.
First 10 lines, are the same.
First 30 lines, are the same.
I build and execute the example: it works.
I build and execute my code: still doesn't work.
I won't give up, I said it. I won't give up.
I wonder if there's a tool like git diff, so I can see what the differences are, maybe I've no good eyes.
I search, first Google result, "diff"
diff myCode.c example.c
"the files are not identical"
...thank you
I search for a better command
diff -y myCode.c example.c
"the files are not identical"
I search for a still better command
Found. StackOverflow stroke again.
sdiff myCode.c example.c
"the files are not identical"
.....
....
.....
I gave up.
Ps. I've 10 years of experience in programming4 -
This is the most wtf thing that happened me with Javascript, I had a regular expression and it caused bugs only with 4 digits long words, then I just noticed this:
/^.{3}$/.test(null) // false
/^.{4}$/.test(null) // true
What the fuck, I can't believe that who designed the .test method didn't think to avoid null coercion2 -
Lately I hear talking about vue.js and redux and I wanted to learn them. Now I'm realizing what's their future. Thank you StackOverflow
3 -
I know this is the second rant on a row about this, but I really need to hear someone saying that IBM enterprise software sucks. Nothing works, everything heavy and slow as fuck, documentation doesn't exist, official developer's forum gives me an error on login, many IBM official pages give me a 500 internal error. And, in the end, this costed as hundreds of thousands of euro. Seriously?7
-
I don't know if you already know StackBlitz, but in any case, let's give a glance to their new crazy idea:
https://deployto.space/
You should absolutely read the faqs5 -
The thing that I most hate is when you're approaching a new framework/tool, you follow the official documentation and the first example doesn't work.
I'm trying the official documentation of webpack, I tried the first example and guess! Error! It says that's probably a breaking change. Where the hell should I learn it? I don't have the crystal ball, should I guess how your fucking tool fucking works? Oh my god, it's ok if you introduced breaking changes, but just update all the references, is it so hard? -
Ok, who's the fucking retard that brought his quadcopter to the beach and is flying it around over people's heads?
Hope you land it in the sea and it burns to a crisp, you fucking moron!!6 -
Why is it that virtually all new languages in the last 25 years or so have a C-like syntax?
- Java wanted to sort-of knock off C++.
- C# wanted to be Java but on Microsoft's proprietary stack instead of SUN's (now Oracle's).
- Several other languages such as Vala, Scala, Swift, etc. do only careful evolution, seemingly so as to not alienate the devs used to previous C-like languages.
- Not to speak of everyone's favourite enemy, JavaScript…
- Then there is ReasonML which is basically an alternate, more C-like, syntax for OCaml, and is then compiled to JavaScript.
Now we're slowly arriving at the meat of this rant: back when I started university, the first semester programming lecture used Scheme, and provided a fine introduction to (functional) programming. Scheme, like other variants of Lisp, is a fine language, very flexible, code is data, data is code, but you get somewhat lost in a sea of parentheses, probably worse than the C-like languages' salad of curly braces. But it was a refreshing change from the likes of C, C++, and Java in terms of approach.
But the real enlightenment came when I read through Okasaki's paper on purely functional data structures. The author uses Standard ML in the paper, and after the initial shock (because it's different than most everything else I had seen), and getting used to the notation, I loved the crisp clarity it brings with almost no ceremony at all!
After looking around a bit, I found that nobody seems to use SML anymore, but there are viable alternatives, depending on your taste:
- Pragmatic programmers can use OCaml, which has immutability by default, and tries to guide the programmer to a functional programming mindset, but can accommodate imperative constructs easily when necessary.
- F# was born as OCaml on .NET but has now evolved into its own great thing with many upsides and very few downsides; I recommend every C# developer should give it a try.
- Somewhat more extreme is Haskell, with its ideology of pure functions and lazy evaluation that makes introducing side effects, I/O, and other imperative constructs rather a pain in the arse, and not quite my piece of cake, but learning it can still help you be a better programmer in whatever language you use on a day-to-day basis.
Anyway, the point is that after working with several of these languages developed out of the original Meta Language, it baffles me how anyone can be happy being a curly-braces-language developer without craving something more succinct and to-the-point. Especially when it comes to JavaScript: all the above mentioned ML-like languages can be compiled to JavaScript, so developing directly in JavaScript should hardly be a necessity.
Obviously these curly-braces languages will still be needed for a long time coming, legacy systems and all—just look at COBOL—, but my point stands.7 -
FUCK IEEE 754.
I've always thought that javascript's problem with floating points was just a good anecdote, but it couldn't have serious consequences in real life programming.
Until I've been stuck half an hour with a bug just because (2.8-0.8)%2 was falsy! FUCK, why don't decide to switch to a decent codification of numbers? Fuck them and fuck all programming languages like this5 -
Today I answered 3 not trivial SO questions spending about 30 minutes at each of them, caring about formatting, explanation, sources, documentation, links and tests, and also paying attention at catching questions immediately after they were posted and without other answers by faster users.
End of the day: 0 points1 -
It's funny how, in the official developer tools page, there is a gif that shows how summing 5 + 5 the result is 55. I think it's a kind of easter egg
Source: https://developers.google.com/web/...
1 -
I was a child and I was playing Habbo, I was really addicted to it. A friend of mine in this game said me "why don't we create a fansite?" and I said "ok lol" because I imagined that creating a website would have been funny and easy. So I searched on Google how to create websites, and I discovered HTML. The first version was terrible, but with experience it went better day by day. It lasted 6 years and we had 200 users per day
-
When in high school they taught UML they talked as it was vitally important also in medium-sized projects. How actually is it? Do you use it?8
-
I fell in love with Three.js.
I already know that in a week I will cry, tear my hair out and give up until I will discover another amazing js framework, as a loop. But yeah, it looks interesting1 -
I got notified that tomorrow I'm gonna start a porting project from a FileNet ecosystem.
Well, I don't know what is FileNet, but at least I've enough time to study its architecture. Let's start from the official IBM page:
The FileNet® P8 platform offers enterprise-level scalability and flexibility to handle the most demanding content challenges, the most complex business processes, and integration to all your existing systems. FileNet P8 is a reliable, scalable, and highly available enterprise platform that enables you to capture, store, manage, secure, and process information to increase operational efficiency and lower total cost of ownership.
Thank you IBM, now I surely know how to use FileNet. Well, I hope that wikipedia explains me what it is:
FileNet is a company acquired by IBM, developed software to help enterprises manage their content and business processes.
Oh my god. I tried searching half an hour so far and everything I found was just advertisements and not a clue about what it is.
Then they wonder why I hate IBM so much4 -
You can be the best JavaScript developer ever, but if you write "==" in place of "===" without a valid reason, I won't take you seriously3
-
I decided that my visual studio needed a refresh, so I had to uninstall and reinstall it.
Well, I downloaded it with my slow connection and in the while I clicked on "uninstall". After 30 minutes the download is finished and the unistall is about to 5%5 -
- Use docker so it works on any machine
- The server only starts on Linux
How the heck is that possible13 -
The foul excuse for a human I live with has been blasting the fucking radio ALL FUCKING NIGHT.
I've had no sleep, he's STILL pissed out his head, and if he doesn't shut the fuck up I'm going to lock him in and burn the house down.6 -
I'm using Meteor for the first time, and it's fantastic. I never felt so comforted by a language. Then I saw the source of served html pages and it's puzzling and unintelligible and I don't like it. I'm afraid that someone goes in my website, read the source code and judge me 😞4
-
Programming for iOS is pure pain.
Programming with ionic on a Safari debugger is still worse. It's a crime against humankind.
I regret the IE 6 debugger. Yes, I know what I'm saying -
Take the laziest person in the world and ask him/her to write an API documentation. He/she would do a better job than Apple
2 -
I asked on StackOverflow how to use Angular2 and NodeJS together, that's the foundations of MEAN stack. The answer was "use a generator". SERIOUSLY? It's the stack most famous ever and nobody knows how to serve a fucking static folder without using a generator? What if I've already my own generator? What if I want just to add API to my current project? What if I just want to know what fucking is happening under the hood? What the fuck? Seriously? A generator? Oh my God! A generator!2
-
They ask me, why do you hate Python? Well, maybe because I prefer fucking warnings and no fucking exit the program after 2 hours of computation if the parameter is unexpected. Fuck off
7 -
I was happy because I broke 600 points on StackOverflow. Then I saw the post about the guy that reached 1 million and it killed my self confidence2
-
Redux and ngrx look like a good way to do what you already do in a more verbose way and with a lot of boilerplate.
I love the idea of keeping the state of the whole app and the single source of truth, but... why so verbose? It's almost more the time spent to write boilerplate code than the time spent writing "productive" code1 -
So, my company pays thousands and thousands of euros just to show map and enable geocoding, a bug in google maps prevent Google Maps to work in Cordova and it's blocking us from deploying. After days and days of research I understand I can't solve it and I open an issue on google platform. Result: Severity -> S4, Priority -> P43
-
No matter what I try, I cannot get sharp text on my work macbook. When I use my external display for my editor, all of the text is slightly blurry and a pain to read, especially the tiny text in the status bar, which is just a fuzzy mess.
Like, I know why mac fonts are "fuzzy" -- it uses subpixel rendering to attempt to stay true to the font's curves, whereas e.g. windows tries to snap those curves to the pixel grid. So, on macs, fonts look amazing when they're normal to large, but small font sizes are just yuck. Windows is the opposite: small fonts look crisp and clear, and normal-sized fonts look.. okay.
but why can't OSX just switch between subpixel and snapping based on font size? i'm tired of reading blurs! it makes my eyes blur!11 -
How did Postman go from being one of the most loved developer tools to one of the worst crap I've ever used?10
-
Tomorrow I will work in a company for first time in my life. I've always programmed for hobby, and I know how to obtain results, but any of my projects has never gone in production, and I'm sure that it will not be the same. I don't know if I will be able. Some advice?5
-
I started programming on a new POS machine and I noticed that sometimes it reboots randomly. The boss and the assistance said that it's a well known bug and happened also in all old machines. Ah.... Ok.
And that shit costs a lot and it's stupid as fuck. Really? How the fuck is it possible? Sometimes I think that if I put a cardreader and a printer in a 50$ android phone I would save a lot of time6 -
Got some detailed feedback from Booking.com, upon asking.
I answered all the questions right. But they said I am not ready for a Sr PM role (which might be true).
Here are three points that I captured from the feedback:
1. Focus on details
2. Clear and better reasoning for WHY
3. Realistic over idealistic scenarios
While it makes me feel low that I didn't make it but this feedback will surely help me overcome the challenges and clear interviews in future.
On to the next one now. Let's see what comes my way..
One thing for sure, there is lots and lots to learn for me yet.
One thing I surely lack is articulating my thoughts and keeping things crisp while conveying the information aptly.
Anyone has any tips/resources on how to improve in this area?10 -
I work in a company and they asked me to develop the official website, jointly a colleague. The boss gave us an horrible background, he says that he likes it. My collegaus designed a hideous navbar, so I drew a new navbar (still horrible but better) and I sent it to him. He said that his one is perfect and we don't have enough time to implement the mine. And in all this I'm (maybe) a webmaster, not a graphic designer. In the attached pic, my navbar is the below one
1 -
Tomorrow I'll have my Java exam. Teacher sent us a code example and I analyzed it, it works correctly but it's full of mistakes about polymorphism. I'm fucking afraid5
-
I've never understood the website freelancer.com. How can I make a bid if the request is "I want a website" or "I want a simple java application"?3
-
const int pi = 3.14;
This is the worst example ever to explain what a constant is to students.
I knew a lot of guys who think that math constants and programming constants were the same thing4 -
The thing that I hate more is when I want to pay something but I can't, because of system or technical problems. Do you imagine how much money are you losing? It's your interest, you should make everything possible to earn money, I can't flip out only to make you happy. Come on bro. I wanted to buy a thing, the website has a mobile version but in the mobile website I can't use credit card. And if I set the desktop version, the website identify the resolution of screen and it redirects me in the mobile version as well. Are you kidding me?1
-
"I'll buy the new iPhone because of its RAM"
"What amazes me of my new iPhone is its wonderful processor"
"I bought my iPhone because it let me free to do whatever I want"
- nobody, never
Seriously, have you ever seen someone saying that? Why the hell we nerd post things about how much is technically poorer an iPhone if compared with other phones when actually nobody cares about this? Come on, I'd never buy an iPhone as well, but I don't think this is the best way to change the other people' mind, I'm pretty sure that will increase the popularity instead.6 -
The worst part about working for a big company is that whatever is the problem that you google the solution is always like "try changing this global parameter that only the CEO has the privileges to change" or "the only solution is to raze to the ground your 1 year old technology and use this state-of-the-art edge solution".
And it looks like I'm the only one that complains about this.
I mean, really do people have no constraints when they work?1 -
I spend more time reading bad written documentations with ugly examples that don't work (and anyways won't apply to other use cases) and reading about new concepts and new frameworks that should increase productivity, instead than actually write code and program.
Yes, it's increasing productivity, but it's not fun anymore -
Aarrrgghhhhh!!! I am so fucking pissed off right now. It seems like I am paying for my sins in this life.
1. My cousins/relatives outcasted me after a little fault of mine. I used to think highly of them and respected them all my life and this how they acted on me.
Because of this, the entire family is boycotting my parents and they are pissed at me for getting them disowned.
2. My health is a mess. A toxic infection along with SAD creeping in due to less sun exposure. No matter how much I take care of myself, some shit shows up after periodically.
3. My wealth scene is as confusing as it can get. Not only I am unable to make up my mind on the finance strategy and execute it, but also frantically making silly decisions which is causing stress, confusion, and expenses.
4. That Narcissist bitch who abused me and destroyed my will to live is still stalking me after months and causing harassment. Only if the gender roles were reversed, the guy doing so would be in jail but fuck our legal system that biased towards women. This shit is causing me psychological distress.
5. Been away from work for few days due to sickness. I texted my talkative colleague whether she'd like to sync up and help me get upto the speed with updates. I listed 4 bullet points as agenda from my side. They were crisp short serving as pointers to remember. I even asked her to add her points if any.
Now she comes back saying that the way I send communication is it seems like she reports to me.
I have been praised time and again by countless people on my communication structure and soft skills. Never once I received such feedback in years.
I do accept it gracefully. However, I am unsure whether it is even a relevant feedback, since it's coming from someone who is literally struggling with communication with everyone (that she herself mentioned in the same thread).
Funnily she did say that when our manager departs, they'd make her report to me and I was like nah! that cannot happen.
She kept saying various great things about the company when I was new and slowly as I settled in and discovered the reality, her truth changed.
WTF!
Fucking annoying. I am all in for feedback of any kind but how should I figure which should be considered valid and which as invalid?
Life is nothing but a quicksand, you just keep sinking in irrespective of whether you try to get out or stay still. There is no external help or resources available.
So much mess to deal with.3 -
Sad to say, but StackOverflow became a worse place after the *everyone is welcomed* goal. I see way more stupid questions and 2010-like questions getting +3 votes. Wth2
-
How much time has passed since the first you started programming to the first time your earned money?8
-
- And also today I completed my to-do list
- Did you carry all the tasks out?
- No, just a new JS framework -
I wanted to create a messenger bot.
Time to create the bot: 15 minutes. I test it, everything works, I send request, receive response, and so on.
Time to embed it inside a messenger app: 3 fucking hours.
SERIOUSLY GUY, AND I ALSO FAILED, I DON'T UNDERSTAND A SHIT SO FUCKING MUCH BUREAUCRACY I SWEAR GETTING A VISA FOR CANADA IS 1000 TIMES EASIER.
What is a send/receive? What have I to pay for? Why I need to be a USA citizen? Why I need approval? Approval for what? Why you say I configured the app correctly if you never call the Hooker? The hell I've to do? Aaaaaaaaaa3 -
An idea for a website:
A page where you paste a github url and it clones the repository on the server and presents it to you with a IDE interface, lets you apply little changes and build it.
A "development environment as a service", in few words. Seriously, browsing github files is a pain and I can't obviously clone all the interesting projects I want to explore!5 -
Do you feel dazed by what front-end development is become? You should read this article, it worths your time https://hackernoon.com/how-it-feels...
I felt the need to share it and to talk about it1 -
I just noticed that MomentJS discourages the use of its own library in the docs homepage.
I think it must have been hard, so honor to them
1 -
How can a big company as Facebook, allow that many functions of its website are just untested?
I make you an example, access the mobile version of Facebook from browser, go to a group and change the notifies settings, then refresh the page. The settings returns as before! If I did something like this I'd get fired in less than 0.1 seconds2 -
In Microsoft Teams, once you paste a text with a link you can't remove it anymore. I'm trying it in all the ways6
-
Today I accessed DevRant and once again I've only seen posts that were unrelated to development. Politics, anti-activism, american stuff that only americans know, and so on. Since I think the community enjoys this content now, I think it's time for me to leave, after 6+ years here.
It's been a pleasure!7 -
In my opinion people hate JavaScript just because it's different from other languages.
Why people hate coercion? It's useful if you know how to use it. Or dynamic typing.
What's your opinion about?5 -
Cordova is the perfect example of the importance of managing a state.
You have 100 plugins in your config and one of them fails? Well, now you are in an inconsistent state. You can't delete the plugin because it doesn't exist but you can't add it because it already exists. If you search any question about cordova on StackOverflow literally ANY answer is like "delete the platform and install it again".
In average I find myself in an inconsistent state more than once a day. No error is handled so I find myself debugging their code and it's horrible, looks like written by someone that had no idea of what he was doing. I know it's legacy and capacitor should be preferred, but what the hell? Really? -
We don't use programming languages to create websites, we use programming languages to generate DOM.
This could explain 90% of rants -
NPM modules are supposed to make us save our time, but very often, after hours and hours of juggling I end up write by myself those fucking functions.
And I'm not talking about unknown packages made by a bored guy in a lazy Sunday, I'm talking about fucking well known modules like passport. OH MY GOD. How much sucky is the passportJS documentation? There are fucking hundreds of options and they are not referenced anywhere if not on StackOverflow. When you login in a website thousands of things can go wrong, why the hell do you always send that shitty 401 and you don't let me control the code? They are two fucking days I'm trying to fix it and I realized I could write that function in 2 minutes if I just didn't use passport. FUCK7 -
I was development a webapp, when it was well advanced I thought "it's time to decide a name" so I googled the name I was thinking and I found a website with that name. I opened it and it's pretty much the very same thing I was developing. FML
-
1) git init
2) organize the structure of the project and check what features you need
3) google the name of the features and search a module that solves it
4) follow the module's tutorial step by step
5) compile the code
6) notice it doesn't work
7) StackOverflow, github, Quora, emails with insults to developers, parcel posts with bombs, try suicide
8) ascertain you could have spent all that time in funnier or more productive tasks
9) right click on project -> delete
10) forget the previous experience
11) goto 1 -
I'm used to use Facebook from browser, but recently it doesn't work and 9 times out of 10 it has random bugs, doesn't load newsfeed, doesn't load images and so on. Today I needed to sell an object and it didn't work, so I installed Facebook Lite just for this. And guess? It doesn't work too! The groups are buggy in the app, once you enter in the subscription page, it doesn't let you do any action and doesn't let you go back.
So that's the top website in the world, isn't it? -
I'm following this electron tutorial. I tried esporta and npm installa, but they are not working. Someone knows why?
7 -
How many of you want to live in a world where there's no a standard way to convert numbers to strings among systems?1
-
In your opinion, if Zuckemberg or others IT succesfull people had gone in differents universities, they would have the same success that they have? The question is, how much is important to go in a renowned university where they push you to have success? This morning I got up with this question in my mind9
-
I loosely set aside Friday evening, Sunday and Monday for a rush job that was supposedly urgent. Monday I was sent the style-guide. It's mandatory to be written with bootstrap. Tuesday 10am, no copy, no images, no idea where the code will go or how it's context's global CSS will cascade over mine. Visual designer says the logo they provided me isn't crisp enough. How many grown adults does it take to screw in a lightbulb? 9?
-
git isn't as solid as people believe.
Yes, it's used by million of companies. But it's not so solid31 -
I wanted to add a lot of features basing their work on WordReference APIs, but they are no longer available. And the worst thing it's that your no-geek friends don't understand your frustration
-
I was a child and I was playing Habbo, I found a friend who was very enthusiast of the Habbo world, exactly like me, and we spent a lot of time among the fansites. So he asked me "why don't we create our own fansite?" and I answered "yes! Of course!" I didn't know what was a programming language or what was HTML, I thought I had just to click some button and that's it. Anyway I didn't discouraged and after 2 months our website, full of tables and .
After the first attempts, our website remained live for other 4 years.
If I didn't play Habbo, if he didn't ask me to create a website, if I gave up I don't know where I would be now1 -
There are developer tools for Node which I understand what they do, but I don't understand what problem they are solving. It's everything so crazy
-
I used to be hungry of learning, studying in university, watching premium video lessons online, being curious and deepening all the least known argument of a technology and getting started with a lot of personal projects.
Now I'm looking for a job and I discovered that working 1 year in daddy's company, without motivation and doing always the same stuff, worth more than all this -
Started to value digital properties over material ones.
Examples:
- Own code / Git-Repos
- Own software / apps
- Crisp images
- Open source software
- Private keys equal to real ones 😉 -
About a month ago, one billion of Yahoo Accounts has been compromised. Today I received two emails from yahoo in my gmail accounts, they were saying that my yahoo password has been changed and my recovery email has been removed (+ a lot of warning emails of old accounts of forum and games that were receiving unknown accesses, but nvm). In the email which informed me about the recovery, I saw a link that would have allowed me to restore the old account, but before to click I thought "Wait! I had like 10 yahoo accounts. What account am I saving?" I check, I read, I read again, but nothing, no information about it in the text. Nevermind, there's a link. This link will be related to a specific account. Right? Wrong. I click, it sends me in a generic page. The link is mute. I attach a screenshot, you can see where the link points in the left-bottom corner. So now I know that one of my accounts has been hacked, I don't know WHICH account has been hacked and I'm not able to recover my account. Luckily it wasn't my main inbox!
5 -
I love the logic that underlies algorithm. But nowadays I fear that this is almost disappeared, now programming a software is 5% logic and 95% read system specificactions, documentation, implement third part solutions, think about who developed the system thought it had to be and rant because you don't understand it. I like to solve math problems using algorithms rather than deal with user interactivity, for example. Yes, all this is pointless, but sometimes I miss the exercises that I did at school or in "IT Olympiad"
-
I can't connect the fucking safari debugger to the fucking iPad.
It opens the window and closes it after a few seconds, or sometimes (1 time out of 20) it just works, without no fucking reason.
And you should wonder "why are you asking for help here, that's not the fucking StackOverflow" the problem is that I don't know where else to ask. The next step will be resurrect Steve Jobs and just ask him why9 -
So I've to take a Google Developers Certificate because it's required by my company, and the deadline is in a few months. The Google website for taking the exam is broken. I mean, the website for a web development certificate is broken, am I supposed to fix it to pass the exam?
Oh, I was forgetting. There isn't any "contact us" button. Nice job for a 150$ worth certificate3 -
(I know this rant won't gather much attention, maybe there are just a bunch of people that know Redux and still less that used it in Angular).
I feel so bad, really, I just want to throw everything against the wall. I really hate ngrx, I hate redux and how it's de facto implemented in Angular. I talked with other developers and everyone around says that redux is hated only by people that don't understand it, and well, maybe it's stupid, but I hate it.
It's so different from Angular plain programming, why the hell I need to create a index.ts file? It looks so wrong.
Why the hell import * as reducer, why don't you just import the reducer?
Why do you need a switch statement? Really? We're in 2018, languages as python removed it, in the era of reactive programming why don't you just map a key to a function?
Why so many files? Why for a 20 rows module I've to write 5 files each of them twice longer?
Why so much boilerplate? The time spent at implementing everything will be ever gained back?
Why does everything looks so wrong?3 -
How do I know if there's a module for the problem I'm trying to solve? How do I know if there's a better module that solves the problem in a better way than the module I'm using? After I found the module, how can I use it if npmjs website contains just a skinny example and no explanation? Should I attend an advanced course for each module in repository?
-
In your opinion, what's the best website you've ever side, under a technical point of view? I mean, less lag, less bugs, less offline time. For me, it's lichess.org2
-
Have you ever use Ubuntu (or any Linux that use Pango to render text) for a significant amount of time that you notice that text in Mac OS is just not that crisp? To the point that it looks blurry, even more so in non-retina display.
I want to justify buying new Macbook for that sweet M1 silicon, but I don't think I can live with the blurry text. I rarely use built-in display on a laptop, but it is hard to find external monitor with Retina resolution (200+ dpi) with decent size, or ultrawide for that matter.2 -
I can't believe a big multinational as Amazon developed a shitty app as Audible. Probably a pimply child after reading a tutorial would program a better app.
And just think I also paid for it -
What if we are wrong and the people that put 4 operations calculators for paid in the play store are actually genius?2
-
Since when I discovered codepen.io, everyday I watch the picked pens to discover new cool things and feel more and more ignorant. Do you have a codepen account? I want to see yours
-
Some day ago I ranted that I needed to program Angular2 but my keyboard didn't have the ` symbol.
Now I decided to remap the useless £ to `. I wasted like 2 hours but it seems that doesn't exist any way to do it. I downloaded like 10 application but nothing, I can't remap a second-function key.
Oh my god, who invented the italian keyboard needs to burn in the hell10 -
"This debugging session is releaved to be more fractious than expected. Let's clean console and terminal"
-
I often read rants, and I can see how everyone gives for granted that we have to overwork, work until night, work on weekend, work when the boss asks us, read the email, work until you fixed that bug, and so on. I mean, I don't see anyone ranting about this, I just see that this became the background of other rants, something that's so normal and we are so accustomed that we don't even consider it a problem anymore. I was wondering, is it just me that gives value to his own free time? That would rather read a book, watch tv or stay with friends? Or at least being able to tell a friend "we'll meet for dinner" without the fear of a problem blocking you at your job. Why should I be paid less than average in my country and work more, making the benefits still less concrete? I think I have a good brain and I chose this career because I love it, but if I could born again I'd be a doctor or a teacher3
-
Before I was thinking to be wasting my time with tasks no so useful for my life. Then I read about Malbolge programming language
-
error: Merging is not possible because you have unmerged files.
What the fuck git?
And everyone complains about winsows and its "press F12 to continue" -
Seeing all the office buildings and the goons of all upper management all burn to a crisp. They are very quickly reminded of their oppression and sociopathic values they have pushed onto the populous. In a perfect world, all the corporate scum who never considered once the detrimental effects of the poison they leech into the air, water, and blood of every creature on earth all should die horrible deaths. Fuck every single one of these blood sucking vampires who’s practice is only for the greed of their personal pleasure, jacking off to how many ways they can seize power from the individual.9
-
I'm still wondering what is wrong on my question, or more in general in all my StackOverflow questions, that 95% of the time just receive 14 views and 0 answers. I spend so much time answering and I just do it for the sake of helping other users, but when it's about receiving help back it's just tears
12 -
I really can't understand NodeJS. Why sometimes I require the same module in several files and sometimes I've to pass it as a parameter in the module.exports function of the other file? Where the hell I learn all this shit?5
-
I'm studying for an exam and it's two weeks that I don't touch a computer.
I need a newsletter to be always up to date with CS and programming languages. What do you advice? -
When I open an open source NodeJS and I see that it uses 74 modules of which 68 that I never heard before, my stomach starts hurting
-
I'm wasting fucking hours to crop a fucking svg file!
I swear, I tried in all the ways, firstly I didn't want to download a software so I searched for some online editor, I tried fucking 10 of them, but none of these had a way to crop images. How the hell should I be able to craft images if I'm not able to decide the size, eh?
I read online that inkscape gives a lot of problems when it's about to crop images, and of course I didn't want to pay illustrator to fucking crop a file, so in the end I decided to give a chance to inkscape. The website gives me 502 bad gatweay.
Ok.
FUCKING CROP AN IMAGE.
2018.
TWO THOUSAND AND EIGHTEEN2 -
He's just some Forex trader with no clear major
Call him the savior like born in a manger
Hit me on my pager, get back to you later
Handcannon, pockmarks, face full of craters
What's a man to do in a world like this?
Live my whole life to get burnt to a crisp
They open their mouth to regurgitate shit
With some coins in my fist, a .45 on my hip
cult rap hits different -
Why the fuck is it Impossible to get crisp font rendering on chrome (widows desktop), Firefox looks sooooo much more crispy... Get your shit together Google, also while your at it, catch up to Firefox with WebAssembly loading time.
And Firefox, it would be really nice if you could start supporting brotli compression... Just saying.2 -
Is docker even suitable for anything that isn't deployment?
So much time, so much effort, so much trial and error, and I still feel like I don't know what Docker is for.
I had a development VirtualBox machine, which I used just to compile my code and test my application. So I said "why don't I just use Docker? It would be way simpler". Also because that fucking Virtualbox image was like 10GB, and it was slow af.
The VirtualBox machine wasn't created by me, but it was just given to me by a previous developer, so I just had to imagine what I needed and pick up the pieces. In few hours I was ready with my Dockerfile.
So I tried it, and....... obviously it didn't work. I entered inside my container and I tried to manually execute commands in order to see where it breaks, and I tried to fix each of them. They were just the usual Linux dependencies problems, incompatibility among libraries, and so on.
Putting everything in order, I started over again with a virgin Ubuntu image, and I tried to fix every single error that appeared, I typed something like 1 hundred commands just to have my development machine up and running.
Now I have a running container that works, I don't know how to reproduce it with a Dockerfile, and I don't know what I'm supposed to do with it, because I'm afraid that any wrong command could destroy the container and lose all the job I did. I can't even bind folders because start/exec doesn't support bindings, so I've to copy files.
Furthermore, the documentation about start/exec is very limited, and every question on StackOverflow just talks about deployment. So am I wrong? Did I use containers for something that wasn't their main purpose? What am I supposed to do now? I'm lost, I feel so much stupid.
Just tell me what to do or call a psychologist8 -
I had mistakenly added a large file to a commit, and I'm now spending 3 hours of my life just to remove it and being able to push.
I've deleted the file from tracking, but it remained in history so when I try to push, github rejects to continue.
And, still worse, trying various solutions on StackOverflow I've done a mess on the history which now looks unrelated to the remote one, and I think it's a never-end catastrophe.
It's absurd how badly designed is git, and how hard it is to use besides the 3 commands that you learnt by heart11 -
When I follow a lesson or a tutorial nothing fucking work. Why a thing works to all the world but not to me? WHY? WHAT DID I DO?
The amazing thing is that they are not advanced things concerning complicated arguments, but also with basic guides.
Why the hell should I receive an error if I run "npm install <module>"? And for make things better, it looks like I'm the only one in the whole internet to have this problem.
I would have to to be a farmer -
It happened again. I wanted to purchase an in-app upgrade for the first time in my life and the button was bugged. Then just say that you are tired of your job and you wanna see your company fail
-
And if I say that Gitlab can steal your data as much as Github, and isn't the size of a company that makes it good or bad?1
-
"ok Google, remind me to call the dentist tomorrow at midday"
"perfect, I'll remind you tomorrow at midnight"
And here, guys, there's the importance of unit tests
(I reproduce the bug with the Italian version, but it's probably due by the AM/PM settings)1 -
I just discovered that CSS specifies a unit for frequency -> https://developer.mozilla.org/en-US...
I'm trying to figure out what it can be good for4 -
Received a job offer from Alten. Does someone know it? What do you think about? There is something that doesn't convince me
-
I started studying JUnit and Mockito and I really don't understand. All the docs and the tutorials around are like "if call this method, then return this object. If the object returned is the one that I expected then test passed". But isn't it obvious that the returned object is the one that I expected? I fucking told it to return that object4
-
There is a question on StackOverflow, its name is "How do I return the response from an asynchronous call?". I think that everyone knows it. Well, I can easily guess that half of javascript questions on the website are marked as duplicated and linked to this question.
For a moment, let's identify with the people that spend hours on StackOverflow to read all the questions and try to answer to most of them. How stressing and annoying can be repeating the same single thing 50 times a day?
Well, we should take this in account before blaming SO for being rude or before saying that JavaScript sucks without even knowing how to fucking listen to the response on an asynchronous request3 -
Minuteman Press: Your Trusted Print Shop for Quality Printing Services in Minneapolis and Golden Valley, MN
When you need reliable, high-quality printing services, Minuteman Press—formerly known as Brite Color Press—is here to serve you. Located at 644 Mendelssohn Ave N, Minneapolis, MN 55427, we pride ourselves on providing exceptional printing solutions for businesses and individuals in Minneapolis, Golden Valley, and the surrounding areas.
From poster printing in Minneapolis to custom waterproof menu printing, we offer a wide range of printing services that cater to your unique needs.
Print Shop in Golden Valley, MN – Local and Reliable Service
If you're searching for a print shop in Golden Valley, MN, look no further than Minuteman Press. We provide personalized printing services for local businesses, residents, and organizations in Golden Valley. Whether you need business cards, flyers, brochures, or custom promotional materials, our expert team delivers high-quality prints with a quick turnaround time. We understand the needs of the Golden Valley community and are committed to helping you bring your ideas to life.
Poster Printing in Minneapolis – Make Your Message Stand Out
Need poster printing in Minneapolis? Minuteman Press is your go-to provider for eye-catching, vibrant posters that leave a lasting impression. Whether you’re promoting an event, a sale, or showcasing artwork, we specialize in creating high-quality posters in any size or format. Our advanced printing technology ensures sharp, crisp colors and high-resolution prints that make your posters stand out wherever they are displayed.
Printing Companies in Minneapolis, MN – Why Minuteman Press Stands Out
With so many printing companies in Minneapolis, MN, Minuteman Press stands out for its personalized service, exceptional quality, and quick turnaround times. Here’s why we are the preferred choice for businesses and individuals in the area:
Expertise and Experience: With years of experience in the printing industry, we have the knowledge and skills to tackle any project, large or small.
Wide Range of Services: From business printing and marketing materials to custom projects, we offer a full spectrum of printing services to meet all your needs.
State-of-the-Art Technology: We use the latest printing equipment to ensure every project is completed with the highest quality possible.
Fast and Affordable: We provide competitive pricing without compromising on quality. Our fast turnaround times make sure you get your prints when you need them.
Waterproof Menu Printing – Durable and Long-Lasting
If you're in the food service industry and need menu print waterproof materials, Minuteman Press offers durable, high-quality waterproof menu printing solutions. Our waterproof menus are perfect for restaurants, cafes, bars, and catering businesses, ensuring that your menus remain pristine and readable no matter the conditions. Whether you need laminated menus or custom waterproof materials, we can create a solution that fits your business's needs and style.
Why Choose Minuteman Press?
Local and Personalized Service: As a locally owned and operated business, we prioritize customer satisfaction and offer personalized service to every client.
High-Quality Prints: We use the best materials and printing techniques to produce sharp, vibrant, and professional results every time.
Wide Range of Options: Whether you need business cards, banners, custom signs, or waterproof menus, we have the expertise and technology to bring your vision to life.
Quick Turnaround: We understand that time is of the essence. That's why we offer quick turnaround times without sacrificing the quality of our work.
Contact Us Today!
For top-quality printing services in Golden Valley, Minneapolis, and surrounding areas, Minuteman Press is the name you can trust. Call us today at +1 (763) 205-3705 or visit us at 644 Mendelssohn Ave N, Minneapolis, MN 55427 to discuss your printing needs. We look forward to helping you create exceptional printed materials that make an impact!
Minuteman Press – Your local print shop for quality and reliable printing services!2 -
Top-Quality DTG Printing Near You at Bolt Print Shop in Jersey City
If you're looking for DTG printing near me, Bolt Print Shop in Jersey City, NJ, is your go-to destination for high-quality Direct-to-Garment (DTG) printing. Whether you’re an entrepreneur wanting to print your designs on apparel, an artist looking for vibrant prints, or someone who needs custom t-shirts for a special event, we offer cutting-edge DTG printing services that deliver outstanding results.
Why Choose Bolt Print Shop for DTG Printing?
At Bolt Print Shop, we specialize in DTG printing, a modern method that allows us to print high-resolution, full-color designs directly onto fabric. Here’s why our DTG printing services are the best choice for customers searching for “DTG printing near me” in Jersey City:
1. Exceptional Print Quality
DTG printing offers a level of detail and color vibrancy that traditional methods can’t match. Whether you're looking to print a complex image or a simple logo, our DTG technology ensures that your design will look crisp, vibrant, and professional on every piece of clothing. From intricate artwork to high-quality photographic images, DTG printing is perfect for bringing your vision to life.
2. Perfect for Small and Large Runs
One of the main benefits of DTG printing is that it is ideal for both small and large runs. Whether you need just a few shirts or a bulk order, our DTG services allow us to print on-demand without the need for large setup costs or minimum order quantities. It’s perfect for anyone looking for a cost-effective, fast solution for custom apparel.
3. Quick Turnaround Times
At Bolt Print Shop, we know that time is of the essence, which is why we offer fast turnaround times on all of our DTG printing orders. Whether you're getting a few t-shirts for an event or a bulk order for your business, we work efficiently to make sure your items are ready when you need them.
4. Local, Personalized Service
As a locally owned business based in Jersey City, NJ, we take pride in offering personalized, high-quality customer service. When you choose Bolt Print Shop, you are working with a team of experts who care about your project. We’re here to ensure that every order meets your exact specifications and exceeds your expectations.
5. Eco-Friendly and Sustainable
We care about the environment and strive to use eco-friendly inks and sustainable practices whenever possible. Our DTG printing uses water-based inks, which are a more environmentally friendly option compared to traditional printing methods. So not only do you get high-quality prints, but you can feel good about choosing a sustainable printing solution.
Our DTG Printing Services
We offer a variety of services to meet your specific DTG printing needs:
Custom Apparel: Whether it’s t-shirts, hoodies, sweatshirts, or more, we can print your unique designs on any type of garment.
One-Off Designs: DTG printing is perfect for one-of-a-kind items, whether it’s for a personalized gift, a special event, or a limited-edition product.
Bulk Orders: Need a large quantity of custom-printed apparel? Our DTG printing services can handle orders of all sizes without compromising on quality.
High-Resolution Artwork: Have complex designs or detailed images? DTG printing can handle high-resolution artwork, producing clean, sharp prints that look amazing.
Why Choose DTG Printing?
DTG printing offers several advantages, including:
Vibrant, full-color prints: Perfect for designs with multiple colors or gradients.
No setup fees: Ideal for smaller runs or one-off prints without the need for additional setup costs.
Soft Feel: Since the ink is directly applied to the fabric, the finished product feels soft and comfortable, with no heavy vinyl or plastic overlays.
Get Started with Your DTG Printing Project Today!
If you’re looking for DTG printing near me in Jersey City, Bolt Print Shop is here to help. We provide professional, high-quality, and affordable DTG printing services to meet all your custom printing needs. Whether you’re designing apparel for your business, creating custom gifts, or outfitting a team, we can help you bring your ideas to life.
Visit us at 7 Sherman Ave, Jersey City, NJ 07307, or give us a call at +1 (201) 402-0755 to get started with your DTG printing project today. Let Bolt Print Shop be your trusted partner for high-quality prints!
1 -
Unveiling Beauty: The Power of Cosmetic Boxes
Introduction:
Cosmetic boxes are packing devices created especially to hold and show off cosmetics. They serve various objectives, such as advertising, visual identity, and protection.
Companies have a broad range of alternatives for meeting their individual demands due to the variety of aesthetic boxes accessible with respect to of forms, substances, or printing possibilities.
Functions of Cosmetic Boxes:
1. Protection: Avoiding harm to the encompassed goods while handling, storage, and transportation represents one the primary uses of cosmetic boxes. They serve as a barrier against pollutants including dust, rain, and sunshine.
2. Branding: They are essential for brand uniqueness and identification. In order to give them a unique identity, they are often customized with the logo of the business, colors, and designs. These qualities aid customers in quickly recognizing and linking items to a certain brand.
3. Marketing: Cosmetic boxes wholesale function as a marketing strategy by drawing in prospective clients and disseminating details concerning the products. Customers are drawn in and persuaded to buy product by the appealing designs, appealing photos of the products, and pertinent info displayed on the boxes.
Types of Cosmetic Boxes:
1. Folding Cartons: The most typical kind of beauty boxes are those made of folding cartons. They are composed of flimsy paperboard and are simple to shape-fold. These containers are adaptable and available in an assortment of kinds, including gable, sleeve, and tuck-end containers.
2. Rigid Boxes: Rigid boxes, often referred to as setup packages, are strong and long-lasting. They provide excellent defense for expensive cosmetics since they are composed of sturdy cardboard or cardboard. Luxury cosmetic manufacturers often utilize rigid bottles because they provide a high-end appearance and feel.
3. Display boxes: Display containers are made to promote cosmetics in an appealing way. Customers could generally view the merchandise inside thanks to transparent windows or doors. Retail stores often use display boxes to increase product exposure.
Materials Used in Manufacturing Process:
1. Paperboard:The most common material used for making cosmetic boxes is paperboard. It is lightweight, reasonably priced, and provides a range of printing and finishing possibilities. Depending on how much strength is needed and durability, many types of cardboard are accessible, which vary in low to high density.
2. Cardboard: Unlike paperboard, cardboard is a thicker, more robust material. It offers more effective defense for pricey or delicate cosmetics. To increase the durability and water resistance, cardboard containers may be customized with various coatings.
3. Plastic: Cosmetic cartons may be made of plastic, particularly clear display boxes with PVC or PET panes. Plastic boxes offer good product visibility and moisture protection. In contrast to solutions utilizing paper, they are less detrimental to the environment.
Printing Options:
1. Offset Printing: The printing method most often employed for cosmetic boxes is offset printing. Prints made with it are crisp, vibrant, and detailed. For intricate patterns, gradients, and vast numbers of boxes, the offset method is appropriate.
2. Digital Printing: Digital printing provides more flexibility and quicker turnaround times than the use of offset printing. It enables for cosmetic packaging customization that is simultaneously affordable and appropriate for small to large print runs. The color dedication, however, could be a little less accurate than with offset printing.
3. Foil Stamping: Foil stamping is the procedure of putting coloured or metallic foil on the outside or packaging for cosmetics. It enhances the overall look of the container by adding a opulent and captivating impression.
“Lipstick Boxes: Exploring Types and Varieties”
Special packaging materials known as pink boxes are made to carry and showcase lipsticks. They are available in a variety of forms to meet varied packing requirements.
The types of lipstick boxes include:
1. Folding Carton Lipstick Boxes: Made with paperboard, these boxes are portable and lightweight. They're simple to fold into form and may be personalized with various patterns and finishes.
2. Rigid Lipstick Boxes: Made of durable materials like cardboard, these boxes provide great protection of costly lipsticks. For high-end lipstick products, rigid boxes are ideal since they've an increase appearance and feel.
3. Slide Sleeve Lipstick Boxes: These vessels include a sliding sleeve function which gives a touch of class & efficiency. Branded and design elements could be added to the sleeve.
Resource: https://packagingforestllc.com/prod...1 -
High-Quality Color Copies at The UPS Store in Carlsbad, CA
When you need vibrant, professional-looking color copies, The UPS Store in Carlsbad, California, is the place to go. Conveniently located at 7040 Avenida Encinas #104, we offer top-notch color copying services designed to meet the needs of individuals and businesses alike. Whether you’re printing marketing materials, presentations, or personal projects, our high-quality color copies are sure to make a lasting impression.
Why Choose The UPS Store for Color Copies?
Exceptional Print Quality: At The UPS Store, we use state-of-the-art digital printing equipment to produce sharp, vibrant color copies. Whether you're copying a single page or a large batch of materials, you can count on us to deliver crisp, clear, and true-to-life colors every time.
Customizable Options: We understand that every project is unique, which is why we offer a range of customizable options for your color copies. Choose from various paper types, sizes, and finishes to suit your specific needs. Whether you're printing business brochures, family photos, or flyers, we help bring your vision to life.
Fast and Efficient Service: Need your color copies in a hurry? We offer fast, efficient service so you can get your prints when you need them. Whether it’s a rush order or a large print run, our team is committed to getting your job done quickly without compromising on quality.
Affordable Pricing: At The UPS Store, we provide competitive pricing on all of our color copies, ensuring that you receive great value for the high-quality service we provide. Whether you’re an individual or a business, our affordable rates make it easy to get the prints you need.
Ideal for Business and Personal Use
The UPS Store is a trusted partner for both businesses and individuals in the Carlsbad area. For businesses, we offer a wide variety of color copying services, including marketing materials, presentations, and business forms. Whether you need to print brochures, flyers, or newsletters, our color copies can help elevate your professional image.
For individuals, our color copying services are perfect for personal projects like family photos, greeting cards, invitations, and more. Whatever you’re working on, we ensure that your copies are vibrant and professionally produced.
Large-Scale Copying Projects
If you have a large-scale color copying project, we are equipped to handle your needs. From bulk copying of marketing materials to printing large posters or presentations, we have the capacity and technology to handle projects of any size. Our team is dedicated to ensuring your project is completed on time and to your satisfaction.
Additional Services to Complement Your Color Copies
In addition to color copies, we also offer a range of complementary services, such as:
Laminating: Protect your color copies with professional laminating services.
Binding: Bind your presentations, reports, or marketing materials to give them a polished and professional look.
Faxing and Scanning: Need to send or digitize your color copies? We offer faxing and scanning services to help you manage your documents.
Visit Us Today for Your Color Copy Needs
At The UPS Store in Carlsbad, we’re committed to providing high-quality color copies that meet your needs and exceed your expectations. Whether you're printing personal items or professional materials, our team is here to ensure your copies are produced to the highest standard.
Visit us at 7040 Avenida Encinas #104 or call us at +1 760-431-0028 to learn more about our color copy services. We look forward to helping you create the perfect prints for your next project.
1 -
It was a crisp autumn morning when I stumbled upon an online investment platform called "CryptoFortune." The website looked professional, with sleek graphics and glowing testimonials from "satisfied users" who claimed to have doubled or even tripled their investments. The platform promised guaranteed returns, low risk, and expert guidance. I was skeptical at first, but the fear of missing out (FOMO) got the better of me. After all, I thought, what if this was my chance to finally achieve financial freedom? I started small, investing $500 in Bitcoin. Within a week, my account showed a 20% profit. Encouraged, I poured more money into the platform—$5,000, $20,000, $50,000 then $100,000. The numbers on my dashboard kept climbing, and I felt like I was on top of the world. But then, one day, I tried to withdraw my earnings. That’s when the nightmare began.The website froze my account, citing "suspicious activity." My emails to customer support went unanswered. Panic set in as I realized I had been scammed. My hard-earned money and my Bitcoin were gone. I felt like a fool for falling for such a scheme, and my faith in online investments was shattered. For weeks, I wallowed in despair, convinced that my money was lost forever. Then, one evening, while scrolling through a cryptocurrency forum, I came across a thread about a company called Alpha Spy Nest. The post detailed how they had helped victims of online scams recover their funds. At first, I was skeptical—after all, I had already been burned once. But something about the testimonials felt genuine. Desperate for a solution, I decided to reach out.From the moment I contacted Alpha Spy Nest, I felt a sense of professionalism and empathy that I hadn’t experienced before. Their team listened to my story patiently, asking detailed questions about the scam and the transactions I had made. They explained their process clearly, using advanced blockchain analysis, cyber forensics, and legal expertise, they would track down the scammers and attempt to recover my funds.The team at Alpha Spy Nest worked tirelessly on my case. They traced the Bitcoin transactions through the blockchain, identifying the wallets the scammers had used. It was like watching detectives unravel a complex web of deceit. They discovered that the scammers had funneled the funds through multiple wallets, attempting to obscure their trail. But Alpha Spy Nest’s technology was one step ahead. Alpha Spy Nest didn’t just recover my money; they gave me a second chance.Today, I’m more vigilant than ever. I’ve learned that while the internet is full of opportunities, it’s also rife with risks. But thanks to Alpha Spy Nest, I know that even if the worst happens, there’s hope. They’re more than just a recovery service—they’re a lifeline for those who have been wronged in the digital world. Contact details: WhatsApp: +14159714490,
1 -
HERO GRAPHICS: Your Trusted Partner for Wide Format Printing in Burbank
Located in the vibrant city of Burbank, HERO GRAPHICS specializes in delivering top-tier wide format printing solutions tailored to meet the diverse needs of businesses, artists, and event organizers. With cutting-edge technology and a commitment to quality, we bring your big ideas to life with vivid, high-impact prints that stand out.
Expert Wide Format Printing in Burbank
Wide format printing is essential for creating large-scale visuals that grab attention — from banners and posters to signage and vehicle wraps. At HERO GRAPHICS, we combine advanced printing equipment with premium materials to produce sharp, durable, and vibrant prints. Whether you need promotional materials for your business or eye-catching displays for an event, our team in Burbank ensures your project is handled with care and precision.
Why Choose HERO GRAPHICS for Your Printing Needs?
Local Expertise: Proudly serving Burbank and the surrounding areas, we understand the unique needs of our community.
High-Quality Prints: Our wide format printing guarantees crisp images and long-lasting results.
Customized Solutions: We tailor every project to your specifications, ensuring your vision is realized perfectly.
Fast Turnaround: Need it quickly? We offer efficient service without sacrificing quality.
Dedicated Support: Our experienced team is here to guide you from concept to completion.
Contact HERO GRAPHICS Today
Ready to make a big impression with wide format printing in Burbank? Contact HERO GRAPHICS at:
Address: 119 E Graham Pl, Burbank, CA 91502, United States
Phone: +1 (818) 768-8437
Let HERO GRAPHICS be your go-to resource for stunning, professional wide format printing that elevates your brand and message.5 -
Experience Flavor and Fun at Bandido Burger & Pizza Cabecera in Bucaramanga
Located at Cra. 35A #46-31, Cabecera del Llano, Bandido Burger & Pizza Cabecera is your ultimate destination in Bucaramanga for mouthwatering food, refreshing drinks, and a vibrant atmosphere. Whether you're looking for papas locas near me, bowls near me, a refreshing cerveza near me, delicious burgers near me, or even a rooftop bar near me to enjoy the view, Bandido has everything to satisfy your cravings and more.
Papas Locas Near Me – A Must-Try Snack
If you’re in the mood for something indulgent and flavorful, look no further than papas locas. At Bandido Burger & Pizza Cabecera, our papas locas are one of our signature dishes and are perfect for sharing with friends or enjoying on your own. Crispy fries loaded with a variety of toppings, sauces, and seasonings, papas locas are a bold and tasty twist on traditional fries. Whether you’re craving a snack before your main course or just want something fun and flavorful, our papas locas near me are the perfect choice to satisfy your hunger.
Bowls Near Me – Healthy and Delicious Options
For those looking for a lighter, yet equally satisfying meal, Bandido also offers a variety of bowls near me that are both delicious and nutritious. Whether you're craving a fresh, vibrant salad or a hearty grain bowl, our bowls are packed with fresh ingredients like crisp veggies, protein options, and flavorful dressings. Perfect for those who want a healthy meal without sacrificing taste, our bowls near me are a great option for a balanced and satisfying lunch or dinner.
Cerveza Near Me – The Perfect Drink to Pair with Your Meal
No meal is complete without a great drink to accompany it. If you're looking for a cerveza near me, Bandido Burger & Pizza Cabecera has a fantastic selection of beers to suit every taste. From refreshing lagers to craft beers, our drink menu is designed to pair perfectly with your favorite dishes, whether you're enjoying one of our delicious burgers or a fun plate of papas locas. Whether you prefer a cold beer to wash down your meal or just want to relax with friends, our selection of cerveza near me offers something for everyone.
Burgers Near Me – The Ultimate Comfort Food
At Bandido Burger & Pizza Cabecera, we take pride in serving up some of the best burgers near me in Bucaramanga. From classic, juicy cheeseburgers to unique, gourmet creations, our burgers are made with the freshest ingredients, ensuring each bite is packed with flavor. Whether you’re in the mood for a beef burger, grilled chicken, or even a veggie burger, you’ll find a variety of options to satisfy your cravings. Paired with a side of crispy papas fritas or our signature papas locas, our burgers near me are perfect for lunch, dinner, or even a late-night snack.
Rooftop Bar Near Me – Relax and Unwind with a View
Looking for a rooftop bar near me to enjoy a drink and take in the view? Bandido Burger & Pizza Cabecera offers a cozy rooftop space where you can relax, sip on cocktails, and enjoy the vibrant atmosphere of Bucaramanga. Our rooftop bar is the perfect spot to unwind after a busy day, hang out with friends, or enjoy a sunset view while sipping on your favorite drink. Whether you’re in the mood for a cocktail, beer, or something non-alcoholic, our rooftop bar is the ideal place to relax and enjoy good company.
Tazones Near Me – A Delicious Twist on Classic Meals
If you're looking for something a little different, try our tazones near me. These bowls of goodness are packed with flavor and offer a delicious twist on traditional dishes. From savory rice bowls to flavorful protein-packed options, our tazones are a great way to enjoy a filling and satisfying meal. Whether you’re looking for a healthy lunch or a hearty dinner, our tazones near me are perfect for those who want something fresh, flavorful, and filling.
Why Choose Bandido Burger & Pizza Cabecera?
Variety of Delicious Dishes: From papas locas to burgers and tazones, Bandido offers a wide variety of tasty meals to suit every craving.
Great Drinks: Our selection of cerveza and cocktails ensures there's always something refreshing to enjoy with your meal.
Relaxing Rooftop Bar: Enjoy a drink with a view at our rooftop bar, making Bandido the perfect place to unwind and socialize.
Perfect Location: Conveniently located in Cabecera del Llano, we’re easily accessible for locals and visitors alike.
Visit Bandido Burger & Pizza Cabecera Today!
So, whether you’re craving papas locas near me, a delicious bowl, a cold cerveza, a juicy burger, or want to enjoy drinks at a rooftop bar, Bandido Burger & Pizza Cabecera is the place to be.
Visit us today at Cra. 35A #46-31, Cabecera del Llano, Bucaramanga, Santander, Colombia, or call us at +573143448474 to make a reservation or inquire about our menu. We can’t wait to welcome you to Bandido!2































