Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Niko :neofox_flag_nb_256: :neofox_flag_trans_256:

@niko@furry.engineer
mastodon 4.6.4+glitch
  • Open on furry.engineer

hi i'm niko they/them trans autistic protogen furry
i dabble a bit in embedded (and a lot more not-embedded) programming with Rust
dabbles in photography from time to time (please let me know if i forget to add alt text)
skiing from time to time as well (wish i could do it more but alas)
most of my time is spent behind a computer running Linux (i use arch btw)
originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS)
occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time
any original images i post are licensed under CC BY-NC-SA 4.0

19, adults only flirt please

follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro)

"you really are a medical fascination arent you" - @notfire@is.notfire.cc

0 Followers
0 Following
5 Posts
Joined January 21, 2024
pronouns:
they/them
website:
https://niko.lgbt/
relationship status:
definitely polysaturated but flirt if you want, don’t expect anything more tho

Posts

Open post
niko
Niko :neofox_flag_nb_256: :neofox_flag_trans_256: @niko@furry.engineer · Jun 26, 2025
Niko :neofox_flag_nb_256: :neofox_flag_trans_256:
@niko@furry.engineer

hi i'm niko they/them trans autistic protogen furry i dabble a bit in embedded (and a lot more not-embedded) programming with Rust dabbles in photography from time to time (please let me know if i forget to add alt text) skiing from time to time as well (wish i could do it more but alas) most of my time is spent behind a computer running Linux (i use arch btw) originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS) occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time any original images i post are licensed under CC BY-NC-SA 4.0 19, adults only flirt please follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro) "you really are a medical fascination arent you" - @notfire

furry.engineer

doors open
distinctive chime
Train to King George

meanwhile canada line smoking a crack pipe and saying it after it’s pulled out of the station

11
3
3
0
Open post
niko
Niko :neofox_flag_nb_256: :neofox_flag_trans_256: @niko@furry.engineer · May 31, 2025
Niko :neofox_flag_nb_256: :neofox_flag_trans_256:
@niko@furry.engineer

hi i'm niko they/them trans autistic protogen furry i dabble a bit in embedded (and a lot more not-embedded) programming with Rust dabbles in photography from time to time (please let me know if i forget to add alt text) skiing from time to time as well (wish i could do it more but alas) most of my time is spent behind a computer running Linux (i use arch btw) originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS) occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time any original images i post are licensed under CC BY-NC-SA 4.0 19, adults only flirt please follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro) "you really are a medical fascination arent you" - @notfire

furry.engineer

hi fedi i'm looking for a job now :3
looking for something anywhere in the metro vancouver (canada) area or remote from there

i've got a bunch of rust/python dev experience in various specific sections, mostly web (backend) with a little bit of embedded and various other things scattered about

i also run a bunch of stuff on linux servers so i've got a lot of experience there (including hosting/managing a bunch of selfhosted services and managing a few fedi servers)

or if nothing else i'd also be happy with any sort of IT job in general

if you or anyone else you know are looking for someone like me feel free to let me know or take a peek at my resume: https://niko.lgbt/assets/resume.pdf

#FediHire #getfedihired

44
5
138
0
Open post
niko
Niko :neofox_flag_nb_256: :neofox_flag_trans_256: @niko@furry.engineer · Dec 28, 2024
Niko :neofox_flag_nb_256: :neofox_flag_trans_256:
@niko@furry.engineer

hi i'm niko they/them trans autistic protogen furry i dabble a bit in embedded (and a lot more not-embedded) programming with Rust dabbles in photography from time to time (please let me know if i forget to add alt text) skiing from time to time as well (wish i could do it more but alas) most of my time is spent behind a computer running Linux (i use arch btw) originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS) occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time any original images i post are licensed under CC BY-NC-SA 4.0 19, adults only flirt please follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro) "you really are a medical fascination arent you" - @notfire

furry.engineer
Replying to @drwho@hackers.town
@drwho@hackers.town @kkarhan@infosec.space i use nginx and a few if blocks (yes i'm aware if is evil but to the best of my knowledge if is the only way to get a boolean AND expression) set $redir_to_gz 1; if ($host = gz.niko.lgbt) { set $redir_to_gz 0; } if ($http_user_agent !~* (claudebot|ZoominfoBot|GPTBot|SeznamBot|DotBot|Amazonbot|DataForSeoBot|2ip|paloaltonetworks.com|SummalyBot|incestoma)) { set $redir_to_gz 0; } if ($redir_to_gz) { return 301 https://gz.niko.lgbt/ } as for the actual stuff behind gz.niko.lgbt server { # SSL and listen -- snipped # static files root /var/www/gz.niko.lgbt; location / { add_header Content-Encoding gzip; try_files /42.gz =404; gunzip off; types { text/html gz; } } # additional config -- snipped } gunzip off is very important because if the client doesn't support gzip encoding nginx will blow its foot off without that 42.gz is generated with dd if=/dev/zero bs=1M count=102400 | gzip -c - > 42.gz
1
1
6
0
Open post
niko
Niko :neofox_flag_nb_256: :neofox_flag_trans_256: @niko@furry.engineer · Dec 28, 2024
Niko :neofox_flag_nb_256: :neofox_flag_trans_256:
@niko@furry.engineer

hi i'm niko they/them trans autistic protogen furry i dabble a bit in embedded (and a lot more not-embedded) programming with Rust dabbles in photography from time to time (please let me know if i forget to add alt text) skiing from time to time as well (wish i could do it more but alas) most of my time is spent behind a computer running Linux (i use arch btw) originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS) occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time any original images i post are licensed under CC BY-NC-SA 4.0 19, adults only flirt please follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro) "you really are a medical fascination arent you" - @notfire

furry.engineer
Replying to @khobochka@mastodon.social
@kkarhan@infosec.space may i also add i personally redirect these bots to gz.niko.lgbt which returns a innocent looking 100MB HTTP response with content-encoding: gzip that decompresses to 100GB and the only way to find out is to actually decompress it so if they want anything they gotta go through it
5
7
12
0
Open post
niko
Niko :neofox_flag_nb_256: :neofox_flag_trans_256: @niko@furry.engineer · Aug 05, 2024
Niko :neofox_flag_nb_256: :neofox_flag_trans_256:
@niko@furry.engineer

hi i'm niko they/them trans autistic protogen furry i dabble a bit in embedded (and a lot more not-embedded) programming with Rust dabbles in photography from time to time (please let me know if i forget to add alt text) skiing from time to time as well (wish i could do it more but alas) most of my time is spent behind a computer running Linux (i use arch btw) originally migrated to linux for privacy reasons and now love it for so many reasons, all of my systems run linux (except for my mobile devices on iOS) occasional discussion about being deaf with CIs (which i like to say makes me a cyborg) from time to time any original images i post are licensed under CC BY-NC-SA 4.0 19, adults only flirt please follow requests on, won’t accept unless you at least have an about me and maybe a few posts (bonus for pinned intro) "you really are a medical fascination arent you" - @notfire

furry.engineer
Replying to @arensb@mastodon.social
@arensb @ChanceyFleet i also personally like it despite having perfect vision because my internet is complete trash sometimes and alt text is the only way i can view images at times
20
0
1
0

Remote instance

furry.engineer
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 08:57:43 UTC