Skip to content

Instantly share code, notes, and snippets.

@franleplant
franleplant / homework2.hs
Created July 11, 2021 17:09
Plutus Pioneer program: lecture 2, homework 2 annotated
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
@franleplant
franleplant / index.md
Last active February 21, 2025 19:17
Delegacion de dominios de nic.ar

IMPORTANTE mi recomendacion es evitar nic.ar en lo posible ya que es tenido diversos problemas con su servicio, la renovacion es incomoda, me han disputado y quitado dominios que he tenido y pagado por años, tenes que sacar clave fiscal para crear un dominio. Si no tienen problemas teniendo un dominio que no sea .com.ar entonces usen Godaddy u otra cosa.

Dicho esto, si no te es posible escaparle al .com.ar segui leyendo.

Si te sirvio esta informacion considera aportar para apoyar mi trabajo via Bitcoin 1MBakrHeKFxks4SbhY7MdnhDEQnkDnPoJK Desde ya muchas gracias

Como delegar?

Mi recomendacion es usar un DNS hosted como Route 53 de AWS. DNS hosted significa que es un servidor de DNS, conectado a la base de datos distribuida que es DNS, hostead / administrado por otro, en este caso AWS. Hay otras alternativas solo que yo solo use Route 53. Busquen Hosted DNS en internet para ver alternativas. Route 53 es realmente muy barato, algo asi como 1 dolar por mes mas 0.2 dolares por hosted zone (domi

Keybase proof

I hereby claim:

  • I am franleplant on github.
  • I am flpremind (https://keybase.io/flpremind) on keybase.
  • I have a public key ASBE5mY-xGiOFD2B31ss8_TT94sUXjuctEAJ4XJsYHVlgAo

To claim this, I am signing this object:

@franleplant
franleplant / homework.hs
Created July 27, 2021 02:48
Plutus pioneer program week04 homework solution
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
module Week04.Homework where
import Data.Aeson (FromJSON, ToJSON)
@franleplant
franleplant / main.sh
Created July 28, 2014 15:47
Install Git Latest of Ubuntu 12.04
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
@franleplant
franleplant / index.md
Created June 4, 2018 23:13
Sintaxis notas de TP
  • No permitir input ni ningun tipo de input interactivo
@franleplant
franleplant / index
Created July 1, 2017 22:37
server perf case study
# Control: Google
wrk -t12 -c400 -d30s http://google.com
Running 30s test @ http://google.com
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 519.53ms 204.18ms 2.00s 92.92%
Req/Sec 45.19 25.95 181.00 73.51%
14840 requests in 30.10s, 6.77MB read
var a = 2;
@franleplant
franleplant / index.js
Created January 26, 2017 20:47
HOC dont remove
function toClass(Component) {
return ClassWrapper extends React.Component {
render() {
return <Component {...this.props} />
}
}
}
@franleplant
franleplant / README.md
Last active January 3, 2017 15:42
On React Native performance

On React Native performance

This is the post-mortem report about the performance problems found mostly in Android but also, in a lesser extend in iOS.

__DEV__ = false

This has a huge impact in the performance. By my measures, about 4x times faster. So be sure to that the app is