Open in app

Sign In

Write

Sign In

Lucas Schiavini | ルスキラ

406 Followers

Home

Books

About

Featured Book

Robótica Educativa Em 365 Dias
Robótica Educativa Em 365 Dias

Educational book with a full year of activities to learn robotics. For kids and adults alike!

2020

·
Lucas Schiavini, et al.
Lucas Schiavini, Marlete Maria da Silva

Stories

Apr 26

Iatrogenics — How Good Intentions Can lead to Bad Results ⚕️

iatros means healer in Greek. Iatrogenics means “Damage done by the Healer”. The healer may be a doctor, or any decision-maker intervening to solve a problem (CEO, Politician, Engineer, etc). This definition begs the question, when should we allow intervention to solve a problem, and when should we do nothing…

Finance

4 min read

Iatrogenics — How Good Intentions Can lead to Bad Results ⚕️
Iatrogenics — How Good Intentions Can lead to Bad Results ⚕️
Finance

4 min read


Apr 19

Is the Police Baton Useful in Self-Defense? How to make Risk Assessment with Statistics

I was watching a self-defense channel these days, and I ended up seeing this video: https://youtu.be/uDBv-Vo7B5M And I thought “what a great opportunity to explain how statistically based decision-making works”! In this case “statistics” is being misused. The dude in the video is talking about how if 99% of the…

Self Defence

2 min read

Is the Police Baton Useful in Self-Defense? How to make Risk Assessment with Statistics
Is the Police Baton Useful in Self-Defense? How to make Risk Assessment with Statistics
Self Defence

2 min read


Apr 12

From Scattered Notes to a Cohesive Mind: Reflections on One Year of Building a Second Brain in Obsidian

I started using Obsidian about one year ago(April), and here’s my experience so far. Studying made Easier I started this journey by learning about The Zettelkasten Method from a good friend and previous teacher José Edil. He told me how he would take notes and feel lost when trying to find them later…

Obsidian

4 min read

From Scattered Notes to a Cohesive Mind: Reflections on One Year of Building a Second Brain in…
From Scattered Notes to a Cohesive Mind: Reflections on One Year of Building a Second Brain in…
Obsidian

4 min read


Published in

Dare To Be Better

·Apr 5

Making Reading a Habit: How to Read More Books Than You Ever Thought Possible

I have a secret. I really love books. Like it’s not a hassle for me to read them, I read as a form of resting. I love taking my eyes off a screen and into a paper page. But I gotta confess, I’m not one of those people who can…

Reading Books

2 min read

Making Reading a Habit: How to Read More Books Than You Ever Thought Possible
Making Reading a Habit: How to Read More Books Than You Ever Thought Possible
Reading Books

2 min read


Mar 29

Rising Voices — How Maria Eduarda Franklin is Revolutionizing Healthcare with Orby.co

“What if we build a business around helping people with their physical rehabilitation? People need these technologies that we are developing here!”. Maria Eduarda Franklin (or Duda for her close friends) attended a technical high school specializing in IT, studied biomedical engineering and Neuroscience during her time at college, and…

Risingvoices

9 min read

Rising Voices — How Maria Eduarda Franklin is Revolutionizing Healthcare with Orby.co
Rising Voices — How Maria Eduarda Franklin is Revolutionizing Healthcare with Orby.co
Risingvoices

9 min read


Mar 22

Kanban 101: How to Implement This Agile Methodology Tool in Obsidian

Simple workflow using Kanban. My daily note just got smaller. Remember my daily note from this previous post? Well, it actually grew larger since then.

Kanban

3 min read

Kanban 101: How to Implement This Agile Methodology Tool in Obsidian
Kanban 101: How to Implement This Agile Methodology Tool in Obsidian
Kanban

3 min read


Mar 15

Async Communication and Work-Life Balance in 2023: Finding Harmony in a Remote World

Technology’s purpose since the beginning of time has been to increase human productivity, so that we don’t need to spend the entire day farming, but have more time to take care of our families, hobbies, etc. It’s been a while since technology has exponentially increased in the world, communication has…

Communication

6 min read

Async Communication and Work-Life Balance in 2023: Finding Harmony in a Remote World
Async Communication and Work-Life Balance in 2023: Finding Harmony in a Remote World
Communication

6 min read


Mar 8

NestJS File Upload Multiple File Type Verification

I had this problem limiting the types of files going to the backend using Nestjs. So I built a custom validator, here’s how it looks: import {BadRequestException, Injectable, PipeTransform} from '@nestjs/common'; import {extname} from 'path'; export function getFileValidator(): PipeTransform { return new ParseFilePipeDocument(); } @Injectable() export class ParseFilePipeDocument implements PipeTransform { private readonly allowedExtensions = [ '.png', '.pdf', '.jpeg', '.jpg']; transform(value: Express.Multer.File): Express.Multer.File { const extension = extname(value.originalname); if(!this.allowedExtensions.includes(extension)) { throw new BadRequestException(`File type ${extension} not supported`); } return value; } }

Nestjs

1 min read

NestJS File Upload Multiple File Type Verification
NestJS File Upload Multiple File Type Verification
Nestjs

1 min read


Mar 1

My Complete Guide to Consume and Create Content for 2023, From Obsidian to Readwise

Everything starts with a daily note on Obsidian. Note Taking I write everything I might need to get done this day and revisit any long-term goals that I might have.

Obsidian

4 min read

My Complete Guide to Consume and Create Content for 2023, From Obsidian to Readwise
My Complete Guide to Consume and Create Content for 2023, From Obsidian to Readwise
Obsidian

4 min read


Feb 22

Everything You Know About Exposure to Risk is WRONG

We need to start to see risk differently. Instead of seeing anything volatile as risky, why don’t we start looking at it like “What stressors can I avoid and which must I face?”. Investors have studied risk extensively this past decade and one of them, Nassim Taleb, came up with…

Antifragile

3 min read

Everything You Know About Exposure to Risk is WRONG
Everything You Know About Exposure to Risk is WRONG
Antifragile

3 min read

Lucas Schiavini | ルスキラ

Lucas Schiavini | ルスキラ

406 Followers

Book Author

Engineer. Badass all day errr’ day. https://lucas-schiavini.com

Following
  • Nitin Sharma

    Nitin Sharma

  • The Secret Developer

    The Secret Developer

  • The Professor of Medium

    The Professor of Medium

  • The Pragmatic Programmers

    The Pragmatic Programmers

  • Attila Vágó

    Attila Vágó

See all (53)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech