Minor page fixes

This commit is contained in:
luca0N! 2022-09-12 07:22:17 -03:00
parent 2b93fcc890
commit 9024697fc5
Signed by: luca0N
GPG key ID: 2E7B4655CF16D7D6
6 changed files with 20 additions and 24 deletions

View file

@ -5,7 +5,5 @@ Want to get in touch with me? Here's my contact details (feel free to use any o
- E-mail Address: `luca0n at luca0n dot com` ([PGP encryption](pgp/) is encouraged)
- XMPP (Jabber) Address: (same as e-mail address)
- Matrix Address: `@luca0n:luca0n.com`
- IRC: `luca0N` on Libera.Chat (though 99% of the time I'm lurking in various channels)
- IRC: `luca0N` on Libera.Chat (though 99% of the time I'm just lurking in various channels)
- Pleroma (ActivityPub, Fediverse): `at luca0n at luca0n dot com`
<small>*You need to replace some special characters above, if it wasn't clear :)*</small>

View file

@ -1,9 +1,9 @@
# About
Hi there, I'm luca0N! I am a programmer and a free software advocate. I started programming back in circa 2011 and became interested with free software in 2018. [The source code for my software can be found in my Git server.](https://git.luca0n.com/) Being a free software enthusiast, I am a big fan of things like Linux. Speaking of which, I started using back in circa 2010 (I believe it was Ubuntu 9!)
Hi there, I'm luca0N! I am a programmer and a free software advocate. I started programming back in circa 2011 and became interested with free software in 2018. [The source code for my software can be found in my Git server.](https://git.luca0n.com/)
I host several projects and services here, some of which are available to the general public for your enjoyment! [Check out the Services page for more info.](services)
I am always open to criticism. Whether you want to send me criticism, feedback or just say hi, you're free to get in touch with me! [My contact and socials are available in the Contact Me page.](contact)
I am always open to criticism. Whether you want to send me criticism, feedback or just say hi, you're free to get in touch with me! [My contact info and socials are available in the Contact Me page.](contact)
I hope you enjoy your stay. :)
You may access this website anonymously via Tor, using the [luca0N.com hidden service](http://www.e6ta74yrvylu6k6xk6uq52gtfpfxsf2ex3ktrzs2ods2vznbhci6jpqd.onion/).

View file

@ -4,15 +4,15 @@ As you might or might not know, I host several projects and services here on luc
# Self-hosted services
- [git0N!](https://git.luca0n.com/) is where my software lives.
- [luca0N! Social](https://social.luca0n.com/) is where my Fediverse account lives (although I don't really use it).
- [Element](https://element.luca0n.com/), because the official Element web browser instance uses Cl\*udflare.
- [Matrix](https://matrix.luca0n.com/), my self-hosted Matrix instance (which is *insanely* slow, thanks snek brogammerz!!!11)
- [luca0N.com Git](https://git.luca0n.com/): this is where I host the source code for my software.
- [luca0N! Social](https://social.luca0n.com/): this is my self\-hosted Pleroma instance (although I rarely use it).
- [Element](https://element.luca0n.com/): an Element client instance.
- [Matrix](https://matrix.luca0n.com/): my self-hosted Matrix instance.
# APIs
- [What is my IP address?](https://www.luca0n.com/api/ip)\* shows your public IPv4 address or your public IPv6 address (if available).
- [What is my IPv4 address?](https://www.ipv4.luca0n.com/api/ip)\* is the same as above, but shows your IPv4 address even if IPv6 is available.
- [What is the current UNIX timestamp?](/api/epoch) if you quickly need to retrieve the current UNIX epoch. This is more of a convenience thing rather than a practical thing since you really shouldn't be retrieving UNIX timestamps remotely when writing software (unless you want to avoid time skewing and computers with faulty CMOS batteries). This might get deprecated and/or removed in the future.
- [What is my IP address?](https://www.luca0n.com/api/ip)\*: shows your public IPv4 address or your public IPv6 address (if available).
- [What is my IPv4 address?](https://www.ipv4.luca0n.com/api/ip)\*: is the same as above, but shows your IPv4 address even if IPv6 is available.
- [What is the current UNIX timestamp?](/api/epoch): shows the current UNIX epoch.
\* Just a reminder: the IP APIs are not available on the luca0N! Hidden Service (although it will show the exit node address when accessing it via clearnet or the outproxy address when accessing it using I2P via clearnet).