Awesome glitch art
This whole story is really sad, and a blow to the open source community.
The whole thing was brought to court in Texas : https://dockets.justia.com/docket/texas/txndce/4:2016cv00110/269823
Steven Jungels last words on this project : https://github.com/transcode-open/apt-cyg/blob/master/status.md
Interestingly, it was never even mentioned on the Cygwin mailing list:
https://sourceware.org/cgi-bin/search.cgi?cmd=Search!&fmt=long&form=extended&GroupBySite=no&m=all&ps=10&q=%22apt-cyg%22&sp=1&su=title&sy=1&type=&ul=/ml/%25&wf=2221&wm=wrd&s=DRP
Btw, I did not know that Cygwin was now founded by Red Hat.
There is a little bit of interesting history of the project on Wikipedia: https://en.wikipedia.org/wiki/Cygwin
Commits are still regularly made on the project:
https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git
Ces dernières 24h, j'ai eu cette lubie stupide de vouloir utiliser l'API Tickets Restaurant. Une API qui n'est pas documentée. Dont le site est en ASP.NET (beurk). Qui a une app officielle android.
Ahah !
Bref, j'ai tenté de reverse-engineer un APK alors que je n'ai même pas de smartphone …
Plusieurs solutions:
- L’API C de CPython. Y’en a qu’ont essayé, ils ont eu des problèmes…
En utilisant cette méthode, vous aurez accès à tout l’interpréteur Python et vous pourrez tout faire… mais à quel prix ?
Je ne vous recommande pas cette approche, je me suis cassé les dents pendant 4 mois dessus avec un succès mitigé.- Cython est une bonne solution mais plus orienté sur l’optimisation de code.
- CFFI: le saint Graal, alléluia!
Il y a trois moyens d’utiliser CFFI, comprenez bien cela car c’est la partie tricky:
- Le mode ABI/Inline
- Le mode API/Out-of-line
- Le mode ABI/Out-of-line
Relative to tweens, aliasing and release version optimizations
Le week-end dernier, j'ai participé à ma première Global Game Jam, à Nantes. Dans cet article, je vais vous présenter comment elle s'est déroulée, et faire le point sur ce qui a plus ou moins bien marché pour notre projet, The King Must Know, dont voici l'écran d'accueil :
J'avais déjà …
Visualize your JS-like regex as a graph

Nice and fast platformer, short and not too hard, with big pixels
Using asyncio.Task.all_tasks + tracemalloc
"Devs should be able to run entire env locally. Anything else is just a sign of bad tooling"
"pre-production testing is a best effort verification of a small subset of the guarantees of a system and often can prove to be grossly insufficient for long running systems with protean traffic patterns"
"The writing and running of tests is not a goal in and of itself — EVER. We do it to get some benefit for our team, or the business"
"there are coverage based fuzzers like afl as well as tools like the address sanitizer, thread sanitizer, memory sanitizer, undefined behavior sanitizer and the leak sanitizer to name a few."
"This was but one example of a system that didn’t stand much to benefit from integration testing and where monitoring has worked much better."
While developing a new project is like rolling on a green field for you, maintaining it is a potential dark twisted nightmare for someone else. Here's a list of guidelines we've found, written and gathered that (we think) works really well with most JavaScript projects here at hive. If you want to share a best practice, or think one of these guidelines should be removed, feel free to share it with us.
Found from: http://javascriptweekly.com
Le GDPR (ou RGPD en français) est le nouveau règlement européen en matière de protection des données personnelles. Pas d’inquiétude, je ne vais pas faire de présentation complète du sujet! C’est indigeste et je ne suis pas coutumier des gros dossiers. Il s’agit d’un article de vulgarisation, il y a des raccourcis et des approximations, l’objectif est de donner un aperçu grossier de ce que la GDPR implique.
vendor-neutral open source library for metric collection and tracing. OpenCensus is built to add minimal overhead and be deployed fleet wide, especially for microservice-based architectures.
OpenCensus currently supports Prometheus, SignalFX, Stackdriver, Zipkin, Datadog, and Azure App Insights.
A single set of libraries for many languages, including Java, C++, Go, .Net, Python, PHP, Node.js, Erlang, and Ruby.
This site aims to provide simplest possible examples of HTML, CSS and JavaScript.
Essential cross-platform UI components for React Native https://nativebase.io
EaseJS (for canvas) + TweenJS + SoundJS + PreloadJS
On « découvre » aujourd’hui le concept marketing d’entreprise « libérée », mais l’aventure FAVI a plus de 30 ans. Celle de Goretex, près de 40. [...] Pourquoi donc, ces préceptes qui semblent si naturels (confiance, autonomie, vision) ne sont-ils pas davantage appliqués ? Parce que l’entreprise qui ne devrait se consacrer qu’au client est aussi le lieu des luttes de pouvoir
Intéressant. Je me méfie quand même des histoires comme celle de "Christine". Et même s'il est véridique, ce beau conte est avant tout un procédé rhétorique pour convaincre.
Je serais curieux de savoir s'il existe des études sur le bien-être émotionnel des employés de FAVI.
PRPL is a pattern for structuring and serving Progressive Web Apps (PWAs), with an emphasis on the performance of app delivery and launch. It stands for:
- Push critical resources for the initial URL route.
- Render initial route.
- Pre-cache remaining routes.
- Lazy-load and create remaining routes on demand.
