Skip to content
View sebmestrallet's full-sized avatar

Organizations

@LIHPC-Computational-Geometry

Block or report sebmestrallet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sebmestrallet/README.md

 localhost:8888/notebooks/sebmestrallet.ipynb                                            

Save   Add   Cut   Copy   Paste   Run   Stop   Restart   Fast-forward

💼 Work

[1]:
import SebastienMestrallet as about_me
print(about_me.current_position)

absolute, left=520px, top=100px

[2]:
print(about_me.experiences.current_position)

I'm designing talks & trainings about digital technologies, from both a user perspective (productivity, software tools, emails/documents/notes/tasks management) and an engineer perspective (how things work).

📁 Projects

[3]:
[project for project in about_me.projects if 'Hello World' not in project]

['validity-first-polycube-labeling: a labeling algorithm for automatic polycube generation',
 'nightmare_of_polycubes: challenging shapes for polycube generation',
 'dds: scripts to manage nested, semantic data folders',
 'dds-hexmeshing: dds for hexahedral mesh generation',
 'genetic-algorithms: simple examples of genetic algorithms',
 'typst-paris-saclay-thesis-flat: a Typst template for Paris-Saclay University theses',
 'typst-simple-siam : a Typst template for SIAM paper submissions']

🧰 Toolbox

[4]:
import pandas as pd
from random import randrange
df = pd.read_csv('tools_I_use.csv')
for idx in df.index:
    if randrange(10) == 0:
        df['URL'][idx] = 'https://youtu.be/dQw4w9WgXcQ'
display_with_links(df)
  name category notes
0 VSCode code editor Quite satisfied but maybe one day I'll learn how to use (and quit) Neovim
1 Zsh Unix shell With Oh my Zsh and Spaceship prompt of course!
2 C++ programming language I hate C++. This is a SOS. Please help me.
3 Python programming language You shouldn't be surprised it's on the list
4 Rust programming language What I'd be continuing to learn if I had more time
5 Typst typesetting LaTeX? You mean the slow and messy thing?
6 reveal.js presentation framework Works everywhere & easily animated/extended
7 LocalSend file sharing You dreamed it you have it : your AirDrop alternative
8 Excalidraw drawing Simple - beautiful - feature-complete - always up-to-date
9 Obsidian knowledge management Link your notes!!!
10 AnyType knowledge management How computer files should have been designed from the beginning

Pinned Loading

  1. LIHPC-Computational-Geometry/nightmare_of_polycubes LIHPC-Computational-Geometry/nightmare_of_polycubes Public

    (Very) challenging 3D shapes for polycube-based hex-meshing

    Python 10

  2. LIHPC-Computational-Geometry/dds-hexmeshing LIHPC-Computational-Geometry/dds-hexmeshing Public

    Semantic data folders for hexehedral mesh generation

    Python 3 1

  3. genetic-algorithms genetic-algorithms Public

    Simple examples of genetic algorithms

    MATLAB

  4. LIHPC-Computational-Geometry/evocube LIHPC-Computational-Geometry/evocube Public

    C++ 12 4