HackerTrans
TopNewTrendsCommentsPastAskShowJobs

imran-iq

no profile record

comments

imran-iq
·letzten Monat·discuss
Hey I also have the pocket 4, the screen rotation issue should be fixed soon (slash already fixed): https://github.com/systemd/systemd/issues/41036
imran-iq
·vor 3 Jahren·discuss
Django docs come to mind
imran-iq
·vor 3 Jahren·discuss
This is what I see on a linux machine with only 6GB of ram: https://blog.imraniqbal.org/ram/

(TL:DR OOM errors and the kernel starts reaping processes)

Just seems so odd as I remember playing gta vice city on a pentium 3 with 128mb of ram and now I need 6GB+ to just browse the web
imran-iq
·vor 4 Jahren·discuss
That's the right way to do TDD, see this talk: https://www.youtube.com/watch?v=EZ05e7EMOLM

One of the above comments mentions BDD as a close cousin to TDD, but that is wrong as TDD is actually BDD as you should only be testing behaviours, which allow you to "fearlessly refactor"