HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jeffbarr

no profile record

Submissions

Human-Near-the-Loop

trilogyai.substack.com
4 points·by jeffbarr·mese scorso·0 comments

The network redesign that led AWS to forge a more resilient cloud

aboutamazon.com
12 points·by jeffbarr·2 mesi fa·0 comments

Reading Code Is an Essential Skill

medium.com
3 points·by jeffbarr·anno scorso·0 comments

And That's a Wrap

aws.amazon.com
6 points·by jeffbarr·2 anni fa·0 comments

Optimizing Amazon Simple Queue Service (SQS) for Speed and Scale

aws.amazon.com
1 points·by jeffbarr·2 anni fa·0 comments

Claude 3 Haiku on Amazon Bedrock

aws.amazon.com
1 points·by jeffbarr·2 anni fa·0 comments

comments

jeffbarr
·11 mesi fa·discuss
I also saw that concert.

Oh yeah, we were in the same row!
jeffbarr
·anno scorso·discuss
The original object size limit for S3 was 5 GB, as noted in my 2006 blog post:

https://aws.amazon.com/blogs/aws/amazon_s3/

I do not know if this has anything to do with the cliff that you saw.
jeffbarr
·3 anni fa·discuss
Wow, that brings back memories.

In 1979 I was 19 years old and had just started studying CS in community college. Through a lucky break I got a job at a consulting company and my first assignment was to write a 6502 macro assembler from scratch, in 6502 assembly language. At that point I had written less than 100 lines of 6502 code on my Apple ][, but I was fairly good with 8080 and IBM-370 assembly.

My mentor / manager outlined the basic model for the assembler and I wrote the entire thing myself, quickly getting it to the point where it could self-assemble, and adding features from there. I was making about $7 / hour when I started. However, I wrote a FORTRAN simulation of the hashing algorithm that I was asked to use, shared it with my manager, and got a raise to $8-something an hour.

I had macros, a very fancy listing format that showed all of the hex codes generated by the macros in neat rows, and a lot more. The entire thing fit on two tracks of the 8" floppy disks that we were using -- definitely less than 8000 bytes.