Manfred Touron

As a daily routine, every morning, I find 10 ideas about a specific topic.

Sometimes, I will share the output of this exercice as blog posts here.

11 pages about "10 Ideas 💡"

13 Ideas of Productivity Tools I Would Love to Use (Wishlist)

The ideas

  1. The perfect mix between Airtable & Neo4j - An Airtable-like solution to quickly manage from my mobile some dependency/relationships (graoh/RDF) small databases
  2. The perfect mix between Trello, GitHub & Jira - A tool that can be both used with few constraints (Trello, GitHub) and do powerful features (Jira) while having as few different entities as possible that are linked to existing stuff like repos, commits, issues, and that works offline (Trello)
  3. The perfect mix between GitHub and Google Docs - Having Google Docs review/comment feature linked with GitHub, for instance by automatically creating pull-request
  4. The perfect mix between Bankin, Qonto, Revolut, Google Spreadsheet and an AI - a tool that aggregates everything you own (money, loan&debt, salary, patrimony, etc.), allows you to have history and projections, suggestions, but also to simulate what would be the impact of buying, selling a building, having a salary raise, quitting job, etc
  5. A smart screen that always displays my calendar schedule, todolist, today’s achievements etc - I would put one in my bathroom to inject my today’s program and one on my offices desk
  6. The perfect mix between Franz, Google Inbox, Facebook Feed, etc. - A tool that aggregates every source of inputs I need to follow: emails, slack boards, text messages, monitoring, GitHub events; so you are sure to never miss anything important while being able to stop checking those services every 5 minutes; bonus: transform all those streams in threads in this tool with an “unread” state, so even Slack becomes usable tool for people mostly working asynchronously
  7. A tool that allows finding developers based on code instead of their CV (RIP. Sourced Legacy)
  8. A tool that makes remote working at least as effective as a local workingbonus: to make it work in hybrid organizations
  9. The perfect mix between Git, Perforce, and Subversion: something that allows me to have one big monorepos, that fits well with GitHub (where Perforce fails), that fits well with CI/CD (where monorepos fail), that allows cloning only a subpart of a repo
  10. The perfect mix between Neo4J and a self-hosted Wikipedia/Wikidata: A tool that allows to collaboratively define, view and analyze an unstructured, complex, evolutive, and living system (more)
  11. A tool that can transform my phone into a comfortable working station – So I can forget my laptop forever
  12. An anti-hater/anti-troll filter – Like the Gmail’s antispam for Internet browsing, maybe just by graying-out potential bad messages instead of deleting them completely
  13. A tool that anticipates proactively the bad behaviors while using your digital devices – detects unfocus & procrastination waves, when you look too tired, stressed, angry to reply to a mail, maybe not something that actually blocks you, but a visual indicator that motivated to go back “green”
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.

17 Ideas of Subjects to Make Lists of 10 Ideas

The ideas

  1. 10 ideas of subjects to make lists of 10 ideas (recurring subject)
  2. 10 ideas of productivity tools that I would love to use
  3. 10 ideas of side-projects
  4. 10 ideas to surprise my wife
  5. 10 ideas to do with my daughter while they are still super young
  6. 10 ideas to improve productivity and collaboration in my teams
  7. 10 ideas of blog post series
  8. 10 ideas of things I could delegate
  9. 10 ideas of topics I should try to be coached
  10. 10 ideas to make the world a better place
  11. 10 ideas of I can try to get out of my comfort zone
  12. 10 ideas of books to read
  13. 10 ideas of books to write
  14. 10 ideas of things I could automate in my life
  15. 10 ideas of alternative ways to “write” blog posts (drawing, photos, etc)
  16. 10 ideas of places where I could live
  17. 10 ideas of profiles I would like to hire/work with
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.

16 Ideas of Graph Visualization / Graph Databases Usages

I’m passionate about devtool and data visualization for a long time. I’m regularly giving trials to new tools in the mission to improve my productivity; I’m also creating some tools by myself (assh, depviz, wookie ADN solver, etc.)

There is a sub-topic where I’m more consuming external tools than producing ones: graph visualization; which contains itself some sub-topics: graph databases, graph optimizations, social graphs, real-time graph, graph UI, etc.

For about a week now, thinking (again) about ”how to represent a complex system”, and more precisely: ”how to make a collaborative tool that allows to defining, viewing and analyzing an unstructured, complex, evolutive, and living system.”

For now, I’m mostly reading articles and PoCing, from what I can see, there are a lot (maybe too much) of different existing solutions that handle every part I would need for the final solution.

