A python script to help red teamers discover KeePass instances and extract secrets.
23, avec un lapin
- We only ship good work
- We ship when we’re confident
- We ship when the work is finished
- We own the issues after we ship
- We don’t ship if it isn’t right
- We ship our collective best effort
- We ship to our appetite
Où sont passés les gains de productivité issus de la technologie numérique?
- à l'échelle internationale, on observe une augmentation des revenus du capital depuis 1980.
- cela n'est pas applicable en France.
- on ne voit pas les gains de productivité en macroéco. On les voit très bien en microéco. Exmple de Amazon et Wallmart: Amazon à un ratio de rendement au m2 7 fois supérieur à Wallmart, avant que cette société ne commence à s'adapter. Au niveau microéco, il y a de nombreuses hypothèses mais rien de confirmée.
- Une étude de l'UE suggère qu'avec plus de travailleurs dans le domaine informatique, le PIB augmenterait (1 million, 2% du PIB). L'étude doit encore être retrouvée
It follows best practices :)
- Create construction zone where the result is affected to a variable
- Containing Side-Effects and Error-Handling (go)
- Restrincting variable lifetimes (rust)
A collection of websites that have a "now page"
Another page: what is the owner or organization doing now (this year) instead of the generic about.
L'argent contribue a augmenter le bonheur jusqu'à plafonner à 100 000 dollars par an aux U.S.
Après ce revenu annuel, le surplus d'argent contribue peu au bonheur.
Store content that should be accessible. If the content should be seen or read on a page, don’t only put them in data attributes, but make sure that content is in the HTML content somewhere.
A use case is to style components based on their data attribute values.
Data attributes can be accessed in JS with tag.dataset.attributeName
. It can also store JSON.
The first reference about agility since 2001
publint lints npm packages for packaging errors, ensuring maximum compatibility across environments. This means that consumers of your package can safely run your code in any platform, e.g. Vite, Webpack, Rollup, Node.js, etc.
L'accès aux ressources de la BNF avec le pass Culture Illimité (15/24€ pour une année).
Cette liste provient de https://www.bnf.fr/fr/ressources-electroniques-de-presse
It is not obvious that the internet is inherently dangerous for kids. See studies about this subject.
A great comparison:
try to “clean up” the internet to make sure everywhere was perfectly safe for everyone was the equivalent of raising children at Disneyland, and then on their 18th birthday, releasing them into the real world outside the gates, and expecting them to be able to survive.
Instead, we just need to “talk to your children honestly not just about what they might see online, but about their own bodies.
About the current ideas that seems to be good:
Debates around the pros and cons of these various solutions get into what freedom and privacy we’re willing to sacrifice for the sake of keeping kids from seeing adult content.
Does censorship alone ensure that kids will grow up to be sexually healthy adults?
Instead
As the article notes, educating children helps to inoculate them against whatever nonsense they might encounter online.
A browser extension to save texts anytime, anywhere.
A simple text saving tool inside a browser.
Eḿbed SQL examples in a web page. It uses a browser-compatible compiled sqlite under the hood .
A good starter to use cases for the :has()
selector
- use
product
instead of nested python for-loops - use the walrus operator for assignment expressions
- use ternary conditional operator if the assignment is simple
- use lambda function to define simple functions
- use list comprehensions
- leverage the Higher Order functions of python such as map and other iterable functions.
- use union operators to merge dictionaries
- use f-strings to format strings
- use asteriks for unpacking iterables and destructuring assignment
- You have multiple hats: separate them. Split up the design tasks from the implementation tasks.
- Know your environment, fit in your team
- Do hero mockups before implementation
- Use Design Briefs to keep track of raw notes and decisions.
- Design system helps to be more productive
- Research: focus on the 20%. 80% of what a good designer does should be usable.
We have a broad array of tools at our disposal. Use them! Only the right tool for the job.
Low fidelity can be better than no fidelity.
The people who work for you have three resources: time, energy, and give-a-fuck.
Time is the cheapest. It replenishes one hour every hour.
Energy is more expensive. When you're out, you need lots of time off to recharge.
Once give-a-fuck is burned, it's gone forever.
Got a point here