http://www.decentralizedweb.net/
https://archive.org/details/decentralizedwebsummit2016&tab=collection
2016-06-18T17:57:42Z via Dianara To: Public CC: Followers
https://blog.penjee.com/passing-by-value-vs-by-reference-java-graphical/ #programming #gif
2016-05-22T18:22:51Z via Dianara To: Public CC: Followers
2016-04-11T18:07:58Z via Dianara To: Public CC: Followers
2016-04-11T17:06:32Z via Dianara To: Public CC: Followers
http://www.creativedeletion.com/2015/03/19/persisting_future_datetimes.html #datetime #utc
In most cases, yes, you can convert back from UTC to the original timezone. But when timezone rules change, converting back to the original timezone can mean that you get a different result.
2016-04-09T17:43:35Z via Dianara To: Public CC: Followers
2016-04-08T18:04:21Z via Dianara To: Public CC: Followers
https://rewritingthecode.com/2016/03/27/hello-world/ #learning
That the elephant in the room named ‘you must be a computer genius to do computer science’ is nothing more than an illusion of the mind that plagues the field. I would even go so far as to say that we should reward failure, just as long as you keep trying and don’t give up.
2016-04-04T17:45:13Z via Dianara To: Public CC: Followers
https://www.smashingmagazine.com/2016/03/houdini-maybe-the-most-exciting-development-in-css-youve-never-heard-of/ #css #houdini
introducing a new set of APIs that will, for the first time, give developers the power to extend CSS itself, and the tools to hook into the styling and layout process of a browser’s rendering engine
2016-02-19T18:18:11Z via Dianara To: Public CC: Followers
http://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to #methods
- Step 0: Don’t write code
- Step 1: Copy-paste code
- Step 2: Don’t copy paste code
- Step 3: Write more boilerplate
- Step 4: Don’t write boilerplate
- Step 5: Write a big lump of code
- Step 6: Break your code into pieces
- Step 7: Keep writing code
2016-02-17T18:43:16Z via Dianara To: Public CC: Followers
http://www.sitepoint.com/3-more-joins-you-should-be-familiar-with/ #database #join
- LEFT JOIN with Exclusion
- RIGHT JOIN with Exclusion
- OUTER JOIN with Exclusions
2016-02-11T18:46:14Z via Dianara To: Public CC: Followers
2016-02-08T18:48:50Z via Dianara To: Public CC: Followers
http://brianchang.info/2016/02/05/taking-out-the-trash.html #compilerdev #garbagecollection
Garbage Collection Algorithms:
- Do nothing
- Reference counting
- Mark and sweep
- Mark and compact
- Mark and copy
2016-02-05T19:50:19Z via Dianara To: Public CC: Followers