Skip to content

Commit

Permalink
updated blogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasenfus committed Nov 17, 2024
1 parent fdc6334 commit a1e3594
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 10 deletions.
2 changes: 1 addition & 1 deletion blog-series/mindful-tech/posts/post1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>Considering the nature of such tool</h2>
<span class="blog-author">By <a href="#">Hunter M Hasenfus</a></span>
</div>
<div class="blog-content">

At present the idea of a tool for thought that propounds our faculty of attention is a fuzzy notion.
</div>
<div class="tags">
<ul>
Expand Down
14 changes: 12 additions & 2 deletions blog-series/mindful-tech/posts/post2.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
<article id="post2" class="blog-post">
<h2>Post 2: Historical Context</h2>
<h2>Privacy</h2>
<div class="post-meta">
<span class="blog-date">September 22, 2024</span>
<span class="blog-author">By <a href="#">Hunter M Hasenfus</a></span>
</div>
<div class="blog-content">
<!-- Content for the second post goes here -->
<p>
Privacy, an idea so lost to present society that crazily enough comes off as confusing to the youth about why such an idea would be coveted.
</p>
<p>
Within the context of attention a tool for thought holds privacy as quintessential. The effectiveness of such a tool would necesitate access to a swath of data that before hasnt been distributed beyond the user or for that matter fed into a learning machine.
</p>

<p>
It seems like such a system can take one of three paths. [local, cloud, hybrid]
</p>

</div>
<div class="tags">
<ul>
Expand Down
30 changes: 30 additions & 0 deletions blog-series/mindful-tech/posts/post3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<article id="post2" class="blog-post">
<h2>Privacy</h2>
<div class="post-meta">
<span class="blog-date">September 22, 2024</span>
<span class="blog-author">By <a href="#">Hunter M Hasenfus</a></span>
</div>
<div class="blog-content">
<p>
Privacy, an idea so lost to present society that crazily enough comes off as confusing to the youth about why such an idea would be coveted.
</p>
<p>
Within the context of attention a tool for thought holds privacy as quintessential. The effectiveness of such a tool would necesitate access to a swath of data that before hasnt been distributed beyond the user or for that matter fed into a learning machine.
</p>

<p>
It seems like such a system can take one of three paths. [local, cloud, hybrid]
</p>

</div>
<div class="tags">
<ul>
<li><a href="#">Tag1</a></li>
<li><a href="#">Tag3</a></li>
</ul>
</div>
<nav class="post-navigation">
<a href="#post1" class="prev-post">← Previous: Introduction</a>
<a href="#post3" class="next-post">Next: Neuroscience of Addiction →</a>
</nav>
</article>
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/jpeg" href="pp.jpeg">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<title>Hunter Hasenfus - Professional Timeline</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!-- DPSDbeyond font -->
Expand Down Expand Up @@ -163,15 +166,15 @@ <h2>Blog Posts</h2>
<div class="blog-post">
<span class="blog-date">September 15, 2024</span> <a href="blog-posts/1.ello-traveler/index.html" class="blog-title">Ello traveler</a>
<br>
<span class="blog-date">September 15, 2024</span> <a href="blog-posts/2.RLenv/index.html" class="blog-title">Constructs of an RL env.</a>
<br>
<span class="series-date">October 1, 2024</span>
<!-- <span class="blog-date">September 15, 2024</span> <a href="blog-posts/2.RLenv/index.html" class="blog-title">Constructs of an RL env.</a>
<br> -->

<div class="series-container">
<a href="blog-series/mindful-tech/index.html" class="series-title">Mindful tech [Series of blogs]</a>
<span class="series-date">October 1, 2024</span> <a href="blog-series/mindful-tech/index.html" class="series-title">Mindful tech [Series of blogs]</a>
<button class="expand-button"></button>
<ul class="series-posts-list">
<li><a href="blog-series/mindful-tech/index.html#post1">1. Introduction to Mindful Technology</a></li>
<!-- <li><a href="blog-series/mindful-tech/index.html#post2">2. Digital Wellness Practices</a></li> -->
<li><a href="blog-series/mindful-tech/index.html#post1"> Framing </a></li>
<li><a href="blog-series/mindful-tech/index.html#post2"> Privacy </a></li>
<!-- <li><a href="blog-series/mindful-tech/index.html#post3">3. Building Healthy Tech Habits</a></li> -->
<!-- Add more posts as needed -->
</ul>
Expand Down Expand Up @@ -209,7 +212,7 @@ <h2>Pet Projects</h2>
<img class="project-img" src="project-pic/tos.png" alt="Town of Turing" style="margin-right: 20px;">
<div id="tos" class="project-content">
<a href="https://github.com/Hasenfus/Town-of-Turing" class="project-title">Town of Turing</a>
is a game turning town of salem into a means of testing deception capabilities of large language models.
is a spin on Town of Salem, called turning town of salem. Intentions of testing deception capabilities of large language models.
</div>
</div>
<div class="project" style="display: flex; align-items: center;">
Expand Down

0 comments on commit a1e3594

Please sign in to comment.