33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Akshay Kolli</title>
|
||
|
<link rel="icon" href="{{ url_for('static', filename='assets/favicon.ico') }}" type="image/x-icon" >
|
||
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" >
|
||
|
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
|
||
|
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
|
||
|
</header>
|
||
|
|
||
|
|
||
|
<img src="static/assets/images/dp.jpeg" style="float: left; padding: 10px;"/>
|
||
|
<h1>Akshay Kolli</h1>
|
||
|
<h3>CS PhD candidate at UMass Lowell</h3>
|
||
|
<p>
|
||
|
Hello! I love ALMOST everything about machine learning, software engineering, physics, Jimi Hendrix and building stuff in general.
|
||
|
I do stuff with CUDA (Nvidia please be nicer to people), Python and Rust. Always excited about new hardware and software. Do reach out to me if you
|
||
|
you want to tell me about cool stuff.
|
||
|
|
||
|
|
||
|
</p>
|
||
|
<p>
|
||
|
reach me at echo -n "YWtzaGF5a29sbGlAaG90bWFpbC5jb20=" | base64 --decode.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|