social: a living document where I post pictures and updates

2025-02-05

Forget the servos, I will steal some steppers from an old ender 3


2025-02-02

Joe says hi


2025-01-30

Hear me out, a 40 kg servo is ~800 TL, on the other hand an 11 kg servo is ~ 160 TL. Two of those? 1:2 gear? Maybe…


2025-01-27

I would like to say it was finals, but it was mostly just me. Will try to get back on track. I archived all of the weekly posts as they add so little value, if you are that interested you can see them in the commit history I guess.

I also adding pagnation to the /soc/ page, thinking a bit ahead.

Anyway, now go watch this masterpiece of a film.

Eternal Sunshine of the Spotless Mind Eternal Sunshine of the Spotless Mind


2024-12-14

When watching movies, I notice myself noticing and judging the acting, based on how I assume the director intended. But this time I was seeing something genuine, something real, and beautiful. The director in the subject.

Close Up

Been a while


2024-11-15

I want to redesign this whole thing, maybe after exams…


2024-11-10

Turns out you can use timers and interrupts, I might write a whole post on the PIC16F887, but that’s for future me to worry about.

Instead of a weekly post this week I will be writing the post about Rate Yildiz, I think I will stick to a “one post a week” till the end of the year, or unitl I start taking this website seriously.


2024-11-03

There must be a more elegant way to do this

DELAY_1K
      MOVLW   	D'250'
      MOVWF   	TIMER
LOOP_1K
      NOP
      DECFSZ	TIMER, 1
      GOTO 	LOOP_1K
      RETURN

DELAY_250K
      MOVLW   	D'250'
      MOVWF   	TIMER1
LOOP_250K
      NOP
      CALL	DELAY_1K
      DECFSZ	TIMER1, 1
      GOTO 	LOOP_250K
      RETURN

DELAY_3M
      MOVLW   	D'12'
      MOVWF   	TIMER2
LOOP_3M
      NOP
      CALL	DELAY_250K
      DECFSZ	TIMER, 1
      GOTO 	LOOP_3M
      RETURN

2024-11-02

Rate Yildiz is now live on Github. I will be making it open-source, mainly because I want free labor. I wanted to upload it on the server today but I can’t buy the domain for some reason.


2024-10-27

My bad, no update for you this week…

in the midst of “it’s so over”, I found there was, withing me, an invincible “we’re so back”.