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.
Si l’on reprend la description officielle : « La FLOSSCon ( Free/Libre/OpenSource Software Conference ) est un événement libre et non commercial organisé par l’association FLOSSITA ( FLOSS in the Alps ) pour des communautés et des utilisateurs de solutions logicielles libres et Open Source et ceux qui veulent les découvrir.
His galery includes some awesome Dishonored 2 loading screens
Les enseignes vivent à l’heure des soldes et de la consommation frénétique. En négligeant les impacts sociaux et environnementaux de l’industrie mondiale de l’habillement, dont la production a doublé depuis l’an 2000.
It is like a Feedly, but for Release Notes
Can parse many formats, including changelogs, and generate a RSS feed.
Sources: https://github.com/AllMyChanges/allmychanges.com
An alternative to Sibbell : https://sibbell.com
As any photographer will tell you, high dynamic range photography is the right way to solve your problem. And, as any businessperson will tell you, Microsoft Excel is the right platform to implement your solution. So, obviously, the next step is to implement HDR in a spreadsheet.
How To Test a spring.datasource.url
like jdbc:mysql://localhost:3306/my_table
:
git clone https://github.com/julianhyde/sqlline && cd sqlline
mvn package -Dmaven.test.skip=true
cp .../mysql-connector-java-5.1.40.jar target/
export CLASSPATH=$PWD/target/sqlline-1.4.0-SNAPSHOT-jar-with-dependencies.jar:$PWD/target/mysql-connector-java-5.1.40.jar
bin/sqlline
!connect jdbc:mysql://localhost:3306/my_table $user $password
A very plausible scenario of credentials sniffer injected through npm dependency chain.
I loved the "I’d see it in your source on GitHub!" section : so scary and true.
Daniel Linssen, aka managore, is a fantastic indie game developer. I already mentioned one of his games, HopSlide, in a previous blog post (FR).
Now that it's clear that I am totally unbiased about this incredible game maker, lets talk about his latest games !
WalkieTalkie
This first one simply amazes …
The USE Method provides a strategy for performing a complete check of system health, identifying common bottlenecks and errors. For each system resource, metrics for utilization, saturation and errors are identified and checked. Any issues discovered are then investigated using further strategies.
This is an example USE-based metric list for Linux operating systems (eg, Ubuntu, CentOS, Fedora). This is primarily intended for system administrators of the physical systems, who are using command line tools. Some of these metrics can be found in remote monitoring tools.
Journalists watch out—you may be unintentionally revealing sources.
Unlike previous text fingerprinting techniques, zero-width characters are not removed when formatting is removed from text
TL;DR:
- List Resizing : the backing array is grown by approximately 12% (in Java ArrayList grows by 50% when expanded2 and in Ruby, Array grows by 100%). The Python implementation optimizes for memory usage over speed. Another reason to preallocate Python lists when possible.
- Inserting at the beginning of a list takes linear time. Sometimes, better use Deques which trade constant time insert and remove from both ends in exchange for constant time indexing.
By Russel Cohen
- La Sociale
- Opération Correa
- La Sociologie Est Un Sport de Combat
Des films de Pierre Carles, Nina Faure, Gilles Perret...
La scénariothèque héberge les scénarii de huis clos et de murder party disponibles dans la communauté francophone.
designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures. Underlying technology is a distributed tracing system.
- Provide high performance Java agent, no need to CHANGE any application source code.
Only increase extra 10% cpu cost in 5000+ tps application, even when collect all traces. - Manual instrumentation
- As an OpenTracing supported tracer
- Use @Trace annotation for any methods you want to trace.
- Integrate traceId into logs for log4j, log4j2 and logback.