Skip to content

Instantly share code, notes, and snippets.

View EMFS's full-sized avatar

EMFS EMFS

View GitHub Profile
@EMFS
EMFS / gist:a174b808faa8a56f1e24bb1a2607c98f
Created May 21, 2026 12:04
OpenSpec com Claude Code no ISC
1) install chocolatey
powershell admin:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
OU
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"
2) install NodeJS, npm:
choco install nodejs --version="24.15.0
# Verify the Node.js version:
node -v # Should print "v24.15.0".
@EMFS
EMFS / arvore_decisao_renda_familiar_enem_2019.svg
Created July 27, 2020 00:32
SVG com gráfico dtreeviz de árvore de decisão para estimar renda familiar a partir de dados do questionário socioeconômico do Enem 2019 DF
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Acesso ao GCP e servidor Jupyter pela rede ISC

Solução para contornar o problema de tunelamento usando ssh para acessar o Jupyter notebook que é bloqueado pelo firewall da rede wifi do ISC, onde ocorrem os encontros presenciais do grupo de estudo em Deep Learning de Brasília.

A ideia é tornar o servidor jupyter executando no Google Cloud Platform (GCP) acessível para rede externa, diretamente por seu IP, sem a necessidade de tunelamento via ssh.

Alterando as configurações da instância na console GCP

https://console.cloud.google.com/networking/addresses/

Logado na console GCP, acessar o endereço acima e reservar um endereço IP estático: "Reserve Static Address".

@EMFS
EMFS / about.md
Last active August 29, 2015 14:16 — forked from jasonrudolph/about.md
@EMFS
EMFS / about.md
Last active August 29, 2015 14:16 — forked from blaix/about.md

Programming Achievements: How to Level Up as a Developer

  1. Select a particular experience to pursue.
  2. Pursue that experience to completion. (Achievement unlocked!)
  3. Reflect on that experience. Really soak it in. Maybe a blog post would be in order?
  4. Return to Step 1, this time selecting a new experience.

This gist is a fork of the gist from this blog post.