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

PoroCYon

@pcy@icosahedron.website
mastodon 4.6.6
  • Open on icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC.

#ActuallyAutistic

595 Followers
221 Following
24 Posts
Joined February 13, 2019
Website (outdated):
https://pcy.be/
languages (spoken):
nl, en, jbo, ≃fr, ≃de
languages (hardware):
x86, armv5, 65816, z80, xperteak, ppc, mips, xtensa, avr, 78k/rl78, msp430, rv32, v850
gender:
this is fine.

Posts

Open post
pcy
PoroCYon @pcy@icosahedron.website · Jul 13, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

academic spam really isn't trying anymore lately huh. I just got an email informing me there's a "scopus-indexed journal with a core focus on the Nintedo DSi" (while of course listing their main areas of interest as AI nonsense)

5
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Jul 04, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

@totetmatt@mastodon.social congrats on 1st place!

2
1
1
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Jul 04, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

if you're going to make a PC compo filler, at least make a färjan instead of letting it be another AI-generated amiga-intro-style thing

3
0
1
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Jun 30, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @evilpaul_atebit@icosahedron.website
@evilpaul_atebit@icosahedron.website it is indeed technically possible, but nobody knows if it's actually happening there are some advertising agencies with "active listening" features, whose existence has been strongly denied until they came to light (see eg https://archive.ph/hLEYY or https://www.404media.co/cmg-cox-media-actually-listening-to-phones-smartspeakers-for-ads-marketing/ ), but there's no known evidence of whatsapp actually analyzing people's chats, while it wouldn't be that difficult to discover (by just RE'ing the app, instead of looking at ad payloads in the case of CMG & active listening)
1
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · May 16, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
the "fork" button on github is entirely broken for me right now. creating a repository on codeberg is giving me a 504 gateway timeout. jfc
3
1
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · May 16, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

github is so broken right now, I had no option left but to send someone a raw patchfile and tell them to run git am

5
2
2
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 19, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
Final version of "Emulator Examination", with compatibility fix for DWM-W015 Wifi modules, is available now! https://www.pouet.net/prod.php?which=105928#c1044813 / https://demozoo.org/productions/389916/ Source code diff is also available: https://codeberg.org/PoroCYon/emulator-examination/commit/fcafbd3a6986e56afe41e59cce0d4813ae120a80
7
0
4
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 19, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @sterophonick@wetdry.world
@sterophonick is that an OS/2 tshirt?!
0
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 12, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
@halcy@icosahedron.website but yeah this is really getting into VIC-II -style hax territory but for the GBA/DS PPU
1
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 12, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
@halcy@icosahedron.website another fun bonus detail is that it's possible to disable an affine background for one bus cycle when its internal UV coord gets updated, and then reenable it the next cycle. if you time it correctly (I haven't figured out the exact timing yet), it's possible to always keep the background layer as visible, but have it repeat the previous pixel due to the UV getting stuck. there's also one cycle during hblank where it updates the Y-axis UV instead, making it repeat whole scanlines instead of pixels
1
2
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 12, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @halcy@icosahedron.website
@halcy@icosahedron.website it's because of a regular fetch not having already happened, and tile/map index/data latches being reset to 0 as a consequence it also upsets the horizontal-pixel-inside-a-tile counter, but in a way I don't fully understand. the T/Y graphic is declared as this in the demo: https://codeberg.org/PoroCYon/emulator-examination/src/branch/main/arm9/source/main_ntr.c#L37-L46 , but it gets displayed correctly 'somehow'. it's not just by rotating the columns around, some get duplicated and others don't get shown at all
1
3
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 12, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
Rejoice, as I've written a writeup on how exactly Emulator Examination breaks your emulators: https://codeberg.org/PoroCYon/emulator-examination/wiki/Home I feel like a diagram might be needed to explain the "eye test" effect better? But also it's past 3 AM here so if people want it, I'll do it tomorrow.
12
2
9
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 10, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @halcy@icosahedron.website
@halcy@icosahedron.website less terrifying than having to handle red fuming nitric acid and sulphuric acid
2
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 10, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

