Daniel Cook

RSS

Technology is a slippery slope

Read More

The world has failed you and also hates you

Let’s recap the life of the average zoomer, from my perspective as an 21yo American:

Read More

Why Rockchip Sucks

Read More

Fudge 1 year writeup

Fudge is an unofficial app that can pair with Fujifilm cameras. It’s an open-source reimplementation of Fuji’s official apps, ‘Camera Connect’ and their ‘Xapp’. The project is one year old today, and is worthy of a writeup.

Read More

Open-source funding models

Read More

2 Years of Fujihack

Read More

Why open source sucks

Read More

What I learned after a year of reverse engineering

Read More

Why I Don't Monetize my Software Projects

Read More

Announcement: Domain Switching

Read More

Destroying an expensive camera for science

After hacking the Fujifilm camera firmware, I got a cheap broken Fujifilm XF-1 and decided to perform my hacks on it.

Read More

Writing TINY Desktop Apps in C and GTK3

Read More

I Hate Notifications

Read More

The 'Awakening' Argument

Hardly into debate, but I’ve seen this too much: For years, I used to believe X, but one day, I had an awakening. I realized that I was delusional and wrong, and that Y was the right answer all along. I can’t believe you still believe X!

Read More

Hacking Fujifilm's Digital Cameras

I recently got my hands on a cheap Fujifilm HS20 EXR. It’s a pretty old camera (2012), but I thought it’d be a good way to practice my hacking skills.

Read More

The End Of Astronomy

Read More

Creating My Own Architecture, Operating System, and Assembler

A BrainF*ck operating system.

Every programmer eventually writes a BrainFuck interpreter. I decided to do it in the most difficult way possible.

Read More

Ditching Windows: 1 Year Later

check out the previous post

A year ago, I wrote a post describing my experience moving from Windows 10 to Linux. Here, I will elaborate on my points.

Read More

Dismantling a Roblox Scam

Read More

My first website

Read More

What I Leaned from Working on a Programming Language for 3 Years

Corescript is a small “programming language” project I started in the summer of 2017. It was more of a hobby project that I made for fun rather than something somebody would seriously use. I worked on it until early 2019, abandoned it, then I started working on the Heb12 android app. The syntax for Corescript was meant to be very simple, and somewhat similar to MIT’s Scratch.

Read More

The Struggle of Moving to Linux

Read More

My First Line of Code

I remember writing my first few lines of code. Not only do I remember doing it, but I also have the exact file, untouched since the day I created it. It’s not much, but pulling out a file I hadn’t seen in years really made me want to share it.

Read More

My New PC

I just got a new PC about 2 weeks ago, and I love it. It has 8 gigs of ram, and an i5 2400 processor clocking a 3.1ghz. It has a 500gb SATA drive at 7200 rpm. It does everything I need it to do, like running Chrome, Sublime Text, and Visual Studio. It runs Minecraft fine, which is one of my most favorite games. I just got BeamNG.Drive, only to figure out it runs really really slow… and I mean 4fps slow.

Read More

Hello, World!

I think this is my third blog, so welcome. I chose Coding of the Cosmos since I am interested in space. If you want to see older posts see https://pufflegamerzstudios.wixsite.com/mysite-1

Read More

ScratchFormat is on the Chrome Web Store

I have just released ScratchFormat to the Chrome Web Store. It should be up in a couple hours. I will change up the installation website soon.

Read More

No More Scratch Extensions

Well, this is a bummer. The Scratch Team just announced that they are going to delete all Scratch extension advertisements. This means the IsOnline account is gone, the @ScratchMoji account is gone, and all other scratch extensions are gone. (I had just started working on ScratchFormat at this point)

Read More

Coding ideas

Do you ever just sit there and stare at your screen thinking, “What am I going to do today?” Me too. As a result, I made a software idea generator. Download it here (For windows users only) https://pufflegamerz.github.io/projects/CodingIdea.hta

Read More

vs.nut.cc

VeryShort is my own url shortener. No strings attached. Use it at vs.nut.cc

Read More

WebCraft

WebCraft is a second version of JScraft. You can break and place blocks. I am still working on it. https://pufflegamerz.github.io/webcraft/

Read More

JSCraft

I started to experiment with the Html5 canvas today. After some fliddling, I came up with a mini 2D terrarian generator. Here it is:

Read More

Every Possible Command In Corescript

I have made a corescript program where I have put every single command there is in Corescript. You can see it here: https://corescript.neocities.org/editor/#var name=John@break@set name=Jimmy@break@print Hello, (name)!@break@// Hello!@break@input name=What's your name?@break@cls@break@msg Hello!@break@goto 8@break@stop@break@if name=John@break@not name=John@break@play http://www.sample-videos.com/audio/mp3/crowd-cheering.mp3 ( Since Wix says it is not a valid url, you will just have to copy + paste it into your url bar ) Also, don’t try running it, since Corescript does not like every single command used at once.

Read More

Corescript

For the past couple of months, I have been working on Corescript. I have just released 7.1, which you can access here. I started Corescript about 7 Months ago. The GUI has changed a lot. This new update mainly includes bug fixes. P.S. I lost the password to my X10Hosting website, so I will be moving everything to Github.

Read More