Skip to content

Instantly share code, notes, and snippets.

View junosuarez's full-sized avatar
💭
hi hello

juno suárez junosuarez

💭
hi hello
View GitHub Profile
@junosuarez
junosuarez / gist:ee9039874512fd34ea20
Created March 19, 2015 18:01
log select query in transaction (postgres 9+)
DO language plpgsql $$ DECLARE result RECORD; BEGIN
select * into result from table limit 1;
RAISE NOTICE '%', result; END$$;

"A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." -Lazarus Long, Time Enough For Love

  • R.A. Heinlein
Aachenosaurus
Aardonyx
Abelisaurus
Abrictosaurus
Abrosaurus
Abydosaurus
Acanthopholis
Achelousaurus
Acheroraptor
Achillesaurus
#! /bin/sh
for f in *
do
# ignore logs/
[ $f = "logs" ] && continue
# ignore non-directories
[ ! -d $f ] && continue
echo $(basename $PWD)/$f
var assert = require('assert')
!function () {
var x
try {
x()
} catch (e) {
assert(e instanceof TypeError)
assert(e.message === 'undefined is not a function')
hired
hicoral
myDecorator1("param",
myDecorator2(["param","foo"],
function doSomeStuff () {
console.log('o hai')
}
))
@junosuarez
junosuarez / dad.md
Created November 4, 2014 16:27
dad!

#the dad bookmarklet

just talking about data is hard, let alone properly analyzing it! wouldn't it be nice to get help from a dad?

![dad?](data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxQTEhUUExQUFBUXFxgYFxgXFxcUFxcXFBcXFxUcFxUYHCggGBolHBcUITEhJSkrLi4uFx8zODMsNygtLiwBCgoKDg0OFxAQGiwkICQsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLP/AABEIAMABBgMBIgACEQEDEQH/xAAcAAABBQEBAQAAAAAAAAAAAAAEAQIDBQYABwj/xABBEAABAgQDBQUGBAQFBAMAAAABAAIDBBEhBRIxBkFRYYEicZGh8AcTMrHB0SNSYuEUQnLxFXOCs8JDkqLSFjNT/8QAGQEAAwEBAQAAAAAAAAAAAAAAAAECAwQF/8QAIhEBAQACAgMAAwADAAAAAAAAAAECEQMhEjFBBBNRFCJh/9oADAMBAAIRAxEAPwD0tcEqVIiJVyUIDkoXJwCAQBZjGn9srU0WOxl3bd1SvpWPtVC6PlWWQUIAapYmKhppTr/avmua9uzHpcMCWGLoCHiTCLFEtmQosXKPDU1wTYEyCp3KdNEJalLRSvrwTyPXcmnS9EtEaClITBWqmyoMNEhA+qFJkppfv+6LLENE4W+vglozKKLMpIjje31/smAWubqghiuJTHs8fupiOCjiJEiJukBB5JoN0peE4VOGqJl3UeOBF+vLvQdUQw/Ce5aY3tln6WcJnr10SQWXPH7pQaX9U3KOtPXVdMclBxKhwpqD8jZaqE6rQeSzMUVd1qtNLDsjuVRFOKVdRcmRaJVyUJGSiVKlAQCAJwC4BOAQTqLGbVR4bIhaDniEVMNgL3NB0Lg34Aaaup

Articles

  • "anyone who's still trying to portray communications metadata as less revealing than the content — less deserving of a process like getting a warrant before it can be accessed — is either a fool or a liar." http://tinyurl.com/nsnxjm7
  • "They know you called the suicide prevention hotline from the Golden Gate Bridge. But the topic of the call remains a secret." http://tinyurl.com/lsfnar4
  • Visiting certain websites can cause all of your browsing history to be flagged by the NSA. Edward Snowden showed that the NSA under the XKeyscore program, merely visiting a site like linuxjournal.com got you put on a watch list that caused the government to save all of your browsing history indefinitely for future analysis. http://tinyurl.com/nm8ayhy
  • In 2008 mortgage companies were able to target racial minorities with ads for housing loans that ended up being subprime, and after the crash contributed to a 50% decrease in wealth for African Americans in the United States http://tinyurl.com/mt5glbz
  • Once a c

The Node Forward

Kudos to all involved for creating this repo in the open.

I know there has been (much) more discussion involved in this process which has not been made public. It's quite possible that there are good reasons for this, as has been hinted to me privately, but it's hard to tell. There has been no public recap or summary of the current position, and no clear announcement of the path forward. I think this could be a good place to clear up some essential issues related to the future of node instead of bikeshedding about microlevel policies like versioning schemes.

Now, I care a lot about the node community. It's currently the principle source of my livelihood and I count a good number of people that I've met from various conferences, meetups, and community events as close friends. I think it would be helpful to have more public insight on a path forward.

Technical Committee As I understand it, community-owned node (under whatever name) would be led by a Technical Committee to oversee dev