Ranter
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
			Comments
		- 
				
				
vane104865ySleeping is a bug caused by how memory backup process is implemented.
When you skip sleeping you skip daily memory backups and that can cause memory corruption in long term. - 
				
				
agentQ23045ySleep is a function to help store short-term memory to long-term memory. It's likely that because there's nothing to store because the long-term memory is in active use (i.e. knows how to fix a bug based on past experience or just realized something in short-term memory to fix the bug).
Hence, there's a memory leak in the sleep function. 
Related Rants
- 
						
							
bittersweet24To be a good developer, you must thrive in chaos, and have an insatiable desire to turn it into order. All us... - 
						
							
SortOfTested23- you don't like math - you don't like study - you don't read documentation - you throw out the manual - you l... - 
						
							
ltlian3One of the biggest reality checks you will run into when starting your first dev related job - and which they ... 

i havent slept in 2 days 👍
rant
wk233