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

onokoto █

@onokoto@mastodon.social
mastodon 4.7.0-beta.1
  • Open on mastodon.social

nyx programmer wandering in the layers of computing;

0 Followers
0 Following
14 Posts
Joined April 09, 2024
BL0G:
coming soon :)

Posts

Open post
onokoto
onokoto █ @onokoto@mastodon.social · 6d ago
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @dansup@mastodon.social
@dansup@mastodon.social I need to buy something all of a sudden
0
0
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · May 26, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @skeletor@mas.to
@skeletor@mas.to perfection appears not to be found in the symmetry of things
0
0
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Apr 24, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @e11e@mastodon.social
@e11e@mastodon.social i know a little girl that played with your page for hours xD // learned the word あぶない today thnks !!1!
1
2
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Apr 11, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @renegadejade@chaosfem.tw
@renegadejade https://www.youtube.com/watch?v=NW2UTLoBW2k
0
0
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Mar 15, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @EnfysBook@kind.social
@EnfysBook funny how documentation is useful
0
0
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Mar 12, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

[E̲̅M̲̅A̲̅C̲̅S̲̅]

a really interesting take on emacs

https://www.youtube.com/watch?v=DMbrNhx2zWQ

#gnu #emacs #fsf #lambda #lisp #debian #linux #tech #technology

The Annoying Usefulness of Emacs
YouTube

The Annoying Usefulness of Emacs

Tsoding

6
1
1
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Feb 24, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

if someone is trying to convince you to play Final Fantasy 7 ー to the point where it almost feels religious ー do you think it's because the person became a Jenova's Witness ?

#joke #humour #finalfantasy #ff7 #squareEnix #gaming

2
0
1
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Jan 31, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

[B̲̅A̲̅S̲̅H̲̅]

⚠️ WARNING: insane hacking the FBI will probably knock on my door by the time you read this

never been a fan of a numeric keypad ー but i decided to use the numlock's LED as a notification system when i get mail ー using xdotool allows you to turn it on and off

~y apt install xdotool

> while sleep 0.6180;do
> xdotool key Num_Lock
> done

#GNU #Linux #Bash #sh #BSD #Debian

6
2
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Jan 17, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

Would you order a SALAD using Emacs ?

https://youtube.com/watch?v=puHMpEgojkA

#emacs #lisp #unix #linux #lambda #technology #tech #GNU

4
0
1
1
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Jan 04, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @erdnussIO@mastodon.social
@erdnussIO@mastodon.social do you have code sample ? i'm all ears
0
0
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Jan 04, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @e11e@mastodon.social
@e11e@mastodon.social i've learned what ポソコン means today ¯\_(ツ)_/¯ p.s nice little war machine you got there !
1
2
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Jan 04, 2026
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

[C̲̅L̲̅I̲̅]

Console-based Audio Visualizer for Alsa. Cava is a bar spec‐
trum audio visualizer for the Linux terminal using ALSA, pulseaudio,
pipewire or fifo buffer for input. This program is not intended for sci‐
entific use. It's written to look responsive and aesthetic when used to
visualize music.

~λ apt install cava

#bash #shell #terminal #tech #technology #linux #CLI

Your browser does not support the video tag.
3
2
0
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Nov 26, 2025
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social

[E̲̅L̲̅I̲̅S̲̅P̲̅]

⚠️ CHΞCK ΛLT TΞXT F0R M0RΞ 1NF0

----BEGIN ELISP----
;; SUGGESTED MACRO
(global-set-key (kbd "M-)") (lambda nil (interactive) (pointer-add-procedure)))

;; FUNCTION
(defun pointer-add-procedure()
"add a procedure on top of current procedure
probably best to bind it to M-)"
(interactive)
(search-backward "(")
(forward-sexp)
(insert ")")
(backward-char)
(backward-sexp)
(insert "( ")
(backward-char))
----END ELISP----

#emacs #lisp #elisp #lambda #programming

Your browser does not support the video tag.
mastodon.social

Mastodon

4
0
1
0
Open post
onokoto
onokoto █ @onokoto@mastodon.social · Nov 04, 2025
onokoto █
@onokoto@mastodon.social

nyx programmer wandering in the layers of computing;

mastodon.social
Replying to @charmcli@mastodon.social
@charmcli@mastodon.social there are no words to explain how to much of a fan of your art i am
0
0
0
0

Remote instance

mastodon.social
Open on original server

Media

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: 20:04:42 UTC