Skip to content

Instantly share code, notes, and snippets.

View markturansky's full-sized avatar

Mark Turansky markturansky

View GitHub Profile
@markturansky
markturansky / gist:3f2273ae39f970ff56ff22a047cc6345
Last active August 3, 2018 07:32
GoLang Stack implementation w/ maximum capacity
package useranalytics
type Stack struct {
top *Element
size int
max int
}
type Element struct {
value interface{}
Pension Math
March 2, 2011 at 10:13am
Several people have linked to the following blog entry on Fortune:
http://blogs.forbes.com/rickungar/2011/02/25/the-wisconsin-lie-exposed-taxpayers-actually-contribute-nothing-to-public-employee-pensions/
I think the “update” section is extremely important, particularly the last paragraph:
“As a result, the taxpayers do not contribute to the public employee pension programs so much as serve as insurers. If their elected officials have been sloppy, the taxpayers must stand behind it. But if the market continues to perform as it has been performing this past year, don’t be surprised if the funding crisis begins to recede. If it does, what will you say then?”