Skip to content

Instantly share code, notes, and snippets.

View fabriciocarraro's full-sized avatar

Fabrício Carraro fabriciocarraro

View GitHub Profile
@fabriciocarraro
fabriciocarraro / gist:a9b9fb6957d12ac11e084acf4cc7f262
Last active July 29, 2026 14:14
Privacy Policy - Fred: meeting notes
# Privacy Policy — Fred: meeting notes without the bot (Chrome extension)
Last updated: 2026-07-29
## What this extension is
Fred is a meeting-recording extension used by a single team with its own
self-hosted Fred server. It records meetings you are in (with the recording
indicator visible) and uploads the audio to **your team's own server** so it
can produce transcripts and meeting notes. It does not work without such a
This is my personal website. I want you to perform a full design and user-experience analysis and then improve it directly.
Start by reviewing the entire website, including its layout, visual hierarchy, typography, colors, spacing, navigation, responsiveness, accessibility, performance, and overall consistency.
Your goals are to:
* Make it look polished, professional, and distinctive.
* Improve how my personal brand, experience, projects, and achievements are presented.
Build "Space Discoverer", a visually stunning 3D space exploration game that runs in a web browser. The player pilots a spaceship through a fully 3D environment and can fly out to visit the planets and moons of our solar system, and travel beyond it to other galaxies.
TOP PRIORITY: VISUALS. This is first and foremost a graphics showcase; the single most important thing is that it looks photorealistic and breathtaking. Make it gorgeous. Aim for the most beautiful space scene the browser can render.
You choose the entire technical approach. Use whatever rendering technology, libraries, frameworks, and techniques you judge will produce the highest visual fidelity — as long as it runs at a good framerate in a modern desktop browser and can be shared as a link (static files only; no build server or GPU-streaming server required to play it). Optimize aggressively for visual quality over simplicity.
World & content:
- A recognizable, realistic solar system: the Sun and the eight planets, each with its real, disti
[
{
"titulo-do-filme": "2012",
"usuario": "funwsin",
"critica": "The 2012 idea offered a great opportunity to make a true global disaster movie. The plot is imbecile. The characters are black and white. Typical stereotyping. Except for the White House staff. They are, of course, morally pure. The effects are good, but there are very few scenes with actual destruction and hi-tech effects. If the movie were an hour shorter,it would have been better and the story would be more fluent. The personal relationships took most of the suspense out of the movie. The dialogues are idiotic and simply annoying. Nobody in the Universe would talk like those pathetic characters in a global meltdown.The film is full of standard characters. Everything is so predictable. The main characters miraculously survive disasters, land in high mountains and get saved in the last millisecond. 20-30 minutes of superior effects cannot compensate for shallow story and unrealistic characters.",
},
{
"titulo-do-filme": "V
@fabriciocarraro
fabriciocarraro / imersao-ia-criticas-20.json
Last active June 29, 2023 20:38
Imersão IA - Críticas Filmes
[
{
"titulo-do-filme": "2012",
"usuario": "funwsin",
"critica": "The 2012 idea offered a great opportunity to make a true global disaster movie. The plot is imbecile. The characters are black and white. Typical stereotyping. Except for the White House staff. They are, of course, morally pure. The effects are good, but there are very few scenes with actual destruction and hi-tech effects. If the movie were an hour shorter,it would have been better and the story would be more fluent. The personal relationships took most of the suspense out of the movie. The dialogues are idiotic and simply annoying. Nobody in the Universe would talk like those pathetic characters in a global meltdown.The film is full of standard characters. Everything is so predictable. The main characters miraculously survive disasters, land in high mountains and get saved in the last millisecond. 20-30 minutes of superior effects cannot compensate for shallow story and unrealistic characters.",
"nota": "2"
},
{
"titu
var fonts = {
Roboto: {
normal: 'https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.3.0-beta.1/fonts/Roboto/Roboto-Regular.ttf',
bold: 'https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.3.0-beta.1/fonts/Roboto/Roboto-Medium.ttf',
italics: 'https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.3.0-beta.1/fonts/Roboto/Roboto-Italic.ttf',
bolditalics: 'https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.3.0-beta.1/fonts/Roboto/Roboto-MediumItalic.ttf'
}
};
var pdfmake = require('pdfmake');