forked from adarshpatil/timewarp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
322 lines (293 loc) · 16.9 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TimeWarp - Blog</title>
<link rel="shortcut icon" href="favicon.ico" />
<!-- Load CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Load Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic" type="text/css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold" type="text/css" />
<!-- Load jQuery library -->
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>
<!-- Load custom js -->
<script type="text/javascript" src="scripts/panelslide.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<!-- Load topcontrol js -->
<script type="text/javascript" src="scripts/scrolltopcontrol.js"></script>
<!-- Load NIVO Slider -->
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-theme.css" type="text/css" media="screen" />
<script src="scripts/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script src="scripts/nivo-options.js" type="text/javascript"></script>
<!-- Load fancybox -->
<script type="text/javascript" src="scripts/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.mousewheel-3.0.4.pack.js"></script>
<link rel="stylesheet" href="css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50522218-1', 'adarshpatil.in');
ga('send', 'pageview');
</script>
</head>
<body>
<!--This is the START of the header-->
<div id="topcontrol" style="position: fixed; bottom: 5px; left: 960px; opacity: 1; cursor: pointer;" title="Go to Top"></div>
<div id="header-wrapper">
<div id="header">
<div id="logo"><a href="index.html"><img src="images/logo.png" width="100" height="80" alt="logo" /></a></div>
<div id="header-text">
<h4>My blog, hope you find something interesting!</h4>
<h6><a href="index.html">Home</a> → Blog</h6>
</div>
</div>
</div>
<!--END of header-->
<!--This is the START of the menu-->
<div id="menu-wrapper">
<div id="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a class="selected" href="blog.html">Blog →</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--This is the START of the footer-->
<div id="footer">
<div id="social-box">
<ul>
<li>
<div class="facebook"><a href="http://facebook.com/adarsh.patil" target="_blank"></a></div>
</li>
<li>
<div class="twitter"><a href="http://twitter.com/adarsh_patil" target="_blank"></a></div>
</li>
</ul>
</div>
<h6>Copyright © 2014 - adarshpatil</h6>
</div>
<!--END of footer-->
</div>
<!--END of menu-->
<!--This is the START of the content-->
<div id="content">
<!--This is the START of the blog section-->
<div id="blog">
<!-- ExaScale Computing -->
<div class="blog-item"> <a href="blog/exascale-computing.html"><img class="single_image" src="images/blog/exascale/thumb.jpg" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">13th June 2015</div>
<div class="tags">ExaScale;SuperComputer</div>
</div>
<div class="blog-item-content"> <a href="blog/exascale-computing.html">
<h5>ExaScale Computing - The exigent need for FLOPS</h5>
</a>
<p>Today's fastest supercomputer in the world is China's Tianhe-2 at 33.86 petaFLOPS. ExaScale computing is just the next logical step i.e. building a exaFLOPS machine. But there are several pitfalls to reaching this milestone. Here's a broad overview of the challenges involved and the opportunities for innovation in systems design. </p>
<a class="readmore" href="blog/exascale-computing.html">read more →</a> <br />
</div>
</div>
<!-- SERC CRAY XC-40 inaguration -->
<div class="blog-item"> <a href="blog/iisc-serc-cray-supercomputer-sahasrat.html"><img class="single_image" src="images/blog/iisc-serc-cray/serc-cray-thumb.png" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">11th May 2015</div>
<div class="tags">IISc;SERC;CRAY;Sahasrat</div>
</div>
<div class="blog-item-content"> <a href="blog/iisc-serc-cray-supercomputer-sahasrat.html">
<h5>SERC (IISc) gets PetaScale CRAY SuperComputer</h5>
</a>
<p>The new 1.2 petaFLOPS CRAY XC-40 SuperComputer, the fastest in India and placed between 50-60 in the world at SERC, IISc. It was inagurated and named Sahasrat. A look at its muscle specs and a flavour of the challenges ahead. </p>
<a class="readmore" href="blog/iisc-serc-cray-supercomputer-sahasrat.html">read more →</a> <br />
</div>
</div>
<!-- Post gate 2015 -->
<div class="blog-item"> <a href="blog/post-gate-admissions-2015.html"><img class="single_image" src="images/blog/post-gate-admissions-2015/thumb.png" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">22nd April 2015</div>
<div class="tags">IISc;IIT Madras;Masters</div>
</div>
<div class="blog-item-content"> <a href="blog/post-gate-admissions-2015.html">
<h5>Post GATE Admission tests and Interviews 2015</h5>
</a>
<p>Post GATE 2015 Written test and interview rounds for Admissions into IISc and IIT Madras (courtesy: My friend) </p>
<a class="readmore" href="blog/post-gate-admissions-2015.html">read more →</a> <br />
</div>
</div>
<!-- Love Liberation: Short Story -->
<div class="blog-item"> <a href="blog/love-liberation-short-story.html"><img class="single_image" src="images/blog/love-liberation-short-story/2.jpg" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">27th March 2015</div>
<div class="tags">Short Story;Love</div>
</div>
<div class="blog-item-content"> <a href="blog/love-liberation-short-story.html">
<h5>Love Liberation: Short Story</h5>
</a>
<p>As always 2 people, 2 personalities and a cold blooded murder? or a liberation for both? </p>
<a class="readmore" href="blog/love-liberation-short-story.html">read more →</a> <br />
</div>
</div>
<!-- Net Neutrality -->
<div class="blog-item"> <a href="blog/net-neutrality.html"><img class="single_image" src="images/blog/net-neutrality/logo.png" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">21st March 2015</div>
<div class="tags">Net Neutrality; India</div>
</div>
<div class="blog-item-content"> <a href="blog/net-neutrality.html">
<h5>Net Neutrality - What it is + India's Picture</h5>
</a>
<p>Net neutrality is the principle that Internet service providers and governments should treat all data on the Internet equally, not discriminating or charging differentially by user, content, site, platform, application, type of attached equipment, or mode of communication. Why should I care and how does it affect us.. </p>
<a class="readmore" href="blog/net-neutrality.html">read more →</a> <br />
</div>
</div>
<!-- Travelogue South Canara Part 2 -->
<div class="blog-item"> <a href="blog/travelogue-south-canara-part2.html"><img class="single_image" src="images/blog/travelogue-south-canara/karnataka_tourism_part2.png" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">6th January 2014</div>
<div class="tags">Travel; Incredible India; Karnataka</div>
</div>
<div class="blog-item-content"> <a href="blog/travelogue-south-canara-part2.html">
<h5>Travelogue - South Canara - Part 2</h5>
</a>
<p>This is the part2 of a 4 day travelogue to the green coastal belt of Karnataka. In this section I cover St Mary's Island, Malpe Beach, Kateel, Moodbidri, Dharmasthala, Kukke Subrahmanya, Manjarabad Fort, Sakleshpur </p>
<a class="readmore" href="blog/travelogue-south-canara-part2.html">read more →</a> <br />
</div>
</div>
<!-- Travelogue South Canara Part 1 -->
<div class="blog-item"> <a href="blog/travelogue-south-canara-part1.html"><img class="single_image" src="images/blog/travelogue-south-canara/karnataka_tourism.png" width="250" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">31st December 2014</div>
<div class="tags">Travel; Incredible India; Karnataka</div>
</div>
<div class="blog-item-content"> <a href="blog/travelogue-south-canara-part1.html">
<h5>Travelogue - South Canara - Part 1</h5>
</a>
<p>This is the part1 of a 4 day travelogue to the green coastal belt of Karnataka. In this section I cover Kalasa, Hornadu, Silent Valley Resort, Kudremukh National Park, Hanumangundi Falls, Shringeri, Karkala and a bit of Udupi </p>
<a class="readmore" href="blog/travelogue-south-canara-part1.html">read more →</a> <br />
</div>
</div>
<!-- Nature vs Comp Arch -->
<div class="blog-item"> <a href="blog/nature-vs-computer-architecture.html"><img class="single_image" src="images/blog/nature-vs-comp-arch/thumbnail.jpg" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">22th November 2014</div>
<div class="tags">Musings; Comp Arch; Nature</div>
</div>
<div class="blog-item-content"> <a href="blog/nature-vs-computer-architecture.html">
<h5>Nature vs Computer Architecture</h5>
</a>
<p>Inspired by Trade-off decisions and balance nature has evolved to show us in designing of the brain can be applied in Computer Architecture to scaling, power, size, heat etc..</p>
<a class="readmore" href="blog/nature-vs-computer-architecture.html">read more →</a> <br />
</div>
</div>
<!-- Academia / Industry collaboration -->
<div class="blog-item"> <a href="blog/ambitious-academia-industry-collaborations.html"><img class="single_image" src="images/blog/14-09-2014/collab21.png" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">14th September 2014</div>
<div class="tags">Research; Industry</div>
</div>
<div class="blog-item-content"> <a href="blog/ambitious-academia-industry-collaborations.html">
<h5>Ambitious academia-industry Collaborations are the need of the hour</h5>
</a>
<p>A change of perspective and shedding of traditional thinking is needed so academia and industry can exchange ambitious problem statements and solve them with the guidance of industry and the enthusiasm of Universities and work harmoniously..</p>
<a class="readmore" href="blog/ambitious-academia-industry-collaborations.html">read more →</a> <br />
</div>
</div>
<!-- Dearth of Research -->
<div class="blog-item"> <a href="blog/dearth-of-research.html"><img class="single_image" src="images/blog/26-08-2014/t2.jpg" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">26th August 2014</div>
<div class="tags">Research; India; ARWU 2014;</div>
</div>
<div class="blog-item-content"> <a href="blog/dearth-of-research.html">
<h5>Dearth of Research(ers) & Higher studies in India</h5>
</a>
<p>A few weeks back, the Academic Ranking of World University (ARWU) 2014 for Computer Science was out. It saddens me that the only university from India in the top 100, Indian Institute of Science has dropped to 101-150 ranking while Countries with significantly lesser economy, population, intellectually less history etc have representations...</p>
<a class="readmore" href="blog/dearth-of-research.html">read more →</a> <br />
</div>
</div>
<!-- Railway incident -->
<div class="blog-item"> <a href="blog/are-we-on-the-right-track.html"><img class="single_image" src="images/blog/27-07-2014/cover1.jpg" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">27th July 2014</div>
<div class="tags">Technology; Society; Railways</div>
</div>
<div class="blog-item-content"> <a href="blog/are-we-on-the-right-track.html">
<h5>Are we on the right "Track"?</h5>
</a>
<p>An account of an interesting incident that happened while I was travelling in a train and what I feel are the implications in the changing face of India and the coming new generation..</p>
<a class="readmore" href="blog/are-we-on-the-right-track.html">read more →</a> <br />
</div>
</div>
<!-- GATE Prep -->
<div class="blog-item"> <a href="blog/how-to-prepare-for-gate.html"><img class="single_image" src="images/blog/13-07-2014/Gate_exam.jpg" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">13th July 2014</div>
<div class="tags">GATE; Competitive exam; Hints</div>
</div>
<div class="blog-item-content"> <a href="blog/how-to-prepare-for-gate.html">
<h5>How to Prepare for GATE and beyond</h5>
</a>
<p>M.Tech admissions 2014 are coming to an end, some of them are gearing up for next year’s battle either because they could not make it big in last year’s GATE exam and few of them are just trying to take a shot at it for the first time.. </p>
<a class="readmore" href="blog/how-to-prepare-for-gate.html">read more →</a> <br />
</div>
</div>
<!-- Citrix Interview -->
<div class="blog-item"> <a href="blog/citrix-job-interview.html"><img class="single_image" src="images/blog/14-06-2014/job-interview.jpg" width="280" height="180" alt="blog1" /></a>
<div class="blog-item-info">
<div class="user">adarshpatil</div>
<div class="comments">14th June 2014</div>
<div class="tags">Citrix; Job Interview</div>
</div>
<div class="blog-item-content"> <a href="blog/citrix-job-interview.html">
<h5>Citrix R&D Job Interview</h5>
</a>
<p>I was interviewed for senior software engineer for Xen Server hypervisor development team lead at Citrix R&D, Bangalore. Here is the excerpt of the interview that followed and the questions asked and skills tested. </p>
<a class="readmore" href="blog/citrix-job-interview.html">read more →</a> <br />
</div>
</div>
<div id="pagination"> <a class="active" href="#">1</a>   <a href="blog-pg2.html">2</a>   <a href="blog-pg3.html">3</a> <a href="#">...</a> <a href="#">→</a> </div>
</div>
<!--END of blog section-->
</div>
<!--END of content-->
<p class="slide"><a href="#" class="btn-slide"></a></p>
<div id="slide-panel">
<!--This is the START of the follow section-->
<div id="follow">
<h3>Get Notified About My Latest Posts & Upcoming Projects!</h3>
<img class="star-divider" src="images/subscribe_divider.png" /> <a href="http://www.twitter.com/adarsh_patil" target="_blank">
<div id="follow-twitter"><img src="images/tweet_top.png" />
<h4>Follow me on twitter</h4>
</div>
</a><a href="#">
<div id="follow-mail"><img src="images/mail_top.png" />
<h4>Subscribe to my newsletter</h4>
</div>
</a>
<h1>Thanks for visting!</h1>
<p>
DISCLAIMER: This is a personal blog; any opinions expressed here are my own and do not necessarily reflect those of my employer. All content herein is my own, and not necessarily endorsed by my employer or any other organization. All content is copyright Adarsh Patil and may not be republished without written permission. Unless otherwise stated, all source code posted on this blog is freely usable under the <a href="https://www.gnu.org/copyleft/gpl.html"> GNU General Public License (GPL)<a>
</p>
</div>
<!--END of follow section-->
</div>
</body>
</html>