decapsulated and imaged the CPU-TWL, the main chip in the Nintendo DSi

image in near-IR, through-substrate, with a 50x objective

the decapsulation process was a bit haphazard as I don't have access to acids. instead, I heated up the chip to ~500 °C with a hot air station, which let me cut the chip carrier/interposer off from the epoxy mold using an xacto knife. I then had to remove another polymer coating (using the xacto knife, hwile heating it up to 250 °C), which unfortunately led to some scratch marks. the die is also weirdly curved, which led to some issues with keeping the entire thing in focus. but hey, it's something

21
2
11
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 06, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @pcy@icosahedron.website
Now with "source code" (public source dump, 0 documentation, like a real scene prod): https://codeberg.org/PoroCYon/emulator-examination
9
7
5
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 05, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @leo@60228.dev
@leo@60228.dev https://www.pouet.net/prod_nfo.php?which=105928
2
1
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 05, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

Emulator Examination by Stargaze, presented at #revision2026 for the Nintendo DSi

Emulator broken in 4 different, independent ways. New hardware bugs discovered. Writeup will come "soon".

Download: https://stargaze.group/releases/sgz_rvn26_ee.zip

Demozoo: https://demozoo.org/productions/389916/

Pouët: https://www.pouet.net/prod.php?which=105928

see if you can find the hidden part!

Your browser does not support the video tag.
icosahedron.website

Icosahedron

57
11
36
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 01, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @halcy@icosahedron.website
@halcy I said scary, not evil
1
0
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Apr 01, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @halcy@icosahedron.website
@halcy parallel universe where halcy is a dog person? sounds scary, actually
2
2
1
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Mar 19, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website

lb ( https://labyrinth.zone/objects/d3f9544c-f87b-4ba8-affc-cadec7da4961 ): it's kind of ridiculous, really

CA AB 1043 etc are valid in relatively small geographic areas, vague enforcement methods (at least when OFCOM in the UK isn't involved), and are so badly drafted I don't believe large parts of it will hold up to legal scrutiny in court

so why are people -- free software maintainers, no less -- complying in advance here?

imagine what the world would look like if Zimmerman never wrote PGP ( https://en.wikipedia.org/wiki/Crypto_Wars#Personal_computing_era ), people willingly adopted the Clipper chip ( https://en.wikipedia.org/wiki/Clipper_chip ), the VLC team never developed libdvdcss ( https://en.wikipedia.org/wiki/Libdvdcss ), and so on

13
0
13
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Jan 24, 2026
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @Rairii@labyrinth.zone
@Rairii which company? feitian?
0
1
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Dec 26, 2025
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @jan_@chaos.social
@jan_ yes, I'm stil on the ICE at the moment, but will hopefully be at CCH at 20h-ish. I'm normally sat at the console hackers retirement home
0
1
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Dec 26, 2025
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @jan_@chaos.social
@jan_ hi, that's right. I'd like to have sizes of at least 10cm in both X and Y, Z doesn't have to be much (it'll just be for focusing), and precision doesn't have to be much better than 1mm. though, preferably nothing too big when packaged, because I don't have that much space left in my luggage. thanks!
0
1
0
0
Open post
pcy
PoroCYon @pcy@icosahedron.website · Jul 06, 2025
PoroCYon
@pcy@icosahedron.website

demoscene, Nintendo hacking, other forms of torturing transistors etc too. Still used to IRC. #ActuallyAutistic

icosahedron.website
Replying to @evilpaul_atebit@icosahedron.website
@evilpaul_atebit@icosahedron.website (seems to work here, so no, no VPN needed!)
1
1
0
0

Remote instance

icosahedron.website
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: 08:06:36 UTC