BogusIKnow | 10 years ago | on: Support of OpenBSD pledge(2) in programming languages
BogusIKnow's comments
BogusIKnow | 10 years ago | on: Support of OpenBSD pledge(2) in programming languages
Not sure how some edge cases (?) are handled. For example if a database server goes down, my app that uses pledge needs to open another socket to another server. Reload of changed configurations?
"Unpledge" then pledge again? Whitepaths?
BogusIKnow | 10 years ago | on: Support of OpenBSD pledge(2) in programming languages
BogusIKnow | 10 years ago | on: Congratulations You’ve Been Fired
What's the fuzz about the ages? Age discrimination by NYT author?
BogusIKnow | 10 years ago | on: Corporate Media Gatekeepers Protect Western 1% from Panama Leak
Such as strong claim ('main customers') would be nice to be substantiated.
Also the author needs to show the data is there.
If this is the map (linked in another comment), and it main customers were not cut out, then it doesn't look as it has a lot of e.g. US content.
https://briankilmartin.cartodb.com/viz/54ddb5c0-f80e-11e5-9a...
BogusIKnow | 10 years ago | on: Corporate Media Gatekeepers Protect Western 1% from Panama Leak
BogusIKnow | 10 years ago | on: Corporate Media Gatekeepers Protect Western 1% from Panama Leak
"CPI reports receiving foundation support from a number of foundations, including the Sunlight Foundation, the Ethics and Excellence in Journalism Foundation, the Ford Foundation, the John D. and Catherine T. MacArthur Foundation, the John S. and James L. Knight Foundation, the Omidyar Network, the Open Society Foundation, and the Pew Charitable Trusts.[31] The Barbra Streisand Foundation reports that it has funded CPI." -Wikipedia
And from their website: "Recent ICIJ funders include: Adessium Foundation, Open Society Foundations, The Sigrid Rausing Trust, the Fritt Ord Foundation, the Pulitzer Center on Crisis Reporting, The Ford Foundation, The David and Lucile Packard Foundation, Pew Charitable Trusts and Waterloo Foundation."
From the reporting:
- Fat Cat Hotel: How Democratic High-Rollers Are Rewarded with Overnight Stays at the White House.
- Windfalls of War, a report arguing that campaign contributions to George W. Bush affected the allocation of reconstruction contracts in Afghanistan and Iraq
- CPI's report, Who’s Behind the Financial Meltdown?,[45] looking at the roots of the global financial crisis
- Tobacco Underground, an ongoing project tracing the global trade in smuggled cigarettes
(All from Wikipedia)
BogusIKnow | 10 years ago | on: Ubuntu on Windows
BogusIKnow | 10 years ago | on: My Heroic and Lazy Stand Against IFTTT
But this is the value you provide, this is your raison d'etre.
BogusIKnow | 10 years ago | on: Change GitBucket user interface to make difference with GitHub
BogusIKnow | 10 years ago | on: Thread pools: How do I use them?
BogusIKnow | 10 years ago | on: Thread pools: How do I use them?
Java/Scala streams look like they would solve most of the problems in the post on their own.
e.g. Java streams
http://radar.oreilly.com/2015/02/java-8-streams-api-and-para...
private void runParallel() {
trades
.stream()
.parallel().forEach(t->doSomething(t) );
}
Java/Scala has a hierarchy of concurrency abstractions, from high level to low level:Streams, Parallel collections, Futures, Actors, Fork/Join, ExecutionContext/ExecutorService, Threadpools, Threads, synchronized, Barriers, Atomic values and many more.
BogusIKnow | 10 years ago | on: The Way of the Gopher: Making the Switch from Node.js to Golang
BogusIKnow | 10 years ago | on: The Way of the Gopher: Making the Switch from Node.js to Golang
BogusIKnow | 10 years ago | on: The Way of the Gopher: Making the Switch from Node.js to Golang
BogusIKnow | 10 years ago | on: Banned by Amazon for returning faulty goods
Others order 5 cameras and lenses, select one, and send 4 back to Amazon.
BogusIKnow | 10 years ago | on: Banned by Amazon for returning faulty goods
All the rest of us then receive "new" articles from Amazon that have been opened, played around and returned by these people.
Tell tale sign in the article:
"[..] said the majority of items he returned were high-value electronic items that had failed. He had chosen to cancel problematic purchases rather than wait for Amazon to simply exchange the item."
He had no intention to get an exchange, because he had no intention to ever buy those articles.
BogusIKnow | 10 years ago | on: Adam
BogusIKnow | 10 years ago | on: Marissa Mayer Wants Three More Years to Turn Around Yahoo
BogusIKnow | 10 years ago | on: Marissa Mayer Wants Three More Years to Turn Around Yahoo