




China Labor Watch is an NGO defending workers right in China. Their infiltration within factories which manufacter parts typically for high tech products such as smartphones is necessary for journalists and public opinion to pressure brands such as Lenovo, Samsung or Apple to do something about it, ie. against children building smartphone screens. At YourLabs, we believe that tomorrow’s economy will strive to compose around both for profit and non profit work, this is why we done to China Labor Watch. Please, also consider donate to China Labor Watch. Even if you don’t, please contribute to public pressure on brands to enforce ethical practice on their providers. Best, ∞
Read Morehttps://github.com/delitamakanda/django-react
Beautiful example of Django/React integration !
Django isomorphic research !
https://github.com/mjtamlyn/django-adapters/issues/40
How adapters can be amazingly simple and fun !
It’s funny how my imagination was completely anihilated when I actually read django model field source code.
I thought a Django Model was dedicated to designing the database.
But a Model field is not a DB Field.
A Model field has a DB field, and a formfield method.
Unfortunnately, formfield is not changeable unless you override the method which means creating your own model field.
Also unfortunate, Model has no form() method like their fields have formfield() method.
Read Morehttps://github.com/jpic/django-adapters/blob/master/docs/source/tutorial.rst
django-adapters new proposal ! This time less clumsy and I hope probably more like what Marc had in mind !
It’s been probably 30 hours I’ve spent trying to contribute to the django-adapters. This article describes the approach we take when making investment audits on software @ YourLabs, and my conclusions on this project.
I started by reading what had been done and issues. My first mistake was to not be patient enough to really read and profoundly understand absolutely every piece that had been done.
It seems to me that what django-adapters tries to do is invent a new pattern to solve the kind of problems we usually deal with as developers:
Read Morehttps://tech.people-doc.com/welcome-to-the-virtual-open-space.html
This tells a story of a 24/7 ongoing hackaton with remote workers from the world.
A small anecdote about one of my most recent failures ! Now it’s up to me to be a better coder next time ;)
When I rewrote django-dynamic-fields into facond, I still had Form/Rule/Action/Conditions from ddf.
When the code got to the point where i was satisfied with it i wrote the tutorial.
This is how I figured this lib had just no need for the “Rule” component.
Hopefuly, both python and js had serious unit test coverage, so I just removed the Rule stuff from Python and JS, changed all function signatures, and kept on fixing stuff until tests passed again. This strikes me: if i had started by writing the tutorial, I would not have wasted my time TDDing a component that I actually didn’t need.
Read More