Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
18fb51ac45
8 changed files with 64 additions and 8 deletions
|
@ -9788,5 +9788,26 @@
|
|||
"thumbnail": "https://books.google.com/books/content?id=GjSEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
|
||||
"language": "en",
|
||||
"link": "https://play.google.com/store/books/details?id=GjSEEAAAQBAJ"
|
||||
},
|
||||
{
|
||||
"isbn": "9780262378925",
|
||||
"dateAdded": "2024-04-25",
|
||||
"status": "want to read",
|
||||
"rating": "unrated",
|
||||
"tags": [
|
||||
"tech",
|
||||
"nonfiction"
|
||||
],
|
||||
"title": "Tor",
|
||||
"authors": [
|
||||
"Ben Collier"
|
||||
],
|
||||
"publishedDate": "2024",
|
||||
"description": "Through a social history of the Tor network (often known as the \"Dark Web\"), this book develops a rich and novel approach to understanding privacy technologies and their implication in crime, harm, control, and resistance",
|
||||
"pageCount": 0,
|
||||
"printType": "BOOK",
|
||||
"thumbnail": "https://books.google.com/books/content?id=L59e0AEACAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
|
||||
"language": "en",
|
||||
"link": "https://books.google.com/books/about/Tor.html?hl=&id=L59e0AEACAAJ"
|
||||
}
|
||||
]
|
|
@ -100,6 +100,5 @@ layout: default
|
|||
TV
|
||||
</h2>
|
||||
{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %}
|
||||
<p class="now-explainer text-small text-centered">
|
||||
This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.
|
||||
</p>
|
||||
<p class="now-explainer text-small text-centered">This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.</p>
|
||||
<p class="text-small text-centered"><em>This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.</em></p>
|
|
@ -5,7 +5,7 @@ html {
|
|||
font-size: var(--font-size-base);
|
||||
line-height: var(--line-height-base);
|
||||
background: var(--background-color);
|
||||
margin: 0;
|
||||
accent-color: var(--accent-color)
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
|
@ -484,7 +484,7 @@ li {
|
|||
}
|
||||
|
||||
.flex-wrap {
|
||||
flex-wrap: wrap
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* screens: md */
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "FCC votes to restore net neutrality"
|
||||
date: "2024-04-25T14:00:00-04:00"
|
||||
tags: ['tech']
|
||||
description: "The Federal Communications Commission voted 3–2 to restore net neutrality rules, reversing a repeal ushered through during the Trump administration."
|
||||
link: "https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden"
|
||||
---
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders"
|
||||
date: "2024-04-25T14:13:14-04:00"
|
||||
tags: ['tech', 'AI']
|
||||
description: "Stephen Hackett noted that Logitech has added some extra bullshit to their bullshit Logi Options+ app in a post you absolutely should read."
|
||||
link: "https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/"
|
||||
---
|
Reference in a new issue