Readit News logoReadit News
sippndipp commented on Thoughts on thinking   dcurt.is/thinking... · Posted by u/bradgessler
sippndipp · 4 months ago
I understand the depression. I'm a developer (professional) and I make music (ambitious hobby). Both arts heavily in a transformational process.

I'd like to challenge a few things. I rarely have a moment where an LLM provides me a creative spark. It's more that I don't forget anything from the mediocre galaxy of thoughts.

See AI as a tool.

A tool that helps you to automate repetitive cognitive work.

sippndipp commented on I believe 6502 instruction set is a good first assembly language   nemanjatrifunovic.substac... · Posted by u/whobre
kazinator · 7 months ago
I cannot agree that the simplicity of the 6502 wins over the 68000.

The 68000 has more registers and wider data types: but the registers are all uniformly the same. It's really just two registers A and D, copied a bunch of times in to D0 to D7, and A0 to A7. Whatever you can do with D0 can be done with D3 and so on. Some A's are dedicated, like for a stack pointer.

Simplicity of structure has to be balanced with simplicity of programming.

It's not that easy to program the 6502, because in moderately complex programs, you're constantly running into its limitations.

The best way to learn how to hack around the limitations of a tiny machine is to completely ignore them and become a seasoned software engineer. A seasoned engineer will read the instruction set manual in one setting, and other pertinent documents, and the clever hacks will start brewing in their head.

You don't have to start with tiny systems to get this skill. When you're new, you don't have the maturity for that; get something that's a bit easier to program with more addressing modes and easier handling of larger arrays, more registers, wider integers.

sippndipp · 7 months ago
I've always loved the Z80 and felt home with the 68k.
sippndipp commented on Designing a Timeline for Mobile Video Editing   img.ly/blog/designing-a-t... · Posted by u/buss_jan
sippndipp · a year ago
Quick Questions out of curiosity: What ideas have been rejected during the design process?
sippndipp commented on Designing a Timeline for Mobile Video Editing   img.ly/blog/designing-a-t... · Posted by u/buss_jan
sippndipp · a year ago
Great insight for everyone who wants to design more complex UIs.
sippndipp commented on Acreom 1.0 – a lightweight Markdown editor with tasks for developers   acreom.com... · Posted by u/inferense
sippndipp · 3 years ago
Awesome app. Love it.

Tightly integrates with my calendar. Easy, keyboard driven divide and conquer for my documents into tasks. Way better than all the other knowledge base apps.

u/sippndipp

KarmaCake day324May 19, 2010
About
Loves Rails and React. Founder of 9elements.com
View Original