Details
Joined devRant on 5/17/2016
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
-
!rant
Today I found a huge performance bug of a coworker which brought our production servers to the limit.
Some heavy calculations were made 3 times when visiting some special pages... Instead of eg. 5 seconds the load needed 15 seconds.😮
So happy that the servers will run smooth again!1 -
!rant
I finally published my first open source project. A package for calculation a geohash of a geolocation for pharo smalltalk.
I know that most of the users don't know smalltalk but it's the best OOP you can code with. And geohash is such a great algorithm. Lovely combination2 -
!rant
Today I finally found a randomly appearing bug that prevented our nightly backup on our production servers! Finally!
Now I can go to sleep in peace. -
Oh man, why is there no good api for ocr in PDFs? Once you are searching for this kind you will only find some kind of tesseract.
Why doesn't have Amazon an api for this???3 -
Went to girlfriends family. Tablet not functional (screen doesn't work anymore), laptop stayed at home.
So smartphone is my only connection to Internet.
I would like to code something so much...
I think I've now read every rant here...5 -
That feeling when you fixing bugs in production and add another one that's even worse, so now your getting about 300 error mails for a bug which was 10 seconds online...1
-
So, working on real multi language support today I was searching for countries and country-codes. Yes this one is easy peasy. Also easy if you want every countryname in your supported languages.
But why is there no source for the states or provinces translated in every language. It's so hard to find...
Anyone knows a source for it? Is it worth to create a project for such translations?1 -
We are currently refactoring our application in order to use multiple languages. The application startet 1997 and later it supported 2 fix languages. So it's one defined language or the other, this was used in uncountable places. Now a team of 6 developers has to refactor all the code of the last 20 years, where labels are used and an old translator was magically used out of nowhere..
Turns out it's a ton of work to get the software ready for really multiple language support.