Problems to address

  • how to store the data
  • how to programmatically inject and edit data
  • how to manually inject and edit data
  • how to generate code based on the model definitions
  • how to visualize easily / navigate
  • how to perform queries
  • how to create real-time dashboards

My plan is now to give a more in-depth look at my favorite options. In this intention, I listed 10 (actually 11) ideas of usages that are easier to implement than my target.

Usages for myself

  1. Visualize GitHub issues relationships – dependencies, author, people working on, people commenting out, project & organization hierarchy, milestone grouping, labels tagging, etc.
  2. Visualize Git code/PRs/Commits – similar to GitHub issues above, but based on code instead of issues: code, files, languages, author, PRs, commits, etc.
  3. Define and visualize IT architecture (intermediary milestone to my target) – host, container, ports, cluster, dependencies, Datacenter, process, developers, product, etc.
  4. Personal CRM – maintain a wiki about my relationships (people and company), visualize my social graph, etc.
  5. Blog content relationship – analyze content based on multiple criteria (keywords, tags, labels, label’s metadata, etc.) to analyze what I talk most, and generate better “related posts” suggestions.
  6. Cross-service social graph – create aggregators to visualize people, groups, the friends of friends, followers, followed, etc.
  7. Real-time monitoring – define services hierarchically and then write probs that to monitor the health
  8. Service/Application comparison based on features and other attributes
  9. My GitHub stats; repos, organizations, languages, libraries, metadata, CI used, followers, custom flags (more than 1000 commits, edited < 1 year ago, has a Dockerfile, contributors, etc.).
  10. Log parser to analyze user agent to endpoint (real-time dependency) – https://link.medium.com/rSLv1KGPnU
  11. P2P network efficiency analysis

Bonus: usages for friends

  1. PayFit: engine rules visualization
  2. Doctrine: analysis of legal case relationships
  3. Zenly: social graph, party recommendation
  4. Sounds.am: social graph, friend/playlist/artist/song recommendations
  5. Scaleway: visualize relationships between image / volume / volume layer / server entities

PS: about 1 year ago, I forced myself to list “10 something” every morning for a month. Writing this blog post motivated me to retry the experience and share some outputs in the form of small articles on this blog.

Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.

16 ideas of things that I want to be part of my daily routine

The ideas

  1. To not have to manage, choose my clothing.
  • Having only one choice, or having an app/smart-something that selects it for me.
  • Being sure to have my umbrella when needed, etc.
  1. To not have to manage, choose when and what to eat.*
  2. To always have my calendar schedule and today’s todolist visible on a screen.
  • so I can get a quick view before going to bed, when waking up, in the bathroom, etc.
  1. To have assistants or virtual assistants.
  2. To only use me feet (walking), to have drivers, or to take the buses when traveling in cities.
  • a.k.a. avoid taking undergrounds and profit from the sunlight.
  • a.k.a. I dream of having my offices at <30 minutes by feet from my home.
  1. To live in a nice place where I don’t have regrets to let my family alone when going to work.
  2. To start the day with my children and to start my working day after I took them to school.
  • ❤️
  1. To not have to do the home-cleaning chores myself.
  2. To go in a foreign country with my family ~ every month.
  • especially when my children are young
  1. To have only 1 CB and 1 bank account.
  • a meta one that aggregates everything would be OK
  1. To have nice, cool, and friendly colleagues.
  2. To play music on at least once a week.
  • if possible with a band.
  • if possible, that are totally not in my regular life circles.
  • if possible, that don’t know what is a computer.
  1. To take a nap every afternoon.
  • currently considering to do polyphasic sleep again
  1. To have a very small todolist.
  2. To have contributors on my active open-source projects, so I always have “colleagues” in both my professional and side projects.
  3. To always be inbox-0.
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.

13 ideas for depviz

The ideas

  1. AirTable Sync (weight, dependencies, blockers, etc.)
  2. Mode that aggregates every repository for a token (to avoid having to enter the names manually)
  3. To fetch less important entities (comments, events) when API quota is still high (>1000)
  4. Daemon mode (to replace the while true)
  5. Interactive Web Interface ❤️
  6. Interactive Web Interface with caching for offline access ❤️++
  7. Web Interface that can be used by an OAuth user
  8. Scoring system: a system that can score issues based on multiple criterias, sort them, and suggest the most prioritary ones
  9. Create a 1-click install AirTable template
  10. Support AirTable relationships (currently complicated due to an AirTable limitation).
  11. Automatically manage issues labels based on rules (blocker, blocking, has-dependency, high-score, etc.)
  12. Issue Roulette: Pick a random important issue; can be useful for real kanban flow.
  13. Provide visual statistics (charts, burndowns, etc.)
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.