Compare commits

...

3 Commits

Author SHA1 Message Date
Fulton Browne fd1691e55a new post 2021-05-28 16:21:08 +00:00
Fulton Browne e5df662cc8 typo 2021-05-28 15:52:13 +00:00
Fulton Browne 1d955652aa the college recruiters will love this 2021-05-28 15:50:10 +00:00
3 changed files with 58 additions and 21 deletions

View File

@ -3,26 +3,15 @@
=> /webdecind.gmi The cyberspace Declarion of Independence
# About me
I'm a 16 year old (class of 2023, homeschooled) programmer, LOTR fan, and general nerd. Most of my programming stuff centers around UNIX (OpenBSD being my favorite flavour), cryptography (still not good enough to have anything real on that front), Plan9, and the small web. I value software simplicity, security, and user privacy.
Email: fulton at fulton dot software
=> http://fulton.software/git/repos.html My code
=> http://fulton.software/docs/screen.png An up-to-date screnshot from my main machine (Plan9 fork, thinkpad x230)
Location: Portland, Oregon
Timezone: -0800 GMT
=> http://fulton.software Website
=> http://fulton.software/git/repos.html My code
Coffee: YES
Os: 9front/plan9 and OpenBSD or linux when I need it
If you desire to waste your own magic internet money you can send me DOGE:
```
D7ahbKXzH1bZ4DnSWjxG2kCr7q97NSrvfP
```
or ETH stuff
```
0xe7D960Ee16d6fCddeB66B0AFBBfa051f61ef0e6C
```
## Gemini sites and blogs I enjoy
=> gemini://ftrv.se/
=> gemini://royniang.com/
=> gemini://posixcafe.org/
=> gemini://9til.de/
=> gemini://drewdevault.com/
=> gemini://zaibatsu.circumlunar.space/~solderpunk/

View File

@ -0,0 +1,28 @@
# 9front + UNIX
The best of both worlds
Like many people I use UNIX (Linux) for "real" work, but, unlike most, I use 9front all day everyday. This is thanks to the wonderful work by the 9front people's ssh system. Here are the tools I use:
sshfs(1)
vt(1)
ssh(1)
These tools give me full access to my UNIX system from my preffered os. Here's how it works:
First I connect to my UNIX machine via sshfs:
sshfs fulton@tux
This exposes all the files in my UNIX system's home dir under /n/ssh in my current namespace. Then I'll open my favorite editor acme with:
acme -l lib/work.dump
This opens the editor with my saved work preset. Of course, I'll need to build things, so I use a vt(1) - A virtual UNIX terminal and ssh(1) to get a shell.
vt ssh fulton@tux
This gives me a great lag free editing experience (the only time acme read or write from the server is saving files) in my favorite os, along with the build tools I need.
To be honest, this is much better than what I had before no more juggling git commits to be able to move from desktop to laptop and no more laggy ssh vim instances.
- Fulton

View File

@ -0,0 +1,20 @@
# A quick update
Hey, Just a couple of quick updates.
My website is very different, with more changes to come. Why? Well I'm trying to get college recruiters interested in me and make a better website for all you nerds out there.
As part of this, my blog is now on the "big web". to do this I made a quick gemtext to html awk script.
=> https://fulton.software/git/g9srv/HEAD/gemtohtm/f.html the awk script
This was my first real use of awk, I quite enjoyed using it.
In other news this server now mirrors 9front and seeds the 9front torrents
=> http://fulton.software/9front
I also saw this Wired article about a week back
=> https://www.wired.com/story/the-full-story-of-the-stunning-rsa-hack-can-finally-be-told/ Wired article
I really enjoyed it, you probably will too.
--
Fulton