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 - "global"
-
DevOps is like development, except there is zero test coverage, everything is a race condition, and there are a million variables declared as global. 😡8
-
*1 week into dream job*
Me: I need to communicate this variable to a script running in another thread, how do you normally handle that?
My Lead: oh, just add it as a global variable
Me: oh no...3 -
#Programming alone
print "Hello World!"
#Programming while someone watches
global _start
section .data
msg db "Hello, World!", 10
len equ $ - msg
section .text
_start:
mov rax, 4
mov rbx, 1
mov rcx, msg
mov rdx, len
int 0x80
mov rax, 1
mov rbx, 0
int 0x805 -
Chrome, For the last fucking time!
I do NOT want to translate English from French to English!!!
Wtf is wrong with you?
English is French, German is French, did I miss the raise of the global French empire?
FFS!23 -
the official Android documentation says it stands for "What a Terrible Failure"...sure it does Google, sure it does....1
-
Give me a 10 year old application with no comments, layers of spaghetti code, global variables, embedded SQL, and a text editor with no debugging; just don’t make me write Excel formulas.6
-
If Corona Virus, were to make a CV, it would make an interesting read:
1. Responsible for Global Digital Transformation.
2. Reduction of Global CO2 emission and Greenhouse gasses.
3. Global Hygiene initiatives: Ensured 100% compliance on washing hands and body bath.
4. Made industry shift to WFH - saved exposure and costs.
5. Reduction in noise pollution by making everyone keep their mouth shut (masked).
6. Taught cooking, vegetable shopping, housekeeping to many,
7. Provided ample time to all egoistic and self centered people, to contemplate on their mortal nature.
8. Provided a big boost to the Pharma sector and brought back small utility stores back into the limelight.
9. Highlighted the importance of governance, adaptability and long term planning, by all sectors.
Corona’s CV seems superior to many 😉2 -
Good luck to team devRant at the TNW NYC conference today. We are sure you will make our global devRant community proud as always. Thanks for all you do!
-
Just because our classes are online now doesn't mean you should make your exam literally 5x harder than the in class one was you fucking bow tie wearing penis head looking cunt.
There's a literal global pandemic going on for fuck sakes. It's not like we asked to have it online fucking jackass.2 -
I met this girl and told her, she's the global variable to all my functions.. She gave me a dirty slap5
-
section .text
global _start
section .data
msg db 'Hello, world!',0xa
len equ $ - msg
section .text
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov ebx,0
mov eax,1
int 0x803 -
It's freaking 35C outside.
Guys, please close all the windows while compiling. Global warming is not a joke13 -
Seeing all devrant posts actually give me a feeling of not being alone with my everyday work-related issues. It's good to be a programmer and even better to be a part of a global community.1
-
My LinkedIn profile: Open to remote opportunities, or those in Hawaii. Need to stay local for family reasons.
Recruiter DMs: "Interested in an opportunity in:
Denver?
Nashville?
Connecticut?
Oklahoma?
Salt Lake?
...
-_-5 -
Global variables in JavaScript everywhere... Being accessed by every file, every function every class... Everywhere....5
-
You know a Repo is fucked when you have to rely on global text search to find and rename symbols like method or class names.4
-
That moment when you notice that devrant addiction is starting to be a global threat to developers:
Stop devrant immigration
Make code great again
Compile a wall around devrant and let developers write it1 -
Ultimate answer to TABS over SPACES! Tab eats 4 times less battery. No global warming if we switch to TABS! Share this knowledge bomb brothers!6
-
OK, so I get that we don't have a great reputation for dating but at the same time it's kinda rubbing salt in the wound when a dev company organises a global coding challenge for valentines day.3
-
Client : I have a big budget for this Project
*delivers price*
Client : We have to go lower with the Price or I see myself forced to hire an indian developer
background : Client wasted over 70.000£ in the last 10 years on his Logistics Website. Why ? Kept hiring cheap "global leading it companies" from India3 -
Manager: "hey I'd like everyone to join this global meeting"
I saw about 30 people, something was off, certainly didn't feel global, I felt like I shouldn't be there.
I dug out the original meeting and it's for Lead PMs. Our manager isn't even attending, what's up with that, is he trying to make us take meetings for him?
Someone once told me my manager was an idiot and he confirms it like once a week pulling stuff like that.2 -
after an all nighter, I walked in at about 10:30am and unloaded a small bag of groceries on my desk I got to restock the community fridge. Boss walks up, "WTF?!? NO BEER?!?" Slams his credit card on my desk and walks away...1
-
I told a guy to implement an algorithm in cpp. He wrote this weird 600+ lines of code which contains only global variables and void functions then I told him to make it object oriented and he just put all those garbage in the class and gave me back and on top of that class name is Template and file name is template.cpp. I don't have words to describe his code. May be this picture can help you understand my state. Oh, if you think this matchOn_r1, r2,r3 are different then you are mistaken they are just different with one argument (one global argument). This is just part of the code. He has this shit all over the place. Why the fuck this kind of people exists?13
-
This weekend had everything but sleep :D But it was worth it. We made the game called Dash Wave in 48 hours on Global Game Jam.It was an amazing experience. Here is the link to the game: https://play.google.com/store/apps/...
http://globalgamejam.org/2017/...11 -
*In a lecture
Lecturer: Consequences of Distributed Systems
Students: **attentive as fudge**
Lecturer: Heteroginity
Students:
Lecturer: Independent Failures
Students:
Lecturer: No global 'COCK'
Students: WHOOOOA, global what?...that escalated fast
Lecturer: I mean no global 'CLOCK'
Students: yeah right, can we use cock though?2 -
section .text
global _start
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov eax,1
int 0x80
section .data
msg db 'Yo Mama So Fat',0xa
len equ $ - msg7 -
You know you're a web dev when...
you consider not buying pizza just because the ordering website appears to use global jQuery selectors. 😣7 -
I just spent 20minutes "debugging" my game because i was trying to connect to '117.299.38.69'(in-game IP)
When i was supposed to be connecting to '177.299.38.69' and I couldn't figure out why the IF statement was saying it wasn't in the global list of IPs.. I even checked the two IPs side by side and STILL didn't notice they were different..35 -
I see so many freaking excel sheets where a database should have been used that I wouldn't be surprised if, at the veeeeery bottom of all things, the entire global financial system runs based on a single excel sheet made by a dude in the 90s. And since then poorly maintained.11
-
!dev && rant
Temperature causing temper!!!
Summer 2009...
Me: Dad, can me and sis go swim in the pool?
Dad: No son, you can only swim if it's 25°C or higher.
Which in practice meant that we could only swim a few days each summer. Average in Belgium used to be about 21°C.
Spring 2019, my younger siblings...
Little sis: Mom, can we go swim in the pool?
Mom: Lol sure, it's only April but it's already way hot enough.. and during summer it'll be too hot to do the work on setting up the pool anyway.
Winter 2029, in Antarctica...
Me, to my children: During my old days my children, we had this thing called snow!! And we lived in the wasteland that used to be the glorious Europe, back when it was still habitable.. you should've seen it, now it's a desert, but back then it was awesome!
My children: Mum!! He's acting senile again, and talking about things that don't exist!!!
Coming to the crux of the problem right now, fuck me.. I'm tired as fuck but can't sleep because already in the fucking spring, my house is too fucking hot to be able to sleep without sweating like a pig!!!
AaaaaAAAAA 😣5 -
Good guy teacher doesn't care if you write Javascript global functions wrong on a test because "your editor will fix that for you"
-
Not sure if this technically counts as all nighter, but when Udacity released their basics Android nanodegree they had a contest where the first 100 worldwide to finish got a scholarship for the advanced Android nanodegree. I followed the uberman sleepy schedule, 20 min nap every 4 hours, around the clock for 6 days. Finished #17. They didn't even have the videos or lessons for the last 3 sections, just a description and a project for each, so they set up a slack channel to let us talk with staff and collaborate with others trying to get it done.
-
!rant
Just saw a thread about Global Reddit Meetup Day. Do we have one in devrant? If not, is it possible to have one? I know the user base is not comparable with reddit, but it would be fun meeting other local developers who rant too 😛6 -
My evening routine:
*puts down the laptop near the bed
*puts a glass of water near the laptop
*thinks about “fuck you idiot, you gonna rekt your laptop some day”
*goes to sleep
So tonight it finally happened... global game jam in 2 days and i don’t have a fucking laptop
Im so mad at myself rigt now10 -
Your favourite comment?
My team was working on a legacy system, one part of it is an assistant, sadly required as global variables.
Being a non-english-first-language company, some dev years ago thought shortening said assistant to "ass" would be a wise idea - less to type, right?
When we redid the application 2016 part-by-part, our code needed to define 3-4 global variables starting with the "ass" prefix for the legacy parts to work. The colleague who was tasked with this is a fine gentleman from England.
Later as I read through the commit, I found 5 lines of code following 20 lines of comments explaining and deeply apologizing for "ass", "ass_open", etc.
The same dev also had a "HACK OF THE YEAR" comment he moved around when time constraints made a less-than-optimal fix necessary which was worse than the last "highscore".1 -
Our company is changing the default branch on our main repo from master to main.
We're literally on the verge of global genocide and a holocaust, and people are worried about over-sensitive people's feelings. I'm sure a branch change will end racism.6 -
*wild LinkedIn notification appears*
>Opens LinkedIn
>Sees a video of dogs being dogs
>Reads caption something along the lines of "team work and dedication helps the universe to fight global warming and terrorism "
>*Eye rolls* -
*Senior Dev:* Ah yes, we need to put try-catch in every function to handle errors and Logger.Log() at the beginning.
*Me:* Is not better to define a global error handler and use the stacktrace instead of doing all that?
*Senior Dev*: ...
*Senior Dev*: Is a rule here, do what I'm telling you.3 -
¯\_(ツ)_/¯
probably the best app ever, I'm going to stop trying now...
https://play.google.com/store/apps/...8 -
What kind of variable conventions do you use?
timesincereseat
TimeSinceReseat
timeSinceReseat
TIMESINCERESEAT
TIME_SINCE_RESEAT
time_since_reseat
global{'tsr'} # so nobody can read it :)12 -
The end is here, someone pulled the Internet plug!!!!!
Fuck, stackoverflow is affected, my dev days are over!
Global 503 Whooooo
Good Job Fastly, making me work after hours.
https://status.fastly.com/6 -
I wrote this and wonder if it is actually useful. This is a function that eliminates the need for document.getElementById. In the HTML you just set an attribute (jsv) to some value and this scoops that up and puts it in the global scope for you to use.
Neat or shit?12 -
Why the fuck this moron thought it was a good idea to set a global onClick event in a react component and make it have the desired behavior for EVERYTHING instead of the only click he wanted to get?
7 places you can click were triggering redux dispatch and ajax calls that should only work on one place... Fucking hell...4 -
Welcome to PLC development! Your first thing to do is find out whta these dozen global variables do that are used by several tasks in odd places.11
-
Ive just finished the Global Game Jam.
We were in a team of three people. An artist, a dev who is in school and knows programming syntax and can make basic things and me worked on a game. A fourth person who makes audio for games w did do some of the musics in our game. The following is the result of 5.5 hours of sleep in 48 hours time.
https://globalgamejam.org/2019/...
If any of you also took part in this years Global Game Jam please share your games here :D11 -
me vs marketing guy, again
me: yeah, the database server is not responding, so you cannot log in to post your blog, wait for it to get online.
MG: But, the website is online.
me: web host and database server are two distinct things, they are not the same, *share a screenshot of the error*
MG: Oh okay.
Literally 3 hours later this fucking idiot sends an email and I quote.
"Hi Dev,
@CTO FYI, Someone has removed this code So there is some tracking issue on it.
Please add below google analytics code on the website.
Note: Copy and paste this code as the first item into the <HEAD> of every web page that you want to track. If you already have a Global Site Tag on your page, simply add the config line from the snippet below to your existing Global Site Tag.
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://googletagmanager.com/gtag/..."></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-xxxxxxxx-1');
</script>
"
The fucking issue was of him not being able to post his shitty blog, and he shares an email like this, FOR FUCK'S SAKE!2 -
Me (out loud in a meeting): "we currently have a SQL Express license, but the traffic with the additional servers is causing crashes when the cache fills up. We need to upgrade to the standard version.”
Follow up email from mngr planning to retire in 6 months currently making roughly 3x my salary: "See if we can get a proposal to purchase better Sequel software and install."
Me:
(-_-;) ... ಠ︵ಠ ...
┻┻︵ヽ(`Д´)ノ︵┻┻1 -
Started learning Javascript. Came across many weird things. Like 'this' refers to the object in which the function is but when it is used inside a function which is inside another function it starts referring to the Global Object???Seriously?? I don't get it😕😵😢
But still I am starting to love Javascript along with its weird parts😁2 -
Build a global, fast maps/tile hosting "platform".
Already working on this like mad and with a little bit of luck, I'll have a first version ready within a week.
Also learning Rust, becoming even better at/with Linux....7 -
A project at work which is based on blindly copying other projects, empty catch clauses, a static class for global variables, and incompetence.1
-
I hope there is a rusty miniature guillotine wrapped tightly around each microsoft vsCode developers fingers and each time the global server gets a signal that somewhere an extension host froze, instantly cuts a finger off.4
-
So I've opened myself to new software engineering positions and was recommended one where the first *benefit* stated:
- High engagement opportunities across our global client base
Am I the only one for whom this is a gigantic red flag and con rather than a benefit? wtf4 -
Rant
I'm a CS student at a university in the global top 10. We currently have two courses using Java, where we have to submit our work to a judge program. One of them is running Java 7. the second one Java 6! Come on, what year is it? Just update your fucking software and the assignments, you lazy fucks!
First rant. Am I doing this right?6 -
Hey guys, Been a while...
Quick status update
Moved out of my parent's house
Now a lead backend engineer at a crypto exchange.
Getting offers from startups without even applying, just referrals
Still underpaid by global standards but very comfortable locally.
1year+ of financial stability
Lots of motivation from the lovely people here when I started out, I'm grateful1 -
New idea: Fuck raytracing for global illumination because you just need too many rays for it to converge
What if we do surfels (to keep the number of probes down and relevant to our scene) and we update the 4x4-ish sized hemisphere irradiance maps not by tracing a single ray per frame per surfel. I have a fast as shit compute shader rasterizer... What if I just raster each surfel each frame? Should be around the same number of pixels as the primary visibility so totally feasible....
Each frame just jitter the projection a bit and voila. Should have extremely high quality diffuse global illumination at well below 1 ms. Holy shit this might just work3 -
Decided to go flexbox despite issues with Safari 6 (global usage at 0.02%). The boss, its wife, a friend of them and a coworker NEVER UPDATED Safari on its devices and send tons of angry emails with captures of the broken site. This is the biggest 0.02% ever seen!!3
-
My definition of hell?
Being forced to debug nested callbacks abusing global variables & closures generated from from reflection...6 -
I read somewhere at the start of the global pandemic: when it comes to work from home life, you should never underestimate the benefits of a power nap.
My gods, that person was right! I only wish I had taken advantage of it more over the last year.1 -
From A month of Python to start a month of JavaScript, my automated code review yells at me for missing "var" and ";"...
Global scope should not be the default and semicolons should be disallowed.2 -
The only time i pulled an all nighter was during the global game jam. You have to make a game in 48 hours and there were some nice to haves that I had to implement.
In 48 hours I slept only 5 hours. The rest of the time I was mostly programming. -
Solution for all the problems... Even global warming
Have you tried turning it off and on again...!?? 😌2 -
Smartphone manufacturer OnePlus tests notifications in production 😄
https://gizmodo.com/oneplus-acciden...5 -
My first task in my current company, a few years ago.
I had to add features to a 10 year old microcontroller-based device written in C.
There was a struct named "global", which held hundreds of other structs that held variables or even more structs.
If one would have printed the structure of this mess it would haven needed several pages.
This "global"-struct was used in every single sourcefile to store and pass data around. Obviously there was no documentation and often useless comments.
Additionally there were a few protocol stacks involved, mainly similar, only differing in one or two protocol layers.
The implementation of the protocol stack was by setting flags in the "global"-struct in every protocol layer and having the application data in a buffer.
The complete telegram with all layer specific data (header, checksums, etc.) was then build at one single point right before sending it, based on the flags and the data buffer.
As there was no chance to reuse protocol layers with this implemenation. Three protocol implementations with special telegram builder existed in parallel, although they were nearly identical.
I needed a fourth variant of the protocol stack, so I had no chance but to make another copy with some minor changes.
But there was a benefit from this task.
As I had to do the software for the successor of this device from scratch I learned for many things how not to do them :-) -
When you are told to copy some functionality of the global code for a module youre building, and in code review, the senior dev team gives you 42 errors to fix on their own global module2
-
300 global variables.. THREE HUNDRED FUCKING GLOBAL VARIABLES?
Are you for real?
Now let me check the line numbers again..
hmm.. line 97 to .. yep line 410, just a few new lines to seperate some of them or.. group? Idk, I've given up on trying to understand those.
Now you may ask "But ThatPerlDeb, where did you see this and what was the intention?"
Low and behold, take a chair and I may explain this to you.
First of all: Fuck the dev that wrote this!
Second: Fuck all the devs that kept up with this practice or whatever you want to fucking call this!
Now, the application is our POS system that our customers can use for a monthly fee (That this piece of garbage even requires payment is disgusting) but anyway..
The global variables sometimes are declared for labels, sometimes for some frames, sometimes just for random values to be there.
We're using Perl for the POS system and Perl ain't the best at OOP, so in the dev's defense I can understand why you'd use a few global variables, but not fucking 300!! FUCK OFF WITH THIS BULLSHIT!!
So now I'm going through this torture slowly but surely deleting globals and putting them into some sort of scope and always MANUALLY test if something broke. Again, this company sucks ass and there's nothing that could even be considered a "unit test" or something like that, so fuck that, too.
After two hours I've brought down the count of global variables to about 260, so there's progress being made..
But then, there comes more!
"But how???" you may ask, and you're right, I've asked that myself.
Now to resolve the global stuff in each file some of the initial globals are used, we got about 20-30 files which do different stuff, all fair and square, at least there was an attempt at seperating functions but god this mess is so fucking fucked up. So in order to "safely" delete a global variable I have to check if any of the variables are used in another file, and if so, in which scope and how they are used.
Spaghetti would be a compliment for this fucking disgusting piece of utter bullshit.
Let alone the code quality of this "code"
Indendation? Dafuq is dat?
Scope? Nah, we got everything global anyway
Function size? Well, some are 5 lines, some are 900 lines, who cares anyways, right?
I'm so fucking glad once I leave this shithole, for real.6 -
Hope you all are fine. ♥️
Next week I will hold a presentation for global sales manager(s?) and third party CEO. That will be fine. 😬 -
Creating a $__this variable in global scope in a shitty PHP application. Worst part was, he wrote it in my mother language ($__bu). Fuck that.9
-
36,000 penguins can't keep their chicks alive due to global warming… true Linux fans should be ashamed if they don't help2
-
In PHP, constants can only be of simple data types like strings or floats.
You can't make a database connection a constant because it's not a simple data type.
That makes the only way of accessing complex "constants" within functions using the keyword global... which is not encouraged and forces you to make the database connection global (that may not be convenient in some software patterns).
The last option is passing the database connection as a parameter (either to the function or to the constructor of the instance whose methods will use the connection)... which would be good if I didn't want to go full OO. Because it's a pain to do so.
So all in all, constants are not well supported by PHP.
Come on, constants...12 -
Here in singapore, we developers are super under-appreciated, pm always get the credit. and our salary are never decent. is this a global thing or just us? please share18
-
Recruiter strikes again:
"... looking to hire a Senior Android Engineer to drive their global expansion. This is predominantly a backend role, with some very exciting global projects."9 -
I know functional programming is hip now, but I wonder if I'll ever see a day when it's considered cutting edge to make every variable global. Possible twilight zone episode?6
-
Looks like whole world is not giving a fuck about work, recently.
Source GII - global innovation index.7 -
CAN NODEJS KINDLY GO FUCK ITSELF?
well maybe not node itself, but those node js so-called "professional node developers"
WHO THE FUCK thought it was a good idea to pass about EVERY SINGLE ARGUMENT as a global variable so absolutely no code insights are available, eslint with THEIR eslintrc shows ABOUT ONE MILLION DIFFERENT LINTER WARNING and on top they commited the node_modules folder
-_-
I'm out.4 -
Variable assignment as declaration is stupid. Looking at you, Python 😑
You can never be sure whether you accidentally overwrite a previous value and you have to fuck around with global because it doesn't know what's an assignment to a global var and what's a declaration. It's just not as satisfying as doing it explicitly and only leads to errors24 -
Today, I made an event-based gamepad library.
Although, I was lazy. I am planning on only supporting one controller so the library only supports one controller at a time. Plus, it uses some global variables.
But still, kinda fun2 -
Being assigned an old system that has scarce/cryptic documentation and uses global variables for everything. Not a maintenance nightmare at ALL.3
-
Just finished Microsoft's newest CEO, Satya Nadella's book "Hit Refresh." It was actually really great. He talks about changing Microsofts culture and global impact, inspiring makers, as well as what the needs are going forward in technology.
Highly recommend. -
Recently I won a Qwiklabs speedrun with global rank 1.They gave me a $25 starbucks Egift card ! Nice right!?
NO.
Supposedly this can be only be redeemed in US.
Its always super irritating when you win some swag or voucher but always end up not able to get it due to residence in a Different Country.
P.S They are trying to resolve it. Its been forever since.4 -
I am ashamed to admit that I only learned recently that omitting 'var' in a JS variable declaration inside a function gives the variable global scope. So that's why it wasn't working properly....6
-
Today I implemented a system for storing all errors in a global store in Vue. That means field validation errors, API errors and potential generic errors. It works really well, and displaying an error is as simple as referencing it's source, if any. Flexibility at its finest.
-
A global pandemic - it's the time of the year when you can legally enter Bank premises wearing a mask w/o drawing any attention.
It's the time of the year when every crime is carried out by "criminals wearing a mask"3 -
Hell is programming in a language where everything is global, strings have a maximum length and error handling is nonexistent.6
-
Your company bio says:
"We are a global network of elite, independent software engineers and digital designers"
And then you go ask a native iOS developer if he's interested in an EmberJs role ..... not very fucking elite apparently4 -
Got this in my LinkedIn inbox today
"I see you are open to new job opportunity!
I am looking for Sr. Android Developer for a start-up company in San Francisco. They are rebuilding their Android SDK and looking for an Android Engineer like you.
Let me know if you are interested. I would be happy to have a quick chat with you and share more details."
Apparently they're developing a new way of Android development 🤔5 -
Two things: I wrote a program for the BBC that uploaded all their Top Gear content to YouTube and I wrote a web app that the Getty Images global sales team use to sell content to all their customers. :)2
-
Every time I see a set of stickers arrive in a far off country (just saw Kenya!? What!?) it makes me really happy. Spread the angry developer nerd rage. Let it flow through you.1
-
Damn he still hasn't spoken to me, must be over a week now, normally he can't stop talking to me. I must have really pissed him off telling him it is company policy to not give juniors global admin access on all our servers. He's going to have a hard time in life if he keep that attitude up.4
-
Sometimes, when I’m stressed, I do this thing that I really enjoy looking at: installing updates.
Homebrew, pip, npm (global & local), apt, even manual updates in apps. This in several machines.
I like having the logs flow smoothly. It’s soothing.5 -
I'm just attending an online conference of a big, global company. They are redesigning their internal websites and going through all the improvements. Just then a question pops up in chat:
"Will we be able to insert moving gif files into the new sites?"
Sheeeeeesh, 1990 feelings... -
What do you think about class-based OOP vs. Prototype-based OOP?
I think that class-based OOP is an unnecessary abstraction of structs, functions and global variables most of the time.16 -
A small ATM room which is equipped with 2 ACs and 4 tube lights, working 24x7 , is asking me not to print receipt to
save environment 🤔 🤣 -
To all those who think global warming is fake, try running a notebook in this blistering heat of delhi, india. Was running my macbook and it shut down, froze, reach its inner temps to 90 celsius and had it do all sorts of frightening stuff that would cause you to shit your pants if it happened to your precious.2
-
Admit, I am. Going to have to hate wordpress less, it's still a steaming pile if shit, but that massively global piece of shit forced facebook to relicence.
Mythbusters proof has been reproved, you can Polish shit. -
In the Global Blockchain Congress currently taking place in Kolkata, India, 'IT' officials from PWC India and IBM India start their speaks right after a popular cryptography professor from Belgium and a Blockchain entrepreneur from Brazil.
Every word these 'IT officials' uttered showed how shallow and business minded the IT managers and marketers are.7 -
I don't like React Redux. Big and lots of boilerplate code just to get working. I prefer RxJs and Context API.
But between Context and RxJs, I will choose RxJs for global state management4 -
Just found a crystal subreport with 33 shared variables. For those who don't know what that is (lucky), they're super global variables that exist everywhere.
Please send help. I'm supposed to refactor this...19 -
I think that we should have a global tech free day once a year. A day when no one is allowed to use their phone/computer/tablet etc.
It's scary how addicted we are to that shit and it would be very nice if everyone just got a day off.3 -
So I've forgot to share with all of ya our first !!!SUCCESSFUL!!! GGJ Game!
Its called "Communism Overload" and its super hardcore.
LINK: https://goo.gl/b2t9A8
Things you should know:
1. Its 2 players ONLY(You wont win alone)
2. You will break your keyboard
3. Only handful of ppl have successfully finished it.
4. There was one guy that managed to finish it alone and it took him a lot of time to master the skill of sync keyboard breaking!
5. Some ppl say that the instructions are unclear and they manage to stick their heads in toilets, so I'm attaching a small GIF of explanation.
6. This game gave us a new meaning in life, so its surely, not the last one.
7. Everything in this game, except for the music is my teams hard work. Every image\animation\line of code.
8. Me and my teammates would be freaking glad to hear you thoughts on this game (MADE IN JUST 48 HOURS)2 -
Spaghetti code
Mixing about 27 functionalities in an 800-lines-function accessing global variables.2 -
https://codingame.com/leaderboards/...
i got 409th place from 2347 participants total, 12th place from my country and 4th place in selected language (pascal)1 -
My friend asked me to set up his git for him
$ git config --global alias.co status
$ git config --global alias.br checkout
$ git config --global alias.ci status
$ git config --global alias.st commit3 -
I see Amazon taking a lot of flak and being called a monopoly, but they aren't. Sure, Amazon sells branded items, but the majority of items are sold by small mom-and-pop businesses that have access to markets that they would not have without Amazon. Case in point, I've ordered items that have come not just from the US, where in live, but Europe and Asia. I just ordered some 4711 cologne, and was sort of expecting that it would come from Germany. Nope, it's coming from a small seller in Japan. Amazon is a global equalizer that enables people from all over the world to sell to people from all over the world. The politicians messing with that are going to remove that ability, and we will all be the poorer for it. Maybe this is a rant after all.4
-
Fucking egos. Why is it so difficult to communicate with some senior?
Senior: we need to support old browsers.
Me: What about using polyfills.ts?
Senior: that's not what I am asking for. what's wrong with my implementation?
Me: check whether a global function exists at one place does not solve the issue. What if people use global function somewhere else
Senior: is the pr breaking some features for old browser...
Fucking hell5 -
Sometimes the days are so bad that I almost feel like giving up on this, fuck you npm, fuck you angular material constantly changing shit all the time and fuck you fellow dev who keeps fucking around with global CSS stylings
-
I wonder...
On a global scale, how much of Google's storage space is being consumed by unread JIRA emails.3 -
CAN 👏 PEOPLE 👏 STOP 👏 ADDING 👏 `/// <reference lib="dom">` 👏 TO 👏 NODE.JS 👏 PACKAGES
It's a Node.JS package, for fuck's sake. But for SOME reason, sometimes to get around the lack of `URL` and `URLSearchParams` in @types/node, people keep including the *entire* DOM typings in their definition files/TypeScript files!
Sometimes I upgrade my deps in a Node.JS project and find that DOM typings have been added, causing errors when trying to use the global `URL`/`URLSearchParams` (I've shimmed these so that these (Node.JS versions) are in the global namespace). Then you have to search in all your dependencies for which one is including the DOM definitions.1 -
Fucking lazy product managers....
Can't fucking care about renaming a word document....
The document says template you moron. You are supposed to duplicate it for your requirements. Not edit directly on the template.
And fuck whoever gave this moron edit access to a global template.
Fuck....3 -
The „UI-God“ in our team has never heard of dry or clean code.
Clashing classnames for modules in global namespace, gives a f* about patterns, naming conventions, structure and everytime I rebase it breaks my code.
I need the same amount of time fixing his work as he spends on it. -
when you're working on a project you hate, and start naming global variables in profanity ($dick , $shit , $yourMother, etc...) to make it more enjoyable2
-
for the last 6 consecutive Wednesdays, I've gotten some form of an email stating "sorry, venue super swamped, we definite want to find a way to work with you. we're still is talks with other developers, but we really like your knowledge of the project and want to work with you in some capacity". The only stated reason for not going with me in the first place was I told them the project would take 8-12 weeks, but they needed it turned around in 10 weeks max.... you do the math...1
-
So now my whole frigging weekend is shot, gotta rewrite all my projects...
https://github.com/lhartikk/... -
wk195 sounds like people are describing the weirdest places they had sex. Lmao, I'm sure this has gone through somebody's mind at one point.
Let's see, what else to vent about. Ah yes, today I took the public transport because I had to be somewhere in the evening and I wanted to avoid traffic congestion. Guess what? I ended up sandwiched between hordes of people in public transport. I hate that much more than sitting in my car dragging the clutch. At least I was somewhat relaxed and I had my own space (so to speak). Being smooshed between a horde of stressed people? And pushy people trying to ram their way through others "I have to get out, I have to get off here" while the others are clearly heading out too? No, that's not for me.
And I know what's gone through one's mind at one point: "Look at this sad state of the world, look at the highway inefficiently and disrespectfully stuffed, look at these people, most of them wearing sad looks on their faces from the routine of life and their subconscious dissatisfactions. The current system has many shortcomings. In fact, the entire system is wrong."
Well, I'm glad I'm home now. Space, temporal as well as physical and psychological, is indeed a core component of one's space (no pun intended). It's at times like these we need to look at our lives and make the necessary changes to change at least our own lives, there that the system is hard to change.4 -
Is it sad that I look forward to the weekend so that I can actually write some code rather than:
- Helping clients that can’t / won’t read docs
- Explaining to test colleagues that we need repro steps and can’t fix a bug based on “I was doing something and it crashed”
- Writing any regular expressions for another dev where it’s more complicated than ^[A-Z0-9]*$
- Wading through legacy VBA that’s littered with GoTo, global variables (even i, j and k for loops are fucking global!) and all the other fucking lazy shortcuts that save you 10 seconds at dev time and cost you (which ends up meaning me) hours in subsequent debugging.
I love writing code, and I think I’m pretty good at it, so can I please just get on with it?
Fellow ranters, please tell me I’m not alone in this. -
I was messing around with global git precommit hooks.
Then I went on a holiday for a month, and forgot all about those hooks.
I came back, and then spent 2 days debugging why "git was behaving weirdly". I seriously started questioning whether I had ever even understood git at all. Turns out some moron (me) left some half-baked scripts lying around.
I'm such an idiot -
Today I had to explay to a new developer, gradueated in Informatic, that our 15 year old php application uses global variables and strings as sql commands.
It seem to force someone to prostitution.
It's just like to drive a ferrari using a double-clutching because the gear is not syncronized.
I was shamed.3 -
EU Referendum results are in and it looks like Britain is leaving.
Scary times ahead! Good job I'm part of a global industry eh? -
I really want to use gnome but I cannot deal with non global app menus and the extension does not cover all applications.
Idk why I'm ocd about appmenus, never even owned a Mac but global menus are just a super design.
XFCE it is... Would use cinnamon but I'm not running mint and I always break it in another distro.
What do you guys think about appmenus? I know in Windows it is what it is, but I can deal there.5 -
If it hasn't already one day this app is going to be the reason for a global systems outage. I should be working but for some reason every 5 minutes I find my self back here [*scrolling away*]...
-
Is everyone excited about Wednesday US and Thursday in many countries devRant livestream event? I know I am. I am counting the hours 😊 Is everyone attending this devRant global event?2
-
Yes, this is exactly what we need. Allow big corporations to completely control the internet...
https://theguardian.com/technology/...8 -
Fuck you Python! "It's global, unless you modify it. Then you have to use a keyword first." "It is passing reference by value." Asshole language that tries to be too flexible!2
-
Wow, i've been gone a while, huh?
I partly refactored that shitty emulator of mine, and after some tweaking and such, got it using a class and such instead of a bunch of global vars. However, it runs slower and got 1KB larger... how did practicing "better" coding habits make it worse?5 -
Just a question guys:
What do you think will be the status of global technology (in a broad perspective) by, let’s say around 2025?
Also, what type of technology would you think will have a major impact for the next 8 to 10 years?4 -
APIs this have unnecessary global state (static config properties) as if you're writing a monolithic single threaded app.
-
When you are asked in the interview to output something like given below with only using JS closure and without using a global variable or function caching in JavaScript:
myAddFunc(1,2); // output: 3
myAddFunc(4,5); // output: 3 + 9=12
.
.
.
.
.
True Fucking Story :(1 -
Global pandemic is now at least for a month so it’s a good time to start reading about first market movements.
Started to read about how much money facebook, google and other digital companies are loosing right now due to advertising business shrinking and current situation.
Marketing is always dropped first and above companies revenues are mostly from advertising.3 -
Story of a first-time hackathon.
So, I took part in the COVID-19 Global Hackathon.
Long story short, I got excited at OCR and just went with the most challenging challenge - digitizing forms with handwritten text and checkboxes, ones which say whether you have been in contact with someone who could have Coronavirus.
And, unsurprisingly, it didn't work within 4 days. I joined up with 2 people, who both left halfway through - one announced, one silently - and another guy joined, said he had something working and then dissapeared.
We never settled on a stack - we started with a local docker running Tesseract, then Google Cloud Vision, then we found Amazon Textract. None worked easily.
Timezone differences were annoying too. There was a 15-hour difference across our zones. I spent hours in the Slack channel waiting.
We didn't manage the deadline, and the people who set the challenge needed the solution withing 10 days, a deadline we also missed. We ended up with a basic-bitch Vue app to take pictures with mock Amazon S3 functionality, empty TDD in Python and also some OCR work.
tbh, that stuff would've worked if we had 4 weeks. I understand why everyone left.
I guess the lesson from this is not to be over-ambitious with hackathons. And not to over-estimate computers' detection abilities.rant covid hackathon slack s3 google cloud vision python tdd aws tesseract textract covid-19 global hackathon2 -
Is there an open source Slack-like client/server? I want to have a small server just for our global team maybe 20 ppl to be able to have long living conversations in threads.11
-
Attend a global game jam with my cousin who is kinda lazy and is looking for girls. I find a good Unity developer and make him join our team. He coded and I helped for everything he needed for looking for music, graphics etc at the end he presented it and claimed all the credit
-
Third (or fourth) AI winter coming in despite global warming. Cold war level shit cyber warfare.
C/C++ not dead, Java zombie still in the businesses.
Still no usable IDE (on Linux)5 -
I'm about to embark on an AWS security journey... Gonna find out who has global ssh access open, who hasnt been rotating their master keys, who has lambda connected to an IGW, who has VPC's with a VPN that also have an open SSH machine to the world.
Anything else i should look for?6 -
So I didn't realize it was going to take a global pandemic to work from home, but I guess it did and it's great!
-
Global warming?
It's March and I'm still FREEZING. Longest and coldest winter I've experienced. And It's NOT YET OVER.
What the fuck is happening?3 -
Can we invent a firewall which blocks out all the shit about: woke, alt right, left, right, politics in general, global warming, aging of population and the rest of scary or extremely divisive stuff? I know which is impossible because of HTTPS but if it existed I would gladly install it on my home network.10
-
I have a JS module in the main thread, which can only import regular JS files using dynamic import(). This means that imported functions can never be global.
I also have a web worker (which isn't a module because Mozilla) which can only import other JS files using importScripts(). This means that imported functions can only ever be global.
Effectively I can't use the same code on the main thread and in a worker if it relies on objects defined in other files, because references to these will never be the same. -
I used to think that I can understand things and logics behind them preety well, until I came to knew that ByteDance ( parent company of tiktok and vigo video ) is more valued than Uber.
Seriously, this is the first time I'm seeing a company which serves entertainment is above than the company which is solving legit global problem.4 -
little typo making my day now, and let to this little "improvment":
$ git config --global alias.vomit commit -
That moment when a not so local native event handler is your first enemy...
Am I the only one who hate this stuff? it break things from a random place in a random time, with no reason...2 -
Am so tired of this..someone help..hv been settig temporary env variable each time i open a new terminal..i hv editted .profile and .bashrc yet no way..i want a global permanent setting..pls help!!!20
-
Its cool:
How to switch virtual desktops on windows with mouse gesture:
>install strokeit
>(delete all actions/apps)
>add global gesture right > crtl +win + right
>add global gesture left > crtl +win + left7 -
Found some particularly nasty global state problems in an existing code base and fixed them. Now I can legitly add this to my resume:
"Prevented a Global Apocalypse" -
Inherited a massive code base today... All JS is still being accessed via global scope... what are modules & modular design even... SOLID and DRY are things that clearly never crossed the devs mind during inception of this beast... and to top it all off all there is a weird BEM / SCSS style going on that somehow manages to confuse the IDE... thus all style helper utilities in the IDE are useless...2
-
C++: the Static Initialisation Order Fiasco. If you have two static instances in separate translation units, there is no way to guarantee their initialisation order, you're at the mercy of the compiler/linker. If one of the instance constructors depends on the other already being initialised, you have a 50% random chance of your program blowing up. The same ordering problem applies to global destruction at program termination time.2
-
section .data
msg: db "ASM, Love Or Hate?",10
msglen: equ $-msg
GLOBAL _start
_start:
mov rdx, [msg]
mov rdi, msglen
call print_stdout
mov rax, 0x3c
mov rdi, 0
syscall
print_stdout:
mov rax, SYS_WRITE
mov rdi, STDOUT
syscall
ret5 -
what's your preference: QWERTY ,DVORAK, etc...
Personally I love DVORAK, especially on my stock Mac QWERTY keyboard. It's like an extra layer of security. haha -
UFOs are causing pollution in the environment. Thus, aliens are also responsible for global warming. We need to raise this issue. Clearly, aliens don't respect human life.6
-
Mesosphere sold every e-mail who registered with them to Tech Global Leads. Either that or Tech Global Leads stole a list of leaked e-mail addresses. In either case I unregistered/unsubscribed from Mesosphere and still got e-mails to those two specific accounts from Tech Global Leads with Mesosphere consulting soliciting. (So they keep e-mail information, even for accounts that unsubscribe).
TGL doesn't even have a website up. They're either amateurs or scammers. Either way, fuck you and your spam, both TGL and Mesosphere. Go die in a fire.1 -
Microservices authentication.
I'm planning on adopting Global Authentication and Authorization as a part of Microservices (described in the image below, propriety of: https://dzone.com/articles/...).
Anyone has a different opinion? What are your thoughts on this one?12 -
Dear fb user
We know we have been abusing, molesting you.
But we have now been told to stop.
Would stay with us to make this relationship work, we still need to make money, by you staying.
Sincerely,
Erin Egan
Global Chief Privacy Officer -
Thinking about a new annotation:
@JavaCondom
on function: it puts "... throws Exception " at the end
on class: reflection puts "... throws Exception" on every goddamn function
It could have global app property which makes appends every exception with a reassuring message like: "There is so much java code out there already, that this shit will never ever end"2 -
Anyone else's job expect you to fix bugs in your niche app that even the global giants don't give a shit about? Like, have you seen the weird shit that happens with YouTube and Hulu? Our app has neither the staff nor the budget of these big brands, if they haven't fixed it, we probably won't.2
-
Have you thought that in case of apocalypse say EMP burst or anything huge enough hit our wet rock which lead to global & long power outage, our kind along electricians will be a valuable assets for any survival group. if 2 better, but if they are 3+ one will proclaim himself as PM and the chaos will be uneashed again ;}4
-
Fun Fact: Did you know that ublock origin specifically hides the global store notice banner in WooCommerce by CSS? I found out tonight after fiddling with that shite for almost an hour.
Haha, fuck you.6 -
!= rant
All devs Rise and show your creative prowess!
@ https://tadhack.com/2017/global/
Its a fun hackington where i have been before a few times, run only by volunteers.
I tink some people on devrant here also would be interested in this event.
i am also going and hope te see more devranters there! ID't by there laptop stickers!1 -
!rant && helpWanted
Does any of you guys have experience with Elm development in Vim or Spacemacs?
I want to write more stuff in Elm but I didnt manage to set any if the both up to have useful auto completion or a jump to symbol feature. I hoped elm-layer + global company was enough in spacemacs, but it didn't work. -
[Rust] What are alternatives to argument drilling for something like a string interner which is technically a memory leak so it really shouldn't be global but at the same time all but a couple top level functions depend on its existence? I'm aware of context objects and that's all ChatGPT could give me as well, but I'm wondering if there's more to this problem than that.1
-
Just did an elixir job interview for tsg global, 10 hr test, got the email of fuck you email. Do not fuck with this company they will scam you out of your time i should have spent my 10 hrs wiser lesson learned, im going to be a homeless elixir dev with 20 yrs exp. All cuz parasitic companiess like this. I submitted a prod ready solution that was most likely what they wanted built and i did fir free cuz i dont wanna be homeless. I hate life.2
-
Anyone had experience running IDEs on the new pixel books? I'm specifically thinking of using it with Android Studio and JetBrains' Products
I'm specifically thinking of getting the i7/16gb ram/512gb model.1 -
headphone preferences and why? I'm currently using the AIAIAI TMA-2 (young guru) but I'm always on the lookout for good gear8
-
I'm just beginning to learn about Javascript, and I'm not sure if I like the fact that variables, declared outside of functions, become global. How do other people feel about it?6
-
Not using front-end caching and etags because holy ncs database calculates global etags. A senior engineer fixed it but management told him not to spend time on such a problem.
-
A lot of people are diving into web dev - true is the next big thing as native apps will soon become obsolete ...
But have you taught about web security.
They are few web security experts out there and sooner the global focus will be on user safety not just user experience.3 -
Just saw a video based on the idea : what if the earth was a global country?
A provoking thought. If a 5000 people at google can control 3.5 billion people's data,
can we make a stable democratic government of a million(or more) politicians controlling the whole world's legislature?
Does this thought have a future? Since we are all connected by internet and simply moving towards a global village like environment, courtesy of softwares like fb or what's app, i think we would one day be ready to remove the boundaries .8 -
30 years old PHP code (PHP 5.3). One big global variable holding system settings, entire row sets of data! and database cursors. Oh and HTML was mixed in between. Worst part, I had the task to secure the application. Sql injection didnt even exist back then.2
-
MY SCHOOL HHAS FOOD TECHNOLOGY AND GLOBAL PERSPECTIVES (GP MANDATORY TOO) BUT ONLY ICT AND NO COMPUTER SCIENCE
THE ICT CURRICULUM TEXTBOOK IS OUTDATED AND CRINGY
MY SCHOOL DOESNT EVEN HAVE ICT OR COMPUTER SCIENCE FOR IB
WHY
WHY
WHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHYWHY9 -
Yay, starting a new job this wednesday! Really stoked! But, will ofcourse also let the option open for this global organization which will interview me tomorrow. To be honest with you: i don't feel worthy enough working for this big multinational thats active in 75 countries.
-
If you guys are ever looking for a chance to shine in the eyes of people you don't respect, may I humbly suggest multithreading a 20 year old project that uses COM and global variables?
I didn't need that hair anyway. -
Can someone explain me how a global discriptor table is implemented in a kernel? My problem is basicly that I want to build a kernel that can run seperate programs in userland. But I don't quite understand how the GDT and LDT should be implemented.1
-
Is there anything like React Context or Unix envvars in any functional language?
Not global mutable state, but variables with a global identity that I can set to a value for the duration of a function call to influence the behavior of all deeply nested functions that reference the same variable without having to acknowledge them.13 -
Holy shit how have I not tried using an SVG inside of a sudo element before. That's awesome and will save so much time styling global elements.
-
"Globals? What? I don't do no globals, maaaan"
aham, ok, what's that local dressedup as global there?
"but that's still a local, dude!"
gsus xrist! I'd cry if it wasn't endemic 🤦🏻1 -
Chromium dev tools and Lighthouse audits sound like a Chrome features marketing campaign, once you proceed beyond basic optimizations and bug fixes, like
use our new image formats, stop shipping old JavaScript to new browsers, provide a source map, use web font preload but only if you use it exactly matching the best case scenario, rewrite your manifest file which used to work just fine etc.
actively encourage people to exclude up to 5% of global website audience?!
"This means that 95% of global web traffic comes from browsers that support the most widely used JavaScript language features from the past 10 years"
https://web.dev/publish-modern-java... -
My teacher wants me to find all the issues in "using agile methods in global software development", then find the slution of the issues, and then tell what is missing in that solution, and then propose a better alternative... In one day...
https://media.giphy.com/media/... -
Ok why the FUCK is my angular app creating a new service when I reroute and throwing away all the state I just carefully put in there?! Does providedIn root mean nothing to you?!
I gave up and just used a global variable3 -
Global rant.
A friend who studied with me in the software engineering degree, told me that they use source control, but only with commits.
No branches no nothing.
Now, I understand when a company won't work without source control but how can you work with source control without branches? In a start-up? With more than 10 deve?
How?
Why?4 -
Ever been in that scenario where your mind, with all its white and grey cells in you decide as a singular unit to do something.,
Mind: Let's do something productive for the weekend
Me: Like what?
Mind: Lets program a Global phenomenon in two days.
Me: ok. If you say so.
(Opens browser)
(Notification - <printsomenounhere>.js is released.)
Mind: FUCK
Me: YAY (Endless Wormhole printsomenounhere.js -> printanothernoun.js -> you know the drill)2 -
I’m unnerved by the number of people printing money in their basements using graphics cards. We have a global inflation problem and a semiconductor shortage. The cherry on top is that our solution is to make more semiconductors…3
-
Noob here. I'm an Android guy, looking to create a web app. Looking for pointers on where to get started learning. It's going to be enterprise level. Basically a hub of operations for small companies ~10-30 employees. Handle a lot of private info, see need to be secure.3
-
People complaining about heat and the hottest day of the year. They are saying that this is the hottest summer that they have experienced in 10 years.
One intelligent person: This is the coolest summer that you will experience for the next 10 years.
P.S. didn't care about the environment and global warming that much but this shit hit hard.3 -
All the abbreviations. People from Head quarters specifically, they start talking in lingo, in a global conference call, terms & language which is strictly internal to the group, and that too in abbreviated form. Some day i am going to get berserk on these folks. Fun starts when two different groups have same abbreviation for different things.
-
http://www.gravityforce20.com
Remember Gravity Force on Amiga? They've released an anniversary version for almost all platforms! Global highscore list 'n all. One of the best multi-player games ever, but not yet that many players online. Download to your phone or comp and join me for a dogfight or two!2 -
Creating a script that switches a global node_module package version (because we have legacy projects mixed with normal ones)
-
Imagine that I have written 1000 lines of code and imported many libraries. Sometimes I get confused when trying to use a name I defined earlier. In my mind is this name a class or a method, is it a local or global variable, is this a constant. So I came up with a way and it totally works, although my ide complains, but who cares, I use it anyway.
I use PascalCase for class.
camelCase for methods.
snake_case or lowercase for global variables.
kebab-case I don't use this
UPPER_CASE for constants
snake_caseL or lowercaseL with a capital letter L at the ending for local variable.
I hope this is helpful 😊🤔11 -
They have a global idea of what kind of sector I'm working in, but they have absolutely no idea what i do/make/create/produce (and I've given up on trying to explain it)
-
Has anyone used catch2? How do I pass the command line arguments to a test when I have test in a separate file. The supplying main yourself document is quite useless, it only tells you how to get the arguments but not how to pass it to tests. I saw people setting a global variable in main but it’s not working for me.
-
I need help structuring a new TypeScript project built on a MERN stack. I used CRA for the client, so I opted to have separate tsconfig files -- one for client (auto-generated by CRA) and one for server (extends node12 tsconfig). However, I'm trying to setup eslint and prettier globally so that the lint/style rules are uniform across the codebase. CRA adds an eslint config that extends react-app, which is fine, but I'd like to still have my global rules. I have written my eslintrc.json file and am happy with it, so I placed it in the project root directory. I figured I would install eslint, prettier, etc. in the project root, then when I run eslint globally, it would lint the server code with the global rules and the client code with the global rules and the react-scripts rules.
However, react-scripts complains that I've installed a newer version of eslint in a parent directory. I can either ignore that rule or use the same version as react-scripts, but it seems like react-scripts is going to run eslint on its own when I run npm start, regardless of if I have a global config. What should I do? Is there a better way to structure the app?1 -
Am i the only person who hates reactjs so much?
Jsx , so much nesting, unreadable code. U need to create lots of components and reinvent the wheel everytime u need to add a litle tiny feature. No global logic (controller)
Raaaaah what a mess...4 -
So I have a huge family, and a core group of close friends, but I'm the only semi-tech-literate individual I know. The closest I have is a relative that uses a drag and drop interface to control some "internet of things" style systems in his 9 to 5. DevRant is great, and reddit can be, any place/platform/bar/dogpark you all use to meet other devs/engineers/algorithm junkies? For context, I'm a remote dev for a small team, purty much solo...
-
AladdinB2B merges the in-person and virtual models to create a hybrid. The hybrid show allows you to have both face-to-face and digital meetings, presentations and launches - granting access to a global audience.1
-
I'm no iOS developer, so sorry if this is a stupid question. I was told a particular app I'm looking to make an Android version for was built in objective-C and uses Ruby and AWS for the backend. so presumably I'd need to plug into AWS for my app,im just not sure how Ruby fits in...2
-
Hussain Al Nowais
Address: P.O Box: 54457, Abu Dhabi, UAE
Phone: +971 2 6918000
Hussain Al Nowais is a global industrialist and business strategist with over 25 years’ experience in business management, banking, project finance, investment, industrial and real estate sectors. Mr. Al Nowais has a proven track-record in the development of industrial, infrastructure, and energy projects; and in the development and acquisition of businesses in the MENA region.Hussain Al Nowais is the founding member and Chairman of Al Nowais Investments. Currently, Mr. Al Nowais is spearheading the firm’s strategy of global expansion and strategic project development in energy, industry, infrastructure, oil & gas, healthcare, information technology, hospitality and real-estate.
#International Business, Hussain al Nowais #Hussain al Nowais -
Any Karma experts in the house? Really want to blow my brains out :D
https://stackoverflow.com/questions... -
What is perfect benefits for developers to leave work and come to work at global and ambitious tech startup ?1
-
Sorta just had a realization but wanted to confirm if that's how it works.
@Bean adds the object to global objects collection?
And @AutoWired in a object returned in like @Bean ClassA classA() { return new ClassA(); }
Gets the instance from these global collections?
In which case Spring is just a way to use global variables/singletons... Isn't that like bad?14 -
What if all devRant community works on a global project to kill Google, Apple, Facebook and others? I am a utopian guy, but it would be cool?!?
-
Global effort 1 rand(n 1) rand(n 1)
Global collab_skill 1.5 rand(n 1) rand(n 1)
CD "university/groupprojects/educ"
Do "function"
Set obs 1
Gen project_ambition = 1
Define label project_ambition 1 "high", add
Gen hype = project_ambition
Define label hype 1 "high, add
Egen output=function[min(`collab_skill');llmean(`effort')]
Egen success = 1 if output>=hype; else success =0
Su success
0 0 0 -
Hello, I am a Web Developer and I want to work with an international company. So please suggest to me the best global IT companies.8
-
How the hell can a framework like Zend 3 have an instance of a class, this container, this service manager, that is basically responsible for instantiating everything but not have it accessible on a global level? Why do I have to create a factory class for every class that i intend to have access to this service manager? Zend is bull-fucking-shit.