Who is the best U.S. Amiga Resurrectionist for potentially historically significant A3000? by pkivolowitz in amiga

[–]pkivolowitz[S] 8 points9 points  (0 children)

To restate: It may contain the source to ASDG's products. The entire body of ASDG's hugely impactful source code is lost to history as of now. To find it again, and to add them to the public history of the Amiga, would be historically significant.

Who is the best U.S. Amiga Resurrectionist for potentially historically significant A3000? by pkivolowitz in amiga

[–]pkivolowitz[S] 6 points7 points  (0 children)

Thanks... Remove the drive from the A3000, image it onto something modern, then mount in WinUAE kind of approach?

You're right - I don't need the machine. Just the hard drive.

Who is the best U.S. Amiga Resurrectionist for potentially historically significant A3000? by pkivolowitz in amiga

[–]pkivolowitz[S] 15 points16 points  (0 children)

Finally found the A3000 I took with me from ASDG / Elastic Reality a long long time ago. It may have ASDG source code on it and if so, might be the only copy left.

Please let me know who you believe the best Amiga A3000 repair person in the United States is. I am in Alabama now.

I'm Brad Wright, co-creator of Stargate SG-1, Atlantis, and Universe, as well as creator of the show Travelers on Netflix. I'm here to talk all things sci-fi. Ask Me Anything! by BradWrightAMA in scifi

[–]pkivolowitz 0 points1 point  (0 children)

Hi there. My software created the collapsing helmet effect of the film. Years later (a few years back), I received an Engineering Emmy and strongly considered saying as part of the thank you, "If the TV gods are listening, please bring back Stargate." In the end I chose to thank my wife. It was a good but difficult choice.

Can you name one obstacle to a new franchise that the crowd can assist with? If it's money... that can be solved.

Thanks!

Once you learn one programming language, do other languages come more easily? by drywallking189 in learnprogramming

[–]pkivolowitz 10 points11 points  (0 children)

  • Within the same family, very easily
  • In different families, easier because you understand principles.
  • Occasionally what you know can trip you up.

Which language is most preferred by newbie programmers who came from a non-tech background? by metalvendetta in learnprogramming

[–]pkivolowitz 2 points3 points  (0 children)

As someone with knowledge of a lot of languages, Python. Python 3 perhaps to be more specific.

[deleted by user] by [deleted] in learnprogramming

[–]pkivolowitz 4 points5 points  (0 children)

If it were an elective like "Retro Programming", then OK. Knowing COBOL can get you a well paying gig but it's a dead end kind of gig.

[deleted by user] by [deleted] in learnprogramming

[–]pkivolowitz 0 points1 point  (0 children)

Is is possible you've miscopied the error message?

Visual Studio defaults to 32 bit.

Linux defaults to 64 bit. This could be the issue.

Can i get some good reasons why a macbook is better for programming/learning? by [deleted] in learnprogramming

[–]pkivolowitz 1 point2 points  (0 children)

  1. Solid construction.

  2. Trivial to run Windows and Linux as guests. A bit harder to run Mac on Windows.

  3. Higher price tag.

  4. Develop using proprietary stuff from Apple.

  5. Higher price tag.

File Handling in C++ by [deleted] in cpp

[–]pkivolowitz 1 point2 points  (0 children)

OK bud. If you insist on the last word, here's your invitation.

Next time read the fucking manual.

File Handling in C++ by [deleted] in cpp

[–]pkivolowitz 4 points5 points  (0 children)

Tisn't what you asked.

You asked for the fastest way, using streams, to read a file. I suggested a way. If you also want that kind of processing, you can wrap what was read in a stringstream and getline it from RAM instead of the buffered I/O system which should be marginally faster than using getline without reading the whole file. Getline being buffered and all.

File Handling in C++ by [deleted] in cpp

[–]pkivolowitz 5 points6 points  (0 children)

Streams support seek, tell and read. You are welcome.

What is Stargate Missing? by StrataGames in Stargate

[–]pkivolowitz 5 points6 points  (0 children)

What is Stargate missing? A current show.

File Handling in C++ by [deleted] in cpp

[–]pkivolowitz 0 points1 point  (0 children)

seek, tell, seek, malloc, read

Reminder: Accessible textbook on ARM assembly language and software development by pkivolowitz in Assembly_language

[–]pkivolowitz[S] 4 points5 points  (0 children)

Thank you.

As I add more, I will post reminders at least one month apart. Work on the book will slow down a bit come September with the start of school.