Index ¦ Archives

VFC

VFC (Valente Fazedor de Chuva in portuguese, Brave Rainmaker in english) is a motorcycle challenge where the rider goes arround all the cities in his state, in my case 102 cities in Maceió - AL, Brazil.

Trip

  • Honda CB 500F 2018 (Dark)
  • 102 cities
  • 4466 km
  • 13 days

Certificate

VFC-AL

VFC


VSCodium

VSCodium is a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.

Install

sudo flatpak install vscodium

Sandbox

sudo flatpak override com.vscodium.codium --filesystem=host-os

Settings.json

{
    "workbench.colorTheme": "Default Dark+",
    "window.menuBarVisibility": "toggle",
    "workbench.colorCustomizations": {
        "statusBar.background": "#303030",
        "statusBar.noFolderBackground": "#222225",
        "statusBar.debuggingBackground": "#511f1f"
    },
    "vscode-pets.position": "explorer …

Fisl

I spoke at the FISL (Forum Internacional de Software Livre) in Brazil.

Me on FISL


Xorg

X.Org Server is the free and open-source implementation of the display server for the X Window System stewarded by the X.Org Foundation.

Install

sudo apt install xorg-server
Usage
xorg -configure
sudo nvim /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen …

Bumblebee

Bumblebee aims to provide support for NVIDIA Optimus laptops for GNU/Linux distributions. Using Bumblebee, you can use your NVIDIA card for rendering graphics which will be displayed using the Intel card.

Install

apt install bumblebee primus
Usage
optirun glxgears -info
primusrun vim
optirun steam
sudo nvim /etc/bumblebee/xorg …

Steam

Steam is a digital distribution platform developed by Valve Corporation for purchasing and playing video games. Steam offers digital rights management (DRM), matchmaking servers, video streaming, and social networking services. Steam provides the user with installation and automatic updating of games, and community features such as friends lists and groups …


RFC BR-116

RFC (Rodoviário Fazedor de Chuva in portuguese, Road Rainmaker in english) is a motorcycle challenge where the rider travels along the entire BR-116 highway in Brazil, called Death's highway.

Trip

  • Honda CB 500F 2018 (Dark)
  • 4488 km
  • 13 days

Route

RFC-BR-116

Certificate

RFC-BR-116

RFC


Pandoc

Pandoc is a universal document converter developed in Haskell language, widely used as a writing tool (especially by scholars) and as a basis for publishing workflows. It was originally created by John MacFarlane, a philosophy professor at the University of California, Berkeley under GPLv2.

HTML fragment

pandoc MANUAL.txt -o …

© 2000-2022 by Daniel Pimentel (d4n1). Under MIT.