@adisonverlice @humanhorseshoes personally I'd rather recommend #GitHubPages for personal hosting instead.
@adisonverlice @humanhorseshoes personally I'd rather recommend #GitHubPages for personal hosting instead.
#GitHub #GitHubPages #fail This is driving me mad...
Images randomly deciding not to load on all my pages.
Is it just me? Is it my browser's fault? Is it just in Brazil?
I was working on this #shapely + #trimesh page... and I can only see the last image (the animated gif)!
https://abav.lugaralgum.com/material-aulas/Processing-Python-py5/shapely-e-trimesh.html
Update: On this exact page I have bungled the image URLs (I blame Marktext for being stupid and not using a relative reference). But I swear loading problems have been going on other well formed pages.
Ich mache meine Tastendruck Symbole in meinen Blog Posts jetzt hübsch. Wie das bei einem #GitHubPages Blog in #Markdown geht, habe ich hier aufgeschrieben.
https://blog.metawops.de/markdown/Keycaps-in-Markdown-Artikeln/
File encryption with a browser.
I've been exploring the #WebCryptoAPI and I'm impressed!
When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!
I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.
Live Demo: https://dim.positive-intentions.com/?path=/story/usefs--encrypted-demo
Demo Code: https://github.com/positive-intentions/dim/blob/staging/src/stories/05-Hooks-useFS.stories.js
Hook Code: https://github.com/positive-intentions/dim/blob/staging/src/hooks/useFS.js
IMPORTANT NOTES (PLEASE READ!):
* This is NOT a product. It's for #testing and #demonstration purposes only.
* It has NOT been reviewed or audited. Do NOT use for sensitive data.
* The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
* This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.
Asking for #Biopython, but are #GitHubPages sites generally currently #GeoBlocked from #Argentina - see https://github.com/biopython/biopython.github.io/issues/207 and https://biopython.org
I spent some time redoing my portfolio site over the weekend (Well actually twice, first using #tailwind and then again with #svelte)
There's still some more changes I want to make (some animations and the mobile layout is a little wonky), but I enjoyed learning how Svelte works, and will be using it in more projects from now on.