Skip to content

Instantly share code, notes, and snippets.

View essenciary's full-sized avatar

Adrian Salceanu essenciary

View GitHub Profile
@veekaybee
veekaybee / normcore-llm.md
Last active May 22, 2024 11:23
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

using Genie.Router
using Genie.Renderer.Html
using Stipple, Stipple.Layout, Stipple.Elements
using StippleQuasar, StippleQuasar.Select, StippleQuasar.Table, StippleQuasar.Range
using StippleApexCharts, StippleApexCharts.Plots
using CSV, DataFrames, Clustering
import Genie.Renderer.Html: select
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active May 22, 2024 01:03
crack activate Office on mac with license file
@chrismccord
chrismccord / gist:cf51346c6636b5052885
Last active January 17, 2016 12:11
Phoenix 0.9 to 0.10.0 upgrade instructions

form_tag, link, CSRF changes

Plug 0.10.0 moves CSRF tokens from cookies back to sessions. To avoid future bumps on the road, a get_csrf_token/0 function has been added to controllers and imported into views. Update all your csrf token reference code to use the new function. Additionally, form_tag and link helpers have been added that will inject the csrf token for you automatically. You should transition to these new functions where possible, ie:

  <%= form_tag("/hello", method: :post) %>
    ... your form stuff. csrf is inject for you
  </form>
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active May 21, 2024 05:35
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 22, 2024 04:43
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname